/* Body Classes */

body {
margin-left: 0px; 
margin-top: 0px; 
margin-right: 0;
padding: 0px;
}

body.printable {background-color: #FFFFFF; margin-left: 0px; margin-top: 1px; margin-right: 0px; }  

.maxwidth {
border:0px solid red;
max-width:1000px;
width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}

/* Sitewide Classes */
A:link { 	 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold; 
	 color: #096091; 
	 text-decoration: underline;
	 font-size: 11px;
	 }
	 
A:visited { 	 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold; 
	 color: #096091; 
	 text-decoration: underline; 
	 font-size: 11px;
	 }

a:hover { 	 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold; 
	 color: #c43f49; 
	 text-decoration: underline; 
	 font-size: 11px;
	 }

a:active { 	 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold; 
	 color: #c43f49; 
	 text-decoration: underline; 
	 font-size: 11px;	 
	 }
	 
hr {
    border-style: solid;
    background-color: #096091;
    height: 1px;
    border: none; 
    width: 100%; 
    color: #096091;
	}

p {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px; 
	 font-weight: normal; 
	 color: #000000;
	 line-height: 15px;
}

TD {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px; 
	 font-weight: normal; 
	 line-height: 15px;
}

h1 { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 15px; 
	 font-weight: bold; 
	 color: #045888;
}

h2 { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 15px; 
	 font-weight: bold; 
	 color: #c43f49;
}

h3 { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #000000;
}

h4 { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #045888;
}

h5 { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	 font-weight: bold; 
	 color: #c43f49;
}

H6 { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; font-weight: normal; }

LI { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif;  }



/* 2008 Redesign classes in Templates */

.homepageBody {
	background: #096091;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.body-homepage {
	background: #096091;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.body-bkgd {
	background: #096091 url(/images/bkgd.jpg) top no-repeat;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.descriptionText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
}

.googlecustomsearchTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align:right;
	padding: 2px 0px 0px 0px;
}

.topshadowRPTG {
	background: url(images/top-repeat.jpg) repeat-x;
	}
	
.topshadowRPTG2 {
	background: url(images/top-repeat2.jpg) repeat-x;
}
	
.leftshadowRPTG {
	background: url(images/left-repeating.jpg) repeat-y;
	}

.rightshadowRPTG {
	background: url(images/right-repeating.jpg) repeat-y;
	}
	
.rightshadowRPTG2 {
	background: url(images/right-repeating2.jpg) repeat-y;
}
	
.bottomshadowRPTG {
	background: url(images/bottom-repeat.jpg) repeat-x;
	}

.tdMainContent {
	border: solid 3px #e1d8c3;
	background: #ffffff;
}

.mainTableHome {
	margin-left: 14px;
	}
	
.mainContentTD {
	padding-left: 15px;
}

.mainContentTDpg2 {
	padding-left: 15px;
	background: #ffffff url(images/pg2-maincontentbkgd.jpg) left top no-repeat;
}

.headerTD {
	padding-top: 12px;
	padding-right: 12px;
	}
	
.pg2VerticalDivider {
	border-right: dotted 1px #9cc4e3;
}
	
.mainContentpg2 {
	padding-top: 30px;
	padding-right: 12px;
	padding-left: 5px;
}
	
.calloutText, #calloutText{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	}
#calloutText table{
margin: 0 auto;
padding:3px;
border-top:1px solid #ebe4be;
border-right:1px solid #ebe4be;
border-bottom:1px solid #c4ba85;
border-left:1px solid #c4ba85;
background:#fefbe9 url(images/quicklinks-bkgd.gif) repeat-x bottom;
}	

#calloutText table td{
padding:8px;
}
#calloutText h2{
text-align:center; 
font-size:14px; 
margin:5px 0
}


























