body 
{
    font:12px verdana, arial, sans-serif; 
}
* 
{
	margin:0px; 
	padding:0px;
}
div#mainWrap 
{
	text-align:left;
}
div#emailError
{
	position:absolute;
	top:15px;
	left:235px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Sans-Serif;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
div#pageTitle {display:none;}
div#logo 
{
	width:155px;
	height:91px;
}
div#headerImage
{
	border-bottom: solid 1px #4D2701;
	background-color: #663300;
}
div#newsletterSignup
{
	position:absolute;
	top:34px;
	left:485px;
	width:352px;
	color:#351601;
	font-size:10px;
}
div#newsletterSignup img
{
	padding:0 0 0 119px;
}
div#newsletterSignup .btnStyleJoin
{
	margin:0 0 0 10px;
	background-color:#FF7800;
	border-top:solid 2px #F6923A;
	border-left:solid 2px #F6923A;
	border-bottom:solid 2px #000000;
	border-right:solid 2px #000000;
	width:50px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Sans-Serif;
	padding:0 2px 4px 2px;
}
div#newsletterSignup .txtStyleJoin
{
	margin:2px 0 0 5px;
	width:130px;
	height:16px;
	font-family:Verdana, Arial, Sans-Serif;
}
div#listmenu ul {
	margin:0 0 0 0;
	width:828px;
	/*width:576px;
	background-image: url(/images/spacer.gif);*/
	}
div#listmenu li {
	float:left;
	list-style-type:none;
	border-right:1px solid #999999;
	border-left: 1px solid #FFF;
	width:90px;
	height:29px;
	display:block;
	padding:0 0 0 0;	
	}
div#listmenu li:first-child {
	border-left:1px solid #CCCCCC;
	}
div#listmenu li:hover { 
	background-color:#FFF;
	}
div#listmenu a {
    padding:0 0 0 0;
    text-decoration:none;
	color:#45230B;
	font-weight:normal;
	height:29px;
	display:block;
	text-align:center;
	line-height:26px;
	}
div#listmenu a:hover {
	/*color:#45230B;*/
	color:#FFF;
	font-weight:bold;
	background-color:#FF7800;
}
* html div#listmenu ul {
	float:left;
}
div#listmenu a.navActive
{
    padding: 0 0 0 0;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    height: 29px;
    display: block;
    text-align: center;
    line-height: 26px;
    background-color: #85B341;
}
div#listmenu li.navActive {
    padding:0 0 0 0;
    text-decoration:none;
	color:#000;
	height:29px;
	display:block;
	text-align:center;
	line-height:26px;
	}
div#listmenu li.navHidden {
    visibility:hidden;
	}
div#bodyWrap
{
	width:850px;
}	
div#homeRightCol
{
	margin:8px 5px 10px 8px;
	padding:8px 10px 5px 8px;
	float:left;
}

/*===========================================================================
================           FOOTER STYLES START HERE          ================
===========================================================================*/
div#listFooter {
	font-size:11px;
	margin-bottom:15px;
	}
div#footerBar
{
	background:#AA7146;
	border:solid 1px #000;	
	height:15px;
}
div#listFooter ul 
{
	/*background-color:#F57B20;*/
	text-align:left;
	float:left;
	width:8000px;
	font-size:10px;
	}
div#listFooter li {
	float:left;
	list-style-type:none;
	margin:10px 5px 10px 5px;
	height:17px;
	padding:0 5px 0 0;
	text-align:center;
	}
div#listFooter li:hover { 
	background-color:#FFF;
	}
div#listFooter a {
    text-decoration:none;
	color:#663300;
	}
div#listFooter a:hover {
	color:#663300;
	text-decoration:underline;
	}
	* html div#listFooter ul {
	float:left;
	}
div#listFooter p {
	float:left;
	margin:10px 5px 10px 0px;
	height:17px;
	padding:0 5px 0 10px;
	width:800px;
	color:#663300;
	}
/*===========================================================================
================           MISC STYLES START HERE            ================
===========================================================================*/
a
{
	color:#FF7800;
}
.noDisplay
{
	display:none;
	visibility:hidden;
}
.redAlert
{
	color:#CF0000;
}
.orangeAlert
{
	color:#F57B20;
}
.details
{
	color:#FF7800;
	text-decoration:underline;
	font-size:9px;
	font-weight:normal;
}
p
{
	margin:0 0 10px 0;
}
.floatLeft
{
	float:left;
}
.clearFloat
{
	clear:both;
	float:none;
}
.blockDisplay 
{
	display: inline-block;
}
.styleCenter
{
	text-align:center;
}
.clearfix:after {
    content: ".";            
	display: block;         
    height: 0;                
    clear: both;             
    visibility: hidden;	  
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
