/* Default stylesheet for all compliant browsers */

body {
	line-height:16px;
	color: #464749;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #b7c6e0;
}

h1 { font-size: 15px; font-weight: bold; line-height: 17px; color: #498274; margin-bottom: 10px; margin-top:0px;}
h2 { font-size: 14px; color: #498274; font-weight:bold; margin-top: -7px; font-family:"Times New Roman", Times, serif; margin-bottom: 0px;}
h3 { font-size: 11px; color: #498274; line-height: 11px; font-weight: bold; margin-top:0px; margin-bottom: 2px; }
h4 { font-size: 11px; color: rgb(50,50,50); font-weight: bold; margin-bottom: 0px;padding:0px; padding-top: 20px; clear:both;}
h5 { font-size: 10px; color: #498274; font-weight: normal; line-height: 10px; margin-bottom: 0px; padding: 0px; }
h6 { font-size: 10px; color: #498274; font-weight: bold; margin-bottom:3px; }

a { color: #498274; text-decoration: underline; }
a:hover { text-decoration: underline;} 

a img {border: none;}

fieldset {
	border: none;
	border-top: 1px solid #1684c6;
	padding-left: 10px;
}

legend {
	font: normal 120%/2.5 "Arial Narrow", arial, sans-serif;
	color: #1684c6;
	padding: 0 10px;
}

form { line-height: 2em; }
form p { line-height: 1.5em; }

input, 
select, 
textarea { 
	font: 1em/1 Verdana, Helvetica, sans-serif; 
	color: #333; 
	padding: 0.2em; 
	background-color: #FFF;
	border: 1px solid #aaa;
}


option { padding-right: 10px; }

label { padding: 0.5em 0; display: block; clear: left; }

hr { border:none; border-top: 1px dotted #fff; margin-top: 0px; width: 100%; margin-bottom: 10px; *margin-bottom: 0px; padding:0px; height: 1px;}

.right_padding { padding-right: 20px; }

.left_padding { padding-left: 20px; }

table { margin:0px; clear:both; }
table td { padding:5px;}
table h4 {margin: 0px; padding: 0px; text-align:right;}
table#results, table#results td  {border:none;}

/* Form */


.wrap_form { width:99%; }

legend span {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: rgb(177,178,180);
}

label .title { width: 11em; height: 100%; float: left; margin-right: 1em; text-align: left; }
label .input {	float: left; padding-right: 1em; }
label .alert { margin-top: 0em; }

#contactform { }

#contactform span { display: block; }

#contactform .alert { margin-top: 0em; }

#contactform .button { margin-left: 133px;  background-color: #1684c6; }

.checkbox { display: block; margin-bottom: 0.3em; }

.checkbox input { margin-right: 0.5em; }

.date { margin-right: 1em; line-height:17px;}

.date select { width: auto; }

.fixed_width_font { width: 30px; }

.checkbox input, .radio input { width: auto; border: none; }

.alert { color: #FF0000;}

.boldy {font-weight: bold;}

span.radio { margin-right: 1em; }

input.button {
	background-color: rgb(117,117,119);
	color: #FFF;
	cursor: pointer;
	padding: 0 3px 2px 0px;
	font-size: 90%;
	font-weight: bold;
	margin-top: .75em;
	background-image:url(../img/buttonblue.gif);
	border:none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:0px;
	padding-bottom: 3px;
	height: 18px;
	text-align:left;
	width:66px;
}

input.button:focus, input.button:hover  {
	border: none;
}

.fixed_width_font { font-family: Lucida Console, Courier New, Courier, monospace; font-size:1em; line-height:1.75em; }

input.fixed_width_font { line-height:1em; }



/* Layout */

#print { display: none; }

#container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}


#header {
	width: 100%;
	background-image:url(/includes/template/public/img/header_backer.gif);
}
#header .header { padding-bottom: 65px; padding-left: 15px; }
#headerpic {
	height: 229px;
	width: 786px;
	border-right: 1px solid #fff;
}

#page {
	width: 100%;
	padding: 0px;
}
#content {
list-style-position:outside;
	margin: 0px;
	width: 529px;	
	margin-left: 147px;	
	border-right: 1px solid #fff;
	padding: 25px 30px 50px 80px;

}
* html #content {
	width: 526px;
}

#content img{ padding: 0px 0px 10px 10px; margin: 0px; border: none; }
#content table img { padding: 0px;}
#content li {
margin-left: 0px;
}


/* First navigation (horizontal) */
#nav-top { width: 100%; border-bottom: 1px solid #fff;  border-top: 1px solid #fff;}

#nav-first { padding: 0; width: 786px; position: relative; border-right: 1px solid #fff; }

#nav-first ul { display: block; list-style: none; margin: 0; padding: 0px 0px 0px 207px; height:23px;}

#nav-first ul li { float: left; display: block; padding: 0; margin: 0; height: 23px; }

#nav-first ul li.parent-active { height: 50px; }

#nav-first ul li.parent-active { *height: 48px; }

#nav-first ul li a { display: block; color: #6d6f72; padding: 3px 20px 2px 20px; text-decoration: none;}

#nav-first li ul { display: none; position: absolute; top: 25px; *top : 23px; left: 0; border-bottom: 2px solid #fff; *border-top: 2px solid #fff; height: 23px; }

#nav-first li a:hover, #nav-first li.active li a:hover { color: #498274; text-decoration:underline; }

#nav-first li.parent-active li a, #nav-first li.active li a { color: #498274; text-decoration: none; }

#nav-first li.parent-active li.active a, #nav-first li.parent-active a, #nav-first li.active a { color: #498274; text-decoration: underline; }

#nav-first li.parent-active ul, #nav-first li.active ul { display: block; }



#nav-second { float:left; width: 147px;}
#nav-second ul {list-style: none; padding: 0; margin: 0; padding-top: 25px; padding-bottom: 12px;}
#nav-second ul li { padding-top: 5px;  display: block; height:20px; border-bottom: 1px dotted #fff; }
#nav-second ul li.cmsstatictitle {background-image:url(../img/nav_left_active.gif); padding-left: 17px; border-top: 1px solid #b7c6e0; margin-top:-2px; border-bottom: 0px none;}
#nav-second ul li a{color: #6d6f72; display: block; margin-left: 17px; padding-right: 3px; text-decoration: none;}
#nav-second ul li:hover, #nav-second ul li.over{color: #498274; text-decoration:none;}
#nav-second ul li a:hover{ text-decoration:underline; color: #498274;}
#nav-second ul li.cmsstatictitle:hover {text-decoration:none; color: #464749;}
/*First Tier Clicked */
#nav-second ul li.current a { color: #498274; text-decoration:underline; }



#printable {
margin:0px;
padding:0px;
padding-left: 17px;
}

#printable a img{
padding: 0px;
border: none;
}

#logo {
position:absolute;

margin-left:786px;
border-left: 1px solid #fff;
padding-left: 20px;
margin-top: 25px;
}

#logo {
*margin-left:639px;
}
#logoprint {display:none;}

#bottom {
width:100%;
border-top: 1px dotted #fff;
border-bottom: 1px solid #fff;
}

#footer {
	height: 16px;
	width: 771px;
	font-size: 10px;
	color: #928aa2;
	padding: 3px 15px 4px 0px;	
	text-align:right;
	border-right: 1px solid #fff;
}
#footer a { color: #928aa2; text-decoration: none; }
#footer a:hover {text-decoration: underline; }





/* Response */

#response { color: #b9131d; font-weight: bold; border: 1px solid #b9131d; padding: 5px 10px; background-color: #ecafb0; margin-bottom: 1em; margin-top: 5px;  *margin-top: 30px;}



/* Search page */

#search #content h3 { padding-top: 1em; }
.search-keyword { color: #1684c6; padding: 0 0.2em; }
.disabled { color: #999; }



/* misc */

.clearing { 
	display: block; 
	height: 0px; 
	font-size: 0px; 
	line-height: 0px; 
	clear: both;
}
#content .clearing {
margin-bottom: 50px;
}
