body {
	background: #ffffff url(/images/bg_top.jpg) 0 0 repeat-x;
	color: #333333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#bgTop {
	background: #267cb5 url(/images/bg_top.jpg) 0 0 repeat-x;
}
#shadowsHome {
	background: url(/images/shadows_home.png) 50% 101px no-repeat;
	min-height: 807px;
}
#shadowsInside {
	background: url(/images/shadows_inside.png) 50% 101px no-repeat;
	min-height: 807px;
}
.wrap {
	margin: 0 auto;
	width: 970px;
}

/************************************************************************************************************************************/
/************************** header/main navigation **********************************************************************************/
/************************************************************************************************************************************/

#printHeader {
	display: none;
	visibility: hidden;
}
.header {
	height: 110px;
	margin: 0;
}
#logo {
	float: left;
	margin: 11px 0 0 4px;
}
#motto {
	float: right;
	margin: 28px 6px 0 0;
}

/********************** main navigation **********************************************************************/

#mainNavigation {
	background: url(/images/main_nav_bg.gif) 0 0 repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 500;
}
#mainNavLeft {
	background: url(/images/main_nav_left.gif) 0 0 no-repeat;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	z-index: 600;
}
#mainNavRight {
	background: url(/images/main_nav_right.gif) 0 0 no-repeat;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	z-index: 600;
}
#mainNavigation ul {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 970px;
	z-index: 700;
}
#mainNavigation li {
	background: url(/images/main_nav_divider.gif) 100% 0 no-repeat;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
}
#mainNavigation li a {
	color: #97cdf0;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 8px 9px;
	text-decoration: none;
	text-shadow: 2px 2px 5px #053655;
	text-transform: lowercase;
}
#mainNavigation li a:hover,
#mainNavigation li a.current {
	background: url(/images/main_nav_over.gif) 0 0 repeat-x;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 8px 9px;
	text-decoration: none;
	text-shadow: 2px 2px 5px #053655;
	text-transform: lowercase;
}
#mainNavigation li a#home:hover,
#mainNavigation li a#home.current {
	background: url(/images/home_over.gif) 0 0 no-repeat;
}
#headerLinks {
	color: #a6d2ee;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 12px;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	text-shadow: 2px 2px 5px #053655;
	text-transform: uppercase;
	width: 175px;
	z-index: 800;
}
#headerLinks a {
	color: #a6d2ee;
	text-decoration: none;
}
#headerLinks a:hover {
	color: #9b1a28;
	text-decoration: none;
}

/************************************************************************************************************************************/
/********************************* homepage *****************************************************************************************/
/************************************************************************************************************************************/

#cbBig {
	height: 335px;
	overflow: hidden;
	margin: 5px 0;
	position: relative;
	width: 970px;
}
.topRightCornerOverlay {
	background: url(/images/top_right_corner_overlay.png) 0 0 no-repeat;
	height: 2px;
	width: 2px; 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 700;
}
.topLeftCornerOverlay {
	background: url(/images/top_left_corner_overlay.png) 0 0 no-repeat;
	height: 2px;
	width: 2px; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 700;
}
.bottomRightCornerOverlay {
	background: url(/images/bottom_right_corner_overlay.png) 0 0 no-repeat;
	height: 2px;
	width: 2px; 
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 700;
}
.bottomLeftCornerOverlay {
	background: url(/images/bottom_left_corner_overlay.png) 0 0 no-repeat;
	height: 2px;
	width: 2px; 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 700;
}
#cbTopCorners {
	background: url(/images/cb_top_corners.gif) 0 0 no-repeat;
	height: 10px;
}
#cbStretch {
	background: #105282 url(/images/cb_stretch.gif) 0 0 repeat-x;
	min-height: 370px;
	padding: 0 10px;
}
.cb {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}
.margin {
	margin: 0 10px;
}
.cbTitle h1 {
	background: #a32f3c url(/images/cb_title.gif) 0 0 repeat-x;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 5px 10px;
	text-shadow: 2px 2px 2px #5a181f;
	text-transform: uppercase;
}
.cbBody,
.cbBody p{
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
}
.cbBody p{
	margin: 0 0 10px;
}
.cbBody a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.cbBody a:hover {
	color: #9b1a28;
	font-weight: bold;
	text-decoration: none;
}
.cbBody h2 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 6px 0 12px 0;
}
#cbBottomCorners {
	background: url(/images/cb_bottom_corners.gif) 0 0 no-repeat;
	height: 25px;
}

/************************************************************************************************************************************/
/********************************* inside page **************************************************************************************/
/************************************************************************************************************************************/

