body {
	color: #242424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1a3e71 url(../images/main_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

td, p, li {
	font-size: 12px;
	vertical-align: top;
}

img {
	border: none;
}

a {
	color: #1a3e71;
	text-decoration: none;
}

a:visited {
	color: #1a3e71;
	text-decoration: none;
}

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

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

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #05162a;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #1a3e71;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}



/* --------- INDEX STYLES ------------ */
.index_content_wrapper {
	background: url(../images/index_bg.jpg) 0 100% repeat-y;
	}
	
.index_content {
	background: url(../images/index_bg_bottom.jpg) 0 100% no-repeat;
	padding: 0 0 15px 0;
	}
	
.index_content #left {
	float: left;
	width: 380px;
	padding: 10px 35px 0 35px;
	}
	
.index_content #left p {
	font-size: 10px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	}
	
.index_content #middle {
	float: left;
	width: 213px;
	background: url(../images/index_middle_bg.jpg) 50% 50% no-repeat;
	padding: 10px 12px 10px 15px;
	}
	
.index_content #middle p {
	font-size: 10px;
	line-height: 21px;
	padding: 0;
	margin: 0;
	}
	
.index_content #video {
	float: right;
	width: 214px;
	padding: 11px 35px 0 0;
	}
	
*html #video {
	margin-right: -10px;
	}
	
.index_content #video p {
	margin: 0 0 4px;	
}
	
.index_content #right {
	float: left;
	width: 190px;
	padding: 10px 35px 0 35px;
	font-size: 10px;
	}
	
.index_content h2 {
	color: #1a3e71;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 11px;
	}
	
.index_content .input {
	border: 1px solid #878787;
	height: 20px;
	margin: 2px 0 7px 0;
	width: 175px;
	padding: 3px 0 0 0;
	}
	
.index_content #right .submit {
	float: right;
	margin: 0 5px 0 0;
	}
	
.index_content #right a {
	float: left;
	color: #fff;
	text-decoration: underline;
	}
	
.index_content #right a:visited {
	float: left;
	color: #fff;
	text-decoration: underline;
	}
	
.index_content #right a:hover {
	color: #fff;
	text-decoration: none;
	}
	
.index_content #right a:visited:hover {
	color: #fff;
	text-decoration: none;
	}

	
	
/* --------- SUB STYLES ------------ */
.sub_header {
	height: 79px;
	}

.content_wrapper {
	background: #fff url(../images/content_bg.jpg) repeat-y;
	}
	
.content_wrapper_teasers {
	background: #fff url(../images/content_bg_teasers.jpg) repeat-y;
	}

.content {
	background: url(../images/content_bg_bottom.jpg) 0 100% no-repeat;
	}
	
.content p {
	line-height: 19px;
	}
	
.content_teasers {
	background: url(../images/content_bg_bottom_teasers.jpg) 0 100% no-repeat;
	}
	
.content_landing {
	padding: 1px 15px 50px 34px;
	width: 630px;
	float: left;
	}
	
.content_gallery {
	background: url(../images/content_bg_wide.gif) no-repeat;
	padding: 0 50px 50px 50px;
	}
	
.content_both {
	background: url(../images/content_bg_teasers2.jpg) no-repeat;
	padding: 1px 50px 50px 50px;
	width: 580px;
	float: left;
	}
	
.teasers {
	width: 253px;
	float: right;
	margin: 0 14px 0 0;
	}
	
*html .teasers {
	margin-right: 7px;
	}
	
.gallery {
	float: left;
	width: 150px;
	margin: 0 30px 0 0;
	}
	
.content_landing .crumbs {
	margin-left: 0;
	}

.crumbs {
	margin: 0 0 20px -15px;
	padding: 13px 0 0 0;
	color: #4e6684;
	font-size: 11px;
	width: 470px;
	float: left;
	}
	
*html .crumbs {
	margin-left: -8px;
	}
	
.crumbs a {
	color: #003581;
	}
	
.crumbs a:visited {
	color: #003581;
	}
	
.crumbs a:hover {
	color: #cd3829;
	}
	
.crumbs a:visited:hover {
	color: #cd3829;
	}
	
.manage_account {
	float: right;
	width: 175px;
	text-align: right;
	margin-right: -29px;
	padding: 13px 0 0 0;
	font-size: 11px;
	}
	
.landing_p {
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	display: block;
	}
	
.landing_p img {
	display: block;
	}
	
.landing_h2 {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	}
	


