/* CSS Document */

#page_header_wrapper {
	background:url(banner_bg.png) repeat-x center 45px;
	z-index:2;
}

#page_header_content{
}	

#page_header {
	width: 895px;
	margin: 0 auto;
	position: relative;
	}

#page_header_content{
	background:url(banner.jpg) no-repeat left 1px;
	height:261px;
}

#feature_tiles_wrapper{
	width:275px;
	height:255px;
	background:url(feature_tiles_wrapper_bg.png) no-repeat top center;
	float:right;
	margin:0;
	margin-right:1px;
	padding:0;
	position:relative;
	z-index:10;
}

* html #feature_tiles_wrapper{
	background:none;
	width:255px;
	margin-right:6px;
	border-left:solid 1px #1f648b;
	border-right:solid 1px #1f648b; 
}
.feature_tile a{
	height:75px;
	background:#398dca url(feature_tile_bg.jpg) no-repeat center top;
	margin:0 auto;
	width:245px;
	color:#FFFFFF;
	padding:0;
	padding-top:10px;
	padding-left:10px;
	display:block;	
}

.feature_tile a:hover{
	text-decoration:none;
}

.feature_tile a h4{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0;
}

.feature_tile a img{
	margin-top:4px;
}


/* latest news */

#news_ticker_wrapper{
	background: #0c2036;
	}
* html #news_ticker_wrapper{
	position:relative;
	height:30px;
	top:-40px;
}

#latest_news {
	display:block;
	border-left:solid 5px #0c2036;
	border-right:solid 5px #0c2036;
	border-bottom:solid 5px #0c2036;
	background: url(news_wrapper_bg.png) repeat-x center top;
	height: 10px;
	padding: 5px 5px 10px 15px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 855px;
	margin: 0 auto;
	}		

#latest_news h3 {
	font-size: 11px;
	color: #0c2036;
	line-height: 15px;
	margin: 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #0c2036;
	float: left;
	width: 120px;	
	font-weight:normal;
	}	

	#latest_news h3 a {
		color: #0c2036;
		}	

	#latest_news a {
		border: none;
		}

	#latest_news a:hover {
		text-decoration: underline;
		}		

	#latest_news_ticker {
		height: 15px;
		float: left;
		position: relative;
		width: 600px;
		padding: 0 0 0 10px;
		overflow: hidden;
		}		

	#latest_news ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
		top: 0;
		position: absolute;
		width: 500px;
		}	

		#latest_news li {
			background: none;
			padding: 0;
			margin: 0;
			font-size: 11px;
			line-height: 15px;
			}

		#latest_news li a {
			color: #0c2036;
			}


#sidebar{
	display:none;
}

#breadcrumb{
	display:none;
}

#content{
	width:875px;
	margin:0;
	padding:0;
}

#content #content_welcome_note,
#content #content_our_services,
#content #content_promo{
	width:283px;
	float:left;
	height:250px;
	padding-top:10px;
}

#content #content_welcome_note{
	width:273px;
	padding-right:10px;
	border:solid 1px #133e6e;
}

#content #content_our_services{
	width:273px;
	border:solid 1px #27517a;
	background:#103155;
	margin:0 10px;
	padding-left:10px;
}

#content #content_promo{
	padding:0;
}

#content #content_our_services ul{
	margin-top:0;
	margin-left: 0;
}

#content #content_our_services ul li a{
	color:#ffffff;
}

#content #content_our_services ul li a:hover{
	color:#4cbbed;
}

#home_special_tile{
	height:123px;
	margin:0;
	padding:0;
	position:relative;
	background: #3885bb url(promos/promo.winter-09.jpg) no-repeat center bottom;
	border:solid 1px #27517a;
	margin-bottom:10px;
}

#home_special_tile a{
	height:27px;
	display:block;
	width:140px;
	background: url(click_button.gif) no-repeat center top;
	position:absolute;
	bottom:10px;
	right:10px;
}

#home_special_tile a:hover{
	background-position:center bottom;
}

#competition_tile{
	height:123px;
	margin:0;
	padding:0;
	position:relative;
	background:url(summer_special.jpg) no-repeat center top;
	border:solid 1px #27517a;
	margin-bottom:10px;
}

#competition_tile a{
	height:27px;
	display:block;
	width:140px;
	background:url(comp_button.gif) no-repeat center top;
	position:absolute;
	bottom:10px;
	left:10px;
}

#competition_tile a:hover{
	background-position:center -27px;
}

#banner_button{
	display:block;
	left:-610px;
	top:165px;
	position:absolute;
	height:64px;
	width:198px;
	background:url(banner_button.gif) no-repeat left top;
}

#banner_button:hover{
	background-position: left -69px;
}