@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #333;
    font-family: Bookman Old Style, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
    color: #FFF;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrapper{
    min-height: 100%;
    width: 800px;
    margin: 0 auto;
}
A {
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}
A:hover {
    text-decoration: none;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}

/* Header
------------------------------------ */
#header{
    width: 796px;
    height: 100px;
    border: 2px solid #E6C854;
    background: #333;
}
#header H1 A{
    outline: none;
    background: url(images/logo.png) no-repeat;
    text-indent: -999999px;
    display: block;
    width: 198px;
    height: 100px;
    position: relative;
    top: 16px;
    left: 12px;
    float: left;
}
.info{
    float: right;
    padding: 50px 15px 0 0;
    text-align: right;
}
.time{
    font-size: 12px;
}
.tel{
    font-size: 20px;
}
.info SPAN{
    display: block;
}

/* Main
------------------------------------ */
#main{
    width: 796px;
    border: 2px solid #E6C854;
    border-top: 0px;
    float: left;
    background: url(images/main-bg.png) repeat-y;
    clear: both;
}
#left-side{
    width: 209px;
    float: left;
    background: url(images/left-bg.png) no-repeat 15px 40px;
}
#left-side UL{
    margin: 20px 0 30px 0;
}
#left-side LI{
    color: #FFF;
    padding: 10px 0 0 18px;
    font-size: 14px;
}
#left-side LI SPAN{
    color: #FFF;
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: -7px;
}
#left-side LI A{
    color: #FFF;
    text-decoration: none;
}
#left-side LI.alt A{
    color: #E6C854;
}
#left-side IMG{
    display: block;
    width: 200px;
    margin: 0 auto 20px auto;
}
#left-side BLOCKQUOTE{
    font-size: 14px;
    padding: 0 8px 20px 15px;
}
#left-side BLOCKQUOTE SPAN{
    font-style: italic;
}
#left-side li a:hover{color:#E6C854;}
a{color: #FFCC00; text-decoration: underline;
}
a:hover{text-decoration:none;
} 
#right-side{
    width: 585px;
    float: right;
}

a.main_link:link {color: #FFCC00;}


.conntent{
    padding: 18px 18px 18px 18px;
}
.conntent2{
    padding: 400px 18px 18px 18px;
}
.conntent2 H2{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 18px;
}
.conntent2 H3{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}
.conntent2 P{
    padding-bottom: 12px;
}

.conntent H2{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 18px;
}

*html .conntent{
    padding: 18px 9px 18px 18px;
}


.conntent H3{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}
.conntent P{
    padding-bottom: 12px;
}



/* Footer
------------------------------------ */
#footer{
    height: 31px;
    width: 800px;
    background: #FFCC00;
    margin: 0 auto;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 31px;
}
#footer A{
    color: #333;
}
#footer UL{
    float: right;
}
#footer LI{
    float: left;
    padding-right: 9px;
}
#footer LI A{
    padding-right: 5px;
    text-decoration: none;
}
#footer LI A:hover{
    text-decoration: underline;
}
#footer P{
    float: left;
    display: block;
    padding-left: 10px;
}

/* IE 6 Hack
------------------------------------ */
*html #left-side LI{
    margin-bottom: -20px;

}

/* New Added Classes */
/* By: Deskautomation */
/* Dated: 24 June 2009*/

/* Assistance box - Top of Property Details Page*/
#need-assistance{	
	height:155px;
	width:555px;
	background:url(images/bg-need-assistance.jpg) top center no-repeat #cccccc;
	margin:0px;
	border-bottom:solid 2px #FFCC00;
	padding:10px 10px 10px 20px;}	
	
#need-assistance h1{
	font-size:24px;
	font-weight:bold;
	color:#861914;}
	
#need-assistance  p#punch-line{
	font-size:14px;
	color:#323232;
	font-weight:bold;
	padding-top:5px;}
	