/* --------- GENERAL STYLES ------------ */
.wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	}
	
.header {
	height: 86px;
	}
	
*html .header {
	width:950px;
	}
	
.clearer {
	clear: both;
	height: 0;
	}
	
.top_logo {
	float: left;
	}
	
*html .top_logo {
	width:208px;
	}
	
.top_stuff {
	float: right;
	}

*html .top_stuff {
	width:170px;
	}
	
.top_stuff a {
	color: #fff;
	text-decoration: none;
	}
	
.top_stuff a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.top_stuff a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.top_stuff a:visited:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.top_stuff ul {
	padding: 0;
	margin: 0;
	height: 15px;
	list-style: none;
	}
	
.top_stuff li {
	float: left;
	background: url(../images/top_stuff_li_bg.gif) no-repeat;
	padding: 6px 10px 0 7px;
	list-style: none;
	font-size: 9px;
	margin: 0;
	}
	
.top_stuff .searchbox {
	height: 16px;
	border: 1px solid #bfbfbf;
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 0 0 3px;
	width: 130px;
	color: #777;
	font-size: 11px;
	}
	
#search-form {
	clear: both;
	padding: 25px 0 0 0;
	margin: 0;
	}
	
#search-form img {
	float: left;
	}
	
.footer {
	color: #547ab0;
	line-height: 18px;
	font-size: 10px;
	padding: 10px 15px 0 15px;
	margin: 0 0 25px 0;
	}
	
.footer a {
	color: #9dbbe4;
	text-decoration: none;
	}
	
.footer a:visited {
	color: #9dbbe4;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.footer a:visited:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.footer_left {
	float: left;
	width: 535px;
	}
	
.footer_right {
	float: right;
	width: 385px;
	text-align: right;
	}
	
.subpages {
	clear: both;
	display: none;
	}
	
	
	

/* --------- TEASER STYLES ------------ */
.tsr-pg-title {
	font-weight:bold;
	font-size: 12px;
	margin: 0;
	padding: 15px 20px 0 20px;
	background: #afafaf;
	}
.tsr-pg-title a:link {
	color: #1a3e71; 
	text-decoration: none; 
	}
.tsr-pg-title a:visited {
	color: #1a3e71; 
	text-decoration: none; 
	}
.tsr-pg-title a:hover {
	color: #cd3828;
	text-decoration: underline; 
	}
.tsr-pg-title a:visited:hover {
	color: #cd3828;
	text-decoration: underline; 
	}
.tsr-pg-abstract {
	color:#434343;
	padding: 0 20px 18px 20px;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	background: #c7c7c7 url(../images/teasers_bg.jpg) repeat-x;
	}
	


/* --------- PHOTO AREA CSS ------------ */

.photo-area { float: right; }
.photo-area img { display: block }
#photo { background-color: #ccc; width: 150px; height: 150px; margin-left: 0; margin-top: 0; margin-bottom: 15px; }
#photo-caption { color: #000; font-size: 12px; font-style: italic; line-height: 14px; background-color: #ccc; padding: 7px 7px 8px 8px; margin: 0; }
#hoverpopup0 { position: absolute; width: 400px; border-bottom: 15px solid #fff; display: none; }
#hover-position0 { position: relative; top: -165px; left: 165px; display: none; }
#hoverpopup1 { position: absolute; width: 400px; display: none; border-bottom: 20px solid #fff; }
#hover-position1 { position: relative; top: -330px; left: 165px; display: none; }
#hoverpopup2 { position: absolute; width: 400px; border-bottom: 15px solid #fff; display: none; }
#hover-position2 { position: relative; top: -330px; left: 165px; display: none; }
#hoverpopup3 { position: absolute; width: 400px; border-bottom: 15px solid #fff; display: none; }
#hover-position3 { position: relative; top: -330px; left: 165px; display: none; }
#hoverpopup4 { position: absolute; width: 400px; border-bottom: 15px solid #fff; display: none; }
#hover-position4 { position: relative; top: -330px; left: 165px; display: none; }


/* --------- DROPDOWN MENU CSS ------------ */

.navigation {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	height: 42px;
	background: url(../images/nav_bg.jpg) no-repeat;
	font-family: Helvetica, Arial;
}

#sub .navigation {
	background: url(../images/sub_nav_bg.jpg) no-repeat;
	}