.quicklinksText, #quicklinksText{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	}
#quicklinksText table{
margin: 0 auto;
padding:3px;
border-top:1px solid #ebe4be;
border-right:1px solid #ebe4be;
border-bottom:1px solid #c4ba85;
border-left:1px solid #c4ba85;
background:#fefbe9 url(images/quicklinks-bkgd.gif) repeat-x bottom;
}	

#quicklinksText table td{
padding:8px;
}
#quicklinksText h2{
text-align:center; 
font-size:14px; 
margin:0px 0px 10px 0px;
}

.homeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #096091;
	line-height: 17px;
}

.homepageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #096091;
	line-height: 15px;
}

.weatherTable {
	margin-bottom: 10px;
}	

.quicksearchTable {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 18px;
	margin-bottom: 1px;
}

.liveChatTable {
	margin-left: 31px;
	margin-top: 5px;
	}
	
.liveChatTablepg2 {
	margin-left: 27px;
	margin-top: 2px;
	}

.quicksearchTableHome {
	background: url(images/quicksearchBKGD.jpg) no-repeat left top;
	background-color: #f0f7ff;	
}	

.liveChatTD {
	background: url(images/livechatBKGD.jpg) center no-repeat;
}

.liveChatTDpg2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.viewspecials {
	background: url(images/view-specials.jpg) no-repeat top left;
	}

.footerTD-BKGD {
	background: url(images/footerBKGD.jpg) no-repeat;
	background-color: #045888;
	border-top: solid 3px #e1d8c3;	
}

.footerTable {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.social_icons_table {
	margin-right: 113px;
}

.social_icons {
	padding-right: 10px;
}

.social_icons_text {
	padding-right: 6px;
}

A:link.social_icons_link, A:visited.social_icons_link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ceedff;
	text-decoration: none;
	font-weight: normal;
}
	
A:hover.social_icons_link, A:active.social_icons_link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ceedff;
	text-decoration: underline;
	font-weight: normal;
}


.addressFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding-bottom: 8px;
}

 A:link.emaillink, A:visited.emaillink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
 A:hover.emaillink, A:active.emaillink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
	

 A:link.gcLinks, A:visited.gcLinks  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
 A:hover.gcLinks, A:active.gcLinks  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4f2ff;
	text-decoration: underline;
	font-weight: bold;
	}

.footer2ndrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-bottom: 10px;
	line-height: 13px;
}

 A:link.footerlinks, A:visited.footerlinks  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
 A:hover.footerlinks, A:active.footerlinks  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}

.footer3rdrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ceedff;
}

.affiliatesTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

 A:link.vdslink, A:visited.vdslink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ceedff;
	text-decoration: none;
	font-weight: normal;
	}
	
 A:hover.vdslink, A:active.vdslink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ceedff;
	text-decoration: underline;
	font-weight: normal;
	}
	

 A:link.staticCartLink, A:visited.staticCartLink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
 A:hover.staticCartLink, A:active.staticCartLink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}



.contactinfo { font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #003366; }
.ownernetnavTD {  }
.ownernetleft { background-color: #FCF6B9 }
.ownernetnav {
    color: #002F77; 
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.ownernetnavstar {
    padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.ownernetnav a:link {  color: #002F77; font-weight: bold }
.ownernetnav a:visited {  color: #002F77; font-weight: bold}
.ownernetnav a:hover {  color: #CC0000; font-weight: bold}
.ownernetnav a:active {  color: #CC0000; font-weight: bold}

.MainContent {
	padding: 10px 20px 20px 20px;
	}
.mastbg {
	background-image: url(images/p2topd1-bg.gif);
	}
.qsrchbox {
	border-right: solid 1px #8993A1;}
.qsrch-text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #000000;
	text-align: right;
	padding: 1px 0px 1px 3px;
	}
.qsrch-lists {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #000000;
	text-align: left;
	padding: 1px 0px 1px 3px;
	}
.qsrch-links {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
	text-align: center;
	}
 A:link.qsrch-links, A:visited.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
	text-align: center;
	}
 A:hover.qsrch-links, A:active.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #cc0000;
	text-align: center;
	}
	
.flash {
	border-right: solid 1px #003f88;
	}
	
.navphoto {
	vertical-align: top;
	}
	
#flashmasthead {
	width: 894px;
	height: 280px;
	position: relative;
	margin: 0px;
	padding: 0px;

}

#smediaicons table {
	width: 220px;
}

#smediaicons table td {
	padding: 0px 8px 0px 0px;
}

#smediaicons {
	position:absolute;
	left: 20px;
	top:185px;
	z-index:2;
	width: 220px;
	height: 35px;
}

#slideshowContainer {
	width: 894px;
	height: 280px;
	position: relative;
	background: url(/images/slideshow-bkgd.jpg) top left no-repeat;
}

#slideshow {
	position: relative;
	overflow: none;
	width: 894px;
	height: 280px;
}

