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


/* PRIMARY COLORS OF [client name] WEBSITE FOR USE THROUGHOUT
light blue: #e4eafd;
dark blue: #4f91cd;
logo blue: #0060ae;
footer blue: #00529b;
grey border: #7d7e7a;
yellow: #ffff8f;
teal/aqua: #60c6b9;
tangerine: ;

/* 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: 12px;
	background: #e4eafd url(/images/bkgd-bkgd.jpg) center top no-repeat;
	margin: 0;
}

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

body.page-background {
	background: #0066CC;
	margin: 0px 10px 10px 10px;	
}

/* Body for Print Page */

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

/* Body for Ownernet */

body.ownernet {
	background: #FFFFFF; 
	margin: 0px; 
	padding: 10px 20px 10px 20px;
} 
body.owner-bg {
	background: #e4eafd; 
	margin: 0px; 
	padding: 10px 10px 10px 10px;
} 
body.owner-bg-top {
	background: #e4eafd; 
	margin: 0px; 
	padding: 0;
} 

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

/* Sitewide Link Style */

A:link, A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #4f91cd;
	outline: none;
}

A:hover, A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #5fc5ba;
	outline: none;
}

/* Footer Links Style */

.seo a{
	cursor: pointer;
	padding: 1px 6px;
	color: #fff;
	text-decoration: none;
	line-height:auto;
	margin:0;
	background:url(/images/nav-border.gif) no-repeat right;
	font-size:10px;
	font-weight: normal;
	float: left;
}
.seo a:link, .seo a:visited{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.seo a:hover, .seo a:active {
	color: #fff;
	text-decoration: underline;
}

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

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

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

/* Standard Headers */

h1 {
	font-size: 24px;
	color: #0e2b89;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h2 {
	font-size: 18px;
	color: #5fc5ba;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h3 {
	font-size: 14px;
	color: #174c9b;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h4 {
	font-size: 13px;
	color: #747474;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h5 {
	font-size: 12px;
	color: #747474;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h6 {
	font-size: 11px;
	color: #3fa7b4;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
}

/* STANDARD BODY TAG FORMATTING */

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

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

}

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

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


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

/* Home Styles */

#homeFacebook {
	width: 175px;
	height: 410px;
	float: right;
	padding: 0 15px 15px 15px;
	background: #fff url(/images/facebook-background.jpg) center top no-repeat;
}

#homeContent {
	width: 896px;
	margin: 0 50px;
}

#homeContent p{
	margin: 15px 25px;
}

#homeHeader {
	width: 900px;
	height: 356px;
	margin: 0 auto;
}

#homeHeader2 {
	width: 896px;
	height: 358px;
	margin: 0 auto;
	padding: 4px;
	background: #184d9b;
}

#quickSearch {
	width: 258px;
	height: 354px;
	float: left;
	background: #fff;
	border: 1px solid #747474;
}

#quickSearch2 {
	width: 258px;
	height: 354px;
	float: left;
	background: #fff;
	border: 2px solid #ffffff;
}

#quickCapture {
	width: 258px;
	height: 49px;
	border-bottom: 2px solid #fff;
	float: left;
	text-align: center;
	background: url(/images/bkgd-newsletter.jpg) center top no-repeat;
	padding-top: 33px;
	color: #0e2b89;
	font-size: 10px;
}

#quickSearchVacationBttn a {
	display:block;
	width:130px;
	height: 42px;
	float: left;
	background: url(/images/sprite-quicksearch.jpg) 0 -42px no-repeat;
}

#quickSearchVacationBttn a {
   background: url (/images/sprite-quicksearch.jpg) 0 -42px no-repeat;
}
#quickSearchVacationBttn a:hover {
   background-position: 0 0;
}

#quickSearchVacationBttn {
	width: 130px;
	height: 42px;
	float: left;
}

#quickSearchRealEstateBttn a {
	display:block;
	width: 130px;
	height: 42px;
	float: left;
	background: url(/images/sprite-quicksearch.jpg) -130px -42px no-repeat;
}

