@charset "utf-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #555454 url(images/pagebg.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	line-height: 1.5;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/containerbg.jpg) no-repeat top;
}
#header {
	padding: 0 20px;
}
#topnav {
	margin: 0 24px;
	background: url(images/topnavbg.jpg) no-repeat top;
	height: 40px;
}
/* Navigation */
#navWrap{
	float: left;
	padding:0 20px;
}
#nav{
   right: 0;
   z-index: 999;
   list-style: none;
   margin:0;
   padding:0;
}

#nav li{
   float: left;
   font-size: 1em;
   padding:0;
}

#nav li a{
   float: left;
   display: block;
   height: 26px;
   padding: 5px 10px 3px 10px;
   margin: 3px 0;
   color:#ffffff;
   text-decoration: none;
   border-left: 1px solid #d5d110;
   border-right: 1px solid #d5d110;
}
#nav li a:hover{
	color: #999999;
	background: #d0e9e9;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   /*width: 161px;*/
   margin-top: 30px;
   margin-left: -1px;
   _margin-top: 0; /* IE6 Hack */
   border: 1px solid #94b4c3;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
   padding:0;
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}



#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li:hover li a,
#nav li.sfhover li a{
   float: none;
   width: 170px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #e3f7ff;
   border-bottom: 1px solid #94b4c3;
   background: #b9e6fb;
   color: #005e9e;
   font-weight: normal;
   font-size: 14px;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #cdeffc;
}
/*end navigation*/


#feature {
	margin: 0 20px;
	background: url(images/featurebg.jpg) no-repeat top;
	padding: 28px 0 10px; 0;
	height: 300px;
	text-align: center;
}
#maincontent {
	margin: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 30px;
	background: url(images/2colcontentbg.jpg) no-repeat top;
	overflow: auto;
}
#contentleft {
	padding-top: 1px;
	float: left;
	width: 540px;
}
#contentleft img {
	border: 3px solid #ffffff;
}
#contentright {
	padding-top: 1px;
	margin-left: 600px;
}
#footer {
	font-size: 10px;
	text-align: right;
	border-top: 1px dashed #666666;
	margin: 20px 60px;
	padding: 10px 0;
}
h1, h2 {
	margin-top: 20px;
	padding-top: 5px;
	font-size: 34px;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height:normal;
}
a {
	text-decoration:none;
	color: #CCC;
}
a:hover {
	color: #ffffff;
}
.cleafloat {
	clear:both;
	height:0;
	line-height:0;
	size:1;
	margin: 0;
	display: block;
}
hr {
	height: 0;
	color: #555454;
	border: none;
	border-top: 1px dashed #cccccc;
}