@charset "UTF-8";

* {
	margin:0;
	padding:0;
	float: none;
}

body {background-color:#3a4862;
font-family:Georgia, "Times New Roman", Times, serif;
}

#wrap {
	width: 750px;
	margin: 0 auto;
	background-color:#FFFFFF;
	position:relative;
}

#header {
	height: 150px;
	margin-bottom: 35px;
}
#nav {
	width:750px;
	height: 40px;
}

#logoHome {
	height: 188px;
	width: 170px;
	margin-left: 60px;
	float: left;
	display:inline;
}
#logoHome2 {
	height: 188px;
	width: 170px;
	margin-left: 60px;
	float: left;
	display:inline;
}

#logoSubPages {
	height: 105px;
	width: 105px;
	margin-left: 60px;
	float: left;
	display:inline;
}

#homeContent {
	float: right;
	width: 400px;
	margin-right: 55px;
	margin-bottom: 50px;
	display:inline;
}
#mainContent {
	float: right;
	width: 465px;
	margin-right: 55px;
	margin-bottom: 50px;
	display:inline;
}
#footer {
	clear:both;
	height: 46px;
	background-image: url(../images/footer-wave.gif);
	background-repeat: no-repeat;
	padding-top: 34px;
	}

h1 {
	font-size: 18px;
	color: #5d9732;
	margin-bottom: 8px;
	font-weight: normal;
}

h2 {
	font-size:15px;
	color: #5d9732;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 8px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #5d9732;
	line-height: 17px;
	margin-bottom: 0px;
	font-weight:normal;
}
p {
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin-bottom: 10px;
}

.spaceAfterShow {
	margin-bottom: 4px;
}

.description {
	margin-top: 14px;
}

.backTo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7295cd;
	margin-top: 15px;
}

.property {
	text-transform:capitalize;
	margin-bottom: 15px;
}

.intro {
	font-size: 14px;
	line-height: 21px;
}

.propertyThumb {
	float: left;
	margin-right: 9px;
}
.propertyThumbLast {
	float: left;
	margin-right: 79px;
}
.propertyThumbNoMargin {
	margin-right: 0px;
}
.propertyThumbRow2 {
	margin-top: 9px;
	margin-right: 6px;
}


a:link {
color: #7295cd;
text-decoration:none;
}

a:visited 
{
color: #7295cd;
text-decoration:none;
}

a:hover {
color: #7295cd;
text-decoration:underline;
}

a:active {
color: #7295cd;
text-decoration:underline;
}

.stayBlue a:link {
color: #7295cd;
text-decoration:none;
}

.stayBlue a:visited 
{
color: #7295cd;
text-decoration:none;
}

.stayBlue a:hover {
color: #7295cd;
text-decoration:underline;
}

.stayBlue a:active {
color: #7295cd;
text-decoration:underline;
}


.property a:link {
color: #666666;
text-decoration:none;
}
.property a:visited {
color: #666666;
text-decoration:none;
}
.property a:hover, a:active {
color: #666666;
text-decoration:underline;
}

.backTo a:link {
text-decoration:none;
color:#7295cd;
}
.backTo a:visited {
text-decoration:none;
color:#7295cd;
}
.backTo a:hover, a:active {
text-decoration:underline;
color:#7295cd;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