#socialIcons {
	position:absolute;
	left: 43px;
	top:185px;
	z-index:1000;
	width: 170px;
	height: 35px;
}

#socialIcons table {
	width: 170px;
}


#socialmediaicons {
	position:absolute;
	left: 43px;
	top:185px;
	z-index:2;
	width: 170px;
	height: 35px;
}

#socialmediaicons table {
	width: 170px;
}

#socialmediaicons2 {
	position:absolute;
	float: right;
	right: 5px;
	top:3px;
	z-index:2;
	width: 170px;
	height: 35px;
}

#socialmediaiconsPG2 {
	width: 155px;
	margin-left: 27px;
	margin-top: 10px;
	margin-bottom: 15px;
}
	
	/* FORM elements */
input, textarea, select {
color: #0055A5;
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #0055A5;
text-indent: 1px; 
background: #E3EEF9;
background-color: #E3EEF9;
padding: 1px;
margin: 0px;
}
/* The button alternative with a 3d effect */
input.button {
color: #FFFFFF;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #DBF1B9 #3C6302 #3C6302 #DBF1B9;
text-indent: 2px; 
background-color: #df2a3b;
padding: 3px;
}
input.qsrch {
color: #002F77;
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
border: 1px;
border-style: outset;
border-color: #FCF6B9 #B6AE4C #B6AE4C #FCF6B9;
text-indent: 1px; 
background-color: #FDF383;
padding: 1px;
}
/* The checkbox/radio alternative to matches the page background color */
input.clear {
color: #ffffff;
border: 1px solid #ffffff;
background: #ffffff;
background-color: #ffffff;
padding: 0px;
margin: 0px;
}
input.qsrch-clear {
color: #ffffff;
border: 0px solid #ffffff;
background: #A1C6FD;
background-color: #CADFFD;
padding: 0px;
margin: 0px;
}

/*For the 3D text links that need to look like FORM buttons*/
.buttonbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #324D70;
}

.buttonbartable {
	padding: 0px;
	margin: 0px;
}

.buttonbarcell {
	width: 110px;
	height: 22px;
	color: #002f65;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #87acc5 url(images/button-gradient.jpg) repeat-x top left;
	border: solid 1px #096091;
	text-align: center;
}




a:link.buttonbarlink, a:visited.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: none;
	text-decoration: none;
	color: #045888;
}

a:active.buttonbarlink, a:hover.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: none;
	text-decoration: underline;
	color: #045888;
}

.buttonbarcellRed {
	width: 110px;
	height: 22px;
	color: #ff0000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #e78e92 url(images/button-red.jpg) repeat-x top left;
	border: solid 1px #ff0000;
	text-align: center;
}


a:link.buttonbarlinkRed, a:visited.buttonbarlinkRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: none;
	text-decoration: none;
	color: #ff0000;
}

a:hover.buttonbarlinkRed, a:active.buttonbarlinkRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: none;
	text-decoration: underline;
	color: #ff0000;
}


/* House Page */
.headertable {
	width: 100%;
	padding: 0px;
	margin-bottom: 15px;
}

