/* Copyright Lee Gething & James Bancroft

   No part of this code may be reused or distributed in any way with out the
   written permission of the copyright holder.
 */

body{
  font-family: Arial, sans-serif;
  font-size: Small;
  width: 100%;
  margin: 0px Auto;
  background-color:#070064;
}

#PrimaryPane{
  margin-left: 165px;
  background-color: #FFFFFF;
  min-height: 700px;
}

#AncillaryPane{
  float: left;
  width: 155px;
  background-color: #070064;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  color: white;
  height: auto;
  display:inline;
  position:fixed;
  *margin-left:-155px;
}

#AncillaryPane a:link{
  color: white;
  text-decoration: none;
}

#AncillaryPane a:visited{
  color: white;
  text-decoration: none;
}

#Header{
width: 100%;
height: 12em;
Display: Block;
Float:right;
}

#Logo{
  width: 100%;
  height: 200px;
  background-image: url(../images/vglogonewsmall6.jpg);
  Display: Block;
  background-repeat: no-repeat
}

#gmap {
	position:absolute;
	left:850px;
	top:125x;
	width:372px;
	height:262px;
	z-index:1;
}

#map {
  margin-left: 10px;
  width: 98%;
  height: 600px;
}

.map_footer{
  font-size: 0.65em;
  font-style: italic;
}

#MainContent{
width: 100%;
padding-bottom: 10px;
Padding-top: -20px;
margin-top:45px;
color: black;
font-size: medium;
Float:right;
height:Auto;
background-color: #ffffff;
}

#MainContent p{
padding-left: 10px;
padding-right: 10px;
}

#MainContent h1{
padding-left: 10px;
  font-size: 1.5em;
  color: #070064}

#MainContent h2 {
padding-left: 10px;
font-size: 1.2em;
color: #A89460;
}

#MainContent h3{
padding-left: 10px;
font-size: 1em;
}


#divProperties table {
  border-spacing: 0px;
  border-collapse: collapse
}

#divProperties{
  width: 99%;
  padding:0 5px 5px 5px;
  margin-top:40px;
  background-color: #ffffff;
}

#property_image {
  background-color: #070064;
  padding:0px;
  width:200px;
  border: 1px;
}

#property_image a:link img, #property_image a:visited img, #property_image a:hover img{
  border: 1px solid #070064;
  position: relative;
  vertical-align: middle
}

#PropertyForm {
  font-family: Arial;
  font-size: 12px;
}

#PropertyForm ul{
  padding-left: 0px;
  margin-left:0px;
  list-style-type: None;
}

#PropertyForm ul li{
  padding-left: 0px;
  margin-left:0px;
  list-style-type: None;
}

#Footer a:link, #Footer a:visited{
color: white;
text-decoration:none;
padding:0px;
font-weight:Normal;
}


#Footer a:hover{
text-decoration:underline;
}

#Contacts{
padding-bottom: 1em;
text-align: center;
}

#Contacts a:link, #Contacts a:visited {
  text-decoration: none;
  font-weight: normal;
}

#Contacts a:hover {
  text-decoration: underline;
}

#Sponsers{
padding-top: 5px;
width:310px;
position: relative;
left:510px;
}

#Sponsers img{
  padding:2px;
  border-style: none;
}

#Sponsers a:hover img{
  text-decoration:none;
  text-align: center;
  padding:2px;
  border-style: none;
  color:#ffffff;
}


#MainNavigation{
padding-bottom: 10px;
}

#MainNavigation ul, #MainNavigation li{ 
margin-left:0px;
padding-left:5px;
list-style:none;
font-weight:bold;
color:#ffffff;
}

#MainNavigation ul ul li{
	padding-left:10px;
	font-weight:normal;
}

#MainNavigation a:link, #MainNavigation a:visited{
	text-decoration:none;
	color:#A89460;
}

#MainNavigation a:hover{
	text-decoration:none;
	background-color:#A89460;
	color:#070064;
}



#contactus {
 width: 650px;
 padding-left: 10px;
}


/* POTW */

#potw{
width: 275px;
height: 100%;
background-color: #a7a3df;
padding: 5px;
float: right;
margin-right: 5%;
border-style: double;
border-color: #070064;
border-width: 4px;
display: inline;
margin-left: 3%;
}

#potw2{
 width: 275px;
 height: 100%;
 background-color: #a7a3df;
 padding: 5px;
 float: left;
 border-style: double;
 border-color: #070064;
 border-width: 4px;
 display: inline;
 margin-left:3%
}

#potwdetail{
width: 50%;
background-color: #a7a3df;
padding: 5px;
border-style: double;
border-color: #070064;
border-width: 4px;
float:right;
margin-right: 5px;
}

#potwleft {

}
#potwright {
 float:right;
 width:200px;
}

/* Forms */


