body {
	background-color: #FFFFCD;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #032950;
}

/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	text-align:center
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:665px;
	z-index: 1;
	margin:0px auto;
}

/* SEARCH ITEMS */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 24px;
}

.searchbtn {
	background-color: #545490;
	width: 100%;
	height: 18px;
	color: #FFFFFF;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #A6A6A6;
	font-size: 11px;
	height: 21px;
}

.searchinput {
	font-size: 11px;
	color: #22225A;
	border: 1px solid #333333;
	width: 200px;
}

.searchselect {
	font-size: 11px;
	color: #22225A;
	width: 75px;
	border: 1px solid #000000;
}

.iframe {
	width: 519px;
	height: 299px;
}


/* MENU ITEMS */

.menu {
	background-color: #0C3B69;
	height: 217px;
	width: 33%;
}


/* MAIN PAGE ITEMS */


.line1 {
	height: 10px;
	width:33%;
	background-color: #E7E775;
	}
	
.line2 {
	height: 10px;
	width:67%;
	background-color: #3D5B91;
	}
	
.line3 {
	height: 10px;
	width:33%;
	background-color: #0C3B69;
	}
	
.line4 {
	height: 10px;
	width:67%;
	background-color: #E7E775;
	}
	
.featuredbox {
	width:100%;
	background-color: #004890;
	text-align: right;
	}
	
.viewingbox {
	height: 41px;
	width:100%;
	background-color: #236097;
	text-align: right;
	}
	
.propertyoftheweekbox {
	height: 45px;
	width:100%;
	background-color: #236097;
	text-align: right;
	}
	
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22225A;
	padding: 15px;
	width: 489px;
	text-align: left;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}

/* FOOTER ITEMS */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #799AB9;
	height: 82px;
	width: 100%;
	padding: 20px;
	text-align: center;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C7FE;
	text-decoration: none;
}
.titles {
	float: right;
}


/* CONTACT ITEMS */

#contecttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 15px;
	width: 289px;
}

#contecttext a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}

a img { border:none; }

#contecttext a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #533C1B;
}

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #533C1B;
	width: 100%;
	border: 1px solid #530859;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DCF6;
	width: 100%;
	border: 1px solid #FFFFFF;
	background-color: #B48C42;
	text-align: center;
}

fieldset, fieldset table {
    margin:0; padding:0; border:none;
}

legend {
    line-height:1px;
}