*{
	margin:0;
	padding:0;
}
body {
	background:#F5F5F5;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	color:#262261;
}
p{
	font-size:14px;
	padding-bottom:14px;
	line-height:21px;
}
a{
	color:#006738;
}
a:hover{
	text-decoration:none;
}
img{
	border:none;
}
#container{
	width:990px;
	margin:20px auto 0 auto;
}
#header{
	height:125px;
}
#logo{
	float:left;
	width:248px;
	height:125px;
}
#address{
	height:125px;
	float:right;
}
#address p{
	padding-top:30px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	line-height:120%;
}
#menu {
	float:left;
	width:580px;
	text-align:center;
	margin-top:60px;
	margin-left:20px;
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#menu li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0.2em 0 !important;
}
#menu li a {
	color:#000000;
	font-size:13px;
	margin:0;
	outline-style:none;
	outline-width:medium;
	padding:5px;
	text-decoration:none;
}
#menu li a:hover{
	background-color:#e8e8e8;
}
.selected{
	font-weight:bold;
	background-color:#e8e8e8;
}
#mainContent{
	width:990px;
}
#mainContent h1{
	text-transform:uppercase;
	font-weight:bold;
	font-size:22px;
	padding-bottom:10px;
}

.separatorLine{
	background-image:url(../images/separatorLine.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:10px;
	padding-bottom:10px;
	width:990px;
	height:2px;
}
#boxes {
	height:114px;
	width:990px;
}
.bottomBox{
	background-color:#ebebeb;
	border:5px solid #e0e0e0;
	width:307px;
	float:left;
	height:114px;
}
.bottomBox p{
	padding:10px;
	font-size:14px;
}
.boxHeader{
	color:#006738;
	font-weight:bold;
	font-size:14px;
}
.mailingText{font-size:12px;}

.input {
	background-color:#FFFFFF;
	background-image:url(../images/inputBg.gif);
	background-repeat:repeat-x;
	border:1px solid #E5E3D8;
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:20px;
	margin-top:5px;
	padding:2px;
	width:200px;
}
textarea {
	background-color:#FFFFFF;
	background-image:url(../images/inputBg.gif);
	background-repeat:repeat-x;
	border:1px solid #E5E3D8;
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-top:5px;
	padding:2px;
	width:200px;
}
#Send {
	background:#006738 url(../images/sendButton.jpg) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:22px;
	margin:1px 0 0 10px;
	width:69px;
}
#contactForm{
	width:300px;
}
#footer{
	width:990px;
	height:50px;
	background-color:#222222;
	color:#858585;
}
#footer p{
	padding:15px 0 0 0;
	text-align:center;
	font-size:10px;
	line-height:10px;
}
#footer a{
	text-decoration:none;
	color:#858585;
}
#footer a:hover{
	text-decoration:underline;
}
.property{
	width:460px;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:10px;
}
.propertyPhoto{
	width:141px;
	height:106px;
	border:1px solid #DDDDDD;
	float:left;
}
.propertyPhoto img{
	margin:3px;
	width:135px;
	height:100px;
}
.propertyDesc{
	margin:0 0 0 155px;
}
.propertyTitle{
	color:#006738;
}
.bold{
	font-weight:bold;
}
.propertyText{
	font-size:12px;
	line-height:144%;
}
.propertyPDF{
	font-size:12px;
	line-height:144%;
}
#propertyType, #price, #tenure{
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	height:25px;
	margin-top:5px;
	width:200px;
}
.searchForm{
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:21px;
}
.searchForm td{
	padding-right:10px;
	padding-bottom:10px;
}
.searchForm .selectBox{
	width:200px;
}
#Search {
	background:url("../images/searchButton.jpg") no-repeat scroll 0 0 #006738;
	border:medium none;
	cursor:pointer;
	height:22px;
	margin:1px 0 0 10px;
	width:80px;
}