///////////////////////////////////
/*
// Static Page Styles
*/
///////////////////////////////////


/* PRIMARY COLORS OF JACKSON MOUNTAIN HOMES
brown: #6c3b00;
dark green: #0f231c;
grey: #dfdedc;
/*


/* RESET STYLES - Creates no padding/margin/spacing issues between browsers */

*{
	margin:0;
	Padding:0
}


/* ***** Standard CSS On All Pages Begins Here ***** */

/* Body (Choose Font Family and Font Size here and it will be inherited throughout site.) */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	color: #000000;
}

body.home {
	background: #4e4e1a url(images/home-bkgd2.jpg) top no-repeat;
}

body.page2 {
	background: #0f231c url(images/page2-bkgd.jpg) top no-repeat;
}

/* Body for Print Page */

body.printpage {
	background-color: #FFFFFF; 
	margin: 0px; 
	} 

/* ***** MAIN TEXT STYLES ***** */

/* Sitewide Link Style */

A:link, A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #242424;
}

A:hover, A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #4b3318;
}

/* Social Media Links Style */

A:link.socialmedialinks, A:visited.socialmedialinks {
	color: #c4c4ab;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover.socialmedialinks, A:active.socialmedialinks {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
} 

/* Footer Links Style */

A:link.footerlinks, A:visited.footerlinks {
	color: #c9e9fa;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

A:hover.footerlinks, A:active.footerlinks {
	color: #c9e9fa;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
} 

/* Link Back to VDS Site in Footer Area */

A:link.vdslink, A:visited.vdslink {
	color: #848462;
	font-size: 9px;
	font-weight: normal;	
	text-decoration: underline;
}

A:hover.vdslink, A:active.vdslink  {
	color: #bcbc9c;
	font-size: 9px;
	font-weight: normal;	
	text-decoration: underline;
}

/* Site Map Links */
A:link.sitemaplink, A:visited.sitemaplink {
	font-weight: bold;
	text-decoration: underline;
	color: #242424;
	font-size: 11px;
}

A:hover.sitemaplink, A:active.sitemaplink {
	font-weight: bold;
	text-decoration: underline;
	color: #4b3318;
	font-size: 11px;
}

/* Standard Headers */

h1 {
	font-size: 17px;
	color: #263319;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 15px;
	color: #6c3b00;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-size: 14px;
	color: #6c3b00;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h4 {
	font-size: 13px;
	color: #263319;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h6 {
	font-size: 11px;
	color: #677b2b;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

/* STANDARD BODY TAG FORMATTING */

p {
	color: #242424;
	font-size: 11px;
	margin: 15px 0px;
}

hr {
    border-style: solid;
    background-color: #e9e2d9;
    height: 1px;
    border: none; 
    width: 100%; 
    color: #e9e2d9;
}

li {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

table{} tr{} 

th{} strong{} b{} i{} ol{} ul{}

/* ***** Custom Styles applied to Home and Interior Templates By Designer ***** */

#home_container {
	width: 933px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #717146 url(images/home-container-bkgd2.jpg) no-repeat top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
}

#container {
	width: 933px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #425148 url(images/page2-container-bkgd.jpg) no-repeat top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;

}

#home_header {
	background: #ffffff; 
	margin: 0 17px 0 16px;
	width: 900px;
	height: 379px;
	position: relative;
}

#sidebar {
	float: left;
	width: 276px;
	margin: -15px 20px 15px 20px;
}

#main {
	float: right;
	width: 565px;
	margin: -15px 19px 15px 0;
}

#home_mainContent2 {
	width: 900px;
	margin: 0 17px 0 16px;
	padding: 15px 0px 0px 0px;
	background: #ffffff url(images/home-content-bkgd.jpg) bottom left no-repeat;
	min-height: 454px;
	height: 100%;
	position: relative;
}

#home_mainContent2 p {
	color: #242424;
	font-size: 12px;
	line-height: 21px;
	margin: 15px 0px 15px 0px;
}

#calloutMailingList a {
	display:block;
	width:276px;
	height: 72px;
	margin: 0px;
	color:#fff;
	background: url(/images/calloutMailingList.gif) 0 0 no-repeat;
	text-decoration: none;
}

