@charset "UTF-8";
/* common.css */

img, div, input {behavior: url(/www/stylesheets/iepngfix.htc)}

html {overflow-y:scroll}

* {margin:0; padding:0;}

body {
  font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: #274665 url(/www/images/interior_200811/bg_body.jpg) repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
}

#container {
  width: 980px;
/*  background: #ffffff; */
  margin: 0 auto;
  text-align: left;
}

#container a {
  color: #274665;
}

#container a:hover {
  color: #ff6600;
}

/* ************************************** */

#header { 
  background: url(/www/images/interior_200811/bg_header.jpg) no-repeat;
  width:900px;
  height:159px;
  padding:0 40px;
  position:relative;
}

#header #logolink {
  position:absolute;
  top:7px;
  width:230px;
  height:70px;
}

#header #loginbox {
  position:absolute;
  top:15px;
  right:42px;
  width:600px;
  text-align:right;
  font-size:11px; 
  color:#ffffff; 
}

#header a {
  color: #ffffff;
}

#header a.featurelink {
  color:#ffffff; 
  padding:0 25px;
  font-size:16px;
  font-weight:bold;
}

#header #loginbox a {
  text-decoration:none;
}

#header #loginbox .sitenav_pipe {
  padding:0 14px;
}

/* ************************************** */

#header #topnav {
  position:absolute;
  top:41px;
  right:42px;
  width:550px;
  font-size:15px; 
  font-weight:bold; 
  color:#8e9faf; 
  text-align:right; 
  padding-top:15px;
}

#header #topnav a {
  color:#8e9faf;
  text-decoration:none;
  padding-left:24px;
}

#header #topnav a:hover {
  color:#ffffff;
  background:url(/www/images/home_200811/orange_check.gif) no-repeat left center;
}

#header #topnav .currentpage {
  color:#ffffff;
  background:url(/www/images/home_200811/orange_check.gif) no-repeat left center;
}

/* ************************************** */

#footer {
  padding: 20px 0px;
  background: #274665 url(/www/images/home_200811/bg_footer.jpg) no-repeat;
}

#footer p {
  margin: 0;
  padding: 10px 0;
  color:#ffffff;
  font-size:13px;
  line-height:17px;
  text-align:center;
  word-spacing:3px;
}

#footer a {
  color:#ffffff;
  text-decoration:none;
}

/* ************************************** */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.noshow {
  display:none;
}
