@charset "utf-8";
/* CSS Document */

#body 
{
	background-color:#5e5235;
}

#body h1,#body h2,#body h3,#body h4,#body h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#body a
{
	color:#a93b0a;
}

#body .mainWrapper
{
	background-color:#fff;
}

#body .headerWrapper
{
	background-image:url(img/bg_header.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	
}

#body .contentSectionWrapper
{
	background-color:#fffceb;
	background-image:url(img/bg_contentSectionWrapper.jpg);
	background-repeat:repeat-x;
	background-position: top;
	overflow:hidden;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
}

#body .headerRule
{
	display:none;
}

#body .insetLeft, #body .insetRight
{
	background-color:#d7c584;
	background-image:url(img/bg_inset.jpg);
	background-repeat:repeat-y;
	width:278px;
}

#body .insetLeft
{
	margin-right:10px;
}

#body .insetRight
{
	margin-right:5px;
}

#body .insetBottom
{
	height:10px;
	width:320px;
	background-image:url(img/bg_insetBottom.jpg);
	background-repeat:no-repeat;
	margin-left:-20px;
	margin-right:-40px;
	margin-bottom:-30px;
	overflow:visible;
}
	
#body .menuWrapperHorizontal 
{
	padding-top:0;
	margin-top:0;
	margin-bottom:30px;
}
	
#body .horizontalNav
{
	padding:0;
	margin:0;
	width:753px;
	margin-left:auto;
	margin-right:auto;
}	

#body .horizontalNav li
{
	background-image:url(img/menubar_00.jpg);
	margin-left:0;
	margin-right:0;
	padding-left:10px;
	padding-right:10px;
	height:43px;
	text-align:center;
	font-weight:bold;
}

#body .horizontalNav  .menu1
{
	width:150px;
}

#body .horizontalNav  .menu2
{
	width:162px;
	background-position:-170px;
}

#body .horizontalNav  .menu3
{
	width:164px;
	background-position:-356px;
}

#body .horizontalNav  .menu4
{
	width:180px;
	background-position:-540px;
}

#body .horizontalNav li:hover
{
	background-image:url(img/menubar_01.jpg);
}
	
#body .horizontalNav li a
{
	margin:4px 0 0;
	display:block;
	font-weight:bold;
	line-height:2;
}	

#body .horizontalNav li a:hover
{
	text-decoration:underline;
}

html>body #body #horizontalNav li a {
		width: auto;
}
