@import url("extra.css");
* { margin:0; padding:0; }

body {
	background: #fff url(../images/header_bg.jpg) center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}

/* Header - Logos, backgrounds etc */

#header {
	width: 900px;
	height: 180px;
	background: url(../images/header_swirls.png) center top no-repeat;
	padding: 20px 30px 0 30px;
	margin: 0 auto;
	position: relative;
}

#header .spectrumlogo {
	float: left;
}

#header .getmoveinlogo {
	float: right;
}

#header #mainmenu {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	position: absolute;
	top: 163px;
	clear: both;
}
#header #mainmenu li {
	display: inline;
	list-style-type: none;
}
#header #mainmenu li.backLava {
	border-bottom: 3px solid #ffd503;
	width: 5px;
	height: 23px;
	z-index: 8;
	padding-top: 7px;
	position: absolute;
}
#header #mainmenu li.selectedLava a {
	color: #ffd503;
}
#header #mainmenu li a {
	text-decoration: none;
	color: #fff;
	padding: 0 20px;
	z-index: 10;
	position: relative;
	outline: none;
}
#header #mainmenu li a:hover, a:active, .nav li a:visited {
	border: none;
	color: #ffd503;
}

/* Main Content */

#contentwrapper {
	width: 900px;
	margin: 15px auto;
	padding: 0 30px;
	overflow: auto;
}

#breadcrumb {
	font-size: 12px;
	color: #003561;
}
#breadcrumb .seperator {
	margin: 0 5px;
	color: #999;
}
#breadcrumb a {
	text-decoration: none;
	color: #999;
}
#breadcrumb a:hover {
	text-decoration: none;
	color: #666;
}

#maincontent {
	margin-top: 10px;
	overflow: auto;
}

/* Left Pane Settings */
#leftpane {
	float: left;
	width: 600px;
}
#leftpane h1 {
	font-size: 32px;
	line-height: 32px;
	color: #003561;
	margin: 0 0 15px 0;
}
#leftpane h2 {
	font: 19px/24px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00a9bc;
	margin: 0 0 10px 0;
}
#leftpane h3 {
	font: 16px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00a9bc;
	margin: 10px 0 5px 0;
}
#leftpane p {
	font: 15px/20px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0 0 10px 0;
}
#leftpane strong {
	font-weight: bold;
	color: #00a9bc;
}
#leftpane hr {
	border: none 0;
	border-top: 1px solid #00a9bc;
	height: 1px;
	margin-bottom: 5px;
} 
#leftpane ul {
	margin: 10px 0;
	padding-left: 1em;
	font-size: 15px;
	list-style: outside;
}
#leftpane li {
	list-style: outside;
	padding-left: 1px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0.5em;
	margin: 0 0 3px 0;
}
#leftpane a {
	text-decoration: none;
	color: #00a9bc;
} 
#leftpane a:hover {
	color: #003561;
} 
#leftpane .bluetext {
	color: #003561 !important;
} 
#leftpane .insetimg {
	float: right;
	margin: 0 0 5px 15px;
	border: 0;
}

/* Right Pane Settings */
#rightpane {
	float: right;
	width: 261px;
	overflow: hidden;
}
#rightpane h3 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #ffd503;
}
#rightpane ul li {
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 5px;
}
#rightpane ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#rightpane ul li a:hover {
	color: #ffd503;
}
#rightpane ul li.subSelected a {
	color: #ffd503;
}

.roundedbox {
	padding: 15px 20px;
	width: 220px;
	background-color: #003561;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	overflow: auto;
}

/* Properties Section */
#development_menu ul ul {
	padding: 0 0 0 15px;
	font-weight: normal;
}
#development_menu ul ul li {
	padding: 3px 0 0 0;
	margin-bottom: 0;
	font-weight: normal;
}
#development_menu ul ul li a {
	font-weight: normal !important;
}

#imageblock {
	float: right;
	margin: 0 0 5px 20px;
	width: 260px;
}
#imageblock #imagecaption {
	float: left;
	padding: 5px 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #003561;
}
#imageblock #imagecaption .morebuttons {
	float: right;
	margin-left: 10px;
}

#properties_content h1 { 
	font-size: 28px; 
	margin-bottom: 10px;
}

#properties_content h3 {
	font: 16px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003561;
	margin: 15px 0;
}
#properties_content #thumbnails {
	width: 600px;
	margin: 15px 0;
}
#properties_content #thumbnails .thumb {
	width: 170px;
	height: 90px;
	margin: 0 15px 15px 0;
}
#properties_content #thumbnails a img {
	border: #fff 2px solid;
}
#properties_content #thumbnails a:hover img {
	border: #00a9bc 2px solid;
}

#properties_content table {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	border: 0;
}
#properties_content th {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #003561;
	color: #fff;
	padding: 5px 0;
	border: 0;
}
#properties_content tr {
	background: #ecf0f3;
}
#properties_content tr.alt {
	background: #d9e1e7;
}
#properties_content td {
	padding: 4px 0 1px 0;
}

#properties_content .available {
	font-weight: bold;
	color: #339900;
}
#properties_content .reserved {
	font-weight: bold;
	color: #FF9900;
}
#properties_content .sold {
	font-weight: bold;
	color: #CC0000;
}
#properties_content .available {
	font-weight: bold;
	color: #339900;
}
#properties_content .reserved {
	font-weight: bold;
	color: #FF9900;
}
#properties_content .sold {
	font-weight: bold;
	color: #CC0000;
}

/* Footer */
#footer {
	width: 900px;
	height: 120px;
	background: url(../images/footer.jpg) center top no-repeat;
	margin: 0 auto;
	padding: 15px 30px;
	font-size: 10px;
	color: #003561;
}
#footer #sitemap {
	width: 775px;
	float: left;
}
#footer #sitemap a {
	margin-right: 25px;
	color: #003561;
	text-decoration: none;
}
#footer #adminlink {
	text-align: right;
}
#footer #adminlink a {
	color: #003561;
	text-decoration: none;
}
#footer #legal {
	margin: 10px 0 0 0;
	float: left;
}
#footer #designby {
	margin: 10px 0 0 0;
	float: right;
	text-align: right;
}
#footer #designby a {
	color: #003561;
	text-decoration: none;
}
input.text {
	border: 1px solid #ccc;
	background: #fff url(../properties/back_end/images/input_bg.jpg) left top no-repeat;
	color: #3d0959;
	font-size: 13px;
	height: 15px;
	padding: 5px;
	margin-bottom: 5px;
}
#log_on_button input {
	background-image: url(../images/button.jpg);
	height: 27px;
	width: 59px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
