﻿body {
	font-size:0.8em;
	font-family:Arial, Helvectica, sans-serif;
	margin:0px;
	background-image:url('../images/default-theme.jpg');
	background-position:center 150px;
	background-repeat:no-repeat;
}
a {
	text-decoration:none;
	color:#C80000;
}
a:hover {
	text-decoration:underline;
}
strong {
	
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
.narrowTextBox {
	width:150px;
}
.mediumTextBox {
	width:250px;
}
.wideTextBox, .list {
	width:450px;
}
.list .headerStyle td {
	background-color:#830505;
	padding:5px;
	color:white;
	font-weight:bold;
}
.list .row:hover {
	background-color:#FDBBBB;
}
.errorMessage, .successMessage {
	padding:5px;
	display:block;
	margin:5px 0px;
	font-weight:bold;
	background-color:#FF8C8C;
}
.successMessage {
	background-color:#8CFF92;
}
.container {
	width:100%;
	float:left;
}
.column {
	float:left;
	position:relative;
}
.clear {
	clear:both;
}
.actions, .pageActions {
	display:block;
	float:left;
	padding:5px;
	border:1px black solid;
	background-color:white;
}
.actions a, .pageActions a {
	color:blue;
}
.formSection {
	background-color:#FDBBBB;
}
.formSection label {
	color:black;
}

/* Start Menu Action Styles */

.menuActions, .menuActionsOver {
	float: right;
	position: relative;
	color:#020A56;
	font-weight: bold;
}
.menuActions ul, .menuActionsOver ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
}
.menuActions:hover ul, .menuActionsOver ul {
	display: block;
}
.menuActions ul li, .menuActionsOver ul li {
	display: block;
	position: relative;
	width: 155px;	
	text-align: right;
	padding: 3px 5px;
	background:none;
	font-size:0.8em;
	height:auto;
}
.menuActions a, .menuActionsOver a {
	color: black;
}

/* End Menu Action Styles */

#container {
	width:970px;
	margin:0px auto;
}
#header {
	width:970px;
	height:150px;
}
#header #headerLeft {
	width:480px;
	padding:5px 0px 0px 5px;
}
#header #headerLeft img {
	border:none;
}
#header #headerRight {
	width:471px;
	padding:0px 0px 0px 14px;
	background-image:url('../images/topmenu-background.gif');
	background-position:14px top;
	background-repeat:no-repeat;
	z-index:200;
}
#header #headerRight a {
	display:block;
	width:89px;
	height:55px;
	padding:5px 2px 0px 2px;
	color:#9D1426;
	float:left;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
