﻿/* 
----------------------------------------------------
containers
----------------------------------------------------
 */
 
*{
margin:0;
padding:0;
}

body {
background: #D0E7F5 url('img/priceRealtyBG.png') repeat-x;
}

#wrapper{
width:760px;
margin:0 auto;
background:#DDDCDC url('img/sepiaBluBG.png');
}
/* 
----------------------------------------------------
main content
----------------------------------------------------
 */

#content{
float:right;
width:510px;
padding:0 50px 0 0;
}

#content #welcome_home_page{
background:url('img/priceHomePgTitle.gif') no-repeat;
display:block;
height:50px;
text-indent:-9000px;
}

#content #welcome_assoc_page{
background:url('img/realtorAssocTitle.gif') no-repeat;
display:block;
height:50px;
text-indent:-9000px;
}

#content #delaware_community_pg{
background:url('img/delawareOHcommunity.gif') no-repeat;
display:block;
height:50px;
text-indent:-9000px;
}

#content #financingRealty_pg{
background:url('img/FinancingOptionsPrice.gif') no-repeat;
display:block;
height:50px;
text-indent:-9000px;
}

/* 
----------------------------------------------------
nav
----------------------------------------------------
 */
#navigation{
list-style:none;
float:left;
width:170px;
margin:0 5px;
}

#navigation #home a{
height:65px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/menu1Home.gif') no-repeat;
}

#navigation #associates a{
height:36px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/associates1.gif') no-repeat;
}

#navigation #ourListings a{
height:36px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/ourListings1.gif') no-repeat;
}

#navigation #HUDListings a{
height:36px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/HUD-listings1.gif') no-repeat;
}

#navigation #community a{
height:73px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/community1.gif') no-repeat;
}

#navigation #siteTools {
height:61px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/SiteToolsMenu2.gif') no-repeat;
}

#navigation #mortgageCalc a{
height:36px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/mortgageCalc2.gif') no-repeat;
}

#navigation #weather a{
height:36px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/weather2.gif') no-repeat;
}


#navigation #emailUs a{
height:72px;
text-decoration:none;
border:none;
text-indent:-900000px;
display:block;
background:url('img/emailUs2.gif') no-repeat;
}

/* 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:20px;
background:#DDDCDC url('img/sepiaBluBG.png');
text-align:center;
}

#footer #repeat_menu li{
display: inline;
margin:5px;
}

#footer #logo{
background:url('img/priceRealtyLogoFtr.gif') bottom center no-repeat;
display:block;
height:83px;
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:30px 0 0 0;
font:1.25em Franklin Gothic, Verdana, Arial, Helvetica, sans-serif;
color:#630;
}

p{
font:.9em/1.35em Verdana, Arial, Helvetica, sans-serif;
padding:5px 0;
color:#630;
}

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:#EBE4DD;
color:#008;
}

address{
font:.6em Verdana, Arial, Helvetica, sans-serif;
}

hr{
visibility:hidden;
clear:both
}