#calloutMailingList a {
   background: url (/images/calloutMailingList.gif) 0 0 no-repeat;
}
#calloutMailingList a:hover {
   background-position: 0 -72px;
}

#calloutMainContent {
	float: right;
}

#calloutMainContent a:link, #calloutMainContent a:visited {
	background: #0154a0 url(/images/callout-woodgrain.png) top left no-repeat;
	display: block;
	border: solid 2px #00325f;
	width: 272px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	margin-top: 7px;
}

#calloutMainContent a:hover, #calloutMainContent a:active {
	background: #003566 url(/images/callout-woodgrain.png) top left no-repeat;
	display: block;
	border: solid 2px #00325f;
	width: 272px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	margin-top: 7px;
}

#callouts {
	margin-top: 20px;
}

#callouts a, #callouts a:link, #callouts a:visited {  
	display: block;
	width: 272px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	margin-bottom: 10px;
}

#callouts a:hover, #callouts a:active {}

A:link.calloutSpecials, A:visited.calloutSpecials {
	background: #1b4647 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #1c292a;
}

A:hover.calloutSpecials, A:active.calloutSpecials {
	background: #063738 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #1c292a;
}

A:link.calloutSearch, A:visited.calloutSearch {
	background: #556a11 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #314000;
}

A:hover.calloutSearch, A:active.calloutSearch {
	background: #465a02 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #314000;
}

A:link.calloutPetFriendly, A:visited.calloutPetFriendly {
	background: #105e37 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #222f30;
}

A:hover.calloutPetFriendly, A:active.calloutPetFriendly {
	background: #004c26 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #222f30;
}

A:link.calloutShows, A:visited.calloutShows {
	background: #801e00 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #531200;
}

A:hover.calloutShows, A:active.calloutShows {
	background: #5b1600 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #531200;
}

A:link.calloutWeather, A:visited.calloutWeather {
	background: #582e00 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #361c00;
}

A:hover.calloutWeather, A:active.calloutWeather {
	background: #442400 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #361c00;
}

A:link.calloutDirections, A:visited.calloutDirections {
	background: #2e1800 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #1b0e00;
}

A:hover.calloutDirections, A:active.calloutDirections {
	background: #1b0e00 url(/images/callout-woodgrain.png) top left no-repeat;
	border: solid 2px #1b0e00;
}

.taglineCallout {
	margin-top: 15px;
}

#jacksonScroller {
	width: 836px;
	height: 217px;
	margin-left: 26px;
	position:relative;
}


/* Did a display none on the Google Custom Search because the client requested to remove it */

#home_gcs {
	position:relative;
	width: 220px;
	float: right;
	display:none;
}

#sharebtns {
	position:relative;
	width: 280px;	
	float: left;
}


#header_top {
	width: 400px;
	height: 20px;
	position: relative;
	top: 35px;
	left: 420px;
	color: #2b424f;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header_bottom {
	width: 550px;
	height: 20px;
	position: relative;
	top: 92px;
	left: 330px;
}

#header_bottom2 {
	width: 550px;
	height: 20px;
	position: relative;
	top: 73px;
	left: 330px;
}

#header_bottom3 {
	width: 550px;
	height: 20px;
	position: relative;
	top: 35px;
	left: 330px;
}

#phonepg2 {
	width: 450px;
	height: 20px;
	position: relative;
	float: left;
	color: #2b424f;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 90px;
	margin-bottom: 38px;
}

#facebooklike {
	width: 90px;
	float: left;
}

#googleplusone {
	float: left;
	width: 75px;
}

#home_Text {
	margin-left: 5px;
}

#header_logo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	width: 301px;
}

#header {
	background: #ffffff url(/images/page2-masthead2.jpg) top left no-repeat; 
	margin: 0 17px 0 16px;
	width: 900px;
	height: 131px;
}

#header2 {
	background: #ffffff url(/images/page2-masthead3.jpg) top left no-repeat; 
	margin: 0 17px 0 16px;
	width: 900px;
	height: 131px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navHOME {
	width: 900px;
	height: 107px;
	margin: 0 17px 0 16px;
	background: #ffffff url(images/home-nav-bkgd.jpg) no-repeat bottom left;
}

#navPG2 {
	width: 900px;
	height: 49px;
	margin: 0 17px 0 16px;
	background: #ffffff url(images/page2-nav-bkgd.jpg) no-repeat bottom left;
}