#insideTopCorners {
	background: url(/images/insidepage_top_corners.png) 0 100% no-repeat;
	height: 13px;
}
#insideBgStretch {
	background: url(/images/insidepage_stretch.png) 0 0 repeat-y;
	min-height: 1px; /*ie7*/
}
#insideContent {
	float: right;
	margin: 0 0 0 5px;
	min-height: 649px;
	padding: 0 20px 12px;
	width: 725px;
}
#breadcrumbs {
	color: #777777;
	font-size: 10px;
	line-height: 10px;
	padding: 0 0 12px;
	text-align: right;
	text-transform: uppercase;
}
#breadcrumbs a {
	color: #777777;
	text-transform: uppercase;
}
#breadcrumbs a:hover,
.breadcrumbCurrent {
	color: #083755;
	text-decoration: none;
}

/*********************** Left navigation *************************************************************/

#navigation {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
#navcontainer {
	margin: 0;
	padding: 0;
	width: 200px;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navcontainer li {
	margin: 0 0 2px;
	padding: 0;
}
#navcontainer li a,
#navcontainer li a span {
	display: block;
	min-height: 1px; /* ie7 */
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#navcontainer li a {
	margin: 0 10px;
}
#navcontainer li a span span{
	color: #97cdf0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #073856;
	text-transform: uppercase;
}
#navcontainer li a:hover,
#navcontainer li a#current {
	background: url(/images/left_nav_stretch.gif) 0 0 repeat-y;
	display: block;
	margin: 0 10px;
	padding: 0;
	text-decoration: none;
}
#navcontainer li a:hover span,
#navcontainer li a#current span {
	background: url(/images/left_nav_top.gif) 0 0 no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#navcontainer li a:hover span span,
#navcontainer li a#current span span {
	background: url(/images/left_nav_bottom.gif) 0 100% no-repeat;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #073856;
	text-transform: uppercase;
}
#navcontainer ul ul {
	background: url(/images/left_nav_bottom.gif) 0 100% no-repeat;
	margin: 0 10px;
	padding: 0 0 4px;
}
#navcontainer li li {
	background: url(/images/left_nav_stretch.gif) 0 0 repeat-y;
	margin: 0;
	padding: 1px 0;
}
#navcontainer li li a {
	margin: 0 7px;
}
#navcontainer li li a span span {
	text-decoration: none;
	text-transform: none;
}
#navcontainer li li a:hover,
#navcontainer li li a#current {
	background: url(/images/left_nav_stretch_red.gif) 0 0 repeat-y;
	display: block;
	margin: 0 7px;
}
#navcontainer li li a:hover span,
#navcontainer li li a#current span {
	background: url(/images/left_nav_top_red.gif) 0 0 no-repeat;
}
#navcontainer li li a:hover span span,
#navcontainer li li a#current span span {
	background: url(/images/left_nav_bottom_red.gif) 0 100% no-repeat;
	text-decoration: none;
	text-transform: none;
}
#navcontainer ul ul ul {
	background: none;
	margin: 0 10px;
	padding: 4px 0;
}
#navcontainer li li li a,
#navcontainer li li li a:hover,
#navcontainer li li li a#current,
#navcontainer li li li a span,
#navcontainer li li li a:hover span,
#navcontainer li li li a#current span,
#navcontainer li li li a span span,
#navcontainer li li li a:hover span span,
#navcontainer li li li a#current span span {
	background: none;
}
#banners {
	margin: 0 10px;
	padding: 10px 0;
	width: 180px;
}
.navbanner{
	padding: 10px 0;
}
#insideBottomCorners {
	background: url(/images/insidepage_bottom_corners.png) 0 0 no-repeat;
	height: 23px;
}

/************************************************************************************************************************************/
/*********************************** footer *****************************************************************************************/
/************************************************************************************************************************************/

#footerBg {
	background-color: #ffffff; 
}
#footer {
	background-color: #ffffff;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	height: 225px;
	line-height: 16px;
	margin: 0 auto;
	padding: 18px 10px 36px;
	width: 950px;
}
.footerBox {
	color: #333333;
	float: left;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
}
.width1 {
	width: 166px;
}
.width2 {
	margin: 0 43px 0 107px;
	width: 420px;
}
.width3 {
	float: right;
	text-align: right;
	width: 209px;
}
.footerTitle {
	font-weight: bold;
}
.footerBox a.footerLink,
.footerBox a {
	color: #333333;
	text-decoration: none;
}
.footerBox a.footerLink,
.footerBox a.footerLink:hover,
.footerBox a.footerLinkCurrent{
	text-transform: lowercase;
}
.footerBox a.footerLink:hover,
.footerBox a.footerLinkCurrent,
.footerBox a:hover,
.footerBox a.current {
	color: #9b1a28;
	text-decoration: none;
}
#copyright {
	text-align: right;
}
#grip {
	margin: 15px 0 0 0;
	text-align: right;
}
#printFooter {
	display: none;
	visibility: hidden;
}

/************************************************************************************************************************************/
/************************** general classes *****************************************************************************************/
/************************************************************************************************************************************/

.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}
.noMargin {
	margin: 0;
}

