/**********************************************************/
/* CUSTOM CSS                                             */
/**********************************************************/
	body {
		padding: 0px;
		margin: 13px 0px;
		background: url('images/thome1.jpg') repeat-x;
		background-color: #FFF;
	}

	.kicker { clear: both; }

	#container {
		width: 982px;
	}

	#footer, #footer a {
		font-size: 11px;
		line-height: 130%;
		color: #3C5363;
		text-decoration: none;
	}

	#top {
		background: url('images/top.jpg') no-repeat;
		width: 980px;
		height: 86px;
		text-align: left;
	}

	#top #logo {
		float: left;
		margin: 9px 0px 0px 14px;
	}

	#utility {
		float: right;
		width: 474px;
		height: 86px;
	}

	#utility_bar {
		height: 47px;
		padding: 0px 10px;
	}
	#utility_number {
		height: 39px;
		line-height: 39px;
		text-align: right;
		padding-right: 25px;
		color: #CC0000;
		font-size: 16px;
	}

	#utility_bar form {
		float: right;
		display: block;
		margin: 0px;
		padding: 12px 20px;
	}
	#utility_bar * {
		vertical-align: middle;
	}

	.search_field {
		width: 135px;
		text-transform: uppercase;
		color: #666;
		font-size: 11px;
		padding: 2px;
		height: 13px;
	}
	.bluewater {
		float: left;
		display: block;
		width: 193px;
		height: 47px;
		background: url('images/shop_bluewater.jpg') no-repeat;
		text-indent: -999999px;
		outline: none;
	}

	.bordered {
		border: 5px #FFF solid;
		border-width: 0px 5px;
		text-align: left;
		background: url('images/mainback.gif') no-repeat;
	}
	.nooutline {
		width: 980px;
	}
	.outline {
		border: 1px #CFD3D7 solid;
		border-width: 0px 1px 1px 1px;
	}

	#nav { border: 1px #FFF solid; border-width: 2px 0px 3px 0px; }
	#nav ul { margin: 0px; padding: 0px; }
	#nav li { display: block; float: left; }
	#nav li a {
		display: block;
		background: url('images/nav.jpg') no-repeat;
		height: 40px;
		text-indent: -999999px;
		outline: none;
	}
	#nav li#nav_about a { width: 209px; background-position: 0px 0px; }
	#nav li#nav_services a { width: 174px; background-position: -209px 0px; }
	#nav li#nav_markets a { width: 171px; background-position: -383px 0px; }
	#nav li#nav_support a { width: 176px; background-position: -554px 0px; }
	#nav li#nav_contact a { width: 240px; background-position: -730px 0px; }

	#nav li#nav_about a:hover { width: 209px; background-position: 0px -40px; }
	#nav li#nav_services a:hover { width: 174px; background-position: -209px -40px; }
	#nav li#nav_markets a:hover { width: 171px; background-position: -383px -40px; }
	#nav li#nav_support a:hover { width: 176px; background-position: -554px -40px; }
	#nav li#nav_contact a:hover { width: 240px; background-position: -730px -40px; }

	#nav li#nav_about.active a { width: 209px; background-position: 0px -80px; }
	#nav li#nav_services.active a { width: 174px; background-position: -209px -80px; }
	#nav li#nav_markets.active a { width: 171px; background-position: -383px -80px; }
	#nav li#nav_support.active a { width: 176px; background-position: -554px -80px; }
	#nav li#nav_contact.active a { width: 240px; background-position: -730px -80px; }

	#main {
		padding: 24px 16px 20px 20px;
		background: url('images/pagebottom.jpg') repeat-x bottom;
		border-bottom: 5px #FFF solid;
	}

	.box_spacer {
		float: left;
		width: 13px;
	}

	#box_banners {
		float: left;
		width: 357px;
		padding-bottom: 6px;
		background: url('images/shadow1.png') no-repeat bottom;
	}

	#box_news {
		float: left;
		width: 322px;
		padding-bottom: 6px;
		background: url('images/shadow2.png') no-repeat bottom;
	}

	#box_signup {
		float: left;
		width: 229px;
		padding-bottom: 6px;
		background: url('images/shadow3.png') no-repeat bottom;
	}

	#box_news, #box_signup {
	}

	#box_news table, #box_signup table {
		background: #CACED3;
	}

	#box_news td, #box_signup td {
		background: url('images/boxfade.jpg') repeat-x;
	}

	.box_more {
		height: 42px !important;
		background: url('images/box_more_back.jpg') repeat-x bottom !important;
		margin: 0px 7px 0px 3px;
	}
	.box_more a {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 42px;
		color: #990000;
		font-weight: bold;
		text-decoration: none;
		text-indent: 10px;
		font-size: 12px;
	}

	.box_inner {
		padding: 12px 16px 6px 16px;
	}

	a.news_item {
		padding-bottom: 10px;
		display: block;
		text-decoration: none;
		color: #000;
	}
	.box_inner b {
		color: #286AB0;
		font-size: 10pt;
	}
	.news_item div {
		font-size: 10pt;
		line-height: 120%;
	}

	#box_signup form {
		padding: 10px 0px;
		margin: 0px;
	}

	#box_signup form .label {
		padding: 10px 2px 3px 2px;
		font-size: 10pt;
	}

	#contentarea {
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px #CCC solid
	}

/**********************************************************/
/* SUBPAGE                                                */
/**********************************************************/
	body.sub {
		padding: 0px;
		margin: 13px 0px;
		background: url('images/tsub.jpg') repeat-x;
		background-color: #FFF;
	}

	#subbottom {
		height: 43px;
		background: url('images/pagebottom.jpg') repeat-x bottom;
		border-bottom: 5px #FFF solid;
	}

	.sub #left_sidebar {
		width: 200px;
		vertical-align: top;
		text-align: center;
		padding-top: 13px;
	}

	.sub #contentarea {
		border: 0px;
		margin: 0px;
		padding: 17px;
		background: #FFF;
		vertical-align: top;
	}

	.sub #right_sidebar {
		background: #FFF;
		width: 220px;
		vertical-align: top;
	}


/**********************************************************/
/* SPOTLIGHT                                              */
/**********************************************************/
	.shadow_tile {
		margin: 12px 0px;
		width: 208px;
		background: url('images/shadow_tile.gif') repeat-y;
	}
	.shadow_top {
		background: url('images/shadow_top.gif') no-repeat;
		background-position:
	}
	.shadow_btm {
		padding-bottom: 9px;
		background: url('images/shadow_btm.gif') no-repeat bottom;
	}
	.spotlight_body {
		width: 200px;
		background: url('images/boxfade.jpg') no-repeat;
	}
	.spotlight_body .box_more {
		margin: 0px;
	}
	.spotlight_headline {
		padding: 10px 10px 5px 10px;
		font-weight: bold;
		color: #286AB0;
		font-size: 12px;
	}
	.spotlight_txt {
		padding: 0px 10px 10px 10px;
		line-height: 160%;
	}

/**********************************************************/
/* SUBNAV                                                 */
/**********************************************************/
	#subnav {
		text-align: left;
		padding-bottom: 13px;
	}

	#footer {
		width: 970px;
		text-align: left;
		padding: 10px 0px;
	}
	#footer_nav {
		padding-bottom: 10px;
	}
	.navvr {
		padding: 0px 6px;
	}