#need-assistance  p.ctlbox{
	width:190px;
	float:left;
	margin:0px;}
	
#need-assistance  p.ctlbox span{
	font-size:14px;
	color:#861914;
	font-weight:bold;
	padding-top:5px;}
	
#need-assistance  p.ctlbox input{
	width:180px;
	border:solid 1px #999999;
	margin-top:2px;}
	
#need-assistance  p.ctlbox select{margin:2px 0 0 8px;}

#need-assistance  p.ctlbox input#subbutton{
	width:72px;
	height:27px;
	margin-top:18px;}

/*Property Details*/
.conntent h2.prophead{
    font-size: 18px;
	font-weight: bold;
	margin:0 0 5px 0;
	padding:0;color:#FFCC00;}
	
.conntent p.propkeys{
    font-size: 14px;
	font-weight: bold;
	line-height:1.5em;
	color:#fff;
	margin-bottom:10px;}
	
.conntent img.propimg{
	float:left;
	margin:0 20px 20px 0;}
	
div#slideshow2{
float:left;
margin:0 20px 20px 0;
width:300px;height:225px;
}

div#slideshow2 img{width:300px;height:225px;}

div#propgraybox{
	clear:both;
	overflow:hidden;
	background-color:#cccccc;
	padding:20px;
	margin:0 0 15px 0;
	width:510px;}	
	
div#propgraybox ul{
	list-style:none;
	padding:0;margin:0;}
	
div#propgraybox ul li{
	font-size:14px;
	font-weight:bold;
	color:#323232;
	width:250px;
	display:block;
	float:left;
	margin-bottom:5px;}

div#propgraybox ul li span{color:#861914;}

ul#amenities{margin:0px;height:150px;}
ul#amenities li{
	list-style:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:250px;
	float:left;
	display:block;
	height:20px;}

/* Property Lisiting Section */
/* Search Box */
#searchbox{margin:0px;background-color:#cccccc;border-bottom:solid 1px #FFCC00;padding:10px 5px 10px 5px;}
#searchbox span{margin-right:1px;padding:0;color:#861914;}

/* Result Items */
#resultswrapper {clear:both;width: 510px;margin:0;padding:0;}
* html div#resultswrapper {mar\gin-right: 40px;}

#photo {float:left;margin:20px 0 0 0;width: 120px;}
#rating {float: left;margin: 0;width:120px;
	padding:0;background-image: url('images/results-info-icon.gif');background-repeat: no-repeat;
	background-position: top left;color:#861914;font-size:12px;}
#description {display: inline;float: right;width:360px;margin: 20px 0 0 0;}

.resultsbedrooms {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #fff;

}

.propertytitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #829265;
}

a:link.propertytitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: none;
}
a:visited.propertytitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: none;
}
a:hover.propertytitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: underline;
}
a:active.propertytitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: none;
}


a:link.propertydescription {
	font:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#fff;
	text-decoration: none;
}
a:visited.propertydescription {
	font:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#fff;
	text-decoration: none;
}
a:hover.propertydescription {
	font:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#fff;
	text-decoration: none;
}
a:active.propertydescription {
	font:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#fff;
	text-decoration: none;
}

/* END RESULTS.PHP */

/* RESULTS PAGING */
#resultsheading {
	clear:both;
	display:inline;
	width: 510px;
	padding:0px;
	margin:0px;
}

#resultspagingwrapper {
	clear:both;
	width: 510px;
	display: block;
	padding:0;margin-bottom:10px;
}
* html div#resultspagingwrapper {
	mar\gin-right: 40px;
	margin-bottom:5px;
}

#resultspagingleft {
	width: 150px;
	float: left;
	display: inline;
	text-align: left;
}
#resultspagingmiddle {
	width: 150px;
	float: left;
	display: inline;
	text-align: center;
}
#resultspagingright {
	float: right;
	display: inline;
}

/* END RESULTS PAGING */