#nav, #nav ul { list-style: none; font-size: 11px; background: transparent; border: 0; margin: 0; padding: 0; font-weight: bold; }
#nav a { display: block; color: #fff; text-decoration: none; padding: 0; margin: 0; }
#nav a.daddy { background: transparent; padding: 0; }
#nav a:hover.daddy { background: transparent; }
#nav li { width: auto; background: transparent; padding: 0 18px 0 18px; text-transform: uppercase; line-height: 42px; float: left; font-size: 10px; background: url(../images/nav_li_bg.gif) 100% 0 no-repeat; }
#sub #nav li { background: url(../images/sub_nav_li_bg.gif) 100% 0 no-repeat; }
#nav li ul { position: absolute; left: -999em; height: auto; width: 175px; w\idth: 175px; padding: 0 0 0 10px; margin: 0 0 0 0; text-align: left; border: 1px solid #4e74b2; background: #1a3e71; }
#nav li li { border-bottom: 1px solid #27528e; margin: 0 -10px 0 -10px; width: 168px; padding: 0 0 0 17px; line-height: 25px; background-image: none; }
#sub #nav li li { background: none; }
#nav li li:hover {  }
#nav li ul a { width: 145px; w\idth: 145px; color: #fff; }
#nav li ul a:hover { color: #cae3c0; }
#nav li ul ul { margin: 0 0 0 0; background: #1a3e71;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.sfhover { }
#nav a:hover { color: #cae3c0; text-decoration: none; }
#nav a:visited:hover { color: #cae3c0; text-decoration: none; }
#nav li:hover, #nav li.hover {
    position: static;
}

#nav_home, #nav_home ul { list-style: none; font-size: 11px; background: transparent; border: 0; margin: 0; padding: 0; font-weight: bold; }
#nav_home a { display: block; color: #fff; text-decoration: none; padding: 0; margin: 0; }
#nav_home a.daddy { background: transparent; padding: 0; }
#nav_home a:hover.daddy { background: transparent; }
#nav_home a:hover { color: #cae3c0; text-decoration: none; }
#nav_home li { width: auto; background: transparent; padding: 0 18px 0 18px; text-transform: uppercase; line-height: 42px; float: left; font-size: 10px; background: url(../images/nav_li_bg.gif) 100% 0 no-repeat; }
#sub #nav_home li { background: url(../images/sub_nav_li_bg.gif) 100% 0 no-repeat; }
#nav_home li:hover ul ul, #nav_home li:hover ul ul ul, #nav_home li:hover ul ul ul ul, #nav_home li.sfhover ul ul, #nav_home li.sfhover ul ul ul, #nav_home li.sfhover ul ul ul ul { left: -999em; }
#nav_home li:hover ul, #nav_home li li:hover ul, #nav_home li li li:hover ul, #nav_home li li li li:hover ul, #nav_home li.sfhover ul, #nav_home li li.sfhover ul, #nav_home li li li.sfhover ul, #nav_home li li li li.sfhover ul { left: auto; }
#nav_home li:hover, #nav_home li.hover {
    position: static;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
.yuimenubar{
	visibility:visible;
	position:static;
	}

.yuimenu .yuimenu,.yuimenubar .yuimenu{
	visibility:hidden;
	position:absolute;
	top:-10000px;
	left:-10000px;
	}

.yuimenubar li,.yuimenu li{
	list-style-type:none;
	}

.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{
	margin:0;
	padding:0;
	}

.yuimenuitemlabel,.yuimenubaritemlabel{
	text-align:left;
	white-space:nowrap;
	}

.yuimenuitem li:hover, .yuimenuitem-hassubmenu li:hover { /* controls flyout hover bg */
	background-color:#e9aa75;
	}

.yuimenubar ul{
	*zoom:1;
	}

.yuimenubar .yuimenu ul{
	*zoom:normal;
	}

.yuimenubar>.bd>ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	line-height:0;
	}

.yuimenubaritem{
	float:left;
	}

.yuimenubaritemlabel,.yuimenuitemlabel{
	display:block;
	}

.yuimenuitemlabel .helptext{
	font-style:normal;
	display:block;
	margin:-1em 0 0 10em;
	}

.yui-menu-shadow{
	position:absolute;
	visibility:hidden;
	z-index:-1;
	}

.yui-menu-shadow-visible{
	top:2px;
	right:-3px;
	left:7px;
	bottom:-3px;
	visibility:hidden;
	}

.hide-scrollbars *{
	overflow:hidden;
	}

.hide-scrollbars select{
	display:none;
	}

.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{
	overflow:visible;
	}

.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{
	overflow:hidden;
	}

.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{
	overflow:auto;
	}