#quickSearchRealEstateBttn a {
   background: url (/images/sprite-quicksearch.jpg)  -130px -42px no-repeat;
}
#quickSearchRealEstateBttn a:hover {
   background-position: -130px 0;
}

#quickSearchRealEstateBttn {
	width: 130px;
	height: 42px;
	float: left;
}

#quickSearchBox {
	width: 258px;
	height: 218px;
	border-top: 2px solid #fff;
	float: left;
}

/* Quick Search Table Styles */

.qsTable {
	margin-top: 2px;
    padding: 7px 15px 0 15px;
    width: 258px;
	background: #e4eafd;
	height: 226px;
}
.qsTableSales {
	margin-top: 2px;
    padding: 0px 15px 0 15px;
    width: 258px;
	background: #e4eafd;
	height: 224px;
}

* + html table.qsTableSales td{
padding-left:10px;
}

.qsCell {
	padding: 2px 0;
}

.qsWidth {
	width: 100px;
}

.qsWidth2 {
	width: 215px;
}

.qsBox {
	background: url(/images/bkgd-qs.gif) top center no-repeat;
	width: 226px;
	border: 0;
	height: 19px;
}

.qsSearchRow {
	padding: 5px 0 10px 0;
}

.qsrchbtn {
	background: #4f91cd;
    border: 1px solid #6b7b8b;
    color: #fff;
    cursor: pointer;
	text-transform: uppercase;
    height: 26px;
    text-align: center;
    text-indent: 0;
    width: 75px;
}

.qsLinks {
	text-align: center;
	padding: 0 0 5px 0;
	width: 50%;
}

.qsLinks a:link, .qsLinks a:visited{
	text-align: center;
	font-size: 10px;
	color: #747474;
	font-weight: normal;
	text-decoration: underline;
}

.qsLinks a:hover, .qsLinks a:active {
	text-align: center;
	font-size: 10px;
	color: #0e2b89;
	font-weight: normal;
	text-decoration: underline;
}

.qsHead {
	font-size: 11px;
	font-weight: bold;
	color: #0e2b89;
}

#masthead {
	width: 636px;
	height: 354px;
	float: right;
	background: #f4f6fd;
	border: 1px solid #747474;
}

#masthead2 {
	width: 626px;
	height: 354px;
	float: right;
	background: #ffffff;
	border: 2px solid #ffffff;
}

#flashReplace {
	width: 636px;
	height: 354px;
	float: right;
	background: #e4eafd url(/images/flash-replace.jpg) center top no-repeat;
	position: relative;
}

#flashText {
	background: none;
	width:200px;
	height:300px;
	text-align:center;
	outline: none;
	vertical-align: middle;
	position: absolute;
	top: 80px;
	left: 350px;
}

#flashText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #fff;
}

#flashText a:link, #flashText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#flashText a:hover, #flashText a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

#homeTopCallouts {
	width: 900px;
	height: 70px;
	margin: 20px auto 0 auto;
}

#homeVacationHomes {
	border: 1px solid #747474;
	width: 438px;
	height: 68px;
	float: left;
}

#homeVacationHomes a {
	display: block;
	width: 438px;
	height: 68px;
	float: left;
	background: #5fc5ba url(/images/sprite-portal.jpg) 0 -140px; no-repeat;
}

#homeVacationHomes a {
   background: url (/images/sprite-portal.jpg)  0px -140px no-repeat;
}
#homeVacationHomes a:hover {
   background-position: 0 0;
}

#homeRealEstateSales {
	border: 1px solid #747474;
	width: 438px;
	height: 68px;
	float: right;
}

#homeRealEstateSales a {
	display: block;
	width: 438px;
	height: 68px;
	float: right;
	background: #5fc5ba url(/images/sprite-portal.jpg) 0 -210px no-repeat;
}

#homeRealEstateSales a {
   background: url (/images/sprite-portal.jpg)  0 -210px no-repeat;
}
#homeRealEstateSales a:hover {
   background-position: 0 -70px;
}



#homeVacationHomes2 {
	border: 1px solid #747474;
	width: 438px;
	height: 68px;
	float: left;
}