#home_mainContent {
	width: 849px;
	margin: 0 17px 0 16px;
	padding: 0px 25px 5px 26px;
	background: #ffffff url(images/home-maincontent-bkgd.jpg) top left repeat-x;
	min-height: 395px;
	height: 100%;
	position: relative;
}

#home_mainContent p {
	color: #242424;
	font-size: 11px;
	line-height: 18px;
	margin: 15px 0px 15px 0px;
}

#joinourmailinglist {
	position: absolute;
	z-index: 2;
	margin: 0px;
}

#specials_rightcolumn_callout {
	position: absolute;
	z-index: 2;
	margin: 0px;
	margin-bottom: 25px;
}

#join_mailinglist_callout {
	position: absolute;
	z-index: 2;
	margin: 0px;
	margin-bottom: 15px;
	top: 220px;
	left: 25px;
}

#emailImage{
position:absolute;
z-index:3;
left:-30px;
border:0;
}
a#emailImage{
border:0;
}
#home_emailcapture {
	float:right;
	position:relative;
	width: 242px;
	height: 209px;
	margin:0 0 0 20px;
	padding: 0px 0px 0px 75px;
}

#home_rightcolumn_callouts {
	float:right;
	position:relative;
	width: 242px;
	height: 209px;
	margin:0 0 0 20px;
	padding: 0px 0px 0px 75px;
}

#emailcapture {
	margin-top: 159px;
}

input.emailbutton {
	color: #f6e7d7;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #3a4759;
	background: #135336 url(images/ec_submit_btn.jpg) repeat-x top left;
	padding: 1px;
	width: 51px;
	height: 18px;
}

input.email {
	color: #4a4343;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #7e9db9;
	text-indent: 2px; 
	background-color: #ffffff;
	padding: 1px ;
	width: 122px;

}

.homepage_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #55641d;
	margin: 0px 0px 12px 0px;
	line-height: 25px;
}

* html div#home_mainContent { 
   height: expression( this.scrollHeight < 396 ? "395px" : "auto" ); /* sets min-height for IE */
}
div#home_mainContent { 
   min-height: 395px; /* sets min-height value for all standards-compliant browsers */
}

#mainContent {
	width: 849px;
	margin: 0 17px 0 16px;
	padding: 0px 25px 30px 26px;
	background: #ffffff url(images/page2-maincontent-bkgd.jpg) bottom left repeat-x;
	min-height: 470px;
	height: 100%;
}


#mainContent p {
	color: #242424;
	font-size: 11px;
	line-height: 18px;
	margin: 15px 0px 15px 0px;
}


#mainContent-house {
	width: 849px;
	margin: 0 17px 0 16px;
	padding: 0px 25px 30px 26px;
	background: #ffffff url(images/query-bkgd.jpg) bottom left no-repeat;
	min-height: 470px;
	height: 100%;
}

* html div#mainContent { 
   height: expression( this.scrollHeight < 471 ? "470px" : "auto" ); /* sets min-height for IE */
}
div#mainContent { 
   min-height: 470px; /* sets min-height value for all standards-compliant browsers */
}



#backtohome {
	position: absolute;
	z-index: 2;
	margin: 15px 0 0 13px;
}

.backtohomeTD {
	padding-left: 4px;
}

#backtohome a:link, #backtohome a:visited {  
	color: #836644;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

#backtohome a:hover, #backtohome a:active {  
	color: #6c3b00;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

.imagePG2-right {
	border: solid 1px #0f231c;
	margin-left: 25px;
	margin-bottom: 15px;
}

.imagePG2-left {
	border: solid 1px #0f231c;
	margin-right: 25px;
}

.imagePG2-border {
	border: solid 1px #0f231c;
}

#activitiesList li {
	font-size: 12px;
	line-height: 18px;
}

#footer {
	padding: 33px 0px 15px 0px; 
	background: #4e4e1a url(images/page2-footer-bkgd2.gif) top left no-repeat;
	min-height: 300px;
	font-size: 10px;
	line-height: 18px;
	color: #ffffce;
	width: 933px;
}

#footerlinksDIV a:link, #footerlinksDIV a:visited {  
	color: #ffffce;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#footerlinksDIV a:hover, #footerlinksDIV a:active {  
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.footerHeader {
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a9a97e;
	font-weight: bold;
	padding-bottom: 8px;
}

