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


/* ***** 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-background {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0 0 15px 0; 
	padding: 0;
	text-align: center; 
	color: #777069;
}

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

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

/* 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: #82acd4;
	font-size: 9px;
	font-weight: normal;	
	text-decoration: none;
}

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

/* Standard Headers */

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

h2 {
	font-size: 16px;
	color: #0055A6;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

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

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

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

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

/* STANDARD BODY TAG FORMATTING */

p {
	color: #777069;
	font-size: 12px;
	line-height: 22px;
	margin: 15px 0px 15px 0px;
}

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

li {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5d5852;
	padding: 1px;
	line-height: 18px;
}

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

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

.homepgHeader {
	margin: 0px 0px 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.twittericon {
	margin: 0 0 2px 0;
}

.facebookicon {
	margin: 0 6px 2px 8px;
}

.affiliateTD {
	padding-right: 16px;
}

#container { 
	width: 1082px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
} 

#header { 
	background: #ffffff; 
	padding: 0 0 0 0; 
	width: 938px;
	height:89px;
	margin: 0 81px 0 62px;
} 

#quicksearch {
	margin: 0 82px 0 78px;
	width: 921px;
	height: 106px;
}

.specialoffers {
	width: 357px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	color: #588da2;
	line-height: 16px;
	padding: 5px 5px 0 0;
}

#specialoffersDIV a:link, #specialoffersDIV a:visited {  
	color: #588da2;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

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


.qsbuttonbarcell {
	font-size: 10px;
	font-weight: normal;
	color: #787a43;
	text-align: center;
	vertical-align: middle;
	background: url(images/qs-button.gif) center no-repeat;
	width: 123px;
	height: 20px;
}

a:link.qsbuttonbarlink, a:visited.qsbuttonbarlink {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #787a43;
	text-decoration: none;
}

a:hover.qsbuttonbarlink, a:active.qsbuttonbarlink {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #787a43;
	text-decoration: underline;
}

.qsarrivalbox {
	font-size: 11px;
	color: #588da2;
	border: solid 1px #91b476;
	background: #ffffff;
	padding: 2px;
	text-indent: 0px;
}

.qsarrivalbox_cal{
	font-size: 13px;
	color: #588da2;
	border: solid 1px #91b476;
	padding: 2px;
	text-indent: 0px;
	background:#fff url(/images/cal.gif) no-repeat 99px 2px;
	width:120px; 
	height: 20px;
}
.qsSubTitle {
	font-size: 10px;
	color: #588da2;
	font-weight: normal;
	padding-bottom: 2px;
}

input.qsrch2, textarea.qsrch2, select.qsrch2 {
	color: #588da2;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #9dbc85;
	background-color: #FFFFFF;
	padding: 1px;
	text-indent: 0px;
}

input.qsrchbtn {
	color: #ffffff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #366578;
	text-indent: 0px; 
	background: #588da2;
	padding: 2px;
	width: 60px;
}


.callout-featuredproperty {
	font-size: 10px;
	color: #588da2;
	line-height: 16px;
	font-weight: normal;
	padding-top: 13px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; 
	background: #ffffff;
	padding: 0px 0px 0px 38px;
	margin-right: 82px;
	border-left: solid 1px #dadada;
}
#mainContent { 
	margin: 0 82px 15px 78px; 
	padding: 0 0px; 
	text-align: left;
} 

#mainContentpage2 { 	
	margin: 10px 82px 0 78px;
	width: 921px;
	background: #ffffff url(images/horizontal-rule.gif) top left no-repeat;
	padding: 3px 0 0 0;
} 

#footer { 
	margin: 0 82px 0 78px;
	width: 921px;
	background: #ffffff url(images/horizontal-rule.gif) top left no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 11px;
} 

#footerpg2 { 
	margin: 10px 82px 0 78px;
	width: 921px;
	background: #ffffff url(images/horizontal-rule.gif) top left no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 11px;
} 


.footertoprow {
	font-size: 11px;
	padding-bottom: 8px;
	line-height: 19px;
}

