body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #e3e3e3;
	margin-top: 0px;
	margin-bottom: 0px;
}
a{
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.black a {
	color: #000000;
	text-decoration: none;
}
.black a:hover {
	text-decoration: underline;
	color: #000000;
}
.redlink a {
	color: #FF0000;
	text-decoration: none;
}
.redlink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.whitelink a {
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:hover {
	text-decoration: underline;
	color: #ffffff;
}
h1 {
	font-size: 16px;
	color: #D54912;
}
h2 {
	font-size: 14px;
	color: #999999;
}
h3 {
	font-size: 12px;
	color: #666666;
}
#container {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	
}
#header {
	width:980px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003e33;
	background-image: url(images/header.jpg);
	height: 127px;
}
#nav{
	width:980px;
	clear: both;
	background-color: #d54912;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#left {
	float: left;
	width: 180px;
	background-color: #e9bd54;
	height: 1550px;
}
#centre{
	float: left;
	width: 620px;
}
#image{
	width: 620px;
}
#main1{
	width: 620px;
}
#main2{
	float: right;
}#right {
	float: right;
	width: 180px;
	background-color: #e9bd54;
	height: 1550px;
}
#footer{
	width:980px;
	clear: both;
	color: #FFFFFF;
	background-color: #003E30;
	line-height: 35px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003333;
	text-align: center;
	text-transform: capitalize;
	}
#footer a{
	color: #FFFFFF;
	}
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 37px;
	padding-bottom: 4px;
	padding-left: 15px;
	line-height: 25px;
}

.chromestyle ul li a:hover{
	color: #000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #d54912;
	width: 200px;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #e9bd54;
	color: #000000;
}
.whitetext {
	color: #FFFFFF;
}
#navlist
{
	margin-top: 6px;
	margin-left: 0px;
}

#navlist li
{
	list-style: none;
	display: inline;
	padding-left: 0px;
	margin: 0px;
}

#navlist li a
{
	text-decoration: none;
	margin: 0px;
	padding-right: 46px;
}

#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited { color: #FFFFFF; }

#navlist li a:hover
{
	color: #003333;
}.property-title {
	font-size: 16px;
	color: #003E33;
	font-weight: bold;
	text-transform: uppercase;
}
.property-price {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
