@charset "utf-8";
/* CSS Document */


/*

---WEBSITE COLOURS---

light purple: #9999CC 
dark purple: #413694
red: #E21A50
yellow: #fee825

*/




* {
	padding:0;
	margin:0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

img {
	border:0;
}

ul, ol {
	margin:0 0 10px 25px;
}

li {
	margin-bottom:4px;
}

h1, h2, h3, h4, h5 {
	margin-bottom:20px;
	color:#413694;
	font-weight:normal;
}

h1 {
	font-size:24px;
}
.smallerH1 h1 {
	font-size:18px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

h4 span {
	color:#E21A50;
}

h5 {
	font-size:14px;
	font-weight:bold;
}

h5 a:link, h5 a:visited {
	text-decoration:none;
}
h5 a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;	
}

td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:2px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	min-height:0;
	overflow:hidden;
}

a:link, a:visited {
	color:#413694;
}
a:hover {
	color:#e21a50;
}

body {
	background-color:#FFF;
	background-image:url(/images/bg.gif);
	background-position:0 149px;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:0 0 20px 0;
}

#top {
	width:100%;
	height:129px; /* 150px */
	min-height:129px; /* 150px */
	padding-top:20px;
	background:#9999CC;
}

#innerTop {
	width:960px;
	margin:auto;
}

#logo {
	width:315px;
	text-align:center;
	float:left;
}
#logo img {
	width:284px;
	height:109px;
}

#logoPrint {
	display:none;
}


/* three random pics */

#threePics {
	width:544px;
	float:right;
	margin-right:20px;
	display:inline;
}

.picFrame {
	width:140px; /* 144px */
	height:105px; /* 109px */
	min-height:105px; /* 109px */
	float:left;
	padding:2px;
	background:#FFF;
	margin-right:56px;
}

.noMR {
	margin-right:0 !important;
}

.picBG {
	width:140px;
	height:105px;
	min-height:105px;
	position:relative;
	overflow:hidden;
}
.picBG p {
	margin:0 0 3px 0;
}
.picBG a {
	text-decoration:none;
	color:#FFF;
}

#text1, #text2, #text3, #fpMain {
	width:134px; /* 140px */
	padding:3px;
	text-align:left;
	top:75px;
	position:relative;	
	background:url(/images/pic-bg.png);
	color:#FFF;
	font-size:10px;
}

/* end three random pics */


/* navigation */

#nav {
	width:100%;
	background:url(/images/nav-bg.gif) repeat-x left top;
	margin-bottom:40px;
}

#innerNav {
	width:960px;
	margin:auto;
	text-align:left;
}
#nav ul, #nav li {
	margin:0;
}
#nav li {
	float:left;
	margin-right:5px;
	height:25px; /* 25px */
	min-height:25px; /* 25px */
	text-align:center;
	list-style:none;
	display:block;
}

#nav a:link, #nav a:visited {
	color:#FFF;
	text-decoration:none;
	height:22px; /* 25px */
	min-height:22px; /* 25px */
	padding-top:3px;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
}
#nav a:hover  {
	color:#413694;
	text-decoration:none;
	font-weight:bold;
}

#navHome {
	width:62px;
}
#navHome a:link, #navHome a:visited {
	width:62px;
	background-image:url(/images/nav-bg-home.gif);
}
#navHome a:hover {
	background-position:-62px 0;
}

#navPropertySearch{
	width:142px;
}
#navPropertySearch a:link, #navPropertySearch a:visited {
	width:142px;
	background-image:url(/images/nav-bg-property-search.gif);
}
#navPropertySearch a:hover {
	background-position:-142px 0;
}

#navContactUs {
	width:101px;
}
#navContactUs a:link, #navContactUs a:visited {
	width:101px;
	background-image:url(/images/nav-bg-contact-us.gif);
}
#navContactUs a:hover {
	background-position:-101px 0;
}

/* end navigation */


/* content */

#content {
	width:960px;
	margin:auto;
	margin-bottom:40px;
	text-align:left;
}

#contentTop {
	width:960px;
	margin-bottom:20px;
}
#contentTopLeft {
	width:620px;
	float:left;
}
#contentTopRight {
	width:280px;
	margin-right:20px;
	display:inline;
	float:right;
	text-align:center;
}
#contentTop h1, #contentTop h2, #contentTop h3, #contentTop h4 {
	margin-bottom:0 !important;
}


#contentRight {
	width:300px;
	float:right;
}
#contentLeft {
	width:620px;
	float:left;
}

#searchForm {
	width:280px; /* 300px */
	height:524px; /* 544px */
	min-height:524px; /* 544px */
	background:url(/images/form.gif) no-repeat 0 0;
	padding:20px 0 0 20px;
	font-size:20px;
	color:#FFF;
}

#searchForm input, #searchForm select {
	padding:0;
	margin:0;
	font-size:18px;
}

.formField {
	margin-bottom:10px !important;
}

