/*
G5 Search Marketing Copyright 2008
Local Search Marketing - Local Internet Advertising
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{padding: 5px;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
div#middle ul {list-style: disc;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a {outline:none;text-decoration: none; color: #a53035;}
a:hover {text-decoration: underline;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
html {background: url(/images/bg_01.gif) top left repeat;}

body {
	position : relative; 
	margin: 0 auto; 
	color: #333;
	text-align : center; /* center for IE */
	font-family : Trebuchet MS, verdana, arial, sans-serif;
	font-size: 12px;
	}

/* Outside */
/* -------------------- */
div#wrapper {
    position: relative;
    width : 924px;
    margin: 71px auto 10px auto;
    background: #FFF;
    text-align: left;
}

div#whopper {
    position: relative;
    width: 884px;
    padding: 20px;
}

div#header {
    position: relative;
    width: 884px;
    height: 130px;
    z-index: 999;
}

div#middle {
    position: relative;
    width: 884px;
    min-height:525px;
    height:auto !important;
    height:525px;
    z-index: 990;
}

div#footer {
    position: relative;
    width: 884px;
}

/* Template */
/* -------------------- */

div#headerLeft {
    position: relative;
    width: 209px;
    height: 130px;
    float: left;
}
div#headerLeft h1 {
    position: relative;
    width: 209px;
    height 130px;
    background: url(/images/headerLogo_bg_01.gif) top left no-repeat;
    display: block;
}
div#headerLeft h1 a {
    width: 209px;
    height 130px;
    line-height: 130px;
    display: block;
    text-indent: -9999px;
}

div#headerRight {
    position: relative;
    width: 671px;
    height: 130px;
    float: right;
    background: url(/images/header_bg_01.jpg) top left no-repeat;
}

#nav {
    position: relative;
    width: 671px;
    height: 21px;
    padding: 109px 0 0 0;
    z-index: 999;
}
#nav a {
    display: block;
    width: 10em;
}
#nav ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#nav li { /* all list items */
    display: block;
    float: left;
    list-style: none;
    overflow: hidden;
    z-index: 999;
}
#nav li.first {padding: 0 2px 0 0;} 
#nav li.last {border: 0; padding: 0 0 0 2px;}
#nav li a {
    display: block;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    text-indent: -9999px;
}
#nav li.home a {
    background: transparent url(/images/navHome_bg_01.gif) 0 0 no-repeat;
    width: 56px;
}
#nav li.neighborhood a {
    background: transparent url(/images/navNeighborhood_bg_01.gif) top left no-repeat;
    width: 117px;
}
#nav li.amenities a {
    background: transparent url(/images/navAmenities_bg_01.gif) top left no-repeat;
    width: 87px;
}
#nav li.photo a {
    background: transparent url(/images/navPhoto_bg_01.gif) top left no-repeat;
    width: 168px;
}
#nav li.map a {
    background: transparent url(/images/navMap_bg_01.gif) top left no-repeat;
    width: 136px;
}
#nav li.contact a {
    background: transparent url(/images/navContact_bg_01.gif) top left no-repeat;
    width: 98px;
    padding: 0 0 0 2px;
}
#nav li.home, #nav li.neighborhood, #nav li.amenities, #nav li.photo, #nav li.map, #nav li.contact {border: 0;}
#nav li ul { /* second-level lists */
    position: absolute;
    background: #FFF;
    width: 152px;
    margin: 0;
    padding: 0 0 2px 3px;
    left: -999em;
}
#nav li.home ul li,
#nav li.neighborhood ul li, 
#nav li.amenities ul li, 
#nav li.photo ul li,
#nav li.map ul li, 
#nav li.contact ul li {
    margin: 1px 0;
}
#nav li.home ul li a,
#nav li.neighborhood ul li a, 
#nav li.amenities ul li a, 
#nav li.photo ul li a,
#nav li.map ul li a, 
#nav li.contact ul li a {
    width: 150px;
    height: 24px;
    background-image: none;
    background: #edece1;
    color: #333333;
    display: block;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-indent: 10px;
}
#nav li ul li.last a {border-bottom: 1px solid #c9a268;margin-bottom: 2px;}
#nav li.home ul li a:hover,
#nav li.neighborhood ul li a:hover, 
#nav li.amenities ul li a:hover, 
#nav li.photo ul li a:hover, 
#nav li.map ul li a:hover, 
#nav li.contact ul li a:hover {
    background: #dddbc6;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 139px;
        display: none;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {position: static;}

/* Homepage */
/* ------------------- */
div#homeCont {
    position: relative;
    width: 884px;
    padding: 19px 0;
    z-index: 1;
    background: url(/images/homeFade_bg_01.gif) bottom left repeat-x;
}

div#homeLeft {
    position: relative;
    width: 207px;
    float: left;
}
div#homeLeft ul {padding-left: 1px; list-style: none;}
div#homeLeft ul li {
    width: 207px;
    height: 73px;
    padding: 0 0 6px 0;
}