#homeVacationHomes2 a {
	display: block;
	width: 438px;
	height: 68px;
	float: left;
	background: #5fc5ba url(/images/sprite-portal2.jpg) 0 -140px; no-repeat;
}

#homeVacationHomes2 a {
   background: url (/images/sprite-portal2.jpg)  0px -140px no-repeat;
}
#homeVacationHomes2 a:hover {
   background-position: 0 0;
}

#homeRealEstateSales2 {
	border: 1px solid #747474;
	width: 438px;
	height: 68px;
	float: right;
}

#homeRealEstateSales2 a {
	display: block;
	width: 438px;
	height: 68px;
	float: right;
	background: #5fc5ba url(/images/sprite-portal2.jpg) 0 -210px no-repeat;
}

#homeRealEstateSales2 a {
   background: url (/images/sprite-portal2.jpg)  0 -210px no-repeat;
}
#homeRealEstateSales2 a:hover {
   background-position: 0 -70px;
}



#homeCallouts {
	width: 900px;
	height: 267px;
	margin: 28px auto;
}

#homeCallouts a:link, #homeCallouts a:visited {
	color: #fff;
}

#homeCallouts a:hover, #homeCallouts a:active {
	color: #5FC5BA;
}

#homeCallouts img {
	width: 232px;
	height: 152px;
	border: 4px solid #fff;
	margin: 14px 0 0 23px;
}

#homeCallouts iframe {
	width: 232px;
	height: 152px;
	border: 4px solid #fff;
	margin: 14px 0 0 23px;
}

#homeCallout01 {
	width: 286px;
	height: 267px;
	float:left;
	background: #4f91cd;
}

#homeCallout02 {
	width: 286px;
	height: 267px;
	float:left;
	margin-left: 21px;
	background: #4f91cd;
}

#homeCallout03 {
	width: 286px;
	height: 267px;
	float: left;
	margin-left: 21px;
	background: #4f91cd;
}

.calloutHeader {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	color: #fff899;
}

.calloutContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 7px 0 0 0;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	line-height: 12px;
}

/* Page 2 Styles */

#page2header {
	width: 900px;
	height: 234px;
	background: #5fc5ba;
	margin-left: 48px;
}

#page2img {
	width: 272px;
	height: 198px;
	background: #ccc;
	border: 2px solid #fff;
	margin: 16px 0 0 18px;
	float: left;
}

#page2img {
	width: 272px;
	height: 198px;
}

#page2img iframe {
	width: 272px;
	height: 198px;
}

/* Page 2 Dynamic Header */

#page2headerQuery {
	width: 900px;
	height: 117px;
	background: #5fc5ba;
	margin-left: 48px;
}

#page2imgQuery {
	width: 138px;
	height: 100px;
	background: #ccc;
	border: 2px solid #fff;
	margin: 7px 0 0 7px;
	float: left;
}

#page2imgQuery img{
	width: 138px;
	height: 100px;
}

#page2imgQuery iframe{
	width: 138px;
	height: 100px;
}

#page2content {
	width: 866px;
	margin: 0 65px;
	padding-bottom: 20px;
}

#policiesBox {
	width: 310px;
	padding: 6px 5px 0 0;
	margin: 0px;
	float: right;
	text-align: right;
}

#policiesBox2 {
	width: 310px;
	padding: 21px 7px 0 0;
	margin: 0px;
	float: right;
	text-align: right;
}

#pressBox {
	width: 820px;
	border: 1px solid #0060ae;
	padding: 5px 20px;
	margin: 20px 0;
	overflow: hidden;
	background: #f9fbff;
}

#pressBox img{
	margin: 10px;
	background: #e4eafd;
	border: 1px solid #cccccc;
	padding: 5px;
	float: right;
}

#pressBox h2 {
	background-color: #4F91CD;
    border: 1px solid #78ACDB;
    color: #fff;
    padding: 5px 5px 5px 10px;
    text-align: center;
}

.weatherText {
	margin: 5px auto 0px auto;
	font-size: 10px;
	text-align: center;
}

.agents {
	font-size: 13px;
	color: #747474;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	font-family: "Trebuchet MS", sans-serif;
}