.formSelect1 {
	width:240px;
	height:28px;
	min-height:28px;
}

.formSelect2 {
	width:95px;
	height:28px;
	min-height:28px;
}

.formText1 {
	width:236px;
	height:26px;
	min-height:26px;
}

.qmark {
	width:14px;
	height:14px;
	vertical-align:middle;
	margin-left:5px;
}

.yellowText {
	color:#fee825;
}

.searchButton {
	margin:0 0 0 34px;
}




.toolTip a span {
	display:none;
}
.toolTip a:hover {
	position:relative;
}

.toolTip a:hover span {
	display:block;
	position:absolute;
	top:-5px;
	left:-205px;
	z-index:100;
	padding:10px;
	background:#FFF;
	border:2px solid #E21A50;
	padding:5px;
	width:186px; /* 200px */
	height:auto;
	font-size:14px;
	text-decoration:none;
	color:#000;
}


#fpANDpuffs {
	width:620px;
}

#puffs {
	width:259px; /* 260px */
	float:right;
	text-align:right;
	border-left:1px dashed #9999CC;
}
#puffs img {
	width:239px;
	height:125px;
}


#featuredProperty {
	width:340px;
	height:270px;
	min-height:270px;
	float:left;
}
#featuredProperty img {
	width:140px;
	height:105px;
}

.fpFrame {
	width:140px; /* 160px */
	float:left;
	padding:10px;
	background:#9999CC;
}
.srFrame {
	float:none;
	margin-bottom:20px;
	height:105px; /* 105px */
}
.srFrame span {
	position:relative;
}
.srFrame img {
	width:140px;
	height:105px;
	position:absolute;
	top:0px;
	left:0px;
}

#fp1 {
	margin:0 20px 20px 0;
}
#fp2 {
	margin:0 0 20px 0;
}
#fp3 {
	margin:0 20px 0 0;
}
#fp4 {
	margin:0;
}


/* end content */



/* search results page */

#confEmail {
	width:938px; /* 960px */
	border:1px solid #64b04c;
	padding:10px;
	background:#FFF;
	margin-bottom:40px;
}
#confEmail img, #status img {
	width:14px;
	height:14px;
	float:left;
	margin:2px 5px 0 0;
}
#confEmail span {
	color:#64b04c;
}

#srContainer {
	width:610px;
	margin-bottom:40px;
	height:425px;
	min-height:425px;
}

#ajaxLoader {
	width:inherit;
	text-align:center;
	padding-top:150px;
}

.searchResult {
	width:160px;
	float:left;
	margin-right:40px;
}
.searchResult p {
	font-size:12px;
}

.search {
	width:610px !important; /* 620px */
	padding-left:10px;
}

.searchResultText {
	width:160px;
}
.searchResultText h3 {
	color:#000;
	margin-bottom:5px;
}

.srHeight {
	width:inherit;
	height:110px;
	min-height:110px;
	clear:both;
}

.srHeight h5 {
	margin-bottom:0;
}


#srFooter {
	width:560px;
	text-align:right;
}
#srFooter img {
	width:50px;
	height:46px;
}

#myNext {
	width:100px;
	text-align:right;
	float:left;
}

#myPrev {
	width:100px;
	float:left;
	text-align:left;
	visibility:hidden;
}

#mySorted {
	width:360px;
	float:left;
	text-align:center;
	font-size:12px;
}
#mySorted select {
	width:100px;
	font-size:12px;
}


#trailimageid {
	position:absolute;
	visibility:hidden;
	left:0;
	top:-1000px;
	width:1px;
	height:1px;
	border:1px solid #666;
	background:#FFF;
	padding:5px;
	z-index:1000;
}



/* end search results page */



/* details page */

#detailsTop {
	width:960px;
	margin-bottom:20px;
}

#detailsHeaders {
	width:780px;
	float:left;
}
#detailsHeaders ul {
	list-style-image:url(/images/star.gif);
	list-style-position:inside;
}
#detailsHeaders li {
	font-size:18px;
	color:#413694;
	margin-bottom:5px;
}

#contactOptions {
	display:none;
}

#detailsOptions, #contactOptions {
	width:160px;
	float:right;
}

#icons, #iconsBlock, #contactIcons, #contactIconsBlock {
	width:146px;
	float:right;
	clear:both;
}
#icons img, #contactIcons img {
	width:16px;
	height:23px;
	margin-right:10px;
	float:right;
	position:relative;
}

#iconsBlock div, #contactIconsBlock div {
	width:16px;
	height:9px; /* 10px */
	min-height:9px; /* 10px */
	border-top:1px solid #413694;
	float:right;
	margin-right:10px;
}

#contactIcons img, #contactIconsBlock div {
	float:right;
}

.iconUndo {
	height:0 !important;
	min-height:0 !important;
	border-top:0 !important;
	float:none !important;
	margin-right:0 !important;
}

