* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}

img {outline: none;}

html, body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
body {
background: #f2e5d1 url(img/bkg_img.jpg) top center repeat-x;
}

/**************************
STICKY FOOTER
**************************/

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -125px;
background: #f2e5d1 url(img/bkg_img.jpg) top center repeat-x;
}

.footer, .push {
width: 100%;
margin: 0 auto;
height: 125px;
clear: both;
}

.footer {
text-align: center;
background: url(img/band_bkg.gif) top repeat-x;
}

.footerwrap {
width: 950px;
margin: 0 auto;
padding-top: 20px;
}

/**************************
HEADER
**************************/

#header {
height: 140px;
width: 950px;
margin: 0 auto;
clear: both;
background: url(img/header_bkg.jpg) top center no-repeat;
}

h1 a {
display: block;
width: 250px;
height: 130px;
float: left;
position: relative;
text-indent: -9999px;
background: url(img/header_logo.png) center no-repeat;
margin: 0 0 0 330px;
}


/**************************
MAIN NAVIGATION
**************************/

#navBar {
height: 70px;
clear: both;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
background: url(img/band_bkg.gif) top repeat-x;
}

#navBar ul {
list-style-type: none;
width: 950px;
margin: 0 auto;
font-size: 10px;
color: #643626;
padding-top: 15px;
}
	
#navBar li {
display: block;
float: left;
text-align: center;
text-transform: uppercase;
}

#navBar li a {
display: block;
height: 35px;
width: 175px;
padding-top: 10px;
background: url(img/nav_btn.gif) top center no-repeat;
text-decoration: none;
margin: 0 7px 0 8px;
color: #643626;
}

#navBar li a:hover {
background: url(img/nav_btn_over.gif) top center no-repeat;
}


/**************************
CONTENT AND COLUMNS
**************************/
#bodyMain {
clear: both;
width: 950px;
margin: 0 auto;
}

.mainPhotoBox { height: 310px; margin-bottom: 15px; margin-top: 10px; }

#columnA {
width: 600px;
height: auto;
float: left;
margin-bottom: 30px;
margin-top: 20px;
border-right: 2px solid #a59165;
}

#columnB {
width: 347px;
height: auto;
float: left;
margin-top: 20px;
}

#columnA .blockInside { padding: 30px 45px 30px 15px; }

#columnB .blockInside {
padding: 30px;
background-color: #646942;
margin: 20px 0 0 20px;
}

.divider {
margin-top: 40px;
padding-bottom: 30px;
height: 3px;
clear: both;
background: url(img/divider_horiz.gif) repeat-x;
}

.dividerDots {
margin-top: 20px;
border-top: 1px dotted #c2aa77;
padding-bottom: 20px;
height: 1px;
clear: both;
}


/**************************
SLIDING PROMO BOX
**************************/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 950px;
height: 307px;

}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0;
width: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 0; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.pagination a {
width:5px;
height:5px;
background-color:#C60;
margin:0 5px 0 0;
padding:0 7px 0 7px;
text-decoration:none;
}

.pagination a.selected {
text-decoration:none;
background: transparent url(img/circle_filled.png) top center no-repeat;
}

.toc {
background: transparent url(img/circle_open.png) top center no-repeat;
}

.prev {
}

.next {
}


/**************************
COLUMN SWAP (SUB PAGES)
**************************/
#subOne-page #columnA, #subTwo-page #columnA {
float: right;
border: none;
}

#subTwo-page #columnA {
width: 950px;
float: none;
margin: 10px auto 20px auto;
}

#subOne-page #columnA .blockInside { padding: 0 30px 30px 20px; }
#subTwo-page #columnA .blockInside { padding: 0; }

#subOne-page #columnB {
float: right;
}

#subOne-page #columnB .blockInside {
padding: 0 0 30px 10px;
background-color: none;
margin: 20px 20px 0 0;
}
/**************************
TEXT & LINK STYLES
**************************/