.agents a:link, .agents a:visited {
	font-size: 18px;
	color: #177480;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	background: #e4e9fd;
	padding: 0 5px;
}

.agents a:hover, .agents a:active {
	font-size: 18px;
	color: #177480;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	background: #ecf0ff;
	padding: 0 5px;
}

.agentTable {
	background: none repeat scroll 0 0 #eff3fe;
    border: 1px solid #4F91CD;
    padding: 10px;
	margin: 10px 0 0 10px;
	color: #263540;
}

.agentTable img {
	border: 2px solid #4f91cd;
	margin-right: 5px;
}

.agentTable a:link, .agentTable a:visited, .agentTable a:hover, .agentTable a:active {
	font-weight: normal;
}

.mapsWrap {
	width: 225px;
	height: 80px;
	position: relative;
	z-index: 98;
}

.mapsSub {
	position: relative;
	z-index: 99;
}

div.mapsSub a span {
	display: none;
}

div.mapsSub a:hover span {
	display: block;
	position: absolute;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #263540;
	text-decoration: none;
	font-weight: bold;
	width: 223px;
	background: #fff;
	border: 1px solid #ccc;
	top: 76px;
	left: 0px;
	z-index: 100;
	line-height: 18px;
	cursor: pointer;
}

.mapsWrap2 {
	width: 225px;
	height: 80px;
	position: relative;
	z-index: 4;
}

.mapsSub2 {
	position: relative;
	z-index: 5;
}

div.mapsSub2 a span {
	display: none;
}

div.mapsSub2 a:hover span {
	display: block;
	position: absolute;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #263540;
	text-decoration: none;
	font-weight: bold;
	width: 223px;
	background: #fff;
	border: 1px solid #ccc;
	top: 76px;
	left: 0px;
	z-index: 6;
	line-height: 18px;
}

.mapsWrap3 {
	width: 225px;
	height: 80px;
	position: relative;
	z-index: 1;
}

.mapsSub3 {
	position: relative;
	z-index: 2;
}

div.mapsSub3 a span {
	display: none;
}

div.mapsSub3 a:hover span {
	display: block;
	position: absolute;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #263540;
	text-decoration: none;
	font-weight: bold;
	width: 223px;
	background: #fff;
	border: 1px solid #ccc;
	top: 76px;
	left: 0px;
	z-index: 3;
	line-height: 18px;
}

h2.faq {
	background-color: #4F91CD;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
}

.borderBox {
	border: 1px solid #0060AE;
	background: #F9FBFF;
	padding: 20px;
}

.borderBox2 {
	border: 1px solid #0060AE;
	background: #F9FBFF;
	padding: 0 20px 20px 20px;
}

.borderBox2 td {
	* padding: 0 20px 20px 20px;
}

.realtorBox {
	border: 1px solid #0060AE;
	background: none repeat scroll 0 0 #F9FBFF;
	padding: 20px;
}

.realtorHeader a:link, .realtorHeader a:visited {
    color: #FFFFFF;
    text-align: center;
	text-decoration: none;
	font-size: 14px;
}

.realtorHeader a:hover, .realtorHeader a:active {
    color: #FFFFFF;
    text-align: center;
	text-decoration: underline;
	font-size: 14px;
}

h2.realtorHeader {
	background-color: #4F91CD;
    border: 1px solid #78ACDB;
    color: #FFFFFF;
    padding: 5px 5px 5px 10px;
    text-align: center;
	margin: 0 0 15px 0;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
}

.realtorLine {
	width: 4%;
	margin: 0 auto;
	background: url(/images/realtor-line.gif) top center repeat-y;
}

.realtorData {
	padding-bottom: 15px;
	overflow: hidden;
}

.realtorData img {
	float: left;
}

.realtorTitle {
	font-size: 16px;
	font-weight: bold;
}

/* Season Calendar */

.seasonCalTable {
	background: none repeat scroll 0 0 #F9FBFF;
    border: 1px solid #0060AE;
    overflow: hidden;
    padding: 20px;
    width: 820px;
	margin: 0 auto;
}

.seasonCalInnerTable {
    overflow: hidden;
	padding: 5px;
}

