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


/* PRIMARY COLORS OF [client name] WEBSITE FOR USE THROUGHOUT
blue: #005aff;
orange: #f1bf12;
grey: #dfdedc;/*


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

*{
	margin:0;
	Padding:0
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


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

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	margin: 5px;
}

/* Body Class on All Template Driven Pages (Choose custom background color, background image, and margin for site) */

body.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #efd7b1 url(/images/bkgd.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

body.page2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #efd7b1 url(/images/bkgd.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

/* 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: #35372c;
}

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

A:link.cart_icon, A:visited.cart_icon {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	float: right;
	text-align:left;
	background: url(/images/cart-icon.png) top right no-repeat;
	height: 16px;
	width: 89px;
	margin-right: 3px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:hover.cart_icon, A:active.cart_icon {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	float: right;
	text-align:left;
	background: url(/images/cart-icon.png) top right no-repeat;
	height: 16px;
	width: 89px;
	margin-right: 3px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#view_cart {
	text-align: right; 
	height: 45px;
	width: 100%;
}

A:link.livechat, A:visited.livechat {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #655945 url(/images/masthead-button.jpg) top left repeat-x;
	border: solid 1px #5b503f;
	height: 16px;
	width: 85px;
	display: block;
	color: #fffffe;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover.livechat, A:active.livechat {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #4e4535 url(/images/masthead-button-OVER.jpg) top left repeat-x;
	border: solid 1px #5b503f;
	height: 16px;
	width: 85px;
	display: block;
	color: #fffffe;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link.opt-in, A:visited.opt-in {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #655945 url(/images/masthead-button.jpg) top left repeat-x;
	border: solid 1px #5b503f;
	height: 16px;
	width: 145px;
	display: block;
	color: #fffffe;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover.opt-in, A:active.opt-in {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #4e4535 url(/images/masthead-button-OVER.jpg) top left repeat-x;
	border: solid 1px #5b503f;
	height: 16px;
	width: 145px;
	display: block;
	color: #fffffe;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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 {
	font-size: 10px;
	color: #625b52;
	font-weight: normal;
	text-decoration: underline;
}

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

/* Standard Headers */

h1 {
	color: #015696;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #866d42;
}

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

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

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

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #024F86;
}

/* STANDARD BODY TAG FORMATTING */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #35372c;
	margin: 15px 0px 15px 0px;
}

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

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #35372c;
	line-height: 19px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35372c;
}

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

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

#masthead {
	width: 945px;
	height: 225px;
	border-bottom: solid 17px #004c90;
	background: url(/images/masthead-shadow-bkgd.jpg) repeat-x bottom;
}

#facebookLike {
	width: 90px;
	height: 21px;
	float: right;
	position: absolute;
	top:15px;
	right:20px;
}

#facebookLike2 {
	width: 292px;
	height: 62px;
	float: right;
	position: absolute;
	top:4px;
	right:0px;
}

#googleplusone {
	width: 64px;
	height: 24px;
	float: left;
	position: absolute;
	top:34px;
	left:333px;
}

#container { 
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: solid 1px #655a4e;
	border-right: solid 1px #655a4e;
	border-bottom: solid 1px #655a4e;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header_home { 
	background: #fff url(/images/masthead.jpg) top left no-repeat;
	width: 945px;
	height: 131px;
	border-bottom: solid 1px #dacbb0; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header { 
	background: #fff url(/images/masthead-pg2.jpg) top left no-repeat;
	width: 945px;
	height: 131px;
	border-bottom: solid 1px #dacbb0; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 

#mainContentHome A:link, #mainContentHome A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0c4376;
}

#mainContentHome A:hover, #mainContentHome A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #68593a;
}

#mainContentHome 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: 13px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent h1 {
	margin: 0;
	padding: 11px 0 0 0; 
}

#mainContent h1 a:link, #mainContent h1 a:visited {
	color: #015696;
}

#mainContent h1 a:hover, #mainContent h1 a:active {
color: #003156;
}

#mainContentDynamic h1 {
	margin: 0;
	padding: 14px 0 0 0;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 242px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff url(/images/pg2-divider.jpg) top right no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 30px 0px;
	height: auto;
}

#sidebarDynamic {
	float: left;
	width: 242px; 
	padding: 0px 0px 15px 0px;
	height: auto;
}

#sidebarHome {
	float: left;
	width: 242px; 
	padding: 0px 0px 15px 0px;
	height: auto;
	background: url(/images/nav-shadow-bkgd.jpg) top left repeat-x;
}

#homepageEditableArea {
	margin-top: 15px;
	margin-left: 30px;
}

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