.headerName {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 16px; 
	 font-weight: bold; 
	 color: #c43f49;
}

.headerArea {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	 font-weight: bold; 
	 color: #045888;
}

.captiontable {
 	width: 284px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.captionTD {
	background: #ffffff;
}

.captionSpan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #096191;	
}

.propimgTDThumbs {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mapTD {
	padding-top: 15px;
}

.maplinksTable {
	margin-top: 0px;
}

a:link.uImgLink, a:visited.uImgLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #cc1118;
}

a:active.uImgLink, a:hover.uImgLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #cc1118;
}

.propspecialtable {
	width: 100%;
	margin-top: 10px;
	border-top: solid 1px #f3acaf;
	border-bottom: solid 1px #f3acaf;	
}

.propspecial {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* The property details table */
.propdetailstable	{
	width: 100%;
	text-align: center;
	align: right;
	padding: 1px;
	border: 1px solid #383523;
	background-color: #abd6ef;
	margin-bottom: 0px;
}
.propdetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 2px;
	border: 1px solid #002f65;
	background: #095587 url(images/head-graphic.jpg) repeat-x top;
}
.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #fefbe9;
	color: #0F538F;
	border: solid 1px #383523;
}

.propheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #162c53;
}

.propaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #162c53;
}

/* Property Rates Table on House Page */
.ratestable	{ 
	text-align: center;
	width: 100%;
	background-color: #c4ba85; 
	border: solid 1px #383523;
	padding: 1px;
	margin-top: 2px;
}



.rateheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #383523;
	text-align: center;
	padding: 3px;
	background-color: #ebe4be;
	border: 0px;
}
              
.rates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background-color: #fefbe9;
	color: #0F538F;
	border: solid 1px #6fa0bc;
	text-align: left;
	text-indent: 30px;
}

/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	border: 1px solid #383523;
	margin: 0px;
	width: 100%;
	background-color: #c4ba85;
}
.alphaletter	{ 
	font-size: 11px;
	color: #383523;
	font-weight: bold;
	text-align: center;
	background-color: #ebe4be;
	border: 0px; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #0f538f;
	text-align: left;
	background-color: #fefbe9;
	border: 0px;
	padding: 3px;
	text-indent: 5px;
}

/* Google Map */
.map	{ 
	border: solid 1px #096091;
}

/* The SPECIALS page */
.specialstable	{ 
	width: 100%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #096091;
	background-color:#FFFFFF;
	margin-top: 15px;
}
.specialscontent	{ 
	width: 100%;
	padding: 2px;
	margin: 1px;
	border: 0px;
	background-color:#FFFFFF;
}
.specialshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 2px;
	border: 1px solid #002f65;
	background: #095587 url(images/head-graphic.jpg) repeat-x top;
}

.specialshead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
}

.weeklyhead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 3px;
	background-color: #315C87;
}
A:link.specialshead, A:visited.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #A69433;
	text-decoration: none;
}
A:hover.specialshead, A:active.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #F0DA64;
	text-decoration: underline;
}

A:link.specialRates, A:visited.specialRates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
A:hover.specialRates, A:active.specialRates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #fcd5d8;
	text-decoration: underline;
}

.specialsannounce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #AA0000;
}
.specialsempty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
}
.specialsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: left;
	color: #305B86;
	background-color: #ffffff;
	border-bottom: 1px solid #EADE99;
}

.quicklinkstable {
	width: 100%;
}

.quicklinkshead {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #000000;
}

a:link.backToTopLink, a:visited.backToTopLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

a:active.backToTopLink, a:hover.backToTopLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #89ccf2;
}

/* The RESULTS page */

.resultstable	{ 
	width: 100%;
	text-align: center;
	align: right;
	padding: 1px;
	border: 1px solid #383523;
	background-color: #abd6ef;
	margin-bottom: 0px;
}

.resultsHouseName {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #ffffff;
}

