@charset "UTF-8";
/* CSS Document */



body {
	background:url(../images/back.gif) #eeeaca top center repeat-y;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#mainWrapper {
	width:1046px;
	height:auto;
	margin:0px auto;
	position:relative;
	text-align:left;
}
#header {
	width:1020px;
	height:244px;
	margin:0px auto;
	position:relative; padding-top:10px;
}
#logo {
	position:absolute;
	top:0px;
	left:33px;
	height:46px;
	width:960px;
	padding:10px;
	background-color:#25386d;
	border-bottom:1px solid #fff;
}
#navigation {
	height:40px;
	line-height:40px; vertical-align:middle;
	width:980px;
	margin:0px auto;
	background-color:#25386d;
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
}

#navigation a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin:0px 16px;
}
#navigation a:hover {
	color:#f7ea92;
}
#navigation .currentpage, #navigation .currentpage:hover {
	color:#f7ea92;
}



/* -- Search Styles -- */

#searchWrapper {
	width:655px;
	background-color:#25386d; padding-top:1px;
}
#searchArea {
	margin:10px 0px 6px 10px;
	width:612px;
	padding:12px;
	background-color:#e3da91;
}
#searchArea h1 {
	margin:0px;
	font-size:24px;
	color:#385ba4;
	text-transform:uppercase;
}
#searchArea p {
	margin:4px 0px 12px 0px;
	font-size:13px;
	line-height:18px;
	color:#000;
	font-weight:bold;
}
#contentArea #interiorSearch form {
	margin:10px 0px 6px 0px;
	width:612px;
	float:left;
}
.formColumn {
	float:left;
	width:165px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#385ba4;
}
.formColumn select {
	width:160px;
}
.searchField {
	width:380px;
	height:22px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 4px;
}
#button {
	height:28px;
	background-color:#25386d;
	border:1px solid #FFF;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:2px 10px;
	font-weight:bold;
}
#button:hover {
	color:#f7ea92;
	cursor:pointer;
}
#searchArea #button, #interiorSearch #button {
	margin:10px 0px 0px 10px;
	float:left;
}
#propertyRow {
	border-bottom:1px solid #666;
	clear:both;
	float:inherent;
	padding:14px 0px;
	margin:14px 0px;
}
#propertyRow h2 {
	color:#25386d;
	font-size:18px;
	text-transform:uppercase;
	margin:0px;
}
#propertyRow p {
	font-size:12px;
	margin:0px;
}
#propertyRow b {
	font-size:14px;
}
#propertyPhoto {
	width:150px;
	margin:0px 10px 0px 0px;
}

#propertyPhoto img {
	border:1px solid #25386d;
}
#propertyPhoto img:hover {
	border:1px solid #000;
}
#propertyDescription {
	width:330px;
	margin:0px 20px 0px 0px;
	padding-right:10px;
}
#propertyDetails {
	width:130px;
	padding:8px;
	text-align:left;
	font-size:12px;
	background-color:#f9f6ee;

}
#propertyDetails span {
	color:#25386d;
	font-weight:bold;
}



/* -- Profiles Styles -- */

#profileWrapper {
	margin:16px 0px 0px 8px;
	position:relative;
	width:636px;
}
#profileWrapper h1 {
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #ffcc33;
}
#profileWrapper h3 {
	color:#ffcc33;
	font-size:12px;
	position:absolute;
	top:-8px;
	right:0px;
}
#profileWrapper h3 a {
	color:#ffcc33;
	text-decoration:none;
}
#profileWrapper h3 a:hover {
	color:#ffcc33;
	text-decoration:underline;
}
#profileColumn {
	float:left;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	width:296px;
	margin:0px 20px 0px 0px;
}
#profileColumn p {
	color:#f1f1f1;
	margin:0px 5px 0px 0px;
}
#profileColumn h4 {
	font-size:14px;
	color:#ffcc33;
	margin:5px 0px 2px 0px;
}
#profileColumn img {
	border:2px solid #FFF;
	float:left;
	margin:0px 10px 0px 0px;
}
#profileColumn img:hover {
	border:2px solid #ffcc33;
}
#profileText {
	width:152px;
	height:96px;
	overflow:hidden;
}



/* -- Sidebar -- */