#mainContent { 
	margin: 0 0 0 242px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(/images/shadow-top.jpg) top left repeat-x;
	min-height: 530px;
} 

#mainContent h1 img {
	border: solid 1px #958e83;
	width: 655px;
}

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

#mainContentDynamic { 
	margin: 0 0 0 242px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 15px 20px; 
	background: url(/images/pg2-divider-dynamic.jpg) 0px 0px no-repeat;
	min-height: 515px;
} 

* html div#mainContentHome { 
   height: expression( this.scrollHeight < 531 ? "530px" : "auto" ); 
}
div#mainContentHome { 
   min-height: 530px; 
}

#mainContentHome { 
	margin: 0 0 0 242px;
	padding: 0 20px 5px 20px;
	background: url(/images/mc-home-bkgd.jpg) top left no-repeat;
	min-height: 530px;
} 

#footer { 
	padding: 7px 0px 7px 0px; 
	width: 945px;
	margin: 0px auto;
	font-weight: normal;
	color: #453f37;
	text-align: left;
} 

#footer p {
	margin: 0; 
	padding: 0;
}

#footer p a:link, #footer p a:visited{
	font-weight: normal;
	color: #453f37;
	text-align: left;
	text-decoration: underline;
}

#footer p a:hover, #footer p a:active{
	font-weight: normal;
	color: #2a2723;
	text-align: left;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.masthead {
 	width: 945px;
	height: 131px;
}

.mastheadMiddle {
	padding: 0 0 13px 91px;
}

#flashcontent {
	outline: none;
	width:703px;
	height:225px;
}

#flashReplace{
	background:url(/images/flash-area.jpg) no-repeat;
	width:703px;
	height:225px;
	text-align:center;
	outline: none;
	vertical-align: middle;
	font-weight: bold;
}

.callToday {
	font-size: 14px;
	font-weight: normal;
	color: #24455f;
	text-align: left;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.phoneNumber {
	font-size: 16px;
	font-weight: bold;
	color: #004982;
	text-align:right;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.googleSearchButton {
	background:#4b8ab6 url(/images/gcs-bkgd.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	border:1px solid #005193;
	height:20px;
	color:#fff;
	width: 54px;
	padding: 0px;
}

.mastheadRight {
	padding: 0 35px 13px 0px;
}

.socialmedia {
	padding-bottom: 6px;
}

#flashReplace {
	background: url(/images/flash-replacement.jpg) top left no-repeat;
	width: 703px;
	height: 40px;
	padding-top: 185px;
	color: #fff;
}

a.replaceLink {
	color: #fff;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4740;
	font-weight: normal;
	padding-bottom: 5px;
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #625b52;
	font-weight: normal;
}

.qs_home {
	width: 242px;
}

#longterm img {
	border: solid 1px #958e83;
}

#offseason_photos img {
	border: solid 1px #958e83;
}

.neighborhoodHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

#obxwebcamCallout {
	background: url(/images/callout-obxwebcam-top.jpg) top left no-repeat; 
	width: 166px; 
	height: 80px; 
	padding-top: 46px; 
	padding-left: 19px;
}

#obxwebcam a {
	display:block;
	width:166px;
	height: 117px;
	padding: 46px 0 0 19px;
	color:#fefefe;
	background: url(/images/callout-obxwebcam2.jpg) 0 0 no-repeat;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#obxwebcam a {
	background: url(/images/callout-obxwebcam2.jpg) 0 0 no-repeat;
}
#obxwebcam a:hover {
    background-position: 0 0px;
   	text-decoration: none;
}


