body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	background: #BBBBBB url(images/page_bg.jpg) center top no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	color: #0281FA;
}
a:hover {
	color: #DF7B0C;
}
#container {
	background: #FFFFFF;
	text-align: left;
	width: 900px;
	margin: 20px auto 0px auto;
	padding; 0;
}
#header {
	height: 86px;
}
#header_image_small {
	height: 98px;
}
#search {
	margin-top: 35px;
	position:relative;
	float: right;
	width:420px;
	z-index:900;
	padding-right: 12px;
	_margin-top: 42px;
}
#search-txt {
    position: absolute;
    top: 0px;
    left: 150px;
    width: 50px;
    height: 21px;
    color: #DF7B0C;
    font-size: 12px;
    line-height: 23px;
}
#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 204px;
    width: 142px;
    height: 18px;
}

#ajaxSearch_submit {
    width: 46px !important;
    height: 28px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(images/search_ok.gif) no-repeat center top;
    padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 358px;
}

#ajaxSearch_output {
    background: #000;
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 200px;
    width: 150px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}
.AS_ajax_highlight {
    background-color: #276CFE;
    padding: 2px;
    margin: -3px;
    border: 1px solid #bbbbbb;
    color: #FFFFFF;
}

.searchTerms { color: #bbbbbb; }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }
#header_image {
	height: 198px;
	text-align: center;
}
#main_nav {
	background: #02265B;
	height: 28px;
	border: 1px solid #FFFFFF;
}
#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
}
#main_nav ul ul {
	width: 150px;
	position: absolute;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_nav li {
	float: left;
	width: auto;
	position: relative;
	display: inline;
}
/* style the links for the top level */
#main_nav li a, #main_nav li a:visited {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	height: 28px;
	float: left;
	background: #02265B url(images/menu_line.jpg) right top no-repeat;
	line-height: 28px;
	padding: 0 30px 0 30px;
}
/* style the top level hover */
#main_nav li a:hover {
	color: #FFFFFF; 
	background: #DF7B0C url(images/menu_line_over.jpg) right top no-repeat; 
}
#main_nav li :hover > a {
	color: #FFFFFF; 
	background: #DF7B0C url(images/menu_line_over.jpg) right top no-repeat; 
}
/* style the second level links */
#main_nav li li a, #main_nav li li a:visited {
	display: block;
	font-size: 12px;
	background: #DF7B0C none; 
	color: #FFFFFF; 
	font-weight: normal;
	height: 21px; 
	line-height: 21px; 
	padding: 0px; 
	width: 150px;
	border-bottom: 1px solid #02265B;
	text-align: center;
}
#main_nav li li a:hover {
	background: #02265B none; 
	color: #FFFFFF;
	font-weight: normal;
}
/* style the third level background */
#main_nav li li li a, #main_nav li li li a:visited {
	background: #02265B none; 
	color: #FFFFFF;
} 
/* style the third level hover */
#main_nav li li li a:hover {
	background: #DF7B0C none; 
	color: #FFFFFF;
}
#main_nav li li li :hover > a {
	background: #DF7B0C;
	color: #FFFFFF;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0; 
	width: 150px;
}
/* another hack for IE5.5 */
* html #main_nav ul ul {
	top: 28px;
	t\op: 28px;
}
/* position the third level flyout menu */
#main_nav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#main_nav table {position:absolute; top:0; left:0;}
/* make the second level visible when hover on first level list OR link */
#main_nav ul li:hover ul,
#main_nav ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#main_nav ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#main_nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_nav ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#main_nav ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
#content_head {
	background: #E8E8E8;
	height: 60px;
	padding: 0 12px 0 12px;
}
#content_head h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0745C0;
	background: url(images/page_title.gif) center left no-repeat;
	line-height: 60px;
	padding-left: 32px;
	margin: 0;
}
#newsletter_signup {
	text-align: left;
	width: 216px;
	float: right;
	padding-top: 4px;
}
#newsletter_signup form {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#newsletter_signup input.email {
	width: 142px;
}
#newsletter_go {
	margin: 0 0 -10px 4px;
	padding: 0;
}
#content {
	padding: 12px;
	background: url(images/home_bg.gif) repeat-y;
}
#content h2 {
	font-weight: bold;
	font-size: 15px;
}
#content_right {
	width: 630px;
	float: right;
	margin-right: 12px;
	padding: 12px 0 12px 0;
	display: inline;
	background: url(images/content_bg.jpg) right bottom no-repeat;
}
#sidebar {
	width: 220px;
	float: left;
	margin-left: 12px;
	padding: 12px 0 12px 0;
	display: inline;
}
#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0281FA;
	text-transform: uppercase;
	border-bottom: 2px solid #02265B;
	padding-left: 10px;
}
.sidenav {
	font-size: 13px;
	font-weight: normal;
	list-style-type: none;
	margin: 10px 0 0 1px;
	padding: 0;
}
.sidenav li {
	display: block;
	color: #DF7B0C;
	text-decoration: none;
	line-height: 24px;
	background: url(images/sidemenu_line.jpg) no-repeat;
	width: 210px;
	margin: 0 0 1px 0;
	padding-left: 8px;
	text-align: left;
}
.sidenav li a, .sidenav li a:visited {
	display: block;
	color: #02265B;
	text-decoration: none;
	line-height: 24px;
	background: url(images/sidemenu_line.jpg) no-repeat;
	width: 210px;
	margin-left: -8px;
	padding-left: 8px;
	text-align: left;
}
.sidenav li a:hover {
	background: url(images/sidemenu_line_over.jpg) no-repeat;
	color: #0281FA;
}
.three-column {
	width: 30%;
	float: left;
	margin: 0 2% 0 1%;
	display: inline;
}
#footer {
	font-size: 10px;
	color: #515151;
	background: #BBBBBB url(images/footer_bg.jpg) right top no-repeat;
	text-align: center;
	width: 888px;
	padding: 6px;
	margin: 0 auto 0 auto;
}
#footer a, #footer a:visited {
	color: #02265B;
	text-decoration: none;
}
#footer a:hover {
	color: #DF7B0C;
}