.bookmarkTD {
	font-size: 9px;
	color: #989867;
}

.footerHeaderRE {
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8e8e6b;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 25px;
}

.footerlinksRealEstate {
	padding: 0 0 0 25px;
}

.copyrightTD {
	font-size: 9px;
	color: #989867;
	padding: 22px 0 0 0;
}

.partnersTD {
	font-size: 10px;
	color: #989867;
	padding: 22px 0 0 25px;
}

.buttonRentalPolicy {
	background-repeat:no-repeat;
}


.propdetailstable	{ 
	text-align: center;
	width: 100%;
	padding: 1px;
	border: 1px solid #3f7f60;
}

.golftable	{ 
	text-align: center;
	padding: 1px;
	border: 1px solid #3f7f60;
	margin-left: 25px;
	margin-bottom:15px;
	margin-top: 5px;
}

.golfheads {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #e7e7df;
	text-align: center;
	padding: 2px;
	background: #162920 url(images/propdetailsheads-bkgd.jpg) repeat-x top left;
}


.propdetailsheads {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #e7e7df;
	text-align: center;
	padding: 2px;
	background: #162920 url(images/propdetailsheads-bkgd.jpg) repeat-x top left;
	width: 20%;
}

.healthheads {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #e7e7df;
	text-align: center;
	padding: 2px;
	background: #162920 url(images/propdetailsheads-bkgd.jpg) repeat-x top left;
}

.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #c6d6cc;
	color: #0f221c;
}

.golfdetails {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #c6d6cc;
	color: #0f221c;
}

.propdetailssubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 7px;
	background-color: #c6d6cc;
	color: #553818;
}

A:link.propdetailssubheadlink, A:visited.propdetailssubheadlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #553818;
}

A:hover.propdetailssubheadlink, A:active.propdetailssubheadlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #553818;
}

/* Google Custom Search Styles */

/* Did a display none on the Google Custom Search because the client requested to remove it */

.gcs {
	position: relative;
	padding-top: 89px;
	padding-left: 355px;
	display: none;
}


#cse-search-box input[type='submit'] { 
	background: #643a07 url(images/gcs-submit-button2.jpg) top left repeat-x;
	width: 55px;
	height: 21px;
	border: solid 1px #452600;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


/* Quick Search Homepage New */

#qs {
	background: url(images/qs-bkgd.jpg) top left repeat-y;	
	border-bottom: solid 1px #32545a;
	height: 217px;
	color: #2a2724;
}

#qsHead {
	background: url(images/quicksearch_head.jpg) top left no-repeat;
	width: 265px;
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	color: #effff8;
	padding: 2px 0 0 11px;
}

#qs_content {
	padding-left: 12px;
}

#qsArrival {
	color: #082b2f;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

input.qsArrivalDropDown {
	background:#fff url(/images/qs-cal-bkgd.jpg) no-repeat 228px 2px;
	height: 16px;
	color: #010101;
	border: 1px solid #2e5961;
	padding:2px 2px 2px 2px;
	width: 247px;
	margin-top: 1px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#qsStayandBeds {
	margin-top: 9px;
	width: 251px;
}

#qsStay {
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 121px;
}

#qsBeds {
	font-size: 11px;
	font-weight: bold;
	float: right;
	width: 114px;
}

input.qs_dropdown, textarea.qs_dropdown, select.qs_dropdown {
	color: #010101;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #27545c;
	text-indent: 1px; 
	background-color: #FFFFFF;
	padding: 1px;
	width: 112px;
	margin-top: 1px;
}

input.qs_btn {
	color: #ffeedb;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #fff;
	text-indent: 0px; 
	background: #452f15 url(/images/qsrch-btn.jpg) repeat-x top left;
	padding: 0px;
	width: 251px;
	height: 25px;
	cursor: pointer;
	margin-top: 10px;
}

#qsViewAll {
	color: #082b2f;
	font-size: 11px;
	font-weight: normal;
	margin-top: 9px;
}

input.qs_viewall_dropdown, textarea.qs_viewall_dropdown, select.qs_viewall_dropdown {
	color: #010101;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #27545c;
	text-indent: 1px; 
	background-color: #FFFFFF;
	padding: 1px;
	width: 251px;
	margin-top: 1px;
}

