@charset "UTF-8";
/* CSS Document */

html, body {
	background:url(../images/body_bg.jpg) repeat-x #1f2e3e; 
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.clear { clear:both; }


a:link, a:visited { font-weight:normal; color:#AFC2E0; text-decoration:none;  }
a:hover { color:#ccc; }
h2 { font-size:16px; color:#AFC2E0; width:550px; }
h3 { font-size:14px; color:#AFC2E0; width:500px; }

table h3 { width:auto; }

p { padding:0; margin:15px 0; line-height:18px; }


#container { width:853px; margin:25px auto; position:relative; background:url(../images/bg-birds.png) right top no-repeat; }

#header {
	height:175px;
	border-bottom:1px solid #666;
}
#header h1 {
	margin:20px 0 0 0;
	padding:0;
	float:left;
}
#header h1 a {
	text-indent:-3000px;
	display:block;
	width:191px;
	height:140px;
	background:url(../images/logo.gif) no-repeat;
}

#header ul {
	margin:136px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
	width:625px;
}
#header li { display:block; float:left; }
#header li a {
	text-indent:-3000px;
	padding:0 3px;
	border-right:1px solid #666;
	display:block;
	height:16px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

#header li#nav1 a { background-image:url(../images/nav-1.gif); width:70px; }
#header li#nav2 a { background-image:url(../images/nav-2.gif); width:130px; }
#header li#nav3 a { background-image:url(../images/nav-3.gif); width:179px; }
#header li#nav4 a { background-image:url(../images/nav-4.gif); width:89px; }
#header li#nav5 a { background-image:url(../images/nav-5.gif); width:85px; }
#header li#nav6 a { background-image:url(../images/nav-6.gif); width:33px; border-right:none; padding-right:0; }

#header li#nav1 a:hover,
#header li#nav1 a.current { background-image:url(../images/nav-1-on.gif); }

#header li#nav2 a:hover,
#header li#nav2 a.current { background-image:url(../images/nav-2-on.gif); }

#header li#nav3 a:hover,
#header li#nav3 a.current { background-image:url(../images/nav-3-on.gif); }

#header li#nav4 a:hover,
#header li#nav4 a.current { background-image:url(../images/nav-4-on.gif); }

#header li#nav5 a:hover,
#header li#nav5 a.current { background-image:url(../images/nav-5-on.gif); }

#header li#nav6 a:hover,
#header li#nav6 a.current { background-image:url(../images/nav-6-on.gif); }


#header #contact {
	text-indent:-3000px;
	display:block;
	width:131px;
	height:31px;
	background:url(../images/btn-contact.gif);
	position:absolute;
	right:-5px;
	top:20px;
}






#content {
	margin:30px 0;
	position:relative;
}

#content ul#subnav { 
	list-style:none;
	position:absolute;
	top:-31px;
	left:0px;
	margin:0;
	padding:0;
}

#content ul#subnav li {
	float:left;
}

#content ul#subnav li a:link,
#content ul#subnav li a:visited {
	display:block;
	padding:5px 15px;
	border-top:1px solid #666;
	font-size:12px;
}
#content ul#subnav li a:hover,
#content ul#subnav li a.current {
	border-top:1px solid #B3C3DD;
}

#content ul {
	margin:10px;
	padding:5px 20px;
}

label { display:block; width:220px; float:left; clear:left; margin:6px 0; }
input, textarea, select { border:0; background:#A9BDDE; margin:6px 0; padding:1px; }
input, textarea {
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
input#submit { background:none; width:auto; }
form { width:530px; }
form span.textareaMinCharsMsg, form span.textfieldInvalidFormatMsg, form span.textfieldRequiredMsg, form span.textareaRequiredMsg { margin-left: 220px; }

#footer {
	clear:both;
	padding-top:5px;
	margin-top:30px;
	border-top:1px solid #666;
	font-size:10px;
	text-align:right;
	background:url(../images/footer_bg.jpg) left bottom no-repeat;
}
#footer a { border-right:1px solid #666; padding:0 8px; color:#999; }
#footer a.last { border-right:none; padding-right:0; }