.seasonCalMonth {
	background: #555b59;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.seasonCalHeader {
	background: #7c8280;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.seasonCalDataLow {
	background: #fef989;
	color: #000;
	text-align: center;
	padding: 5px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #236e8e;
}

.seasonCalDataSpring {
	background: #fdcf7a;
	color: #000;
	text-align: center;
	padding: 5px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ffa500;
}

.seasonCalDataMid {
	background: #6dc6e8;
	color: #000;
	text-align: center;
	padding: 5px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #236e8e;
}

.seasonCalDataPeak {
	background: #fabef0;
	color: #000;
	text-align: center;
	padding: 5px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cf4986;
}

.seasonCalLegend {
	background: none repeat scroll 0 0 #F9FBFF;
    border: 1px solid #0060AE;
    overflow: hidden;
    padding: 10px;
	margin: 20px auto;
	width: 820px;
	margin: 20px auto;
}

.seasonCalLegendData {
	color: #000;
	text-align: center;
	padding: 5px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
}

/* Buying and Selling page styles */

.buyingTable {
	padding: 0 10px;
}

.buyingTableInt {
	padding: 10px;
	border: 1px solid #ccc;
}

.buyingTableHead {
	font-weight: bold;
	background: #60c6bb;
	color: #fff;
	padding: 5px;
}

.buyingTableData {
	padding: 5px 0 10px 10px;
	font-weight: normal;
	line-height: 18px;
	color: #263540;
}

.buyingTableData a:link, .buyingTableData a:visited {
	color: #6c757c;
	text-decoration: underline;
}

.buyingTableData a:hover, .buyingTableData a:active {
	color: #263540;
	text-decoration: underline;
}

/* Universal Styles */
#container {
	background: #fff url(/images/bkgd-content.jpg) center top repeat-y;
	width: 996px;
	margin: 26px auto 0 auto;
	position: relative;
}

#logo {
	width: 125px;
	height: 155px;
	position: absolute;
	top: -22px;
	left: -19px;
	z-index: 1000;
}

#header {
	width: 875px;
	height: 65px;
	background: #fff;
	margin-left: 101px;
}

#siteSearch {
	float: right;
	width: 335px;
	text-align:right;
	margin-top: 15px;
	margin-right: 15px;
}

#socialMediaTop {
	float: right;
	margin-top: 8px;
	margin-right: 26px;
}

#navigation {
	width: 940px;
	height: 45px;
	background: #fff;
	margin: 0 0 0 9px;
}

#navContain{
	width: 943px;
	height: 45px;
	background: #fff;
	position: relative;
	z-index:2;
}

#footerTop {
	width: 662px;
	height: 195px;
	background: #00529b;
	border-top: 5px solid #5fc5ba;
	margin-left: 20px;
	position: relative;
	padding-top: 8px;
	padding-right: 294px;
	z-index: 1;
}

#footerTop p{
	font-size:11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 17px;
	color: #fff;
	font-weight: bold;
}

.seo{
	list-style-type: none;
	margin: 0px;
	padding: 4px 0 0 31px;
	height: 25px;
	width: 650px;
}

#weatherStamp {
	width: 293px;
	height: 41px;
	background: #5fc5ba url(/images/bkgd-weather.jpg) center top no-repeat;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	right: 0px;
	top:-5px;
	position: absolute;
	padding-left: 17px;
	padding-top: 15px;
}

#weatherStamp a:link, #weatherStamp a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00529b;
	font-weight: normal;
	text-decoration: none;
	float: left;
	margin-left: 203px;
	margin-top: -5px;
}

#weatherStamp a:hover, #weatherStamp a:active {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	float: left;
	margin-left: 203px;
	margin-top: -5px;
}

#footerCopyright {
	width: 330px;
	height: 153px;
	top: 55px;
	right: 0px;
	position: absolute;
}

#footerCopyright p {
	text-align: right;
	color: #fff;
	font-size:9px;
	font-weight: normal;
	padding: 10px 12px 0 0;
	line-height: 14px;
	letter-spacing: -.03em;
}