A:link.qs_quicklinks, A:visited.qs_quicklinks {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2a2724;
	font-weight: normal;
	text-decoration: none;
}

A:hover.qs_quicklinks, A:active.qs_quicklinks {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2a2724;
	font-weight: normal;
	text-decoration: underline;
} 

/* Quick Search Homepage */

#quicksearch {
	position:absolute;
	left:23px;
	top:216px;
	z-index:2;
	width: 253px;
	height: 133px;
}

.qs_quicklinksTD {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #562f00;
	font-weight: normal;
	text-align: center;
	height: 15px;
	vertical-align: top;
}

.qs_arrivalHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #082b2f;
	text-align: left;
	height: 14px;
	vertical-align: top;
}

.qs_secondrowTD {
	height: 23px;
	vertical-align: top;
}

.qs_thirdrowTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #082b2f;
	text-align: left;
	height: 13px;
	vertical-align: top;
}

.qs_fourthrowTD {
	height: 23px;
	vertical-align: top;
}

input.qs_dropdown2, textarea.qs_dropdown2, select.qs_dropdown2 {
	color: #6c3b00;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #27545c;
	text-indent: 1px; 
	background-color: #FFFFFF;
	padding: 1px;
	width: 123px;
}

.qs_fifthrowTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #082b2f;
	text-align: left;
	height: 23px;
	vertical-align: top;
}

input.qs_checkbox {
	color: #000000;
	background-color: none;
	padding: 0px;
	margin-right: 0px;
}


.qs_petfriendlyTD {
	width: 85px;
}

.qs_petfriendlycheckboxTD {
	width: 45px;
}

.qs_hottubTD {
	width: 55px;
}

/* ***** Form Elements and Buttons Must Be Updated (Applies to contact form, dynamic pages, and SEO form items ***** */

/* This general class applies to all Dynamic Buttons, Text Fields, and Dropdowns. Google Custom Search Button will also inherit this class.  */

input, textarea, select {
	text-indent: 0px;
	outline: none;
}

/* This is the button class to be used on all Dynamic Pages */

input.button {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #31463d url(images/rental_query_button-bkgd.jpg) top left repeat-x;
	height: 22px; 
	border: solid 1px #1a362a;
	padding: 0px 10px 4px 10px;
	margin:0px;
	outline: none;
}

/* rental query button */

input.rental_query_button {
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #31463d url(images/rental_query_button-bkgd.jpg) top left repeat-x;
	width: 260px;
	height: 22px; 
	border: solid 1px #1a362a;
	padding: 0px 12px 1px 0px;
	margin:0px;
	outline: none;
}

/* compare button */

input.compare_button {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #31463d url(images/rental_query_button-bkgd.jpg) top left repeat-x;
	height: 22px; 
	border: solid 1px #1a362a;
	padding: 0px 15px 4px 15px;
	margin:0px;
	outline: none;
}

/* The checkbox/radio alternative should match the page background color */

input.clear {
	color: #000000;
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}

/* Buttons created using Tables and Text Link Classes. Generally used on House Page. */

.buttonbartable {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.buttonbarcell {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #1b3528 url(images/rental_query_button-bkgd.jpg) top left repeat-x;
	height: 25px; 
	border: solid 1px #1a362a;
	padding: 0px 15px 0px 15px;
	margin:0px;
	text-align: center;
}

a:link.buttonbarlink, a:visited.buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a:hover.buttonbarlink, a:active.buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #d3f0a8;
	text-decoration: underline;
}

/* Book Now Button which pops up on house page after client searches for homes at a future time and date using Advanced Search */

.book-buttonbarcell {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #534026;
	text-align: center;
	padding: 4px 15px 4px 15px;
	background: #ff0000;
	border: 1px solid #a3925d;
}

a:link.book-buttonbarlink a:visited.book-buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #534026;
	text-decoration: none;
}

a:hover.book-buttonbarlink, a:active.book-buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #534026;
	text-decoration: underline;
}

#jflowContainer {

	padding: 11px 14px 11px 14px;
	float: left;
	overflow: hidden;
}

/* Homepage Slideshow */

