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

body, div, table, tr, th, td, p, span, a, img, form {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
}

html, body {
	font-size: 12px;
	background: url('../images/containerSideFade.gif') top repeat-y #EEE;
}

div {
	position: relative;
}

p {
	padding: 5px 0px;
}

h1 { font-size: 2em; font-weight: bold; font-style: normal; }

table {
	border-collapse: collapse;
	width: 100%;
}

form table th {
	text-align: left;
	font-weight: normal;
}

form table.headingsOnLeft th {
	padding: 2px 0px;
	padding-right: 10px;
	width: 25%;
	white-space: nowrap;
}

form table.headingsOnLeft td {
	padding: 2px 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

a:link    { color: #FFF; text-decoration: none; font-size: inherit; }
a:active  { color: #FFF; text-decoration: none; font-size: inherit; }
a:visited { color: #FFF; text-decoration: none; font-size: inherit; }
a:hover   { color: #FFF; text-decoration: none; font-size: inherit; }

.leftAlign { text-align: left !important; }
.centerAlign { text-align: center !important; }
.rightAlign { text-align: right !important; }

.topAlign { vertical-align: top; }
.bottomAlign { vertical-align: bottom; }

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

.hidden { display: none; }

.redText  { color: #900 !important; }
.greyText { color: #666 !important; }

.biggerText  { font-size: 1.1em; }
.smallerText { font-size: 0.9em; }

.bold      { font-weight: bold !important; }
.italic    { font-style: italic !important; }
.underline { text-decoration: underline !important; }

.requiredField { color: #900; font-weight: bold; }

.greyBottomBorder { border-bottom: 1px dotted #999; }
.greyLeftBorder   { border-left: 1px dotted #999; }

.margTop5    { margin-top: 5px; }
.margBottom5 { margin-bottom: 5px; }
.margLeft5   { margin-left: 5px; }
.margRight5  { margin-right: 5px; }

.margTop10    { margin-top: 10px; }
.margBottom10 { margin-bottom: 10px; }
.margLeft10   { margin-left: 10px; }
.margRight10  { margin-right: 10px; }

.padTop5    { padding-top: 5px; }
.padBottom5 { padding-bottom: 5px; }
.padLeft5   { padding-left: 5px; }
.padRight5  { padding-right: 5px; }

.padTop10    { padding-top: 10px; }
.padBottom10 { padding-bottom: 10px; }
.padLeft10   { padding-left: 10px; }
.padRight10  { padding-right: 10px; }

.noTopMarg   { margin-top: 0px !important; }
.noBotMarg   { margin-bottom: 0px !important; }
.noLeftMarg  { margin-left: 0px !important; }
.noRightMarg { margin-right: 0px !important; }

.noTopPad   { padding-top: 0px !important; }
.noBotPad   { padding-bottom: 0px !important; }
.noLeftPad  { padding-left: 0px !important; }
.noRightPad { padding-right: 0px !important; }

.noPad { padding: 0px; }
.noMarg { margin: 0px; }

.marg5  { margin: 5px !important; }
.vMarg5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.hMarg5 { margin-left: 5px !important; margin-right: 5px !important; }

.marg10  { margin: 10px !important; }
.vMarg10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.hMarg10 { margin-left: 10px !important; margin-right: 10px !important; }

.pad5  { padding: 5px !important; }
.vPad5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.hPad5 { padding-left: 5px !important; padding-right: 5px !important; }

.pad10  { padding: 10px !important; }
.vPad10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.hPad10 { padding-left: 10px !important; padding-right: 10px !important; }

.noBorder { border: none !important; }

.BLCorner { position: absolute; bottom: 0px; left: 0px; width: 8px; height: 8px; }
.BRCorner { position: absolute; bottom: 0px; right: 0px; width: 8px; height: 8px; }

.formError {  }
.formErrorText { color: #F00; font-weight: bold; }

.help { float: left; padding: 0px 0px 0px 3px; z-index: 1; }
.help .helpImage { margin: 6px 5px 0px 0px; }
.help .helpText  { display: none; position: absolute; top: 0px; left: -2px; width: 200px; border: 2px solid #FC9; background: #FFC; padding: 3px; }
.help .helpText img { float: left; margin: 1px 0px 0px 0px; }
.help .helpText div { padding: 0px 0px 0px 22px; }

.shadowedBox { padding: 0px; margin: 0px auto; }
.redHead { margin: 0px auto 20px auto; }
.boxContent { padding: 1px 10px 5px 10px; }

.shadowedBoxTop    { position: absolute; top: 0px; left: 0px; background: url(../images/shadowBoxTop.gif) top repeat-x; height: 2px; width: 100%; }
.shadowedBoxLeft   { position: absolute; left: -4px; top: 0px; background: url(../images/shadowBoxLeft.gif) left repeat-y; width: 4px; height: 100%; }
.shadowedBoxRight  { position: absolute; right: -4px; top: 0px; background: url(../images/shadowBoxRight.gif) right repeat-y; width: 4px; height: 100%; }
.shadowedBoxBottom { position: absolute; bottom: -13px; left: 0px; background: url(../images/shadowBoxBottom.gif) bottom repeat-x; height: 13px; width: 100%; }

.shadowedBoxTL { position: absolute; top: 0px; left: -4px; background: url(../images/shadowBoxTL.gif) top left no-repeat; width: 8px; height: 6px; }
.shadowedBoxTR { position: absolute; top: 0px; right: -4px; background: url(../images/shadowBoxTR.gif) bottom left no-repeat; width: 8px; height: 6px; }
.shadowedBoxBL { position: absolute; bottom: -13px; left: -4px; background: url(../images/shadowBoxBL.gif) top right no-repeat; width: 7px; height: 13px; }
.shadowedBoxBR { position: absolute; bottom: -13px; right: -4px; background: url(../images/shadowBoxBR.gif) bottom right no-repeat; width: 8px; height: 13px; }

.redHeadLeft  		{ position: absolute; top: 0px; left: -4px; background: url(../images/redHeadLeft.gif) top left no-repeat; height: 40px; width: 100%; }
.redHeadRight 	    { position: absolute; top: 0px; right: -4px; background: url(../images/redHeadRight.gif) top right no-repeat; height: 40px; width: 100%; }
.redHeadShadowLeft  { position: absolute; left: -4px; top: 40px; background: url(../images/shadowBoxLeft.gif) left repeat-y; width: 4px; height: 100%; }
.redHeadShadowRight { position: absolute; right: -4px; top: 40px; background: url(../images/shadowBoxRight.gif) right repeat-y; width: 4px; height: 100%; }

.lowerRedHeads    { width: 100%; }
.lowerRedHeads td { padding: 0px 10px; }

.redHead h1, .redHead h2, .redHead h3, .redHead p.redHeadTitle {
	background: url(../images/redHeadBack.gif) top repeat-x; 
	height: 30px; 
	color: #FFF; 
	font-size: 1.4em; 
	padding: 10px 8px 0px 8px; 
	margin: 0px 0px 3px 0px;
	font-weight: bold;
}

.boxContent .imageLeft {
	float: left;
	margin: 6px 10px 0px 0px;
}

.redHead .bigRedText {
	font-size: 1.4em;
	color: #C00;
	font-weight: bold;
	padding-bottom: 0px;
}

.redHead .smallRedText {
	font-size: 1em;
	color: #C00;
	font-weight: bold;
	padding-bottom: 0px;
}

.button {
	background: url('../images/redHeadBoxButton.gif') top no-repeat;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}

div.button {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 84px;
	height: 19px;
	padding: 3px 16px 0px 0px;
}

input.button {
	position: relative;
	float: right;
	width: 100px;
	height: 22px;
	padding: 1px 16px 0px 0px;
	border: none;
	outline: none;
}

.button a { text-decoration: none !important; color: #454545 !important; }

#frmAdminUsers input.button {
	float: none;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

.redFadeButton {
	float: left;
	background: url('../images/btnRedFade.gif') top repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	padding: 12px 5px;
	border-right: 1px solid #811; 
}

.redFadeButton_selected {
	float: left;
	background: url('../images/btnRedFadeHover.gif') top repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	padding: 12px 5px;
	border-right: 1px solid #811; 
}

.redFadeButton:hover {
	background-image: url('../images/btnRedFadeHover.gif');
	cursor: pointer;
}

#header {
	background: url('../images/headerBack.jpg') top left no-repeat;
	height: 130px;
}

#header #headerLogo {
	position: absolute;
	top: 10px;
	left: 7px;
}

#header #header_buttons {
	position: absolute;
	top: 0px;
	right: 12px;
}

#header #header_buttons .redFadeButton,
#header #header_buttons .redFadeButton_selected {
	width: 85px;
}

#header_welcome_text {
	position: absolute;
	top: 47px;
	right: 12px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #666;
	width: 350px;
	text-align: right;
}

#header_text_left {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 1.1em;
	color: #666;
	line-height: 1.3em;
}

#header_text_right {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.2em;
	color: #666;
}

#top_menu {
	background: url('../images/btnRedFade.gif') top repeat-x;
}

#top_menu .menu_button {
	width: 87px;
}

#top_menu .menu_button:hover {
	background-image: url('../images/btnRedFadeHover.gif');
	cursor: pointer;
}

#top_menu .end_cap {
	float: left;
	width: 9px;
	padding: 12px 0px;
	border-right: 1px solid #811; 
}

#top_menu .end_cap:hover {
	
	background-image: url('../images/btnRedFade.gif');
	cursor: default;
}

#admin_menu {
	background: url('../images/btnRedFade.gif') top repeat-x;
	height: 40px;
}

