/* CSS Document */

/* Global Styles */
html, body, fieldset, p, pre, blockquote, dl, address 
{
    margin: 5px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #5B512D;
	background-color: #6C7061;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #9A4A0B;
    font-weight: bold;
}

a:hover     
{
    text-decoration:underline;
} 
	   
img 
{
	border-width: 0;
}

.brnBorder { border: 1px solid #3A2D0B; }
.tanBG { background: #D4D8BD; }
.brnBG { background: #3A2D0B; }
.lgtTanBG { background: #E6E9CC; }

.topNav, .topNav a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D0D1BF;
	font-weight: normal;
	padding: 0px 12px;
	text-decoration: none;
}

.topNav a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 12px;
	text-decoration: none;
}

.topNavActive
{
	
	color: #FFFFFF !Important;	
	text-decoration: none;
}

.mainText
{
	color: #6B6248;
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

.subTextLeft
{
	color: #675D43;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 20px;
	text-align: center;
}

.copyright
{
	color: #675D43;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 20px;
	text-align: center;
}

/* dynamic menus  */
#centerwrap {
	width: 800px;
	/*margin: 0px auto;*/
	position: relative;
	/*text-align: center;*/
}

.menuContainer
{ 
	/*background-color: #D4D8BD;*/
	display: block;
	font-size: 11px;
	font-weight: normal;
    color: #61573C;
    font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: left;
}

.menuContainer a:hover
{ 
	/*background-color: #D4D8BD;*/
	display: block;
	font-size: 11px;
	font-weight: normal;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.menu 
{ 
	/*background-color: #D4D8BD;
	display: block;*/
	font-size: 11px;
	font-weight: normal;
    color: #61573C;
    font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 0px 10px;
}

.menu a:hover
{
	/*background-color: #D4D8BD;
	display: block;*/
	font-size: 11px;
	font-weight: normal;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 0px 10px;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #BBBBBB;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align:center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #BBBBBB;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}