#slideshow {
	width: 535px;
	height: 272px;
	background: url(/images/masthead-bkgd.jpg) top left no-repeat;
	position: relative;
	margin: -4px auto 14px auto;
	padding: 11px 14px 11px 14px;
	overflow: hidden;
}

#slide1 span.slide1text, #slide2 span.slide2text, #slide3 span.slide3text, #slide4 span.slide4text, #slide5 span.slide5text {
	margin-top: 20px;
	margin-left:0px; 
	height: 56px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slide1 span.slide1text p span, #slide2 span.slide2text p span, #slide3 span.slide3text p span, #slide4 span.slide4text p span, #slide5 span.slide5text p span {
	background: #727e2d;
	height: 16px;
	padding: 0px 7px;
	margin-left: 7px;
	line-height: normal;
}

#slide1 span.slide1text p, #slide2 span.slide2text p, #slide3 span.slide3text p, #slide4 span.slide4text p, #slide5 span.slide5text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#f5ffb9;
	text-shadow: 1px 1px 3px #000;
	line-height: normal;
}

#slide1 a span, #slide2 a span, #slide3 a span, #slide4 a span, #slide5 a span {
	background: #edf6b7; 	
	padding: 3px 15px 3px 15px;
}


span#slidelink{
position:relative;
top:-25px;
}

#slide1 a:link, #slide1 a:visited, #slide2 a:link, #slide2 a:visited, #slide3 a:link, #slide3 a:visited, #slide4 a:link, #slide4 a:visited, #slide5 a:link, #slide5 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

#slide1 a:hover, #slide1 a:active, #slide2 a:hover, #slide2 a:active, #slide3 a:hover, #slide3 a:active, #slide4 a:hover, #slide4 a:active, #slide5 a:hover, #slide5 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

#slide1 h3, #slide2 h3, #slide3 h3, #slide4 h3, #slide5 h3 {
	font-size:23px;  
	font-weight:bold;
	color: #fff; 
	line-height: 1; 
	margin: 8px 0px 0px 0px; 
	Font-Family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 3px 3px 4px #000;
}

#slide1 h3 span, #slide2 h3 span, #slide3 h3 span, #slide4 h3 span, #slide5 h3 span {
	background: #305253;
	padding: 6px 21px 6px 13px;	
}

/* for IE7 */

*+html #slide1 h3, *+html #slide2 h3, *+html #slide3 h3, *+html #slide4 h3, *+html #slide5 h3 {
	font-size:23px;  
	font-weight:bold;
	color: #fff; 
	line-height: normal; 
	margin: 4px 0px 4px 0px; 
	Font-Family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 3px 3px 4px #000;
} 

/* for IE7 */

*+html #slide1 h3 span, *+html #slide2 h3 span, *+html #slide3 h3 span, *+html #slide4 h3 span, *+html #slide5 h3 span {
	background: #305253;
	padding: 4px 21px 10px 13px;	
}

#slide1 p, #slide2 p, #slide3 p, #slide4 p, #slide5 p {
	font-family: Georgia, serif;
	color: #FFF;	
	margin: 0;
}


.jFlowNext div {
	background:url("http://www.wordimpressed.com/demos/jFlowPlusDemo/images/arrows.png") no-repeat scroll 0 -35px transparent;
	height:130px;
	position:absolute;
	top:110px;
	right: -50px;
	width:50px;
	cursor:pointer;
}

.jFlowPrev div {
	background:url("http://www.wordimpressed.com/demos/jFlowPlusDemo/images/arrows.png") no-repeat scroll -84px -35px transparent;
	height:130px;
	position:absolute;
	top:110px;
	left: -50px;
	width:50px;
	cursor:pointer;
}

.jFlowPrev div:hover {
	background-position: -84px -235px;
}

.jFlowNext div:hover {
	background-position: 0px -235px;
}

#myController {  
	padding:0px 0px;  
	position: relative;
	bottom: 81px;
	float: right;
	width: 228px;
	height: 30px;
	background: url(images/controller-bkgd.png) top left no-repeat;
	padding-top: 12px; 
	text-align: center;
	padding-top: 51px;
}

#myController span.jFlowSelected { 
	background:#562c0a;
	margin-right:0px; 
}

.jFlowControl, .jFlowPrev, .jFlowNext { 
	color:#e5cfa7; 
	cursor:pointer; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:2px; 
	padding-bottom:2px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #305253; }
