/**********************************************************
     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:Verdana, Arial, Helvetica, sans-serif;
/*background:#7D0410 url(../images/page_bkg.gif) repeat-x top left;*/
background:#7D0410;
color:#FEFDE0;
}

body{
margin:10px 0;
}

#shadow{
width:778px;
background:#7D0410 url(../images/shadow.gif) repeat-y;
margin: 0 auto;
}

#shadow_top{
width:778px;
height:10px;
display:block;
background:#7D0410 url(../images/shadow_top.gif) no-repeat top center;
margin:0 auto;
padding:0;
}

* html #shadow_top{
margin-bottom:-8px;
}

#shadow_bottom{
width:778px;
height:10px;
display:block;
background:#7D0410 url(../images/shadow_bottom.gif) no-repeat top center;
margin:0 auto;
padding:0;
}

#content_container{
width:758px;
margin:0 auto;
background:#FFFBD0 url(../images/cont_bkg.gif) repeat-x top left;
border-top:5px solid #58030C;
color:#7D0410;
}

#header{
width:auto;
background:#7D0410 url(../images/header_bkg_alt.gif) no-repeat top left;
color:#FEFCD8;
min-height:120px;
}

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

#header img{
float:left;
padding:14px 0 0 14px;
}

#header #address_container{
padding:23px 23px 0 0;
}

#header p{
padding:0 0 10px 0;
margin:0;
color:#FEFCD8;
font-size:10px;
letter-spacing:1px;
text-align:right;
line-height:150%;
/*background-color:inherit;*/
}

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

#header p a{
color:#FEFCD8;
background-color:inherit;
text-decoration:underline;
}

#header p a:hover{
text-decoration:none;
}

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

#banner{
background:#FEFCD8;
color:#810411;
display:block;
border-bottom:10px solid #58030C;
}

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

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

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

#navigation ul li a {
display:block;
width:140px;
padding:1.1em 0px 0.9em 40px;
background:#FFFBD0 url(../images/ackerman_bullet.gif) no-repeat bottom left;
color:#E1081E;
font-size:11px;
font-weight:bold;
text-decoration: none;
line-height:140%;
}

#navigation ul li a:hover{
background:#E1081E url(../images/ackerman_bullet_hover.gif) no-repeat bottom left;
color:#FEFCD8;
}

#navigation ul li a.current{
background:#DDBD51 url(../images/ackerman_bullet_current.gif) no-repeat bottom left;
color:#E1081E;
}

#content{
float:right;
width:537px;
padding:20px;
border-left: 1px solid #E8D288;
min-height:420px;
background:#fff url(../images/content_bkg.gif) no-repeat bottom right;
color:#333;
}

* html #content{
width:536px;
/* Hide from IE-Mac \*/
height:420px;
width:537px;
/* End hide */
}

#content h2{
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
background-color:inherit;
color:#C82828;
font-size:21px;
font-weight:normal;
}

#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;
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;
width:auto;
background: #7D0410 url(../images/footer_bkg_2.gif) repeat-x top left;
min-height:25px;
color:#FEFCD8;
border-top:3px solid #58030C;
}

* html #footer{
height:25px;
}

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

#footer #address p{
background-color:inherit;
color:#333;
font-size:11px;
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 6px 0;
font-size:10px;
}

#gallery {
position:relative;
float:right;
width: 246px;
height: 164px;
z-index: 1;
padding: 0 !important;
margin:0 0 0 10px;
}

.placeholder {
top: 0;
left: 0;
padding: 0 !important;
margin: 0;
position: absolute;
}

/*******************************/
/*           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;
}