a:link.resultsHouseLink, a:visited.resultsHouseLink {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #ffffff;
     text-decoration: underline;
}

a:active.resultsHouseLink, a:hover.resultsHouseLink {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #89ccf2;
     text-decoration: underline;
}

.resultsTB {
	background: #ffffff;
	border: solid 1px #000000;
}

.bedslabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 0px;
	border: 1px solid #002f65;
	background: #095587 url(images/head-graphic.jpg) repeat-x top;
}
	
.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 2px;
	border: 1px solid #002f65;
	background: #095587 url(images/head-graphic.jpg) repeat-x top;
}

a:link.resultslink, a:visited.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #358FDD;
	padding: 3px;
}

a:hover.resultslink, a:active.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000033;
	padding: 3px;
}

.resultspic {
	padding: 3px;
	background: #FFFFFF;
	border: solid 1px #d1c586;
	text-align: center;
	}
	
.resultspicTD {
	background: #faf4d3;
	}

.resultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0f538f;
	background-color: #fefbe9;
	padding: 3px;
	text-align: left;
	border: solid 1px #6fa0bc;
}
                          
.resultsspecsON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000066;
	background-color: #FFFFDD;
	padding: 3px;
}
                          
.photolink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
}
A:link.photolink, A:visited.photolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
A:hover.photolink, A:active.photolink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #D6A62C;
}

.specialResultsTable {
	width: 100%;
}

.specialResultsDetail {
	background: #ffffff;
}

/* OwnerNet */

A:link.ownernetnavLinks, A:visited.ownernetnavLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #096091;
}
A:hover.ownernetnavLinks, A:active.ownernetnavLinks  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #096091;
}

.ownernetnav {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #c4e4f5;
}

.ownernetnavstar {
	border-bottom: solid 1px #c4e4f5;
}

.ownernetnav2 {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #c4e4f5;
}

.ownernetnavstar2 {
	border-bottom: solid 1px #c4e4f5;
}
.ownresreporttable{
	background-color: #FFFFFF; border: 2px #3E6BA4 solid; 
}
.ownresreportheader{
        color: #FFFFFF; font-size: 11px; font-family: Verdana,Arial,sans-serif; font-weight : bold; background-color: #3E6BA4; height: 25px;
}
.ownresreportcell{
	color: #000000; background-color: #EFEFEF; font-size: 9pt; font-family: Arial, Helvetica, sans-serif 
}

