/************************/
/* Home Styles */
/************************/
body {
	background: #fff;
}
div#mainContent {
	width: 100%;
}



/************************/
/* Section Header Styles */
/************************/
div#homeFlash {
	background: url(/media/images/home/side_logo_back_home.gif) top left no-repeat;
}
div#mainNarrative {
	margin: 15px 0px 0px 0px;
}
div#headerBack {
	/*
	background: #FFF url(/media/images/global/best_places.gif) 810px 35px no-repeat;
	*/
/*	background: #FFF url(/media/images/home/champbers_2009.gif) 810px 20px no-repeat; */
}



/************************/
/* No-Flash Header Styles */
/************************/



/************************/
/* Container Styles */
/************************/
div#topContent {
	border-bottom: 1px solid #676767;
	height: 297px;
	background: #fff url(/media/images/home/side_back_home.gif) top left repeat-x;
	overflow: hidden;
}



/************************/
/* Main Content Styles */
/************************/
ul#serviceFocus {
	width: 650px;
	height: 30px;
	list-style: none;
	font-size: 13px;
	text-transform: lowercase;
}
ul#serviceFocus li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #c02426;
}
ul#serviceFocus li.lastItem {
	border: none;
}
ul#serviceFocus a:link, ul#serviceFocus a:visited {
	color: #000;
	text-decoration: none;
}
ul#serviceFocus a:hover, ul#serviceFocus a:active {
	color: #c02426;
}
ul#serviceFocus li.lastItem a:link, ul#serviceFocus li.lastItem a:visited {
	color: #c02426;
}
ul#serviceFocus li.lastItem a:hover, ul#serviceFocus li.lastItem a:active {
	color: #000;
}



/************************/
/* Related Column Styles */
/************************/
div#relatedColumn {
	position: absolute;
	top: 189px;
	left: 733px;
}



/************************/
/* Footer Styles */
/************************/
div#siteFooter {
	color: #858585;
}
div#siteFooter p {
	color: #686767;
}
div#siteFooter li {
	border-right: 1px solid #686767;
}
div#siteFooter a:link, div#siteFooter a:visited {
	color: #000;
}
div#siteFooter a:hover, div#siteFooter a:active {
	
}