#admin_menu .menu_button {
	width: 87px;
}

#admin_menu .menu_button:hover {
	background-image: url('../images/btnRedFadeHover.gif');
	cursor: pointer;
}

#admin_menu .end_cap {
	float: left;
	width: 9px;
	padding: 12px 0px;
	border-right: 1px solid #811; 
}

#admin_menu .end_cap_right {
	float: right;
	width: 9px;
	padding: 12px 0px;
	border-left: 1px solid #811; 
}

#admin_menu .end_cap:hover {
	background-image: url('../images/btnRedFade.gif');
	cursor: default;
}

#messageBar {
	margin: 5px 13px 15px 13px;
	padding: 5px 0px 0px 0px;
}

#messageBar .boxContent {
	padding-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #393;
}

#errorBar {
	margin: 5px 13px 15px 13px;
	padding: 5px 0px 0px 0px;
}

#errorBar .boxContent {
	padding-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #F33;
}

#search {
	height: 38px;
	margin: 10px 10px;
	padding: 8px 0px 0px 15px;
	background: url('../images/searchBack.gif') top repeat-x;
}

#search select {
	margin-left: 15px;
	padding-left: 3px;
}

#search input {
	position: absolute;
	top: -1px;
	right: 15px;
	padding: 0px 10px;
}