#iconText, #contactIconText {
	width:138px; /* 160px */
	padding:10px;
	border:1px solid #413694;
	background:#FFF;
	color:#413694;
	text-align:center;
	clear:both;
}
#iconText a:link, #iconText a:visited, #contactIconText a:link, #contactIconText a:visited {
	text-decoration:none;
}
#iconText a:hover, #contactIconText a:hover {
	text-decoration:underline;
}

.iconOn {
	background:#413694;
}

#detailsBot {
	width:960px;
}

#detailsBotLeft {
	width:300px;
	float:left;
}

#mainPic {
	width:280px; /* 300px */
	height:220px; /* 230px */
	padding:0 10px 10px 10px;
	background:#9999CC;
	margin-bottom:20px;
}

#mainPic div, #mainPic span {
	position:relative;
}

#mainPic img {
	width:280px;
	height:210px;
	position:absolute;
	top:10px;
	left:0;
}

#mainPic2, #mainPic3, #mainPic4, #mainPic5, #mainPic6, #mainPic7, #mainPic8  {
	display:none;
}

#thumbs {
	width:290px; /* 300px */
	padding-left:10px;
	margin-bottom:30px;
}
#thumbs img {
	width:64px;
	height:48px;
	margin:0 8px 8px 0;
	float:left;
}


#detailsBotRight, #contactForm, #contactThanks, #emailFriend, #emailFriendThanks {
	width:620px;
	float:right;
}

#backLink {
	width:300px;
}
#backLink img {
	width:25px;
	height:23px;
	vertical-align:middle;
	margin-right:5px;
}

#status {
	width:598px; /* 620px */
	border:1px solid #413694;
	padding:10px;
	background:#FFF;
	margin-bottom:20px;
}

#contactForm, #contactThanks, #emailFriend, #emailFriendThanks {
	display:none;
}

#contactForm th, #contactForm td h3, #emailFriend th, #emailFriend td h3 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}

#contactForm span, #emailFriend th span {
	color:#E21A50;
}

.cf1 {
	width:275px;
	height:28px;
	font-size:20px;
}
.cf2 {
	width:275px;
	height:80px;
	font-size:20px;
}

#scheduleInner {
	width:368px; /*  388px */
	height:45px; /*  78px */
	padding:10px 10px 0 10px;
	background:url(/images/bg-schedule.gif) no-repeat left top;
	margin-bottom:10px;
}

#scheduleInner p span {
	font-size:18px !important;
	color:#413694;
	font-weight:normal;
}

#scheduleInner p {
	margin:0 !important;
}

#scheduleInner a:link, #scheduleInner a:visited {
	color:#000 !important;
	font-size:18px;
	text-decoration:underline;
}
#scheduleInner a:hover {
	color:#413694 !important;
	font-size:18px;
	text-decoration:underline;
}

#scheduleInner span a:link, #scheduleInner span a:visited {
	text-decoration:none !important;
	font-size:10px;
}
#scheduleInner span a:hover {
	text-decoration:underline !important;
	font-size:10px;
}

#scheduleInner span {
	font-size:10px;
}

#scheduleInner div {
	padding-top:2px;
}

.downArrow {
	width:8px;
	height:14px;
}

.pdfIcon {
	width:29px;
	height:29px;
	float:right;
	margin:0 0 5px 5px;
}

/* end details page */


/* contact us page */

#branchHolder {
	width:960px;
}

#branch1 {
	width:460px;
	float:left;
}
#branch2 {
	width:460px;
	float:right;
}

.branchImage {
	width:280px;
	height:210px;
	float:left;
	margin-right:20px;
}

.globe {
	width:20px;
	height:20px;
	vertical-align:middle;
	margin:0 2px 2px 0;
}

/* end contact us page */


/* footer */

#footer {
	width:960px;
	margin:auto;
	border-top:1px dashed #9999CC;
	padding-top:20px;
	text-align:left;
	clear:both;
}

#footerTopLeft {
	width:600px;
	float:left;
	color:#413694;
}

#footerTopRight {
	width:350px;
	float:right;
	color:#413694;
	text-align:right;
}
#footerTopRight img {
	width:78px;
	height:15px;
	margin:0 2px 3px 2px;
	vertical-align:middle;
}

#footerTopRight, #footerTopLeft {
	font-size:11px;
}

#footerTopLeft a:link, #footerTopLeft a:visited {
	font-size:11px;
	color:#413694;
}
#footerTopLeft a:hover {
	font-size:11px;
	color:#E21A50;
}

#footerBottom {
	width:960px;
	clear:both;
	color:#999;
	font-size:10px;
}

#footerBottom th, #footerBottom td {
	color:#999;
	font-size:10px;
	padding:5px;
}

#footerBottom a:link, #footerBottom a:visited {
	color:#999;
	font-size:10px;
	text-decoration:none;
}
#footerBottom a:hover {
	color:#999;
	font-size:10px;
	text-decoration:underline;
}

.dashes1 {
	width:1px;
	height:70px;
	min-height:70px;
	border-left:1px dashed #CCC;
}

/* end footer */