#footerBottom {
	width: 956px;
	height: 123px;
	background: url(/images/bkgd-footer.jpg) center top no-repeat;
	padding-left: 40px;
	padding-top: 22px;
}

#footerBottom p {
	font-size:11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footerBottom img {
	padding-right: 20px;
}

.footerBottomLinks a:link, .footerBottomLinks a:visited {
	font-size:11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #263540;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
}

.footerBottomLinks a:hover, .footerBottomLinks a:active {
	font-size:11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-decoration:none;
	cursor: default;
}

#footerBottomLink {
	width: 295px;
}

div#footerBottomLink a span {
	display: none;
}

div#footerBottomLink a:hover span {
	display: block;
	width: 120px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #263540;
	text-decoration: none;
	font-weight: normal;
	float: right;
}

#socialMedia {
	width: 330px;
	height:47px;
}

.socialIcon {
	margin: 12px 12px 0 0;
	padding: 0;
	float: right;
}

.searchButton {
	background: #4f91cd;
	border:1px solid #747474;
	color:#FFFFFF;
	font:bold 10px Verdana,Arial,Helvetica,sans-serif;
	height:20px;
	text-align: center;
	width:50px;
}

* html div#page2noTop { 
   height: expression( this.scrollHeight < 11 ? "10px" : "auto" ); /* sets min-height for IE */
}

#page2noTop {
	min-height: 10px;
	display: block;
}

.calendar p {
	margin: 0px;
	padding: 0px;
}

/* Ownernet Styles */
table.ownernetNav {
	background: #4f91cd;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.owner {
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.owner a:link, .owner a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.owner a:hover, .owner a:active {
	font-size: 10px;
	color: #5fc5ba;
	text-decoration: underline;
	outline: none;
}

.address {
	padding-left: 25px;
	padding-top: 15px;
	font-size: 11px;
}

body.MainContent-owner {
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 20px;
}

.ownresreporttable { 
	background-color: #B5D9FA;
    border: 1px solid #4F91CD;
    padding: 1px;
    width: 100%;
}

.ownresreporttable2 { 
	width: 50%;
	background-color: #fff; 
	padding: 0px;
	margin: 0px auto;
	border: 1px solid #7d7e7a;
}

.ownresreportheader 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	background-color: #4f91cd;
	text-align: center;
}

.ownresreportmonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	background-color: #4f91cd;
	text-align: center;
	border: 1px solid #b5d9fa;
}
.ownresreportcell {
	background-color: #FFFFFF;
	border: 1px solid #b5d9fa;
    color: #003366;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 2px;
    text-align: center;
    text-indent: 0;
}

.button {
    background: none repeat scroll 0 0 #4F91CD;
    border: 1px solid #6B7B8B;
    color: #FFFFFF;
    cursor: pointer;
    height: 26px;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
	padding: 3px 5px;
}

th {
	font-size: 12px;
}

.vendortable	{ 
	width: 600px;
	background-color: #fcf8ee; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #e3d0a4;
}
.vendorhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #003265;
	padding: 3px;
	background-color: #e3d0a4;
}
.vendorspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #9b6d27;
	background-color: #fcf8ee;
	padding: 1px 5px 1px 5px;

}
.vendordescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003265;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e3d0a4;

}
.vendorlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #9b6d27;

}

.conciergetable {
	width: 100%;
	background: #747474;
	margin: 5px 0;
}

.conciergehead {
	background: #4f91cd;
	padding: 5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin: 0;
	color: #fff;
}

.conciergespecs {
	background: #fff;
	padding: 10px 5px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin: 2px 0 0 0;
}

.tollfree {
	font-size: 18px;
	color: #0e2b89;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	padding-left: 20px;
}

