@charset "utf-8";
/* CSS Document */

#body 
{
	background-color:#a9b4c6;
}

#body h1
{
	color:#8594ae;
}

#body hr,#body h2,#body h3,#body h4,#body h5,#body .contactInformation
{
	color:#ad2024;
}

#body a
{
	color:#000;
}

#body .mainWrapper
{
	background-image:url(img/bg_mainWrapper.jpg);
	background-repeat:repeat-x;
	background-color:#dddbe2;
	border: solid 1px #dddbe2;
}
	
#body .menuWrapperHorizontal
{
	margin-top:0;
	margin-bottom:30px;	
	width:100%;
	display:block;
}

#body .contentSectionWrapper
{
	padding-top:20px;
}	
	
#body .horizontalNav li a
{
	font-weight:normal;
}	

#body .horizontalNav li a:hover
{
	text-decoration:underline;
}

#body .horizontalNav
{
	float:right;	
}
	
#body .headerRule
{
	color:#ad2024;
	background-color:#ad2024;
	height:5px;
	width:100%;
}
/*
#body .contentRule
{
	color:#8594ae;
	background-color:#8594ae;
	height:1px;
	width:60%;
	margin:0 10px 0 20px;
	padding:0;
	float:left;
}
*/
#body .insetLeft, #body .insetRight
{
	background-image:url(img/bg_inset.png);
	background-repeat:repeat-y;
	width:278px;
	padding-top:8px;
}

#body .insetLeft
{
	margin-right:10px;
}

#body .insetRight
{
	margin-right:5px;
}

#body .insetBottom
{
	height:10px;
	width:320px;
	background-image:url(img/bg_insetBottom.png);
	background-repeat:no-repeat;
	margin-left:-20px;
	margin-right:-40px;
	margin-bottom:-30px;
	overflow:visible;
}

#body .divider
{
	background-image:url(img/bullet.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:50% !important;
	margin-top:3px !important;
	width:30px !important;
	height:15px !important;
}

html>body #body #horizontalNav li a {
		width: auto;
}
