/**********************************************************
     TEMPLATE BASED WEBSITE DESIGNED AND DEVELOPED BY
           VEBRA GRAPHICS (VEBRA SOLUTIONS LTD.)
                      COPYRIGHT 2005

      AUTHOR: DAVID SWALLOW (david.swallow@vebra.com)
                        01/12/2005

                      www.vebra.info
/**********************************************************/  

html{
font-family:Arial, Helvetica, sans-serif;
}

#outer_container{
width:758px;
margin:0 auto;
background:#FFFBD0 url(../images/cont_bkg.gif) repeat-x top left;
}

#header{
text-align:center;
width:auto;
/*background:#951E1E url(../images/header_bkg.gif) no-repeat top center;*/
background:#C82828;

color:#fff;
}

#header img{
display:block;
margin:0 auto;
}

#header p{
width:auto;
margin:8px 0 10px 0;
padding:0;
color:#fff;
font-size:8px;
letter-spacing:1px;
text-transform:uppercase;
text-align:center;

}

#header p#date{
font-size:10px;
text-align:right;
text-transform:uppercase;
margin:0;
padding:3px 5px 3px 0;
letter-spacing:normal;
}


#navigation{
float:left;
width:180px;
margin:0;
padding:0;
}

#navigation ul{
width: 180px;
margin:0;
padding:0;
border-top: 1px solid #E8D288;
}

#navigation ul li{
margin:0;
padding:0;
list-style: none;
border-bottom: 1px solid #E8D288;
}

#navigation ul li a {
display:block;
width:155px;
padding:1em 0px 1em 25px;
background:#FFFBD0 url(../images/pgw_bullet.gif) no-repeat 0.7em 1.5em;
color:#C82828;
font-size:10px;
text-decoration: none;
text-transform:uppercase;
line-height:140%;
}

#navigation ul li a:hover{
background:#C82828 url(../images/pgw_bullet_alt.gif) no-repeat 0.7em 1.5em;
color:#E8D288;
}

#navigation ul li a.current{
background:#DDBD51 url(../images/pgw_bullet.gif) no-repeat 0.7em 1.5em;
color:#CF3838;
}

#content{
float:right;
width:537px;
padding:20px;
border-left: 1px solid #E8D288;
min-height:420px;
background-color:#FFFFFF;
}

* html #content{
width:536px;
/* Hide from IE-Mac (Min-height hack for IE Windows and resolves width issues in everything except IE-Mac) \*/
height:420px;
width:537px;
/* End hide */
}

#content h2{
margin:0;
background-color:inherit;
color:#C82828;
font-size:20px;
font-weight:normal;
text-transform:uppercase;
}

#content img#feature_img{
float:right;
width:250px;
margin:0 0 5px 5px;
border:1px solid #CFCAD0;
padding:3px;
background-color:#E6EBE5;
color:#CCC;
}

#content p{
font-size:12px;
background-color:inherit;
color:#333;
line-height:150%;
}

#content p.new_section{
padding-top:15px;
}

#content p span{
font-weight:bold;
}

#content p span.highlight{
background-color:inherit;
color:#AF1410;
}

a:link {background-color:inherit; color:#AD0000;} /*Dark Red*/
a:visited {background-color:inherit; color:#E18787;} /*Light Red*/
a:hover {background-color:inherit; color:#E8D288; text-decoration:none;} /*Dark Red*/
a:active {background-color:inherit; color:#FFFF69;} /*Light Red*/

#footer{
clear:both;
position:relative;
height:45px;
width:auto;
/*background: #C82828 url(../images/footer_bkg.gif) repeat-x bottom left;*/
background:#C82828;
color:#fff;
}

#footer #address{
position:absolute;
bottom:65px;
left:0;
width:170px;
}

#footer #address p{
background-color:inherit;
color:#666;
font-size:12px;
text-align:right;
}

#footer a{
background:none;
}

#footer img {
margin: 4px 0 0 14px;
border:none;
}

#footer p#copyright {
position:absolute;
bottom:0;
right:0;
margin:0;
padding:0 8px 4px 0;
font-size:10px;
color:#fff;
}

/*******************************/
/*           PROPERTY SEARCH                */
/*******************************/

.form_left{
float:left;
width:60%;
}

.form_left fieldset{
width:240px!important;
background-color:#FFFBD0;
padding:10px;
border:1px solid #CCC;
}

#areas{
width:240px;
background:#fff;
border:1px solid #7F9DB9;
height:230px;
overflow: auto;
}

#areas p{
display:inline;
}

p.small_para{
font-size:10px!important;
}

p.small_para a{
color:#E18787!important;
text-decoration:underline;
}

.form_right{
display:block;
width:150px;
padding: 0 0 15px 0;
}

.form_label{
margin:4px 0;
/* Hides from IE-mac \*/
margin:12px 0;
/* End hide from IE-mac */
}

.form_right fieldset{
width:100px!important;
background-color:#FFFBD0;
padding:10px;
border:1px solid #CCC;
}

.form_button{
float:left;
width:150px;
padding: 20px 0 0 0;
padding-bottom:50px;
}
