/* *** start hack for tabs ***/
* html ul#contactchoices2 li.last
 {
    width: 182px; /* for IE5 and IE6 in quirks mode */
    w\idth: 204px; /* for IE6 in standards mode */
  }
/* *** end hack for tabs ***/

body {
    font-size: 13px;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color:#fff;
	margin: 0;
	color: #000;
}
* html body {
    font-size: 12px; /*for ie5/win */ font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
    f\ont-size: 12px; /* for other ie versions */ font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {font-size:200%; color:#333;}
h2 {font-size:170%; color:#333; margin-top: 0;}
h3 {font-size:150%; color:#333;}
h4 {font-size:120%; color:#333;}
img {  border: 0;}
form { display: inline; margin: 0; padding: 0;}
input, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px}

#wrap {
  width: 741px;
  margin: 0 auto;
  padding: 0;
  background-color: #eee;
  border-right: 10px solid #ddd;
  border-left: 10px solid #ddd;
}
.overlay {
	display: block;
	width: 739px;
	height: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 0px; /*here?*/
	padding-bottom: 0;
	padding-left: 0;
	border-right: 2px solid #585d6d;
	border-left: 2px solid #585d6d;
}
.poolhouse {
	background: url(../img/bg.poolhouse2.jpg) top left no-repeat #b0d1a6;
}
.twohorses {
	background: url(../img/bg.twohorses2.jpg) no-repeat #aebecd;
	background-position: 0 78px;
}
.twintrees {
	background: url(../img/bg.twintrees.jpg) top left no-repeat #A6B7BA;
}
.barn {
	background: url(../img/bg.barnr.jpg) top left no-repeat #9FAC9E;
}
.cows {
	background: url(../img/bg.cows.jpg) top left no-repeat #A0B296;
}
.gallery {
	background: url(../img/bg.galleryfade.gif) top left repeat-x #FAE7D1;
}
#head {
	display: block;
	width: 486px;
	height: 100px;
	margin: 0 auto 25px auto;
	padding: 5px;
	text-align: center;
}
#head h1 span {
	display: none;
}
#head h1 {
	width: 486px;
	height: 71px;
	background: url(../img/phtranss.gif) no-repeat top;
}
#head img {
	margin: 10px 0 0 0;
}
/* ** Navigation ** */
#nav {
	float: left;
	width: 220px;
	margin: 0 35px 0 0;
	padding: 5px;
	background: transparent url(../img/fff.gif) repeat;
}
#nav ul {
	margin: 0 0 0 5px;
}
#nav li {
	list-style-type: none;
	/*margin: 0 0 0 15px;  -20 good for FF, 20 good for IE7 and IE6 */
	padding: 0 0 3px 0;
}
/* *** start hack for nav margin ***/
* html #nav li {
    margin: 0 0 0 10px; /* seems to affect IE6 */
    m\argin: 0 0 0 20px; /* seems to affect nothing */
  }
/* *** end hack for nav margin ***/

#nav li.on {
	font-weight: bold;
}
#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #600;	
	line-height: 1.4;
}
#nav li a:visited {
	color: #900	
}
#nav li.on a:hover {
	color: #600;
}
#nav li a:active, #nav li a:hover {
	color: #d4acac;	
}


/* ** content styles ** */
#content {
	float: left;
	width: 425px;
	margin: 0 0 10px 0;
	padding: 0;
  min-height: 500px;
}
#content img.picture {
    float: right;
    margin: 5px 0 5px 5px;
    padding: 1px;
    background-color: #333;
    border: 3px solid #999;
}
#content img.cal {
   padding: 0 0 0 5px;
}
#content a {
  /*color: #845840;*/
    color: #2E2F72;
}
#content a:visited {
  color: #555;
}
#content a:active,
#content a:hover {
  color: #c00;
}
#content ul.tootight {
    line-height: 150%;
}
#content p {
  line-height: 1.4em;
}
#content hr.clearer {
    clear: both;
    margin: -0.66em 0;
	visibility: hidden;
}
#content hr {
    display: block;
    clear: both;
    color: #ddd;
    height: 1px;
    /*margin: -0.66em 0;*/
    margin: 4px 0;
}
#content .inset {
	float: right;
	width: 172px;
	font-size: 83%;
	text-align: center;
	color: #333;
	margin: 0 0 10px 10px;
}
#content .inset img {
	border: 1px solid #666;
	margin: 0;
}
#content .outset {
	position: relative;
	float: left;
	width: 172px;
	font-size: 83%;
	text-align: center;
	color: #333;
	margin: 0 0 10px -230px;
}
#content .outset img {
	border: 1px solid #666;
	margin: 0;
}
#content .outset-higher {
	position: relative;
	float: left;
	width: 172px;
	font-size: 83%;
	text-align: center;
	color: #333;
	margin: -70px 0 10px -230px;
}
#content .outset-higher img {
	border: 1px solid #666;
	margin: 0;
}
#content dt {
	font-weight: bold;
	line-height: 1.5em;
}
#content dd {
	font-weight: bold;
	font-style: italic;
	line-height: 1.7em;
}
#content .gallerypic {
	float: left; 
	width: 200px; 
	height: 300px; 
	margin: 0 10px 10px 0;
	text-align: center;
	font-size: 90%;
	font-style: italic;
}

/* *** footer styles *** */
#foot {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 4em;
    background-color: #858DA5;
    font-size: 85%;
    color: #000;
}
#foot a {
    color: #ff3;
}
#foot span {
  padding: 0 15px 0 0;
}

/* *** form table styles *** */
table#cf {
  margin: 5px 0 10px 0 ;
  padding: 0 5px;
  width: 400px;
  font-size: 11px;
}
table#cf th {
  border: 0;
  margin: 0 10px 0 0;
  padding: 4px;
  /*background-color: #ddd; before wrapping in tan */
  text-align: left;
  width: 140px;
}
table#cf td {
  margin: 0;
  /*line-height: 150%;*/
  padding: 4px;
}
table#cf tr.last th,
table#cf tr.last td {
    border-bottom: 1px solid #cdcdcd;
}
input.txt,
input.city,
input.state,
input.zip,
table#cf textarea,
table#cf select {
  border-top: 2px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-left: 2px solid #808080;
  padding: 1px;
  color: #000;
}
table#cf input.sbutton {
    background-color: #585d6d;
    color: #fff;
    padding: 3px 0;
}
table#cf input.rbutton {
    background-color: #585d6d;
    color: #ccc;
    padding: 3px 0;
}
/* *** start hack contact page layout ***/
* html table#cf input.sbutton,
* html table#cf input.rbutton {
    font-size: 110%; /* for IE5 and IE6 in quirks mode */
    f\ont-size: 100%; /* for IE6 in standards mode */
  }
/* *** end hack for contact page layout ***/

table#cf input.city {
  width: 85px;
}
table#cf input.state {
  width: 50px;
}
table#cf input.zip {
  width: 65px;
}