#footerlinksDIV a:link, #footerlinksDIV a:visited {  
	color: #777069;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

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

.footersecondrow {
	color: #aca399;
	font-size: 10px;
	padding-bottom: 4px;
	line-height: 20px;
}

#footersecondrowDIV a:link, #footersecondrowDIV a:visited {  
	color: #aca399;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

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

.footerthirdrow {
	font-size: 10px;
	color: #c0b4a8;	
}

#vdslinkDIV a:link, #vdslinkDIV a:visited {  
	color: #c0b4a8;	
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

#vdslinkDIV a:hover, #vdslinkDIV a:active {  
	color: #433e39;
	font-size: 10px;
	font-weight: normal;
	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;
}


#flashmasthead {
	text-align: left;
	position: relative;
}

#flashcredits {
	position:absolute;
	left:871px;
	top:338px;
	z-index:2;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: right;
}

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

#flashcredits  a:hover, #flashcredits  a:active {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.callouts-space {
	margin: 0 0 0 10px;
}

#page2masthead {
	height: 175px;
	width: 1081px;
	text-align: left;
}

.directionsHeaders {
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #07458e;
}

/* Site Navigation */
.pro_linedrop {
height:36px;
width:921px;
background:url(lrimages/nav-bkgd.gif) top left no-repeat;
position: relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
top: 0px;
left: 78px;
}

.pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
height: 36px;
}

.pro_linedrop li {
float:left;
background: none;
}


.pro_linedrop li.lrt {
float:right;
background:url(lrimages/blue_1.gif);
}


.pro_linedrop .select a {
display:block; 
height:36px; 
float:left; 
background: url(lrimages/nav-bkgd.gif) top left repeat-x; 
padding:0 0 0 0px; 
text-decoration:none; 
line-height:36px; 
white-space:nowrap; 
color:#fc0;
}

.pro_linedrop .select li.lrt a {color:#0ff;}


.pro_linedrop .select a b {
display:block;
padding:0px 0px 0px 0px; 
background:url(lrimages/nav-bkgd.gif) right top;
height: 36px;
}

.pro_linedrop .select li.nav a b {
background:url(lrimages/nav-getaway.gif) right top;
width: 227px;
height: 36px;
}

.pro_linedrop .select li.nav2 a b {
background:url(lrimages/nav-propservices.gif) right top;
width: 199px;
height: 36px;
}

.pro_linedrop .select li.nav3 a b {
background:url(lrimages/nav-planningtostay.gif) right top;
width: 199px;
height: 36px;
}

.pro_linedrop .select li.nav4 a b {
background:url(lrimages/nav-locallaugh.gif) right top;
width: 216px;
height: 36px;
}

.pro_linedrop .select li.nav5 a b {
background:url(lrimages/nav-blog.gif) right top;
width: 80px;
height: 36px;
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li.nav:hover a {
background: url(lrimages/nav-bkgd.gif) top left repeat-x; 
padding:0px 0px 0px 0px;
cursor:pointer; 
color:#fff;
height: 36px;
}

.pro_linedrop .select li.lrt a:hover, 
.pro_linedrop .select li.lrt:hover a {
background: url(lrimages/blue_1.gif); 
}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
display:block; 
padding:0 0px 0 0px; 
background: url(lrimages/nav-bkgd.gif) top left repeat-x; 
cursor:pointer;
}

.pro_linedrop .select li.nav a:hover b, 
.pro_linedrop .select li.nav:hover a b {
background:url(lrimages/nav-getaway-OVER.gif) right top; 
}

.pro_linedrop .select li.nav2 a:hover b, 
.pro_linedrop .select li.nav2:hover a b {
background:url(lrimages/nav-propservices-OVER.gif) right top; 
}

.pro_linedrop .select li.nav3 a:hover b, 
.pro_linedrop .select li.nav3:hover a b {
background:url(lrimages/nav-planningtostay-OVER.gif) right top; 
}

.pro_linedrop .select li.nav4 a:hover b, 
.pro_linedrop .select li.nav4:hover a b {
background:url(lrimages/nav-locallaugh-OVER.gif) right top; 
}

.pro_linedrop .select li.nav5 a:hover b, 
.pro_linedrop .select li.nav5:hover a b {
background:url(lrimages/nav-blog-OVER.gif) right top; 
}

.pro_linedrop .select li.lrt a:hover b, 
.pro_linedrop .select li.lrt:hover a b {
background:url(lrimages/blue_1.gif) right top; 
}

.pro_linedrop .select li.lrt a:hover b.arrow, 
.pro_linedrop .select li.lrt:hover a b.arrow {
background:url(lrimages/blue_1a.gif) right top; 
}

.pro_linedrop .sub {
display:none;
}
.pro_linedrop ul ul {display:none;}

/* IE6 only */
.pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
font-size: 13px;
}

