@charset "utf-8";
body {
	
	margin: 0; 
	padding: 0;
	background: #f0faff;
	text-align: center; 
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 1000px;
	padding: 5px;
}

#top {
/*	background: #92a2a6; */
	background: #006699;
	height: 36px;
	padding-left: 44px;
	padding-right: 28px; 
}

#top_left {
	float: left; 
	width: 728px;
}

#top_right {
	float: right;
	width: 200px;
	color: #fff;
	font-size: 23px;
	text-align: right;S
}
	
	


#header_home {
	background: url(../assets/images/_layout_images/header_home.jpg) no-repeat;
	width: 1000px;	
	height: 260px;
	
}

#header_home_content {
	float: left;
	width: 520px;
/*	padding-top: 40px; */
padding-top: 22px;
	padding-left: 44px;
	text-align: left;
	 /*	color: #346b75; */
	color: #f17d21;
}

#header_home_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
 /*	color: #346b75; */
	color: #f17d21;
 	font-weight: normal;
 	border: none;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;
	text-transform: none;
}

#header {
	width: 1000px;	
	height: 188px;
}

#header_content {
	float: left;
	width: 520px;
	padding-top: 22px;
	padding-left: 44px;
	text-align: left;	
}

#container {
	width: 928px;  
	background: #FFFFFF;
	padding: 20px 28px 20px 44px;
	text-align: left; 	
}


#container_bottom {
	width: 928px;	
	margin: 0 auto;
	padding: 20px 28px 20px 44px;
	background: #006699;
	border-top: 4px solid #f0faff; 
	/* background: url(../assets/images/_layout_images//bg_footer.jpg) repeat-x top; */
	height: 77px; /* 117 */
	color: #000;
	text-align: right;
	font-size: 80%;
}

#container_bottom a,
#container_bottom a:link,
#container_bottom a:visited,
#container_bottom a:hover,
#container_bottom a:active {

	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

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


#mainleft {
	float: left;
	width: 529px;
	
}

#mainright {
	float: right;
	width: 335px;
	padding-left: 40px;
}

#mainfull {
	float: left;	
}

#searchbox {
	clear: both;
	background: #f0faff;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #92a2a6;
	width: 313px;	
}

#searchbox h1 {
 
 margin-top: 0;
 padding-bottom: 2px;
/* padding-left: 50px;
 background: url(../assets/images/_layout_images/bg_side_h1.gif) no-repeat; */
 line-height: 41px; 
 }



#sidebox {
	clear: both;
	background: #f0faff;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #92a2a6;
	width: 313px;	
}

#sidebox h1 {
 
 margin-top: 0;
 padding-bottom: 10px;
 padding-left: 20px;
/* padding-left: 50px;
 background: url(../assets/images/_layout_images/bg_side_h1.gif) no-repeat; */
 line-height: 41px;
 
 }

.contactcol a,
.contactcol a:link,
.contactcol a:visited,
.contactcol a:hover,
.contactcol a:active {
	text-decoration: none;
	color: #333;
}
.contactcol a:hover { text-decoration: none; color: #990000; }


/* general stuff */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* navigation */

/* Root = Horizontal, Secondary = Vertical */
#navmenuarea {
	float: left;
	width: 728px;
}

ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 728px; /*For KHTML*/
	list-style: none;
	height: 36px;
	line-height: 36px;
	z-index: 100;
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 36px;
	line-height: 36px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 170px;
	list-style: none;
	display: none;  
	position: absolute;
	top: 36px; 
	left: 0;
	background: #006699;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
/*	content: "."; */
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 160px;
	padding-left: 10px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	background: #006699;
	text-align: left;
	}

/* Root Menu */
ul#navmenu a {
	border: none;
	padding: 0 10px 0 16px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #d3ebf1;	
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/	
	line-height: 36px;
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a,
ul#navmenu li.active a
{
	background: url(../assets/images/_layout_images/nav_bullet.gif) no-repeat;

	color: #f17d21;
	}
	
ul#navmenu .active a,
ul#navmenu .active a:link,
ul#navmenu .active a:visited,
ul#navmenu .active a:hover,
ul#navmenu .active a:active

{
background: url(../assets/images/_layout_images/nav_bullet.gif) no-repeat;
color: #fff;	
	}
	

/* 2nd Menu */


ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	background: none;
	background: #006699;
	float: none;
	color: #fff;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: url(../assets/images/_layout_images/nav_bullet.gif) no-repeat;
	color: #f17d21;
	}
	
/* Do Not Move - Must Come Before display:block for Gecko */

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}


/* footer menu */
/* Root = Horizontal, Secondary = Vertical */
ul#footmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
 /*	width: 728px;For KHTML*/
	list-style: none;
	height: 20px;
	line-height: 20px;	
	}

ul#footmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
 	float: left; /* For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 20px;
	}

ul#footmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	}

ul#footmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
/*	content: "."; */
	height: 0;
	visibility: hidden;
	}

ul#footmenu ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#footmenu a {
	border: none;
	padding: 0 12px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-left: 12px;
	border-right: 1px solid #fff;
	background: none;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/	
	}

/* Root Menu Hover Persistence */
ul#footmenu a:hover,
ul#footmenu li:hover a,
ul#footmenu li.iehover a
ul#footmenu li.active a
{
	color: #000;	
	}
	
ul#footmenu .active a,
ul#footmenu .active a:link,
ul#footmenu .active a:visited,
ul#footmenu .active a:hover,
ul#footmenu .active a:active
{
	color: #000;	
	}	
	
/* */	
 #ajaxSearch_form {
           color: #444;
           width: auto;
       }
       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;         
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit {
           display: inline;        
		   padding: 0 4px; color: #fff; background: #006699;  
       }
       #ajaxSearch_output {
           border: none;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }

.ajaxSearch_highlight { color: #F30;}
.ajaxSearch_highlight1 { color: #F30;}
.searchTerms { font-size: 80%; }

fieldset { border: none;}

#crumbs { text-align: left; font-size: 80%; width: 100%; margin-bottom: 8px;}