div#homeLeft ul li a {
    width: 207px;
    height: 73px;
    display: block;
    text-indent: -9999px;
}
div#homeLeft ul li.contact {background: url(/images/homeContact_bg_01.jpg) top left no-repeat;text-indent: -9999px;}
div#homeLeft ul li.info {background: url(/images/homeInfo_bg_01.jpg) top left no-repeat;}
div#homeLeft ul li.tour {background: url(/images/homeTour_bg_01.jpg) top left no-repeat;}
div#homeLeft ul li.specials {background: url(/images/homeSpecials_bg_01.jpg) top left no-repeat;}

div#homeRight {
    position: relative;
    width: 671px;
    float: right;
    padding: 0;
}
div#homeRight p {
    line-height: 1.5em;
    padding: 0 20px 0 0;
}

div#slideshow-home {
    position: relative;
    width: 670px;
    height: 340px;
}
div#slideshow-home img {padding: 0;}

div#slideshow-photo {
    position: relative;
    width: 485px;
    height: 323px;
    top: 20px;
}
div#slideshow-photo {border: 0;padding: 0;margin: 0;}

/* Interior Styles */
div#interiorCont {
    position: relative;
    width: 924px;
}

div#leftCol {
    position: relative;
    width: 267px;
    float: left;
    padding: 17px 0 0 0;
}

div#intCall {
    display: block;
    width: 267px;
    height: 74px;
    background: url(/images/intCall_bg_01.jpg) top left no-repeat;
    text-indent: -9999px;
}
div#intCall p {padding: 0; margin: 0;}

div#leftCont {
    position: relative;
    width: 267px;
    padding-top: 6px;
}

div#intInfo p {
    position: relative;
    display: block;
    width: 128px;
    height: 74px;
    float: left;
    padding: 0;
    margin: 0;
    background: url(/images/intSend_bg_01.jpg) top left no-repeat;
    text-indent: -9999px;
}
div#intInfo p a {
    display: block;
    width: 128px;
    height: 74px;
}

div#intTour p {
    position: relative;
    float: right;
    display: block;
    width: 132px;
    height: 74px;
    padding: 0;
    margin: 0;
    background: url(/images/intSchedule_bg_01.jpg) top left no-repeat;
    text-indent: -9999px;
}
div#intTour p a {
    display: block;
    width: 132px;
    height: 74px;
}
#intSpecials {
padding: 0;
margin-top: -5px;
display: block;
width: 267px;
height: 74px;
background: url(/images/intSpecials_bg_01.jpg) top left no-repeat;
text-indent: -9999px;
}
#intSpecials p a {
padding: 0; 
margin: 0;
display: block;
width: 267px;
height: 74px;
}


div#leftCol img {padding: 17px 0 0 0;}

div#rightCol {
    position: relative;
    width: 578px;
    float: right;
    margin-right: 20px;
}

div#content {
    padding: 40px 30px 0 0;
}
div#content ul, div#content ol {
    margin: 0 0 0 25px;
}
div#content h1.top {
    color: #38485d;
    font-family: georgia, garamond, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
}
div#content h3.sub {
    color: #cc6633;
    font-family: georgia, garamond, serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 2em;
}
div#content p {line-height: 1.5em;}

div#contact {padding: 30px 50px;}
div#contact table td {padding: 7px 0;}

/* Footer */
/* -------------------- */
div#footerWrap {
    positon: relative;
    width : 924px;
    margin: 0 auto;
    color: #FFF;
}

div#footer ul {
    position: relative; 
    width: 924px;
    padding-left: 15px;
}
div#footer ul li {
    float: left;
    display: block;
}
div#footer ul li a {
    padding: 0 10px;
    border-right: 1px solid #fff;
    color: #FFF;
}
div#footer ul li.last a {border: 0;}

div#footer-states {padding: 10px 0 0 0;}
div#footer-states ul.states-list li a {text-transform: uppercase;}

div#footer-stores {
    position: relative;
    width: 989px;
    color: #FFF;
}
div#footer-stores p.disclaimer {color: #fff;}
div#footer-stores a {color: #fff;}

body #signature-brand {margin:10px auto;}

.clear {clear: both;line-height: 1px;height: 1px}
.homeBlue {color: #38485d; font-size: 18px; font-family: georgia, garamond, serif;}
.homeRed {color: #cc6633; font-size: 12px; font-family: georgia, garamond, serif;}
.homeQuote {color: #336699; font-size: 12px; font-family: georgia, garamond, serif; line-height: 2.0em; padding: 0 10px;}
/* Signature Brand Styles */
#signature-brand {width:180px;height:20px;display:block;margin:10px 0;outline:none;text-indent:-9999px;background:url(/images/signature-brand.gif);overflow:hidden;}
#signature-brand:hover, 
#signature-brand:focus {background-position:0 -20px;}
#signature-brand:active {background-position:0 -40px;}
