@import url('reset.css');

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#665a58;
	visibility: visible;
	height: 100%;
}

.bodycopy {
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#665a58;
}

p{
	padding:0px 12px 5px 12px;
	line-height:16px;
}
p a { 
	color:#665a58;
	text-decoration:underline;
	line-height:16px;
}
p a:hover { 
	color:#5d0803;
	text-decoration:underline;
	line-height:16px;
}

html{
	background-image:url(../img/background.gif);
	background-repeat:repeat;
}

h1{
	color:#efe9d1;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:33px;
	font-weight:normal;
	padding-left:5px;
	padding-top:2px;
	letter-spacing:-2px;
}

.h1nopic {
	color:#4d701c;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:33px;
	font-weight:normal;
	padding-left:5px;
	padding-top:8px;
	letter-spacing:-2px;
}

h2 {
	font-size:14px;
	color:#4d701c;
	font-weight:bold;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:5px;
}
h2 a {
	font-size:14px;
	color:#4d701c;
	font-weight:bold;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}

.mapLink {
	clear:both;
}	
.required_field{
	background:#dbd4b9;
	border:1px #ac9381 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	width:300px;
	padding:3px 3px 3px 5px;
	margin:2px 5px;
}

.text{
	border: 0px solid rgb(105, 178, 212); 
	padding: 1px; 
	width: 173px; 
	height: 20px; 
	background-color: rgb(234, 226, 207); 
	font-size: 11px; 
	line-height: 16px; 
	color:#665a58; 
	font-family:Arial, Helvetica, sans-serif;
}
.button{
	background-color:#dbd4b9;
	color:#665a58;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px #999999;
	cursor:pointer;
	margin:2px 5px;
	font-size:11px;
}

.form{
	padding:5px;
	width:260px;
	float:left;
	clear:both;
}


#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */


#margintop {
	margin-top:10px;
}

#container {
      margin:0 auto;
	  width:840px;
}


.headerDiv{
	background:url(../img/header.gif) no-repeat bottom left #5d0803;
	width:794px;
	height:26px;
}
.footerDiv{
	background:url(../img/footerback.gif) no-repeat top left #5d0803;
	width:794px;
	height:45px;
	font-size:10px;
	overflow:hidden;
}

.leftMenu{
	background:url(../img/leftback.gif) top right repeat-y #5d0803;
	float:left;
	clear:left;
	width:190px;
	height:460px;
	position:relative;
}
.menuItems{
	position:absolute;
	top: 273px;
	left: 10px;
}
.menuItems ul{
	text-indent:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:165px;
	border-bottom: thin solid #663333;
	list-style:none;
	margin:0;
	padding:0;
}
.menuItems ul li{
	padding-bottom:4px;
	padding-top:4px;
	border-top: thin solid #663333;
}
.menuItems a {
	color:#ac9381;
	text-decoration:none;	
}
.menuItems a:hover{
	color:#fff;
	text-decoration:none;	
}

.content{
	background-color:#efe9d1;
	float:left;
	clear:none;
	width:418px;
	height:460px;
	position:relative;
}
.imageContent{
	width:418px;
	height:263px;
	background:#efe9d1;
	padding-bottom:12px;
}
.contentHeading{
	position:absolute;
	top:233px;
	left:5px;
}
.rightMenu{
	background: url(../img/rightback.gif) repeat-y top left;
	width:186px;
	height:460px;
	float: left;
	clear:right;
	position:relative;
}

.rightFloatingMenu{
	position:absolute;
}
.rightFloatingMenuText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#efe9d1;
	width:185px;
	position:absolute;
	top:200px;
	left:18px;
}
.rightFloatingMenuText a{
	color:#efe9d1;
	text-decoration:none;	
	line-height:18px;
	font-style: normal;
	padding-left:18px;
}
.rightFloatingMenuText a:hover{
	color:#efe9d1;
	text-decoration:none;	
	line-height:18px;
	font-style: normal;
	background:url(../img/tick.gif) no-repeat;
	padding-left:18px;

}

.menuheadcenter {
	text-align:center;
	line-height:14px;
}

.copyright{
	float:left;
	clear:left;
	padding-left: 10px;
	padding-top: 25px;
	color:#af938e;
}

.siteBy{
	float:right;
	clear:right;
	padding-right:10px;
	padding-top:25px;
}

.siteBy a{
	text-decoration:none;
	color:#af938e;
}
.siteBy a:hover{
	text-decoration:none;
	color:#efe9d1;
}

.active a{
	color:#fff;
	text-decoration:none;
}