#header #headerRight .menuActions ul {
	z-index:200;
}
#header #headerRight .menuActions a {
	width:auto;
	height:auto;
	padding:0px;
	float:none;
	text-align:right;
}
#header #headerRight .Buying a {
	color:white;
	background-image:url('../images/topmenu-green.gif');
	background-position:center top;
	background-repeat:no-repeat;
}
#header #headerRight .Selling a {
	color:white;
	background-image:url('../images/topmenu-blue.gif');
	background-position:center top;
	background-repeat:no-repeat;
}
#header #headerRight .Letting a {
	color:white;
	background-image:url('../images/topmenu-red.gif');
	background-position:center top;
	background-repeat:no-repeat;
}
#topMenu {
	width:970px;
	height:43px;
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	z-index:100;
}
#topMenu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	z-index:100;
}
#topMenu ul li {
	float:left;
	position:relative;
	padding:13px 10px 12px 10px;
	z-index:100;
}
#topMenu ul li ul {
	left: 0px;
	top: 100%;
	display: none;
	position: absolute;
	z-index:100;
	background-color:#830505;
	width:170px;
}
#topMenu ul li:hover ul {
	display:block;
}
#topMenu ul li ul li {
	display:block;
	float:none;
	text-align:left;
	border-top:1px white dotted;
	margin:2px 0px;
	padding:6px 10px 5px 10px;
}
#topMenu ul li ul li:hover {
	background-color:white;
}
#topMenu ul li ul li:hover a {
	color:#830505;
}
#topMenu a {
	color:white;
}
#topMenu li.menuActions {
	z-index:100;
	float:right;
}
#topMenu .menuActions ul {
	z-index:100;
	left:auto;
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
}
#topMenu ul li.menuActions ul li {
	display: block;
	position: relative;
	width: 155px;	
	text-align: right;
	padding: 3px 5px;
	background:none;
	font-size:0.8em;
	height:auto;
}
#topMenu .menuActions a {
	color:black;
	padding:0px;
}
#searchArea {
	width:970px;
	height:270px;
	z-index:50;
}
#searchArea #searchAreaLeft {
	width:150px;
	padding:166px 0px 0px 500px;
	color:white;
	font-weight:bold;
	font-size:1.1em;
	line-height:22px;
}
#searchArea #searchAreaLeft a {
	color:white;
}
#searchArea #searchAreaRight {
	width:310px;
	padding:20px 0px 0px 10px;
}
#searchArea #searchAreaRight h2 {
	color:white;
	font-size:1.3em;
	padding:0px;
	margin:0px;
	margin:0px 0px 10px 0px;
}
#searchArea #searchAreaRight label {
	color:white;
	font-weight:bold;
	font-size:1.1em;
	width:180px;
	display:block;
	float:left;
}
#searchArea #searchAreaRight .searchSection {
	height:21px; 
	padding:12px 0px;
	margin:0px;
	overflow:hidden;
}
#searchArea #searchAreaRight .searchSection .dropdown {
	width:100px;
}
#searchArea #searchAreaRight .radio input {
	margin:0px 20px;
}
#searchArea #searchAreaRight .radio label {
	width:auto;
	display:inline;
	float:none;
}
#searchArea #searchAreaRight .submit {
	text-align:right;
	font-size:1.3em;
	font-weight:bold;
	width:265px;
	padding:13px 45px 0px 0px;
}
#searchArea #searchAreaRight .submit a {
	color:white;
}
#contentArea {
	width:960px;
	padding:0px 5px;
}
.homeParentList {
	width:960px;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:2px #930907 dotted;
}
.homeParentList .item {
	width:314px;
	padding:3px;
	background-position:center top;
	background-repeat:no-repeat;
}
.homeParentList .green {
	background-image:url('../images/home-parentitem-green.gif');
}
.homeParentList .blue {
	background-image:url('../images/home-parentitem-blue.gif');
}
.homeParentList .red {
	background-image:url('../images/home-parentitem-red.gif');
}
.homeParentList .item h2 {
	padding:12px 0px 0px 12px;
	margin:0px;
	font-size:1.8em;
}
.homeParentList .item h2 a {
	color:#9C1325;
}
.homeParentList .item .image {
	text-align:center;
	width:314px;
	height:150px;
	overflow:hidden;
}
.homeParentList .item .image img {
	border:none;
}
.homeParentList .item p.introduction {
	padding:3px 0px 0px 9px;
	margin:0px;
	color:white;
	font-weight:bold;
	font-size:1.1em;
	height:60px;
	overflow:hidden;
	line-height:20px;
}
.homeParentList .item .more {
	float:right;
	padding:0px 15px 0px 0px;
}
.homeParentList .item .more img {
	border:none;
}
.contentRow {
	width:960px;
}
.featuredProperty {
	width:644px;
	height:270px;
	padding:0px 31px 0px 0px;
	background-image:url('../images/featured-property-2-background.gif');
	background-position:3px top;
	background-repeat:no-repeat;
}
.featuredProperty h2 {
	color:#414141;
	padding:4px 0px 0px 60px;
	margin:0px;
	height:34px;
	width:605px;
}
.featuredProperty .left {
	width:340px;
}
.featuredProperty .left h3 {
	padding:20px 0px 0px 14px;
	margin:0px;
	font-size:1.3em;
	height:31px;
	width:326px;
}
.featuredProperty .left h3 a {
	color:white;
}
.featuredProperty .left .image {
	width:311px;
	height:232px;
	padding:3px 0px 0px 15px;
}
.featuredProperty .left .image img {
	border:none;
}
.featuredProperty .right {
	width:304px;
	padding:17px 0px 0px 0px;
}
.featuredProperty .right .price {
	text-align:right;
	color:#4F9E45;
	font-size:2.0em;
	font-weight:bold;
	padding:0px 20px 0px 0px;
	margin:0px;
	width:284px;
}
.featuredProperty .right .price img {
	vertical-align:middle;
}
.featuredProperty .right p.introduction {
	color:white;
	font-weight:bold;
	padding:20px 15px 0px 40px;
	height:190px;
	overflow:hidden;
	margin:0px;
}
.featuredProperty .more {
	width:634px;
	text-align:right;
	padding:3px 10px 0px 0px;
}
.featuredProperty .more img {
	border:none;
}
.mailingList {
	width:180px;
	height:127px;
	padding:166px 0px 0px 75px;
	background-image:url('../images/mailinglist-background.gif');
	background-position:40px top;
	background-repeat:no-repeat;
}
.mailingList p {
	padding:5px 0px;
	margin:0px;
}
.mailingList input {
	color:#74AF26;
	font-size:1.4em;
	width:120px;
}
.mailingList a {
	color:#74AF26;
	font-size:1.4em;
	font-weight:bold;
	display:block;
	background-image:url('../images/price.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	height:25px;
	padding:0px 0px 0px 56px;
}
.contentRow .leftBox {
	width:645px;
	height:186px;
	padding:60px 10px 0px 10px;
	background-image:url('../images/left-box.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}
.contentRow .leftBox strong {
	color:#9A0000;
}
.contentRow .leftBox h2 {
	padding:0px;
	margin:0px;
}
.contentRow .rightBox {
	width:225px;
	height:146px;
	padding:100px 35px 0px 35px;
	background-image:url('../images/right-box.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}
.contentRow img {
	border:none;
}
#footer {
	width:966px;
	height:204px;
	margin:20px 0px;
	padding:0px 2px;
	background-image:url('../images/footer-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	color:white;
	z-index:50;
}
#footer .column {
	width:212px;
	padding:50px 0px 0px 110px;
	font-size:0.9em;
	font-weight:bold;
}
#footer .column a {
	color:white;
}
#footer strong {
	font-size:1.2em;
}
.contentBox {
	width:954px;
	background-image:url('../images/content-background.gif');
	background-position:center top;
	background-repeat:repeat-y;
	padding:0px 3px;
	z-index:75;
}
.contentBoxHeader {
	width:960px;
	background-image:url('../images/content-header.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding:15px 0px 0px 0px;
	z-index:75;
}
.contentBoxFooter {
	width:960px;
	background-image:url('../images/content-footer.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0px 0px 15px 0px;
	z-index:75;
}
.contentBoxLeft {
	width:200px;
	z-index:75;
}
.contentBoxLeft ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.contentBoxLeft ul li {
	width:200px;
	height:39px;
	margin:5px 0px 0px 0px;
	font-size:1.3em;
	font-weight:bold;
}
.contentBoxLeft ul li a {
	color:#C80000;
	display:block;
	width:180px;
	height:29px;
	padding:10px 0px 0px 20px;
	background-image:url('../images/leftmenu-li.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
.contentBoxLeft ul li.selected a, .contentBoxLeft ul li a:hover {
	background-image:url('../images/leftmenu-liselected.gif');
	text-decoration:none;
	color:white;
}
.contentBoxLeft .menuActions {
	padding:0px 0px 0px 20px;
	height:auto;
	z-index:100;
}
.contentBoxLeft .menuActions ul {
	top:0px;
	z-index:100;
}
.contentBoxLeft .menuActions ul li {
	width: 155px;
	height:auto;
	text-align: left;
	padding: 3px 5px;
	margin:auto;
	font-size:0.8em;
	z-index:100;
}
.contentBoxLeft .menuActions li a {
	color:black;
	width:auto;
	height:auto;
	padding:0px;
	background:none;
	z-index:100;
}
.contentBoxLeft .menuActions li a:hover {
	color:black;
	text-decoration:underline;
	background:none;
}
.contentBoxRight {
	width:702px;
	padding:0px 12px 0px 40px;
	font-size:1.1em;
}
.contentBoxRight h1 {
	width:632px;
	height:35px;
	margin:0px 0px 10px 0px;
	padding:6px 0px 0px 70px;
	background-image:url('../images/content-h1.gif');
	background-position:left top;
	background-repeat:no-repeat;
	color:#505050;
	font-size:1.8em;
}
.contentBoxRight h2 {
	width:686px;
	height:29px;
	margin:0px 0px 10px 0px;
	padding:12px 0px 0px 16px;
	background-image:url('../images/content-h2.gif');
	background-position:left top;
	background-repeat:no-repeat;
	color:#C80000;
	font-size:1.2em;
}
.contentBoxRight h2 a {
	color:#C80000;
}
.contentBoxRight h3, .contentBoxRight strong {
	color:#C80000;
}
.contentBoxRight ul {
	padding:20px;
	margin:0px;
	list-style:none;
}
.contentBoxRight ul li {
	height:18px;
	margin:10px 0px 0px 0px;
	padding:5px 0px 5px 25px;
	background-image:url('../images/arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
	font-size:1.2em;
}
.contentBoxLeft .menuMailingList {
	width:190px;
	height:196px;
	padding:0px 5px;
	background-image:url('../images/mailinglist.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	z-index:10;
	margin:10px 0px;
}
.contentBoxLeft .menuMailingList h2 {
	color:white;
	padding:10px 0px 0px 5px;
	margin:0px 0px 20px 0px;
	font-size:1.2em;
}
.contentBoxLeft .menuMailingList p {
	padding:5px 0px 6px 5px;
	margin:0px;
}
.contentBoxLeft .menuMailingList p .textbox {
	font-size:1.3em;
	width:160px;
	height:20px;
	border:1px white solid;
	background:none;
	padding:0px 0px 0px 10px;
	margin:0px;
}
.contentBoxLeft .menuMailingList p.more {
	text-align:right;
	padding:29px 7px 0px 0px;
	margin:0px;
}
.contentBoxLeft .menuMailingList a {
	color:white;
	font-size:3.0em;
}
.contentBoxLeft .menuMailingList a:hover {
	text-decoration:none;
}


.faq {
	width:640px;
	background-image:url('../images/faq-background.gif');
	background-position:center top;
	background-repeat:repeat-y;
	padding:0px 31px;
}
.faqHeader {
	width:702px;
	background-image:url('../images/faq-header.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding:30px 0px 0px 0px;
}
.testimonialHeader {
	background-image:url('../images/testimonial-header.gif');
}
.faqFooter {
	width:702px;
	background-image:url('../images/faq-footer.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0px 0px 30px 0px;
	margin:0px 0px 15px 0px;
}
.testimonialFooter {
	background-image:url('../images/testimonial-footer.gif');

}
.faq p.question {
	font-weight:bold;
	color:#3D3E3D;
}
.faq p.answer {
	font-weight:bold;
	color:#048A04;
}
.faqButtons a {
	display:block;
	float:left;
	text-align:center;
	padding:10px 0px 0px 0px;
	width:155px;
	height:27px;
	margin:10px 10px 10px 0px;
	background-image:url('../images/faq-button-red.gif');
	background-position:center top;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
}
.faqButtons a.green {
	background-image:url('../images/faq-button-green.gif');
}

.offices {
	width:702px;
	margin:50px 0px;
}
.offices .office {
	width:702px;
	margin:0px 0px 40px 0px;
}
.offices .office .left {
	width:342px;
	text-align:center;
}
.offices .office .left img {
	padding:10px;
	border:1px black solid;
}
.offices .office .right {
	width:285px;
	background-image:url('../images/offices-icon.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 75px;
}
.offices .office .right strong {
	font-size:1.4em;
	display:block;
	padding:10px 0px 0px 0px;
}