.pro_linedrop .sub li {background:transparent;}

.pro_linedrop .select :hover .sub {
	height:25px;
	display:block; 
	position:absolute;
	float:left;
	width:921px;
	top:36px; 
	left:0; 
	text-align:center;
	color:#07458e; 
	background: #216991 url(images/nav-rollover-bkgd.jpg) top left repeat-x;
}

.pro_linedrop .select :hover .rt li {float:right;}

.pro_linedrop .select :hover .sub li a {
	display:block; 
	height:25px; 
	line-height:22px; 
	float:left; 
	background:transparent url(/images/transparent.gif); 
	padding:0 15px; 
	margin:0; 
	white-space:nowrap; 
	color:#fff;
	font-size:12px;
	font-weight: normal;
}

.pro_linedrop .select :hover .sub li.subline a {
	color:#c00;
	}

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover {
	color:#07458e; 
	height:25px; 
	line-height:22px; 
	position:relative; 
	background: #e8ea9b url(images/nav-rollover-ON.jpg) top left repeat-x;
	}

.imgLeft {
	float: left;
	padding: 10px;
	}

.imgRight {
	float: right;
	padding: 10px;
	}
	
.liLarge {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5d5852;
	padding: 1px;
	line-height: 18px;
}



/* Weather Page */
.weather_heads {
	font-size: 15px;
	font-weight: bold;
	color: #16508e;
	background:#e6e893 url(images/housedetail-bkgd.jpg) repeat-x top left;
	padding: 3px;
	text-align: center;
	border: solid 1px #8aa8b3;
	height: 34px;
	vertical-align: middle;
}

.weather_detail_head {
	font-size: 12px;
	font-weight:normal;
	color: #216991;
	padding: 3px;
	background: #fff;
	text-align: left;
}

.weather_detail {
	font-size: 12px;
	font-weight:normal;
	color: #216991;
	padding: 3px;
	background: #fff;
	text-align: center;
}

.weather_table {
	border: solid 1px #16508e;
	margin-bottom: 0px;
	width: 100%;
	background: #b0d0dc;
}

/* Rental Management contact us sprite */
#contactussprite a {
	display:block;
	width:150px;
	height: 150px;
	margin: 5px 5px 5px 25px;
	color:#fff;
	background: url(/images/contactussprite.jpg) 0 0 no-repeat;
	text-decoration: none;
	float: right;
}

#contactussprite a {
   background: url (/images/contactussprite.jpg) 0 0 no-repeat;
}
#contactussprite a:hover {
   background-position: 0 -150px;
}

/* Specials Last minute deals sprite */
#lastminutedealssprite a {
	display:block;
	width:150px;
	height: 150px;
	margin: 5px 5px 5px 25px;
	color:#fff;
	background: url(/images/last-minute-deals.jpg) 0 0 no-repeat;
	text-decoration: none;
	float: right;
}

#lastminutedealssprite a {
   background: url (/images/last-minute-deals.jpg) 0 0 no-repeat;
}
#lastminutedealssprite a:hover {
   background-position: 0 -150px;
}

/* Planning A Getaway Sprite styles */
#callout1 a {
	display:block;
	width:150px;
	height: 150px;
	margin: 5px 5px 5px 25px;
	color:#fff;
	background: url(/images/callout-sprite.jpg) 0 0 no-repeat;
	text-decoration: none;
	float: right;
}

