﻿#content {
	width:555px;
	vertical-align:top;
}

#content a {text-decoration:underline; color:#333333;}
#content a:hover {text-decoration:underline; color:black;}

a.content:link, a.content:active, a.content:visited {text-decoration:underline; color:#333333;}
a.hover {text-decoration:underline; color:#333333;}


a.nav:active {
	text-decoration:none;
	color:#f8dcdf;
	display: block;
	background: url('siteart/nav_off.jpg') no-repeat left top;
	font-size: 10pt;
	font-weight:bold;
	padding: 22px 7px 17px 24px;
	}
	
a.nav:visited {
	text-decoration:none;
	color:#f8dcdf;
	display: block;
	background: url('siteart/nav_off.jpg') no-repeat left top;
	font-size: 10pt;
	font-weight:bold;
	padding: 22px 7px 17px 24px;
	}
	
a.nav:link {
	text-decoration:none;
	color:#f8dcdf;
	display: block;
	background: url('siteart/nav_off.jpg') no-repeat left top;
	font-size: 10pt;
	font-weight:bold;
	padding: 22px 7px 17px 24px;
	}
	
a.nav:hover {text-decoration:none; color:white; background: url('siteart/nav_on.jpg') no-repeat left top;}

a.navtwo:active {
	text-decoration:none;
	color:#f8dcdf;
	display: block;
	background: url('siteart/nav_off.jpg') no-repeat left top;
	font-size: 10pt;
	font-weight:bold;
	padding: 14px 7px 9px 24px;
	}
	
a.navtwo:visited {
	text-decoration:none;
	color:#f8dcdf;
	display: block;
	background: url('siteart/nav_off.jpg') no-repeat left top;
	font-size: 10pt;
	font-weight:bold;
	padding: 14px 7px 9px 24px;
	}
	
a.navtwo:link {
	text-decoration:none;
	color:#f8dcdf;
	display: block;
	background: url('siteart/nav_off.jpg') no-repeat left top;
	font-size: 10pt;
	font-weight:bold;
	padding: 14px 7px 9px 24px;
	}
	
a.navtwo:hover {text-decoration:none; color:white; background: url('siteart/nav_on.jpg') no-repeat left top;}





a.navlong:link, a.navlong:active, a.navlong:visited  {
	text-decoration:none;
	color:#f8dcdf;
	display: block;
	background: url('siteart/nav_off.jpg') no-repeat left top;
	font-size: 10pt;
	font-weight:bold;
	padding: 14px 6px 9px 18px;
}
		
a.navlong:hover {text-decoration:none; color:white; background: url('siteart/nav_on.jpg') no-repeat left top;}





a.sub:active {
	text-decoration:none;
	text-transform:uppercase;
	color:#725c14;
	padding: 0 7px;
	
	}
	
a.sub:visited {
	text-decoration:none;
	text-transform:uppercase;
	color:#725c14;
	padding: 0 7px;
	
	}
	
a.sub:link {
	text-decoration:none;
	text-transform:uppercase;
	color:#725c14;
	padding: 0 7px;
	
	}
	
a.sub:hover {text-decoration:none; color:black;}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 23px;
	background: #9c9c9c url('siteart/backgrounbd_grey.jpg') repeat-x;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}
	
.navcell {
	width:auto;
	
}	
	
.boldheader {
	font-size: 11pt;
	font-weight: bold;
	color: #3b0c12
}	
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

#contact {
	float:right;
	text-align:left;
	padding:12px 15px 0px 0px;
	vertical-align:top;
	font-size:10pt;
}

#homemain {
	background:url('siteart/main.jpg') no-repeat top;
	width:770px;
	height:220px;
	vertical-align:top;
	padding-top:1px;
	border-bottom:2px solid white;
}

#leftbar {
	width:215px;
	background:#551e24;
	vertical-align:top;
	color: white;
	font-size:12pt;
}

#leftbarbold {
	font-weight:bold;
	padding:10px;
	background:#3b0c12;
}

#leftbarbold a {
	color:#fff;
	text-decoration:none;
}

#leftbarbold a:hover {
	color:#fff;
	text-decoration:underline;
}


#subnav {
	background: #d6a400;
	text-align:center;
	font-size:9pt;
	padding: 4px 0;
}

li {
	list-style-type:square;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #551e24;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
text-decoration: none;
color:#551e24;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #551e24;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#551e24;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #551e24;
color: white;
text-decoration: none;
}