/* This sets the link color */
.cal-link:link    { background: transparent; color: #000000; text-decoration: none}
.cal-link:visited { background: transparent; color: #000000; text-decoration: none}
.cal-link:hover   { background: transparent; color: #000000; text-decoration: underline}

/* This sets the dull link color */
.cal-dlink:link    { background: transparent; color: #999999; text-decoration: none}
.cal-dlink:visited { background: transparent; color: #999999; text-decoration: none}
.cal-dlink:hover   { background: transparent; color: #999999; text-decoration: underline}

/* This sets the calender outer box */
.cal-box {
	font-family: "Arial", Times, serif;	font-size: 12px;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #22487d;border-right-color: #22487d;border-bottom-color: #22487d;	border-left-color: #22487d;}
	
/* This sets the calendar back */
.cal-back {
	font-family: "Arial", Times, serif;font-size: 12px;background-color: #2E62AB;}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;}
/* This sets the calender today box */

/*This feature was added to PhpICalenderX by Mr.Matthew Waygood ( mwwaygoo@hotmail.com ) */
.cal-today {
	font-family: "Arial", Times, serif;font-size: 12px;color: #000000;background-color: #ffe2b1;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}

/*This sets the calender year previous box */
.cal-year-prev {
	font-family: "Arial", verdana, san-serif;font-size: 12px;color: #000000;background-color: #ffe2b1;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}
	
/* This sets the calender year number previous box */
.cal-year {
	font-family: "Arial", verdana, san-serif;font-size: 12px;color: #000000;background-color: #ffe2b1;}

/*This sets the calender year Next box */
.cal-year-next {
font-family: "Arial", verdana, san-serif;font-size: 12px;color: #000000;background-color: #ffe2b1;
	border-left-width: 1px;border-left-style: solid;border-left-color: #CCCCCC;}

/*This sets the calender month outer box */
.cal-month-box {
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;}

/*This sets the calender month previous box */
.cal-month-prev {
	font-family: "Arial", verdana, san-serif;font-size: 12px;color: #000000;background-color: #fffae4;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}

/*This sets the calender month text box */
.cal-month {
	font-family: "Arial", verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #339900;
	border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-bottom-color: #183156;border-left-color: #C5D2F9;border-top-color: #C5D2F9; border-right-color: #183156;
}

/*This sets the calender month next box */
.cal-month-next {
	font-family: "Arial", verdana, san-serif;font-size: 12px;color: #000000;background-color: #fffae4;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}


/*This sets day box*/
.cal-days-box {
	display: marker;
}

/*This sets day of the week start*/
.cal-day-start {
	font-family: "Arial", verdana, san-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-bottom-color: #4A4A4A;border-left-color: #ffffff;border-top-color: #ffffff; border-right-color: #ffffff;
}

/*This sets day of the week rest*/
.cal-day-rest {
	font-family: aAria, verdana, san-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-bottom-color: #4A4A4A;border-left-color: #ffffff;border-top-color: #ffffff; border-right-color: #ffffff;
}


/*This sets days availible*/
.cal-days-avail {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This sets the out of range days */
.cal-days-unknown {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EE3322;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This sets days booked*/
.cal-days-booked {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C5D2F9;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This sets Owner Res*/
.cal-days-CO {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C5D2F9;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This sets Z-Block Res*/
.cal-days-ZB {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EE44EE;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This set History Res*/
.cal-days-HS {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #90EE90;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This sets Unconfirmed Res*/
.cal-days-UC {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFAA00;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This sets Confirmed Res*/
.cal-days-C {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FF7700;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}

/*This sets Checked In Res*/
.cal-days-CI {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #AA88EE;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}
.cal-days-W {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #D4C3A9;
	padding-left: 5px;
}
.cal-days-G {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #9999FF;
	padding-left: 5px;
}
.cal-days-O {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #00FFFF;
	padding-left: 5px;
}
/*This sets the out of month days */
.cal-days-invalid {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}
/*For 3-D buttons*/
a.3dbuttonlink{
	background: transparent; color: #FFFFFF; text-decoration: none
}
.3dbuttontable {
        border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;
}
.3dbuttoncell {
        font-family: "Arial", verdana, san-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        background-color: #339900;
        border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;
        border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
        border-bottom-color: #183156;border-left-color: #C5D2F9;border-top-color: #C5D2F9; border-right-color: #183156;
}
.alert{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#FF0000;}

/*This is a specific class for the Kampyle feedback button */
.kampyle-text {
color:#FFFFFF;
}

.rental_results_search{font-family: "Arial", verdana, san-serif;
        font-size: 10px;
        font-weight: normal; 
		margin-bottom:15px;
		padding-top:10px;
		}
.current_search{font-family: "Arial", verdana, san-serif;
        font-size: 12px;
        font-weight: bold;}

/* New Callouts */

#callout-livesupport {
	width: 238px;
	height: 71px;
	margin: 13px 0 13px 0;
	position:relative;
}

#callout-livesupport-pg2 {
	width: 215px;
	height: 64px;
	margin: 13px 0 13px 0;
	position:relative;
}

#callout-brindley-ad {
	width: 238px;
	height: 71px;
	background: url(/images/callout-brindley-ad.jpg) top left no-repeat;
	margin: 0px 0px 13px 0px;
	position:relative;
}

#callout-brindley-ad a {
	display: block;
	width: 238px;
	height: 71px;
}

#callout-brindley-ad-pg2 {
	width: 215px;
	height: 64px;
	background: url(/images/callout-brindley-ad-pg2.jpg) top left no-repeat;
	margin: 0px 0px 13px 0px;
	position:relative;
}

#callout-brindley-ad-pg2 a {
	display: block;
	width: 215px;
	height: 64px;
}


#callout-specials-container {
	margin-bottom: 13px;
	width: 238px;
	height: 71px;
	position: relative;
}

#specialsExplanation {
	float: right;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 15px;
	left: 221px;
	bottom: 0px;
}

#specialsExplanation a {
	display: block;
	width: 16px;
	height: 15px;
}

#callout-specials {
	width: 238px;
	height: 71px;
	background: url(/images/callout-specials.jpg) top left no-repeat;
	position:relative;
}

#callout-specials a {
	display: block;
	width: 238px;
	height: 71px;
}




#callout-specials-container-pg2 {
	margin-bottom: 13px;
	width: 215px;
	height: 64px;
	position: relative;
}

#specialsExplanation-pg2 {
	float: right;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 15px;
	left: 200px;
	bottom: 0px;
}

#specialsExplanation-pg2 a {
	display: block;
	width: 16px;
	height: 15px;
}

#callout-specials-pg2 {
	width: 215px;
	height: 64px;
	background: url(/images/callout-specials-pg2.jpg) top left no-repeat;
	position:relative;
}

#callout-specials-pg2 a {
	display: block;
	width: 215px;
	height: 64px;
}


#footer {
	position: relative;
	width: 866px;
	height: 150px;
	margin-top: 15px;
	margin-left: 25px;
}

#weatherCallout {
	position: absolute;
	top: 73px;
	left: 610px;
}


/* New House Page 12-22-2011 */

.housedetailstable {
	width: 100%;
	text-align: center;
	padding: 1px;
	border: 1px solid #bdb9b0;
	background: #e1d8c3;
	margin-bottom: 0px;
	margin-top: -15px;
}
.housedetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 2px;
	border: 1px solid #002f65;
	background: #095587 url(/images/head-graphic.jpg) repeat-x top;
}
.housedetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #fff;
	color: #333333;
	border: solid 1px #bababa;
}

.house_subhead {
	font-size: 13px;
	color: #045888;
	font-weight: bold;
	line-height: 23px;
}

.house_head {
	margin-top: 0px;
	margin-bottom: 10px;
}

.house_subhead {
	font-size: 13px;
	color: #045888;
	font-weight: bold;
	line-height: 23px;
}

#house_quick_links {
	color: #307ba5;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/quicklinks-bkgd.jpg) bottom left repeat-x ;
	height: 24px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: -12px;
}

#house_quick_links a:link, #house_quick_links a:visited {
	color: #307ba5;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#house_quick_links a:active, #house_quick_links a:hover {
	color: #c43f49;
}

#house_checkavailbtn a:link, #house_checkavailbtn a:visited {
	display:block;
	width:117px;
	height: 17px;
	float: right;
	color:#fff;
	background: url(/images/checkavail-sprite.jpg) 0 0 no-repeat;
	text-decoration: none;
	position: relative;
	text-decoration: none;
	font-size: 10px;
	padding-left: 7px;
}

