@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCB;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 60em;  	
	background: #FFFFFF;
	margin: 1em auto; 	
	text-align: left; 
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#header { 
	background: #999965; 
	padding: 0px; 
	height: 109px; 
}
#menu_bar {	
	width: 100%;
	}
	 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent {
	padding: 20px;
	background: #FFFFFF;
	font-style: normal;
	
}
#frontboxcont {
	width: 100%;
	float: left;
	
	} 
#frontbox {
	
	float: left;
	padding: 10px;
	border: #666666 solid 1px;
	} 
#leftContact {
	float:left;
	width: 25em;
	
	}
#rightContact {
	float:right;
	padding: 1em;
	}
#footer { 
	padding: 0 10px; 
	background: #999965;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#copyright {
	width: 960px;
	margin: 1em auto; 
	}
.inside {
	padding: 10px;
}
.imgLeft {
	float:left;
	padding: 10px;
}
.imgRight {
	float:right;
	padding: 10px;
}
.tableBorder {
	border-color: #666666;
	color: #666666;
}
.fronttableTop h3 {	
	background-image: url(../images/fronttabletop.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 2em;
	} 
.fronttableTop {	
	text-align: center;
	height: 21px;
	padding: 5px;
	} 
.smallText {
	font-size: 0.75em;
}
.vsmallText {
	font-size: 0.7em;
}
.vsmallitalicText {
	font-size: 0.75em;
	font-style:italic;
}
.medBold {
	font-size: 0.95em;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9A6601;
	text-transform: capitalize;
}
.smallBold {
	font-size: 0.75em;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9A6601;
}


.indentmenu{
font: bold 0.9em Times;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #666666; /* border*/
border-width: 1px 0;
background: black url(../images/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 20px;
text-decoration: none;
border-right: 1px solid #996600; /*divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.jpg) center center repeat-x;
}