#sideBar {
	width:294px;
	_width:324px;
	height:auto;
	position:relative;
	float:left;
	margin:0px 0px 20px 1px;
	padding:0px 15px 10px 15px;
}
#sideBar p {
	font-size:13px;
	line-height:18px;
	margin:8px 18px;
}
#sideBar ul {
	font-size:13px;
	line-height:18px;
}
#sideBar ul li {
	margin:4px 0px;
}
#sideBar h2 {
	color:#25386d;
	font-size:18px;
	margin:18px 18px 10px 18px;
}
.lineTop {
	border-top:1px solid #ffcc33;
	padding:18px 0px 0px 0px;
}
.lineBottom {
	border-bottom:1px solid #666;
	padding:0px 0px 8px 0px;
}
#sideBar h3 {
	font-size:13px;
	margin:18px;
	text-align:right;
}
#sideBar h4 {
	color:#25386d;
	font-size:18px;
	margin:10px 0px;
}
#sideBar h3 a {
	color:#666;
	text-decoration:none;
}
#sideBar h3 a:hover {
	color:#25386d;
}
#sideNav {
	width:270px;
	height:auto;
	padding:10px;
	background-color:#25386d;
	margin:0px 0px 20px 0px;
	color:#FFF;
}
#sideNav ul {
	font-size:12px;
	line-height:15px;
}
#sideNav ul li {
	margin:3px 0px;
}
#sideNav ul li a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#sideNav ul li a:hover {
	color:#f7ea92;
}

#sideNav h2 {
	font-size:15px;
	text-transform:uppercase;
	margin:0px;
	color:#f7ea92;
}
#mainPhoto {
	margin:0px;
}
#thumbs {
	width:310px;
	height:50px;
	margin:10px 0px 0px -5px;
	clear:both;
}
#thumb {
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	margin:0px 6px;
	position:relative;
}
#thumb img {
	position:absolute;
	top:-10px;
	left:-20px;
}
#facilityInfo {
	border-top:1px solid #666;
	clear:both;
	margin:10px 0px;
}
#facilityInfo h6 {
	color:#25386d;
	font-size:12px;
	margin:16px 0px 0px 0px;
}
#facilityInfo ul {
	font-size:12px;
	margin:0px;
	line-height:12px;
}

/* -- Content Styles -- */

#contentWrapper {
	margin:0px 33px;
	position:relative;
	float:left;
	width:980px;
	background:url(../images/content_back.png) #FFF repeat-y;
}
#bottomContentWrapper {
	width:650px;
	margin:20px 0px 0px 0px;
	clear:both;
	font-size:13px;
	line-height:18px;
}
#bottomContentWrapper h1 {
	font-size:24px;
}
#interiorWrapper {
	width:638px;
	height:auto;
	background-color:#FFF;
	border:8px solid #FFF; 
	float:left;
}
#contentArea {
	margin:10px 0px 10px 10px;
	width:602px;
	min-height:490px;
	height:auto;
	padding:12px;
	position:relative;
}
#contentArea p, ul, ol {
	font-size:12px;
	line-height:16px;
}
#contentArea h1 {
	margin:0px 0px 10px 0px;
	font-size:24px;
	text-transform:uppercase;
}
#contentArea h1 span {
	color:#25386d;
}
#contentArea h2 {
	font-size:20px;
	color:#25386d;
	text-transform:uppercase;
}
#contentArea h3 {
	font-size:18px;
	color:#25386d;
}
#contentArea h4 {
	font-size:18px;
	background-color:#25386d;
	color:#FFF;
	clear:both;
	padding:5px 6px;
}
#contentArea a {
	color:#25386d;
	text-decoration:none;
}
#contentArea a:hover {
	color:#000;
	text-decoration:none;
}
#paging {
	font-size:11px;
	color:#000;
	width:600px;
	height:28px;
	position:relative;
	top:-18px;
	border-bottom:1px solid #666;
}
#paging a {
	color:#666;
	text-decoration:none;
}
#paging a:hover {
	color:#FFF;
}
#paging select {
	font-family:Arial, Helvetica, Sans-Serifl;
	border:1px solid #333;
	background-color:#FFF;
	color:#000;
}
.pagingLeft {
	text-align:right;
	position:absolute;
	top:5px;
	left:0px;
}
.pagingRight {
	text-align:right;
	position:absolute;
	top:5px;
	right:0px;
}
#pullquote {
	float:left;
	margin:0px 0px 10px 0px;
	background-color:#f9f7f4;
	padding:10px;
}
#pullquote p {
	font-size:14px;
	color:#25386d;
	line-height:20px;
	margin:0px;
}

