html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


body
{
   min-width: 960px;
   color: #333;
   background-color: #797979;
   font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: center;
   margin: 0;
   padding: 0;
}

#container
{
  	position: relative;
  	margin: 0 auto; /* center on everything else */
 	text-align: left;
  	width: 960px;
   background-color: #fff;
  	border-left: 1px solid #b37700;
  	border-right: 1px solid #b37700;
}
a img { border: 0; }


a:hover img { outline: #FFB400 solid 1px; }
		
a, a:link, a:visited { color: #b37700; text-decoration: none;} 

p a:hover, ul a:hover  {
    color: #FFB400;
    border-bottom: 1px solid #FFB400;
}

a:active {
    color: #ffc20e;
}
	
		

/*HEADER*/

#header 
{
	background-color: #FFB400;
	height: 140px; 
	margin-bottom:20px;
  	border-bottom: 1px solid #b37700;
}
#header #logo {
	position:absolute;
	top:20px;
	left:80px;
}
#header #logo a{
	position:relative;
	width:332px;
	height:85px;
	display:block;
	text-indent:-9999px;
	margin:0;
	outline:0;
	background: url('images/logo.gif') no-repeat top left;
}
#header #map {
	position:relative;
	left:650px;
	top:20px;
	background: url('images/map.gif') no-repeat top left;
	width:157px;
	height:95px;
}
#content ul{
	padding-left:20px;
	margin-left:0;
}
#content ul li {
	margin:0;
	padding:0;
}
#menu {
	padding-top:4px;
float:left;
margin: 0 8px 0 8px;
display:inline;
margin-left:129px;
}

#menu ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	border:0;
}
#menu ul li{
	margin:0;
	padding:0;
	margin-bottom:18px;
	background: #FFF;
}
  
#menu ul li a { 
	color: #fff;
	display:block;
	display:inline-block;
	padding: 5px 0 8px 8px;
	font-size: 13px;
	line-height: 13px;
	vertical-align: middle;
	font-weight: bold;
	height: 15px;
	width:169px;
  	text-decoration: none;
  	outline:none;
	background: #8B8E91 url("images/menu.gif") no-repeat top right;
}  
#menu ul li a:hover, #menu ul li a:active, #menu ul li a#selected {
    color: #FFB400;
    border:0;
}

#contact {
	float:left;
	display:inline;
	font-size: 9px;
	
	width:125px;
	padding:0 4px 0 12px;
	color: #8B8E91;
}
#content {
	float:left;
	display:inline;
width: 460px;
	padding: 0 25px 0 25px;
	line-height:18px;
}

.col {
	float:left;
	margin-right:20px;
	width:220px;
}

/* BODY STYLES */
h2, h3 {
	font-size: 20px;
	font-weight: bold;
	color: #6D6F72;
	line-height: 24px;
	border
}
h2 {
	margin-top:0;
}
h3{
	padding-bottom:4px;
	line-height:normal;
	font-size: 12px;
	margin-left: -211px;
	width: 671px;
	position: relative;
	border-bottom: 1px #FFB400 solid;
}
.col h3{
	margin-left:0px;
	width:100%;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #1B1818;
	margin:0;
}

.mainphoto{
	margin-bottom:8px;
}

.grey{
	color: #797979;
}

table {
	border:0;
	margin-bottom:20px;
	font-size: 12px; 
	font-weight: inherit; 
	font-style: inherit;
	width:100%;
	height:auto;
}
td {
	vertical-align:top;
	height:auto;
}

.photo {
	margin:0;
	margin-left:-150px;
	width: 130px;
	float:left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #797979;
	position: relative;
}
.incolumn{
	margin: 8px 20px 8px 0;
	width:auto;
	display:inline;
}
.photo img {
}
.arrow {
	width:264px;
	margin-left:-300px;
	text-align:left;
	position: relative;
}
.arrow img{
	float:left;
	display:inline;
}
.arrow p {
	float:left;
	display:inline;
	width:140px;
	padding-left: 20px;
	margin:0;
}

.arrow#top {
	border-top: #FFB400 solid 1px;
	padding-top: 15px;
}

.arrow#bottom {	
	position:absolute;
	bottom:80px;
	left:341px;
}

.arrow#bottom p {	
	position: absolute;
	bottom:0;
	}
	
.capright{
	float:left;
	position:absolute;
	left:1110px;
	text-align:left;
	width:125px;
	
}
.capbelow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #797979;
}
.davidho {
	float:right;
	margin: 0 0 20px 20px;
	display:block;
}


.footer
{
	border-top: #FFB400 solid 1px;
 	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
 	text-align: center;
  	padding: 10px 0 40px 0;
  	margin: 0 40px 0 40px;
  	width:100%
	color: #8B8E91;
}
