@charset "utf-8";
/* CSS Document */

/* Settings specific to template 001 */

#body
{
	background-color:#8c9d70;
	background-image:url(img/bg_body.jpg);
	background-repeat:repeat-x;
}

#body h1,#body h2,#body h3,#body h4,#body h5,#body .contactInformation
{
	color:#48661e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#body .contactInformation
{
    color:#48661e;
}

#body a
{
	color:#44a6fd;
}

#body a:hover
{
	color:#003366;
}

#body .headerRule
{
	color:#b7c868;
	background-color:#b7c868;
}

#body .mainWrapper
{
	border: solid 1px #b3cc63;
	background-image:url(img/bg_MainWrapper.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
}

#body .menuWrapperHorizontal
{
	margin-top:5px;
	margin-bottom:30px;	
}

#body .horizontalNav
{
	padding:0 10px 0 0;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	float:right;
}

#body .horizontalNav li
{
	text-align:center;
	margin-left:6px;
	margin-right:6px;
}

#body .horizontalNav li a
{
	display:block;
	font-weight:bold;
	line-height:1.4;
}	

html>body #body #horizontalNav li a {
		width: auto;
}

#body .insetLeft
{
	background-color:#d7e4ac;
}

#body .insetRight
{
	background-color:#d7e4ac;
}

#body .divider
{
	background-image:url(img/bullet.gif) !important;
	background-repeat:no-repeat !important;
	background-position:50% !important;
	margin-top:3px !important;
	width:30px !important;
	height:15px !important;
}