p {
font-size: 12px;
line-height: 24px;
color: #333;
margin-bottom: 10px;
}

#columnB p {
font-size: 11px;
line-height: 18px;
color: #FFF;
}

h1, h2, h3, h4, h5 {
margin: 0;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
font-size: 28px;
line-height: 30px;
color: #643626;
margin-bottom: 5px;
}

h3 {
font-size: 17px;
line-height: 20px;
font-weight: normal;
margin: 0 0 15px 0;
text-transform: uppercase;
color: #646942;
}

#columnB h3 {
color: #c2aa77;
}

#columnA h3 {
margin: 20px 0 5px 0;
text-transform: none;
}

h4 {
font-size: 15px;
margin: 0 0 20px 0;
color: #a59165;
font-style: italic;
}

.readmore {
margin: 0 5px 0 0;
width: 160px;
font-weight: bold;
float: left;
padding-left: 15px;
background: url(img/arrow_2.gif) top left no-repeat;
}

.readmore p {
margin: 0;
}

.readmore a {
color: #643626;
}

.readmore a:hover {
color: #333;
text-decoration: underline;
}

.emphasis {
font-weight: bold;
color: #643626;
}
.italic {
font-style: italic;
}

.discoverBase {
font-size: 18px;
color: #f3e6d0;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 5px 0 20px 0;
}

.copyright {
font-size: 10px;
color: #a39267;
margin: 0;
}

a { text-decoration: none; color: #c2aa77; }
a:hover { color: #FFF; text-decoration: underline; }
a img{outline: none; border: none;}



/* ----------- Sidebar Nav ----------- */
#columnB ul {
font-size: 12px;
line-height: 24px;
color: #4a391c;
margin: 0 0 10px 0;
list-style-type: none;
}

#columnB li a {
display: block;
height: 20px;
padding: 5px 0 5px 10px;
margin: 2px 0 3px 0;
background: url(img/sidebar_btn.gif) top left no-repeat;
color: #836431;
}

#columnB li a:hover {
background: url(img/sidebar_btn_over.gif) top left no-repeat;
text-decoration: none;
}


ul.benefits {
font-size: 12px;
line-height: 16px;
color: #333;
margin-bottom: 25px;
margin-left: 30px;
}

ul.benefits li {
padding-left: 10px;
}

.subPageHead {
margin: 30px 0 10px 10px;
padding-bottom: 20px;
background: url(img/divider_horiz.gif) bottom repeat-x;
}

.lotThumb {
width: 132px;
height: 126px;
background: url(img/thumb_bkg.jpg);
float: left;
margin: 15px 5px 20px 0;
}

.thumb {
margin: 10px 0 0 10px;
}

.lotContactinfo {
clear: both;
}

.lgPromo {
width: 288px;
height: 223px;
background: url(img/promo_lg_bkg.png);
float: left;
margin: 15px 5px 20px 0;
}

.lgThumb {
margin: 14px 0 0 14px;
}


.spacer{clear:both; height:1px;}


/* ----------- My Form ----------- */
.myform{
margin:0;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 5px #f2e5d1;
background:#f3ede4;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#c2aa77;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
color: #c2aa77;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
margin-right: 40px;
float: right;
}

/* ----------- driving distances table ----------- */
#box-table-a{
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:11px;
width:550px;
text-align:left;
border-collapse:collapse;
border-bottom: 4px solid #96865f;
margin:0 0 20px 0;
}

#box-table-a th{
font-size:12px;
font-weight:normal;
background:#a9976b;
border-top:4px solid #96865f;
border-bottom:1px solid #fff;
color:#FFF;
padding:8px;}

#box-table-a td{
background:#dacba5;
border-bottom:1px solid #fff;
color:#836431;
border-top:1px solid transparent;
padding:8px;
}

#box-table-a tr:hover td{
background:#caba92;
color:#836431;
}
