﻿@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

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;   
} 

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/landingpage/bodyBkgd.jpg) repeat-x #414530;
font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
font-size:62.5%; 
color:#000000;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
top:16px;

height:auto;
width:950px;
margin:0 auto;
position:relative;
font-size:1em  /* displayed at 12px */
}

#container h2 {
background:url(../images/landingpage/chooselocation.gif);
width:326px;
height:51px;
position:relative;
margin:0 auto;
top:30px;
}

#container h2 span {
display:none;
}

#hdr {
background:url(../images/landingpage/logo.gif) no-repeat;
width:371px;
height:151px;
position:relative;
margin:0 auto;
}

#hdr h1 a {
display:block;
width:370px;
height:100px;
outline:none;
}

#hdr h1 span {
display:none;
}

#tagline {
background:url(../images/landingpage/tagline.jpg) no-repeat;
width:561px;
height:62px;
position:relative;
margin:0 auto;
}

/*********************************/
/*          NAVIGATION
/*********************************/

#navLandingpage {
width:950px;
position:relative;
top:30px;
margin:0 auto;
left:15px;

}

#navLandingpage ul li {
list-style:none;
position:relative;
display:inline;
}

#navLandingpage ul li a {
display:inline-block;
color:  ;
text-decoration:none;
outline:none;
height: ;
}

#navLandingpage ul .publichouse a{
background:url(../images/landingpage/publichouse.jpg) no-repeat;
width:413px;
height:427px;
}

#navLandingpage ul .stoneaccord a{
background:url(../images/landingpage/stoneofaccord.jpg) no-repeat;
width:413px;
height:427px;
margin:0 0 0 50px;
}

#navLandingpage ul li a span {
display:none;
}

#navLandingpage ul li .selected{
}

#navLandingpage ul li .expanded{
}


/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
height:600px;
background:url(../images/landingpage/containerBkgd.jpg) repeat-x #6c7149;
margin:-35px 0 0 0;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:  ;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.4em;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footer.jpg) no-repeat;
width:  ;
height:  ;
clear:both;
}