#search #searchLeftEnd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 45px;
	background: url('../images/searchEndLeft.gif') left no-repeat;
}

#search #searchRightEnd {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 45px;
	background: url('../images/searchEndRight.gif') right no-repeat;
}

#search #giantSearchText {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #454545;
	display: inline;
	top: 2px;
}

#main_body {
	margin: 10px;
	color: #666;
	padding-bottom: 5px;
}

#main_body a {
	color: #666;
	text-decoration: underline;
}

ol    { margin-left: 0px; padding-left: 25px;}
ol li { margin-left: 0px; padding: 3px 0px; }

ul    { margin: 5px 0px 5px 15px; }
ul li { margin: 0px; padding: 1px 0px; }

#main_body_left {
	float: left;
	width: 643px;
	padding: 0px 8px 0px 4px;
}

#breadcrumb { color: #333; font-size: 1.1em; font-weight: bold; padding: 4px 0px 4px 0px; }
#breadcrumb a { color: #666; text-decoration: none; }
#breadcrumb span { color: #900; }
#breadcrumb #breadcrumbComment { color: #333; }
#breadcrumb ul { margin: 0px; padding: 0px; display: inline; }
#breadcrumb li { margin: 0px; padding: 0px 0px 0px 10px; display: inline; }
#breadcrumb li:first-child { padding-left: 0px; }
#breadcrumb li img { padding: 0px 3px 0px 0px; }