.floatRight {
	float:right;
	margin:0px 0px 0px 20px;
}
.floatLeft {
	float:left;
	margin:0px 20px 10px 0px;
}
#bottomLinks {
	width:269px;
	height:190px;
	float:left;
	margin:0px 10px 10px 0px;
	padding:10px;
	border:1px solid #CCC;
}
#bottomLinks p {
	margin:6px 0px;
}

/* -- Contact Styles -- */

#contactBox {
	width:270px;
	padding:10px;
	border:2px solid #FFF;
	background-color:#FFF;
}
#testimonialBox {
	width:270px;
	padding:10px;
	margin:15px 0px 0px 0px;
	border:2px solid #FFF;
	background-color:#FFF;

}
#callBox {
	width:270px;
	height:55px;
	padding:10px;
	border:1px solid #fff;
	background-color:#db4c39;
	margin:15px 0px 15px 0px;
	border:2px solid #FFF;
	text-align:center;
}
#chatBox {
	width:290px;
	border:2px solid #FFF;
}
#sideBar #sideNav {
	float:left;
}
#sideBar #contactBox, #sideBar #contactWidget, #sideBar #sideNav {
	margin:15px 0px;
	clear:both;
}
.contactSpace {
	width:18px;
	height:232px;
	float:left;
}
#contactWidget h1 {
	color:#f7ea92;
	font-size:26px;
	margin:0px 0px 5px 0px;
}
#contactWidget h2 {
	color:#FFF;
	font-size:16px;
	margin:0px;
}
#contactWidget h3 {
	color:#25386d;
	font-size:16px;
	margin:10px 0px 0px 0px;
	text-align:left;
}
#contactBox h4,  #testimonialBox h4{
	color:#FFF;
	background-color:#25386d;
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:4px;
}
#contactBox h5, #nextStep {
	height:28px;
	background-color:#25386d;
	border:1px solid #FFF;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:2px 10px;
	font-weight:bold;
}
#contactBox h5 a {
	color:#25386d;
	text-decoration:none;
}
#contactBox h5 a:hover, #contactBox #nextStep:hover,  #testimonialBox #nextStep:hover {
	color:#f7ea92;
	cursor:pointer;
}
#contactBox p, #contactWidget p, #testimonialBox p {
	font-size:12px;
	margin:6px 0px 10px 0px;
	line-height:15px;
}

#contentArea form {
	width:600px;
	margin:20px auto;
}
.formRow {
	margin:4px 0px;
	_margin:0px;
	clear:both;
	font-size:11px;
	font-weight:bold;
}
.formRow label {
	font-size:11px;
	font-weight:bold;
	width:100px;
	text-align:left;
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	padding-top:3px;
}
.formRow .wide {
	font-size:11px;
	font-weight:bold;
	width:240px;
	text-align:left;
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
}
.formRow input  {
	width:160px;
	height:18px;
	border:1px solid #25386d;
}
.formRow select  {
	width:160px;
	height:20px;
	border:1px solid #25386d;
}
.formRow .radio {
	width:15px;
	height:14px;
	border:none;
}
#contentArea .linkButton {
	background-color:#25386d;
	border:1px solid #FFF;
	color:#FFF;
	font-size:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:4px 10px;
	margin:0px 0px 12px 0px;
	font-weight:bold;
}
#contentArea .linkButton:hover {
	color:#f7ea92;
}

/* -- Footer Styles -- */

#footer {
	width:980px;
	margin:20px auto;
	clear:both;
	color:#666;
	font-size:11px;
	line-height:20px;
	border-top:1px solid #ccc;
	text-align:center;
}

#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* -- FAQ Styles -- */
#faqRow {
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px solid #ccc;
} 
#faqRow h1 {
	font-size:40px;
	color:#3e468e;
	float:left;
	margin:0px 10px 0px 0px;
} 
#faqRow h3 {
	margin:0px 0px 10px 0px;
	color:#036;
} 
#faqRow p {
	margin:0px 0px 0px 52px;
}
#faqRow ul, ol {
	margin:10px 0px 10px 52px;
}