#callout1 a {
   background: url (/images/callout-sprite.jpg) 0 0 no-repeat;
}
#callout1 a:hover {
   background-position: 0 -150px;
}

#callout2 a {
	display:block;
	width:150px;
	height: 150px;
	margin: 5px 5px 5px 25px;
	color:#fff;
	background: url(/images/callout-sprite.jpg) -150px 0 no-repeat;
	text-decoration: none;
	float: right;
}

#callout2 a {
   background: url (/images/callout-sprite.jpg) -150px 0 no-repeat;
}
#callout2 a:hover {
   background-position: -150px -150px;
}

#callout3 a {
	display:block;
	width:150px;
	height: 150px;
	margin: 5px 5px 5px 25px;
	color:#fff;
	background: url(/images/callout-sprite.jpg) -300px 0 no-repeat;
	text-decoration: none;
	float: right;
}

#callout3 a {
   background: url (/images/callout-sprite.jpg) -300px 0 no-repeat;
}
#callout3 a:hover {
   background-position: -300px -150px;
}

/* Sales Page Sprite styles */
#menu1 a {
	display:block;
	width:126px;
	height: 126px;
	margin: 5px 5px 5px 5px;
	color:#fff;
	background: url(/images/real-estate-sprite.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#menu1 a {
   background: url (/images/real-estate-sprite.jpg) 0 0 no-repeat;
}
#menu1 a:hover {
   background-position: 0 -126px;
}

#menu2 a {
	display:block;
	width:126px;
	height: 126px;
	margin: 5px 5px 5px 5px;
	color:#fff;
	background: url(/images/real-estate-sprite.jpg) -126px 0 no-repeat;
	text-decoration: none;
}

#menu2 a {
   background: url (/images/real-estate-sprite.jpg) -126px 0 no-repeat;
}
#menu2 a:hover {
   background-position: -126px -126px;
}

#menu3 a {
	display:block;
	width:126px;
	height: 126px;
	margin: 5px 5px 5px 5px;
	color:#fff;
	background: url(/images/real-estate-sprite.jpg) -252px 0 no-repeat;
	text-decoration: none;
}

#menu3 a {
   background: url (/images/real-estate-sprite.jpg) -252px 0 no-repeat;
}
#menu3 a:hover {
   background-position: -252px -126px;
}

#menu4 a {
	display:block;
	width:126px;
	height: 126px;
	margin: 5px 5px 5px 5px;
	color:#fff;
	background: url(/images/real-estate-sprite.jpg) -378px 0 no-repeat;
	text-decoration: none;
}

#menu4 a {
   background: url (/images/real-estate-sprite.jpg) -378px 0 no-repeat;
}
#menu4 a:hover {
   background-position: -378px -126px;
}



/* ***** 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: #0F538F;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: solid 1px #358FDD;
background-color: #f0f2a1;
padding: 2px 
}

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

input.button {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	background-image:url(images/button-submit-background.gif);
	background-repeat:no-repeat;
	border:0px;
	width: 145px;
	height:22px;
	padding-bottom: 4px;
}

/* Google Custom Search Button */

#cse-search-box input[type='submit'] { 
	background: #588da2;
	width: 59px;
	height: 20px;
	border: solid 1px #154f95;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.qsarrivalbox_cal {
	height: 17px;
	padding:0px 1px 0px 1px;
	background:#fff url(/images/cal.gif) no-repeat 101px 2px;
}

/* 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: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	width: 145px;
	text-align: center;
	padding-top:4px;
	padding-bottom:4px;
	background-image:url(images/button-submit-background.gif);
	background-repeat:no-repeat;
	border: 0;
}

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

a:hover.buttonbarlink, a:active.buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #09364f;
	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: #FFFFFF;
	width: 145px;
	text-align: center;
	padding-top:4px;
	padding-bottom:4px;
	background-image:url(images/button-submit-background.gif);
	background-repeat:no-repeat;
	border: 0;
}

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

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

.calendar p {
margin: 0px;
}