#admin_body {
	margin: 10px;
	color: #666;
	padding-bottom: 5px;
	background: #FFF;
}

#admin_body a { color: #666; }
#admin_body a:hover { text-decoration: underline; }

#page_content {
	padding-top: 10px;
}

#admin_body #page_content {
	border: dotted #999;
	border-width: 1px 0px;
	padding: 10px 2px;
}

#hipImageRight {
	float: right;
	margin: 5px 30px 0px 40px;
}

#aboutUsImgScroller {
	float: right;
	width: 300px;
	margin: 0px 0px 5px 10px;
	padding-bottom: 5px;
	background-color: #E3E3E3;
	font-size: 0.9em;
}

#aboutUsImgScroller p {
	padding-left: 7px;
	padding-right: 7px;
}

#aboutUsImgScrollerNavBar {
	height: 21px;
	background: url('../images/aboutUsImgScrollerBack.gif') top repeat-x;
	margin: 0px 5px;
	text-align: center;
}

#aboutUsImgScrollerPrev {
	float: left;
	height: 21px;
	width: 70px;
	background: url('../images/aboutUsImgScrollerPrev.gif') top left no-repeat;
	padding: 2px 0px 0px 8px;
	cursor: pointer;
}

#aboutUsImgScrollerNext {
	float: right;
	height: 21px;
	width: 71px;
	background: url('../images/aboutUsImgScrollerNext.gif') top right no-repeat;
	padding: 2px 8px 0px 0px;
	cursor: pointer;
}

#commentsContainer {
	background-color: #E3E3E3;
	border: 1px solid #999;
	margin: 0px 10px;
}

#commentsContainer #largeCommentPic {
	float: left;
	margin: 10px 2px 10px 10px;
}

#commentsContainer #commentsSmallPics {
	float: left;
	width: 300px;
	padding-top: 10px;
}

#commentsContainer .smallCommentPic {
	float: left;
	margin: 0px 0px 4px 10px;
	cursor: pointer;
}

#commentsContainer #commentsNav {
	height: 20px;
	clear: both;
	margin: 10px 0px 10px 10px;
}

#commentsContainer #prevComment {
	float: left;
	cursor: pointer;
}

#commentsContainer #nextComment {
	float: right;
	cursor: pointer;
}

.redHead h3.propDetailTitle {
	font-size: 1.3em;
}

#propImagesContainer {
	background-color: #E3E3E3;
	border: 1px solid #999;
	margin: 0px 10px;
}

#propImagesContainer #largePic {
	float: left;
	margin: 10px 0px 10px 10px;
}

#propImagesContainer #smallPics {
	float: right;
	width: 301px;
	padding-top: 10px;
	padding-right: 3px;
}

#propImagesContainer .smallPic {
	float: left;
	margin: 0px 7px 7px 0px;
	cursor: pointer;
}

#propImagesContainer .propBigLink {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #454545;
	margin: 0px 20px 10px 10px;
	padding: 0px 30px 0px 0px;
	background: url('../images/propBigLinkArrow.gif') no-repeat right #E3E3E3;
}

#propImagesContainer .propBigLink a {
	text-decoration: none;
}

#propImagesContainer .propMedLink {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

ul#propBullets {
	padding: 0px;
	margin: 5px 0px;
	list-style: none;
}

ul#propBullets li {
	float: left;
	background: url('../images/propBullet.gif') left no-repeat;
	width: 45%;
	margin: 0px 0px 2px 10px;
	padding: 0px 0px 0px 10px;
}

#main_body_right {
	float: right;
	width: 323px;
	padding: 0px;
}

#show_adv_search_holder {
	height: 33px;
}

#show_adv_search {
	top: -16px;
	right: -8px;
	background: url('../images/advSearchButtonBack.gif') top right no-repeat;
	width: 280px;
	height: 34px;
	padding: 10px 30px 0px 0px;
	text-align: center;
	cursor: pointer;
}

#show_adv_search a {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #454545;
}

#right_content {
	padding-bottom: 1px;
}

