@charset "utf-8";
/* CSS Document */

html, body { background-color: #324575; margin: 0; padding: 0; height: 100%; }

body, td { color: #fff; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, Times, serif; font-size: 100%; line-height: 160%; background-image: url(img/backcontent.jpg); background-position: center; background-repeat: repeat-y; }

table, td, th { border-spacing: 0; border-collapse: collapse; margin: 0; padding: 0;  }

div.back1 { width: 100%; min-height: 100%; min-width: 960px; position: relative; background-image: url(img/backcontent.jpg); background-position: top center; background-repeat: no-repeat; }


div.head { width: 100%; height: 380px; background-image: url(img/logo.png); background-repeat: no-repeat; background-position: top center;  }
div.head a.logo { width: 176px; height: 46px; position: absolute; left: 48px; top: 48px; }
div.head ul { padding: 0; margin: 0; font-size: 18px; position: absolute; right: 0; top: 63px; font-family:Arial, Helvetica, sans-serif; }
div.head ul li { list-style: none; display: inline-block; float: left; margin-right: 55px; }
div.head ul li.active a { text-decoration: none; color: #000; }
div.head ul li.active a:hover { color: #000; }


div.container { width: 980px; text-align: left; position: relative; display: inline-block; font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif; font-weight: normal;}



ul.main { margin: 10px 0 0 35px; padding: 0; }
ul.main li { list-style: none; margin: 0 0 20px 0; padding: 0 0 0 35px; background-image:url(img/bullit.png); background-repeat: no-repeat; }

.foot { font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif; font-weight: normal; font-size: 120%;}






ul.worklist { padding: 0; margin: 0; }
ul.worklist li { display: inline-block; float: left; width: 200px; height: 260px; margin-right: 20px; text-align: center; }



div.footer div.content { width: 980px; height: 182px; text-align: left; background-image: url(pics/mountain.gif); background-repeat: no-repeat; background-position: 786px 13px;}

div.overfoot { width: 100%; height: 182px; }
div.footer { width: 100%; height: 182px; min-width: 980px; background-image: url(pics/foot.jpg); background-repeat: repeat-x; background-position: center; position: relative; margin-top: -182px; }

* html div.back1 {
  height: 100%;
}

a img { border: none;}

a { color: #bbceff; }
a:hover { color: #bbceff; text-decoration: none }


h1, h2, h3 { font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif; font-weight: normal; text-align: center; }
h2 { font-size:150%; }
h3 { font-size: 120%; }


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    max-height: 0;
    visibility: hidden;
}