/* The Calendar page */
/* 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: #2269a9; text-decoration: none}
.cal-dlink:visited { background: transparent; color: #2269a9; text-decoration: none}
.cal-dlink:hover   { background: transparent; color: #2269a9; 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: #04559a;border-right-color: #04559a;border-bottom-color: #04559a;	border-left-color: #04559a;}
	
/* This sets the calendar back */
.cal-back {
	font-family: "Arial", Times, serif;font-size: 12px;background-color: #2269a9;}
	
/* 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: #d1b3b6;
	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: #e0e0e0;
	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: #e0e0e0;}

/*This sets the calender year Next box */
.cal-year-next {
font-family: "Arial", verdana, san-serif;font-size: 12px;color: #000000;background-color: #e0e0e0;
	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: #e0e0e0;
	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: #77aede;
	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: #3878b1;border-left-color: #78acdb;border-top-color: #78acdb; border-right-color: #3878b1;
}

/*This sets the calender month next box */
.cal-month-next {
	font-family: "Arial", verdana, san-serif;font-size: 12px;color: #000000;background-color: #e0e0e0;
	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: #e8e8e8;
	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: #95a3b0;border-left-color: #ffffff;border-top-color: #ffffff; border-right-color: #ffffff;
}

/*This sets day of the week rest*/
.cal-day-rest {
	font-family: Arial, verdana, san-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e8e8e8;
	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: #95a3b0;border-left-color: #ffffff;border-top-color: #ffffff; border-right-color: #ffffff;
}


/*This sets days available*/
.cal-days-avail {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #feffbb;
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}

/*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: #efc8cc;
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}

/*This sets days booked*/
.cal-days-booked {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #b2d2ee;
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}

/*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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}
.calendarhead {
	background-color: #2a5690;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
.calendarday {
	color: #2a5690;
	background-color: #A2BCDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
.offseason {
	color: #015ba7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffff;
	padding-bottom: 8px;
}
 
.lowseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #77abdb;
	padding-bottom: 8px;
}
 
.midseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #7e96ac;
	padding-bottom: 8px;
}
 
.highseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #ac757b;
	padding-bottom: 8px;
}
 
.peakseason {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #e2031c;
	padding-bottom: 8px;
}

/* The OwnerNet Calendar days */

 .cal-days-CO {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #f1b496;
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}
 .cal-days-O {
        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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}
 .cal-days-G {
        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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}
 .cal-days-ZB {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #d2b48c;
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
} 
.cal-days-HS {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #33cc99;
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
} 
.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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
} 
.cal-days-C {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #c3b0e2;
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
} 
.cal-days-CR {
	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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}
.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: #95a3b0;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #95a3b0;
}

.ownstatisticsheader {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	line-height: normal;
	color: #003366;
	padding: 0px;
	background-color: #e4eafd;
	border: 1px solid #4f91cd;
	padding: 2px;
}
.ownstatisticscell {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	text-align: right;
	line-height: normal;
	color: #003366;
	background-color: #ffffff;
	border: 1px solid #4f91cd;
	padding: 2px;
}

.ownstatisticscellShade {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	text-align: right;
	line-height: normal;
	color: #003366;
	padding: 0px;
	background-color: #e4eafd;
	border: 1px solid #4f91cd;
	padding: 2px;
}
                
.ownstatisticstable	{ 
	width: 100%;
	padding: 1px;
	border: 1px solid #4f91cd;
	background-color: #b5d9fa;
}

.ownercalForm {
	font-size: 11px;
}

/*sales quick search styles*/
#qsSales{
float:left; 
height: 226px;
width:258px;
background:#e4eafd;
margin:2px 0 0 0;
}
.qsSalesInput{
width:120px;
}

.weatherBulletins {
	width: 700px;
	border: 1px solid #0060AE;
	padding: 15px 20px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	background: #F9FBFF;
}

.weatherBulletins p {
	margin: 0;
}

.weatherBulletins th {
	text-align: right;
}

.severeWeather {
	padding-top: 0;
	padding-bottom: 25px;
	float: right;
}

.severeWeather a:link, .severeWeather a:visited {
	color: red;
	font-size: 16px;
	text-decoration: underline;
}

.severeWeather a:hover, .severeWeather a:active {
	color: red;
	font-size: 16px;
	text-decoration: none;
}

.largeLink a:link, .largeLink a:visited {
	font-size: 18px;
	color: #5fc5ba;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: underline;
}

.largeLink a:hover, .largeLink a:active {
	font-size: 18px;
	color: #5fc5ba;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
}