#right_content .littleWhiteBox {
	float: left;
	background: url('../images/littleWhiteBoxBack.gif') top no-repeat;
	width: 144px;
	height: 73px;
	margin: 6px 0px 0px 5px;
	padding: 22px 5px 0px 6px;
	text-align: center;
	cursor: pointer;
}

#right_content .littleWhiteBox a    { text-decoration: none; }
#right_content .littleWhiteBox div  { font-size: 1em; }
#right_content .littleWhiteBox span { font-size: inherit; }

#right_content .littleWhiteBox .imageLeft {
	float: left;
	width: 36px;
	height: 52px;
	margin: 0px 4px 0px 3px;
}

#right_content .littleWhiteBox .arrowRight {
	float: right;
	width: 13px;
	height: 28px;
	padding: 10px 4px 0px 6px;
}

#right_content .redHeadBox {
	background: url('../images/smallRedHeadBoxBack.gif') top no-repeat;
	width: 320px;
	height: 207px;
}

#more_info {
	margin-top: 10px;
}

#more_info .redHeadBox {
	width: 618px;
	height: 365px;
	background: url('../images/redHeadMoreInfoFormBack.gif') top left no-repeat;
	padding: 0px 13px 10px 13px;
}

.contactUsBox {
	float: left;
	width: 300px;
	height: 90px;
	margin: 5px 3px 15px 13px;
}

.contactUsBox .imageLeft {
	margin-left: 0px;
	margin-top: 8px;
}

.surveysImage {
	text-align: center;
	margin: 10px 0px;
}

.propListing {  }
.propListing .smallImages { float: left; width: 80px; margin-right: 7px; }
.propListing .smallImages img { margin-top: 7px; cursor: pointer; }
.propListing .smallImages img:first-child { margin-top: 0px; }
.propListing .mainImage { float: left; width: 267px; margin-right: 7px; }

.propListing .mainImage .imgBanner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 21px;
	width: 267px;
	background: url('../images/propListingBannerBack.gif') top repeat-x;
	text-align: center;
	padding-top: 6px;
	font-size: 1.2em;
	color: #C00;
}

.pageNav {
	background: url('../images/pageNavBg.gif') top repeat-x;
	height: 34px; 
	text-align: center; 
	margin: 0px 0px 5px 0px; 
	padding: 0px; 
}

#main_body .pageNav a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.pageNavPrev { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url('../images/pageNavPrev.gif') top left no-repeat; 
	width: 42px; 
	height: 27px;
	padding: 7px 0px 0px 27px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #333;
}

.pageNavNext {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	background: url('../images/pageNavNext.gif') right no-repeat; 
	width: 41px; 
	height: 27px;
	padding: 7px 29px 0px 0px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	color: #333;
}

.pageNavFilters { padding-top: 4px; margin: 0px 70px; }

.pageNavPaging  { padding-top: 7px; margin: 0px 70px; }
.pageNavPaging .currPage { color: #C00; font-weight: bold; }

#featProps { height: 295px; }

#featProps #property {
	display: none;
}

#featProps #property .boxContent {
	padding-top: 4px;
}

#featProps #advert {
	display: none;
	padding: 6px 0px;
}

#featProps .featPropSmall {
	cursor: pointer;
}

#footer {
	padding: 10px;
	padding-top: 0px;
	background: #EFEFEF;
}

#footer p {
	color: #666;
	font-size: 1em;
}

#footer #footer-links {
	color: #B21A26;
}

#footer #footerLogos {
	position: absolute;
	top: -2px;
	right: 60px;
	height: 70px;
	width: 230px;
	background-color: #FFF;
	text-align: center;
}

#footer #footer-links a { color: #900; }
#footer #footer-links a:hover { text-decoration: underline; }

.admin_results_table {
	
}

.admin_results_table tr:hover>td {
	background: #FFC;
}

.admin_results_table th,
.admin_results_table td {
	text-align: left;
	padding: 1px 2px;
	border: 1px solid #DDD;
}

.admin_results_table th {
	font-size: 1.1em;
	color: #900;
}

.admin_results_table td {
	
}

.admin_results_table .adminNoResults {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	padding: 3px;
}