
/*********************************************
		General
*********************************************/

* {
	margin: 0;
	padding: 0;
}

a {
color: #204249;
text-decoration: none;
 }

a:hover 
{
color: silver;
text-decoration: none; 
}

body {
	color: #333;
	font: normal 65% Times New Roman;
	margin: 0px 0px;
	background: #C8CECA url(/images/bg_gradient.jpg) repeat-x;
}

img { 
	border: none;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

h1 {
	font-size: 1.6em;
	padding: 0 0 15px 0;
}

blockquote {
	/* background: #F6F6F6;
	border-top: 5px solid #C1C1C1; */
	color: #333;
	display: block;
	font-size: .95em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #005C88;}

.clearer {clear: both;}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

.header-top {
	float: left;
	width: 950px;
	height:85px;
	font: normal 1em Verdana,sans-serif;
	text-align: left;	
	background: #f2f1e0 url(/images/final_header.png) no-repeat;
}

.container {
	font-size: 1.2em;
	margin: 0 auto;
	background-color: #f2f1e0;
}
.container, #menu {
	width: 955px;
}


/*********************************************
		Navigation Styles
*********************************************/

#menu {
	/* width is defined along with .container in default.css - 950px */
	background: #E6E6E6;
	font-family: Times New Roman;
	text-align: left;	
	padding: 13px 0px 13px 0px;
	height:12px;
	margin: 0px;
	display: block;
	clear: both;
	border-bottom: 1px solid #c1c1c1;
}
#menu li {list-style: none;}

#menu ul#nav {
	margin: 0 0 0 5px; padding: 0px;
}
#menu ul#nav li {
	float: left;
	color: #305c7c;
	margin: 0px; 
	padding: 0px 13px;
	border-left: 1px solid #305c7c;
/*
	list-style-type: none;
	display: inline;
*/
	position: relative;
}
#menu ul#nav li.first {
	margin-left:0;
	border-left:none;
	list-style:none;
	display:inline;	
}

#menu ul#nav li.last {						/* the last element in the top navigation (right side) */
	border-left: none;
	float: right;
	margin-right: 15px;
	margin-top: -7px;	/* firefox */
}

#menu ul#nav li a {
	display: inline;
	color: #305c7c;
	text-decoration: none;
	font-size: 14px;
	}
#menu ul#nav li.home a {
	border-left: 0px;
}

#menu ul#nav li a:hover {
	color: #204249;
	text-decoration: none;
	}


/*********************************************
		Identifier Menu Styles
*********************************************/

#menu_ident {
	font-family: Times New Roman;
	padding: 8px 0 2px 0;
	margin: 0px;
	display: block;
	clear: both;
	text-align:left;
	height:16px;
}
#menu_ident ul {
	margin: 0px; padding: 0px;
}
#menu_ident ul li {
	float: right;
	color: #305c7c;
	margin: 0px; padding: 0px 15px;
	border-left: 1px solid #FFF;
	list-style-type: none;
	display: inline;
}
#menu_ident ul li.first {
	margin-left:0;
	border-left:none;
	list-style:none;
	display:inline;	
}
#menu_ident ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	}
#menu_ident ul li.home a {
	border-left: 0px;
}
/* if you want to set a "current page item" style, do it here */
#menu_ident ul li.current_page_item a {
	color: #305c7c;
	text-decoration: none;
	font-weight: bold;
}
#menu_ident ul li a:hover {
	color: silver;
	text-decoration: none;
	}



/*********************************************
		Main Content Area (Subpages)
*********************************************/
.main {    float: left;    width: 470px; background-color: #f2f1e0;    line-height: 1.4em;    margin: 15px 0; } 
    
.main_right .padded {padding: 6px 2px 6px 16px;} 

.main .padded {padding: 0;} 

.main li, li.bodytext {list-style: none; padding: 0 0 0 15px; padding-bottom: 5px;} 
  
.main h1 {    line-height: 1.3em;     } 

.Titles
{
	padding: 6px;
	font-family:  Times New Roman;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #136648;
	text-align: left;
	margin-bottom: 10px;
}

.button a
{
	background-color: #136648; 
	border-top: 2px solid gray; 
	border-right: 2px solid gray;
	border-bottom: 2px solid silver; 
	border-left: 2px solid silver; 
	padding: 5px;
	color: white;
}

.button a:hover
{
	background-color: white; 
	border-top: 2px solid gray; 
	border-right: 2px solid gray;
	border-bottom: 2px solid silver; 
	border-left: 2px solid silver; 
	padding: 5px;
	color: black;
}
.toptext 
{
	padding: 4px;
	font-family:  Times New Roman;
	font-size: 16px;
	color: #fff;
	background: #136648;
	text-align: center;
}

.bodytext 
{
	font-family: Times New Roman;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	width: 100%;
}
	

.bodytext:link {color: #005a8b;}

.bodytext:visited{color: #4b92db}



/*********************************************
		Sidebars
*********************************************/

.sidebar_left {
	float: left;
	width: 260px;
	margin:15px 30px 0 0;
	font: .95em Times New Roman;
	background-color: #f2f1e0;
}



/*********************************************
		Footer
*********************************************/

#footer {
	font: 1.1em Times New Roman;
	background:#F6F6F6;
	width: 100%;
	color: #000;
	line-height: 19px;
	text-align: center;
	margin: 10px 0 0 0;
	border-top: 1px solid #C1C1C1;

}
#footer .left, #footer .right {padding: 0 16px;}
#footer a {color: #000;}
#footer a:hover {color: #305C7C;}

#mission {
	background: #E6E6E6;
	color: black;
	font: 1em Times New Roman;
	line-height: 15px;
	text-align: center;
	padding: 10px 20px 0 20px;
	margin: 0;
	clear: both;
}
#mission a {color: #305C7C;}
#mission a:hover {color: #305C7C;}

.leftnav:hover { text-decoration: none; }
.leftnav a:hover { text-decoration: none; }


/*********************************************
		Other
*********************************************/


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #C0C0C0;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #C0C0C0;
	color : #000;
}

.validation-advice {
	margin: 3px 0;
	padding: 1px;
	padding-left: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-size: 12px;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}