A:link.popupLink, A:visited.popupLink {
	color: #12466e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover.popupLink, A:active.popupLink {
	color: #12466e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 


A:link.beachbaglink, A:visited.beachbaglink {
	color: #5b503f;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* Page 2 Quicksearch */

.qssublinksTD {
	font-size: 10px;
	text-align: center;
	color: #4d3d21;
	padding: 5px 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


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

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

.qsrow {
	padding-top: 8px;
}

.qsheader {
	font-size: 10px;
	font-weight: bold;
	color: #12466e;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.qs_dropdown, textarea.qs_dropdown, select.qs_dropdown {
	color: #00478c;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #95a2aa;
	text-indent: 1px; 
	background-color: #FFFFFF;
	padding: 1px;
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.qs_dropdown2, textarea.qs_dropdown2, select.qs_dropdown2 {
	color: #00478c;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #95a2aa;
	text-indent: 1px; 
	background-color: #FFFFFF;
	padding: 1px;
	width: 221px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.qsbuttonrow {
	padding-top: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.qsrchbtn {
	color: #645844;
	font: normal 2px Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: solid;
	border-color: #A9B2BF;
	text-indent: 0px; 
	width: 221px;
	height: 19px;
	background: #645844 url(/images/button-bkgd.jpg) top left repeat-x;
}

input.qsrchbtn:hover {
	color: #645844;
	font: normal 2px Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: solid;
	border-color: #A9B2BF;
	text-indent: 0px; 
	width: 221px;
	height: 19px;
	background: #645844 url(/images/button-bkgd-OVER.jpg) top left repeat-x;
} 
input.qsrchbtn:active {
	color: #645844;
	font: normal 2px Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: solid;
	border-color: #A9B2BF;
	text-indent: 0px; 
	width: 221px;
	height: 19px;
	background: #645844 url(/images/button-bkgd-OVER.jpg) top left repeat-x;
}



/* ***** 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 {
color: #005193;
font: normal 12px Arial, Helvetica, sans-serif;
border: 1px solid #beb4a1;
background-color: #fff;
padding: 2px 
}


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

input.button {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	text-indent: 2px; 
	background: #065093 url(/images/input-button-bkgd.jpg) repeat-x top left;
	padding: 2px 10px;
}

input.button:hover {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	text-indent: 2px; 
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	padding: 2px 10px;
} 
input.button:active {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	text-indent: 2px; 
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	padding: 2px 10px;
}

input.ajaxbutton {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	background: #065093 url(/images/input-button-bkgd.jpg) repeat-x top left;

}

input.ajaxbutton:hover {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;

} 
input.ajaxbutton:active {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
}

input.comparebtn {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	text-indent: 2px; 
	background: #065093 url(/images/input-button-bkgd.jpg) repeat-x top left;
	padding: 2px 10px;
}

input.comparebtn:hover {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	text-indent: 2px; 
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	padding: 2px 10px;
} 
input.comparebtn:active {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #005193;
	text-indent: 2px; 
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	padding: 2px 10px;
}

.comparebuttoncell {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #dad4c5 url(/images/checkavailbkgd.jpg) top left repeat-x;
	border: solid 1px #c2b29e;
	height: 21px;
	color: #35372c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 155px;
	text-align: center;
}

.comparebuttoncell:hover {
	color: #ffffff;
	border: solid 1px #c2b29e;
	background: #05447b url(/images/checkavailbkgd2.jpg) repeat-x top left;
	width: 155px;
	height: 21px;
} 
.comparebuttoncell:active {
	color: #ffffff;
	border: solid 1px #c2b29e;
	background: #05447b url(/images/checkavailbkgd2.jpg) repeat-x top left;
	width: 155px;
	height: 21px;
}

a:link.comparebuttonlink, a:visited.comparebuttonlink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #35372c;
	text-decoration: none;
}

a:hover.comparebuttonlink, a:active.comparebuttonlink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #35372c;
	text-decoration: 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 {
	font-size: 11px;
	font-weight: bold;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #655945 url(/images/masthead-button.jpg) top left repeat-x;
	border: solid 1px #5b503f;
	height: 21px;
	color: #fffffe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 205px;
	text-align: center;
}

.buttonbarcell:hover {
	color: #ffffff;
	border: solid 1px #005193;
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	width: 205px;
	height: 21px;
} 
.buttonbarcell:active {
	color: #ffffff;
	border: solid 1px #005193;
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	width: 205px;
	height: 21px;
}

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

a:hover.buttonbarlink, a:active.buttonbarlink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #fffffe;
	text-decoration: none;
}

a:link.viewlargemap, a:visited.viewlargemap {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.viewlargemap, a:active.viewlargemap {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.buttonbarcelltowns {
	font-size: 11px;
	font-weight: bold;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #655945 url(/images/masthead-button.jpg) top left repeat-x;
	border: solid 1px #5b503f;
	height: 21px;
	color: #fffffe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
}

.buttonbarcelltowns:hover {
	color: #ffffff;
	border: solid 1px #005193;
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	padding: 0px 10px;
	height: 21px;
	vertical-align: middle;
	text-transform: none;
} 
.buttonbarcelltowns:active {
	color: #ffffff;
	border: solid 1px #005193;
	background: #05447b url(/images/input-button-bkgd2.jpg) repeat-x top left;
	padding: 0px 10px;
	height: 21px;
	vertical-align: middle;
	text-transform: none;
}

/* 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;
}

#errorImg{
margin:0; width:624px; height:498px; background: url(/images/yep-youre-lost.jpg) no-repeat
}
