/* TYPOGRAPHY.CSS */

/* --- Basic Styles --- */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.75em;
font-size: 75%;
text-decoration: none;
outline: none;
border: none;
color: #343434;
}

a {
color: #006600;
font-weight: bold;
text-decoration: underline;
}

a:hover, a.current {
color: #248C24;	
text-decoration: underline;
}

a img {
border: none;
outline: none;
text-decoration: none;
}

p {
color: #000000;
margin-bottom: 1.5em;	
}

ul {
list-style-type: none;
}

h1, h2 {
color: #000000;		
font-weight:bold;
font-size: 1.85em;
line-height: 1.5em;
margin-bottom: .5em;
}

h3, #primary_content h1, #primary_content h2 , #ads_two h2{
color: #42853b;	
font-weight: normal;
font-size: 1.25em;
line-height: 1.5em;
margin-bottom: .75em;
}

#navigation_top span.separator {
color: #FFFFFF;
}

/* --- Header Styles --- */
ul.tabs h2 {
overflow: hidden;
margin: 0px;
padding: 0px;
float: left;
font-size: 1.6em;
color: #231F20;
}

#intro h2 {
color: #FFFFFF;		
font-weight: bold;
font-size: 1.50em;
line-height: 1.0em;
margin-bottom: .5em;	
}

#intro h3 {
color: #FFFFFF;		
font-weight: bold;
font-size: 1.25em;
line-height: 1.0em;
margin-bottom: .25em;	
}

.tab_content .featured h2, .tab_content .featured_last h2 {
color: #231F20;
font-weight: bold;
font-size: 1.25em;
line-height: 1.5em;
margin-bottom: 0em;
margin-left: 163px;
}

.tab_content .featured h3, .tab_content .featured_last h3 {
color: #231F20;
font-weight: normal;
font-size: 1.25em;
margin-left: 163px;
}

.tab_content .regional_map h2 {
color: #231F20;
font-weight: normal;
font-size: 1.25em;
line-height: 1.0em;
margin-bottom: .5em;
}

#footer_area h2 {
color: #FFFFFF;		
font-weight: bold;
font-size: 1.50em;
line-height: 1.0em;
margin-bottom: 1.0em;
padding: 0 0 4px 0px;
border-bottom: 1px solid #83BD95;	
}

#footer_area h3 {
color: #FFFFFF;		
font-weight: bold;
font-size: 1.1em;
line-height: 1em;
margin-bottom: .5em;	
}

/* --- Link Styling --- */
#navigation_top a  {
font-weight: bold; 
padding: 0px; 
display: inline;
height: 46px;
line-height: 46px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
}

#navigation_top li a:hover, #navigation_top li a.current {
background-color: transparent;	
color: #f8db3a;
}

#featured_listings h2 a {
color: #231F20;
text-decoration: none;
}

#featured_listings h2 a:hover {
color: #248C24;	
text-decoration: underline;
}

ul.tabs li a {
text-decoration: none;
color: #000;
display: block;
font-size: 1.2em;
padding: 0 20px;
border: 1px solid #fff;
outline: none;
}

ul.tabs li a:hover {
background: #ccc;
color: #000;
text-decoration: none;
}
	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
background: #fff;
border-bottom: 1px solid #fff;
}

.tab_content li a{
height: 21px;
color: #231f20;
font-size: .9em;
font-weight: normal; 
padding: 0px; 
line-height: 21px;
text-align: center;
text-decoration: none;
display: block;
}

.tab_content li.website a{
width: 73px;
}

.tab_content li.email a{
width: 53px;
}

.tab_content li.shortlist a{
width: 87px;
}

.tab_content li.book a{
width: 84px;
}

.tab_content li a:hover, .tab_content li a.current {
color: #231f20;
text-decoration: none;
}

.tab_content li.website a:hover, .tab_content li.website a.current {
background: transparent url("../images/website_btn.png") no-repeat scroll right bottom;
}

.tab_content li.email a:hover, .tab_content li.email a.current {
background: transparent url("../images/email_btn.png") no-repeat scroll right bottom;
}

.tab_content li.shortlist a:hover, .tab_content li.shortlist a.current {
background: transparent url("../images/shortlist_btn.png") no-repeat scroll right bottom;
}

.tab_content li.book a:hover, .tab_content li.book a.current {
background: transparent url("../images/book_btn.png") no-repeat scroll right bottom;
}

#navigation_bot a  {
font-weight: bold; 
padding: 0px; 
display: inline;
height: 46px;
line-height: 46px;
text-align: center;
color: #FFFFFF;
}

#navigation_bot li a:hover, #navigation_bot li a.current {
background-color: transparent;	
color: #f8db3a;
}

#footer_area ul li a, #intro ul li a {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

#footer_area ul li a:hover, #footer_area ul li a.current, #intro ul li a:hover, #intro ul li a.current  {
color: #f8DB3A;
text-decoration: underline;
}

/* --- List Styling --- */
.cat_left ul, .cat_right ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#intro ul li, #footer_area ul li {
padding: 0px;
margin: 0px;
line-height: 16px;
color: #FFFFFF;
}
#primary_content{
    line-height:150%;
}
#ads_two p{
    padding-left:10px;
}

#ads_two h2{
    font-size:1.4em;
    font-weight:bold;
}

#top_property p, #top_property a,#top_property a:hover{
    color:#fff;
    margin: 10px 0;
}
