#topLeft {   
    position: relative; top: 0px; left: 0px;
	width: 190px;
	height: 395px;
    background-color: #a8a7ac;
    border: 0px solid #000640;
    color: #000640;
	float: left;
	z-index: 99;  
}

#topLeft p {
    margin: 5px 10px 0px 10px;
    padding: 0px;
    width: 170px;
    line-height: 14px;
	text-align: center;
	font-size: 1em;
}

#topLeft img {
    margin: 15px auto 0px auto;
}

#flashBanner {
    position: relative; top: 0px; left: 3px;
}

#bottomLeft {   
    position: relative; top: 3px; left: 0px;
	float: left;
	width: 187px;
	background-color: #6c6730;
	z-index:50;
	padding: 8px 0px 5px 5px;
}

#tabBox {
	position: relative; top: 3px; left: 3px;
    width: 415px;
    height: 176px;
    background-color: #a8a7ac;
	float: left;
	z-index: 98;
}

#tabs {
	margin: 0px;
	padding: 0px;
	height: 29px;
	background-color: #ffffff;
}

#tabContent li img {
	float: left;
	margin-right: 5px;
}

#tabContent li p {
	margin: 10px 5px 5px 10px;
	color: #000640;
}

#tabs li
{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	list-style-type:none;
	border-left: 1px solid #000640;
}

#tabs li a:link {
	display: block;
	line-height: 29px;
	padding-right: 20px;
	padding-left: 5px;
	text-decoration: none;
	color:#ffffff;
}

#tabs li a:visited {
	display: block;
	line-height: 29px;
	padding-right: 20px;
	padding-left: 5px;
	text-decoration: none;
	color:#ffffff;
}

#tabs li.on
{
	height: 29px;
	background-image:url(../images/tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #000640;
	color: #ffffff;
}

//#tabs li.on a:hover
//{
//	height: 29px;
//	background-image:url(../images/tabcorner.gif);
//	background-position: top right;
//	background-repeat: no-repeat;
//	text-decoration: none;
//	background-color: #a8a7ac;
//	color: #000640;
//}

#tabs li.off a:link
{
	height: 29px;
	background-image:url(../images/tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #6c6730;
	color: #cd9934;
}

#tabs li.off a:hover
{
	height: 29px;
	background-image:url(../images/tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #d4c5a8;
	color: #6c6730;
}

#tabContent
{
	margin:0px;
	padding:0px;
	clear:both;
}
#tabContent li.on
{
	display:block;
}
#tabContent li.off
{
	display:none;
}

#weather {
	position: relative; top: 3px; left: 6px;
	
}

#partners {
	width: 798px;
	height: 78px;
	position: relative; top: 3px;
	border-top: 1px solid #6c6730;
    border-bottom: 1px solid #6c6730;
    border-left: 1px solid #6c6730;
    border-right: 1px solid #6c6730;
}

//#footerNav {
//    clear: both;    
//    color: #6c6730;
//    line-height: 14px;
//	margin: 20px auto 0px; auto;
//}

.logoLink {
	width: 86px;
	height: 68px;
	margin: 10px auto -10px auto;
	background-image: url(../images/classic_logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

mfgLink {
	margin: -10px auto 0px auto; 
}