.yui-skin-sam .yuimenubar{
	font-size:93%;
	line-height:2;
	*line-height:1.9;
	background:url(../images/cb-nav-bg.jpg) repeat-x 0 0;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritem{
	border-right:solid 1px #ccc;
	}

.yui-skin-sam .yuimenubaritemlabel{
	padding:0 0px;
	color:#000;
	text-decoration:none;
	cursor:default;
	/* border-style:solid;
	border-color:#808080;
	border-width:1px 0; */
	*position:relative;
	margin:0;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{
	padding-right:20px;
	*display:inline-block;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{
	background:url(../images/menubaritem_submenuindicator.png) right center no-repeat;
	}

.yui-skin-sam .yuimenubaritem-selected{
	background:url(../images/nav_tab_left.jpg) repeat-x 0 -1700px;
	}

.yui-skin-sam .yuimenubaritemlabel-selected{
	border-color:#7D98B8;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{
	border-left-width:1px;
	margin-left:-1px;
	*left:-1px;
	}

.yui-skin-sam .yuimenubaritemlabel-disabled{
	cursor:default;
	color:#A6A6A6;
	}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{
	background-image:url(../images/menubaritem_submenuindicator_disabled.png);
	}

.yui-skin-sam .yuimenu{
	font-size:93%;
	line-height:1.5;
	*line-height:1.45;
	}

.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{
	font-size:100%;
	}

.yui-skin-sam .yuimenu .bd{
	/* border:solid 1px #808080;
	background-color:#fff; */
	}

.yui-skin-sam .yuimenu ul{
	padding:3px 0;
	/* border-width:1px 0 0 0;
	border-color:#ccc;
	border-style:solid; */
	}

.yui-skin-sam .yuimenu ul.first-of-type{
	border-width:0;
	}

.yui-skin-sam .yuimenu h6{
	font-weight:bold;
	border-style:solid;
	border-color:#ccc;
	border-width:1px 0 0 0;
	color:#a4a4a4;
	padding:3px 10px 0 10px;
	}

.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{
	border-width:0;
	}

.yui-skin-sam .yuimenu .yui-menu-body-scrolled{
	border-color:#ccc #808080;
	overflow:hidden;
	}

.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{
	height:16px;
	border:solid 1px #808080;
	background:#fff url(../images/sprite.png) no-repeat 0 0;
	}

.yui-skin-sam .yuimenu .topscrollbar{
	border-bottom-width:0;
	background-position:center -950px;
	}

.yui-skin-sam .yuimenu .topscrollbar_disabled{
	background-position:center -975px;
	}

.yui-skin-sam .yuimenu .bottomscrollbar{
	border-top-width:0;
	background-position:center -850px;
	}

.yui-skin-sam .yuimenu .bottomscrollbar_disabled{
	background-position:center -875px;
	}

.yui-skin-sam .yuimenuitem{
	_border-bottom:solid 1px #fff;
	}

.yui-skin-sam .yuimenuitemlabel{
	padding:0 20px;
	color:#000;
	text-decoration:none;
	cursor:default;
	}

.yui-skin-sam .yuimenuitemlabel .helptext{
	margin-top:-1.5em;
	*margin-top:-1.45em;
	}

.yui-skin-sam .yuimenuitem-hassubmenu{
	background-image:url(../images/menuitem_submenuindicator.png);
	background-position:right center;
	background-repeat:no-repeat;
	}

.yui-skin-sam .yuimenuitem-checked{
	background-image:url(../images/menuitem_checkbox.png);
	background-position:left center;
	background-repeat:no-repeat;
	z-index: 3;
	}

.yui-skin-sam .yui-menu-shadow-visible{
	background-color:#000;
	opacity:.12;
	*filter:alpha(opacity=12);
	}

.yui-skin-sam .yuimenuitem-selected{
	background: #fdf4dc;
	}

.yui-skin-sam .yuimenuitemlabel-disabled{
	cursor:default;
	color:#A6A6A6;
	}

.yui-skin-sam .yuimenuitem-hassubmenu-disabled{
	background-image:url(../images/menuitem_submenuindicator_disabled.png);
	}

.yui-skin-sam .yuimenuitem-checked-disabled{
	background-image:url(../images/menuitem_checkbox_disabled.png);
	}
	

.yui-panel .hd {
	background-color:#E6E6E6 !important;
	color:#666666 !important;
	}
.yui-panel .ft {
	background-color:#E6E6E6 !important;
	}