#house_checkavailbtn a:hover, #house_checkavailbtn a:active {
	display:block;
	width:117px;
	height: 17px;
	float: right;
	color:#fff;
	background: url(/images/checkavail-sprite.jpg) no-repeat;
    background-position: 0px -17px;
	text-decoration: none;
	position: relative;
	text-decoration: none;
	padding-left: 7px;
}

#house_fb_container {
	width: 100%;
	position: relative;
}

#house_prevnext_container {
	height: 17px;
	width: 105px;
	float: right;
	position: relative;
	margin-top: 3px;
}

a:link.house_prev, a:visited.house_prev {
	display:block;
	width:34px;
	height: 17px;
	float: right;
	color:#fff;
	background: url(/images/prev-sprite.jpg) 0 0 no-repeat;
	text-decoration: none;
	position: relative;
	text-decoration: none;
	font-size: 10px;
	padding-left: 14px;
	float: left;
}

a:hover.house_prev, a:active.house_prev {
	display:block;
	width: 34px;
	height: 17px;
	float: right;
	color:#fff;
	background: url(/images/prev-sprite.jpg) no-repeat;
    background-position: 0px -17px;
	text-decoration: none;
	position: relative;
	text-decoration: none;
	padding-left: 14px;
	float:left;
}

a:link.house_next, a:visited.house_next {
	display:block;
	width:42px;
	height: 17px;
	float: right;
	color:#fff;
	background: url(/images/next-sprite.jpg) 0 0 no-repeat;
	text-decoration: none;
	position: relative;
	text-decoration: none;
	font-size: 10px;
	padding-left: 6px;
	float: right;
}

