/* 
----------------------------------------------------
containers
----------------------------------------------------
 */
 

*{
margin:0;
padding:0;
}

body {
background: #ECE8BD;
}

#wrapper{
width:760px;
margin:0 auto;
background:#DDDCDC url('img/wrapperDivBG.jpg');
}
/* 
----------------------------------------------------
main content left column
----------------------------------------------------
 */

#content{
float:left;
width:340px;
padding:0 20px;
}

#content #welcome_home_page{
background:url('img/glaserAptsPG.gif') no-repeat;
display:block;
height:30px;
text-indent:-9000px;
}

#content #Sandusky_Square_page{
background:url('img/sanduskySQfindlay.gif') no-repeat;
display:block;
height:30px;
text-indent:-9000px;
}

/*-- Link Removed 
#content #Liberty_Commons_page{
background:url('img/libertyCommonsFindlay.gif') no-repeat;
display:block;
height:30px;
text-indent:-9000px;
} --*/

#content #Charleston_Apartments_page{
background:url('img/charlestonAptsFindlay.gif') no-repeat;
display:block;
height:30px;
text-indent:-9000px;
}

#content #Amenities_Maps_page{
background:url('img/findlayAmenitiesMaps.gif') no-repeat;
display:block;
height:30px;
text-indent:-9000px;
}

/* 
----------------------------------------------------
main content right column
----------------------------------------------------
 */

#contentRight{
width:270px;
padding:0;
float:left;
}


/* 
----------------------------------------------------
nav done using page include CSS is there
----------------------------------------------------
 */

/* Code sample to do Hover buttons in Nav LIST -----------------
#navigation #clubHouse a{
height:144px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/imageName.gif') no-repeat;
margin-top:50px;
}

#navigation #clubHouse a:hover{
background:url('img/imageName-over.gif') no-repeat;
}
-------------------*/
/* 
----------------------------------------------------
footer
----------------------------------------------------
 */

#footer{
clear:both;
padding:10px;
background:#DDDCDC url('img/wrapperDivBG.jpg');
text-align:center;
}

#footer #repeat_menu li{
display: inline;
margin:3px;
font:.78em/1.15em Verdana, Arial, Helvetica, sans-serif;
}

#footer #logo{
background:url('img/priceRealtyLogoFtr.gif') bottom center no-repeat;
display:block;
margin:3px;
text-indent:-9000px;
}

/* 
----------------------------------------------------
tags - general
----------------------------------------------------
 */
h1{
background:url('img/sepiaBluTop1.jpg') no-repeat;
width:760px;
height:160px;
text-indent:-90000px;
}

h2{
padding:10px 0 0 0;
font:1.5em Franklin Gothic, Verdana, Arial, Helvetica, sans-serif;
color:#006;
}

h3{
padding:10px 0 0 0;
font:1.1em Franklin Gothic, Verdana, Arial, Helvetica, sans-serif;
color:#369;
}

p{
font:.83em/1.15em Verdana, Arial, Helvetica, sans-serif;
padding:5px 3px 5px 4px ;
color:#333;
}

em{
font:.8em/1.35em Verdana, Arial, Helvetica, sans-serif;
padding:5px;
font-style:italic;
color:#630;
}

a{
text-decoration:none;
border-bottom: 1px dotted #630;
color:#369;
}

a:hover{
background:#F5F2E4;
color:#20355E;
border-bottom: 1px dotted #1A4699;
}

address{
font:.6em Verdana, Arial, Helvetica, sans-serif;
}

hr{
visibility:hidden;
clear:both
}