a:hover.house_next, a:active.house_next {
	display:block;
	width: 42px;
	height: 17px;
	float: right;
	color:#fff;
	background: url(/images/next-sprite.jpg) no-repeat;
    background-position: 0px -17px;
	text-decoration: none;
	position: relative;
	text-decoration: none;
	padding-left: 6px;
	float:right;
}

#house_img_map_container {
	width: 602px;
	min-height: 258px;
	position: relative;
	margin-top: 10px;
}

#house_img_container {
	width: 387px;
	height: 258px;
	float: left;
}

.house_img {
	border: solid 1px #045888;
	width: 384px;
	height: 256px;
}	

#house_bar {
	float: left;
	width: 385px;
	height: 42px;
	position: absolute;
	left: 0px;
	bottom: 2px;
	background: url(/images/house_bar.png)
}

#house_caption {
	width: 185px;
	float: left;
	padding-top: 14px;
	font-weight: bold;
	font-size: 11px;
	height: 28px;
	color: #eaf5fb;
	margin-left: 7px;
}

#house_bar_btns {
	height: 30px;
	padding-top: 12px;
	width: 190px;
	float: right;
	position: relative;
}

#house_bar_btns a:link, #house_bar_btns a:visited {
	border: solid 1px #fff;
	padding: 2px 4px 2px 4px;
	margin-right: 3px;
	display: block;
	background: #a3363f url(/images/btn-bkgd.jpg) top left repeat-x;
	float: right;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#house_bar_btns a:hover, #house_bar_btns a:active {
	background-image: none;
	background: #a3363f;
}

#house_map_container {
	text-align: right;
}

.googlemap {
	float: right;
	border: solid 1px #136696;
	margin-bottom: 4px;

	width: 199px;
	height: 239px;
	background-color: #C5EAFB;
	padding: 0px;
	overflow: hidden;

}

#house_imgViewer {
	margin-top: 11px;
}

#house_btns {
	margin-top: 15px;
	height: 25px;
	width: 100%;
	position: relative;
	clear: both;
}

#house_btns a:link, #house_btns a:visited {
	border: solid 1px #bfbcad;
	padding: 3px 14px 3px 14px;
	padding: 3px 0px 3px 0px;
	width: 111px;
	margin-right: 8px;
	display: block;
	background: #e4e1cd url(/images/house-btn-bkgd.jpg) top left repeat-x;
	float: left;
	font-size: 10px;
	color: #413f35;
	text-decoration: none;
	text-align: center;
}

#house_btns a:hover, #house_btns a:active {
	background-image: none;
	background: #e4e1cd;
}

.warningText {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646451;
}

#rental_house_tab5 .propdetailstable .propdetailsheads a:link, #rental_house_tab5 .propdetailstable .propdetailsheads a:visited {
	color: #fff;
	text-decoration: underline;
}

#rental_house_tab5 .propdetailstable .propdetailsheads a:active, #rental_house_tab5 .propdetailstable .propdetailsheads a:hover {
	color: #c4eaff;
}
