///////////////////////////////////
/*
// 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0px;
}

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

body.page-background {
	background: #1062B9;
	/*margin: 0px 10px 10px 10px;*/
	background-image: url(/images/dunes-greatbeach-background.gif);
	background-repeat: repeat;
}

/* Body for Print Page */

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

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

/* Sitewide Link Style */

A:link {
	font-weight: bold;
	text-decoration: underline;
	color: #045888;
}

A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #045888;
}

A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #00c1fd;
}

A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #045888;
}


/* Footer Links Style */


.footerlinks {
	font-family: Arial, Helvetica, sans-serif;

	color: #045888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A:link.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #045888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
A:hover.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #00c1fd;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

A:visited.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #045888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

A:active.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #045888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
} 

.footerlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #045888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.footerlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00c1fd;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.footerlinks a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #045888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.footerlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #045888;
	font-size: 11px;
	font-weight: bold;
	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: 16px;
	color: #4688BF;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h2 {
	font-size: 12px;
	color: #0055A6;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding-left: 0px;
}

h3 {
	font-size: 12px;
	color: #B03D06;
	font-weight: bold;
}

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

h5 {
	font-size: 12px;
	color: #B03D06;
	font-weight: bold;
	margin: 5px 0px 5px 30px;
}

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

.alert {
	color: #703403;
	font-weight: bold;
	}
.fineprint {
	font-weight: normal;
	font-size: 9px;
	}

/* STANDARD BODY TAG FORMATTING */

p {
	color: #2C5072;
	margin: 15px 0px 15px 0px;
}

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

li {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0055A6;
	padding: 5px 35px 5px 5px;
}

table{
} tr{} td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C5072;
	padding: 5;
/*	background-color: transaprent;*/
} th{} strong{} b{} i{} ol{} ul{}

.subheads {
	font-size: 13px;
	color: #B03D06;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	line-height: normal;
}

.sub_subheads {
	font-size: 11px;
	color: #0055A6;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	line-height: normal;
}

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


#container {
	text-align: center;
	width:100%;
	z-index: 1;
	line-height: normal;
}

#layout {
	width:1000px;
	margin:0 auto;
	text-align: center;
	line-height: normal;
	height: 100%;
  }
  
  #content {
	background:#FFF url(images/dunes-greatbeach-home-back.jpg) no-repeat top left;
	width:1000px;
position: relative;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding-left: 0px;
	height: 100%;
	line-height: normal;
  }
   #page {
	background-color:transparent;
	width:1000px;
	position: relative;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding-left: 0px;
	height: 100%;
	background-image: url(images/dunes-greatbeach-page-back2.jpg);
	background-repeat: repeat;
	background-position: left top;
	line-height: normal;
  }
 
  
#phone-home
{
	color:#924E0F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left:80px;
	padding-top:0px;
	font-style: normal;
	}  
  
  
#phone
{
	color:#924E0F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left:43px;
	padding-top:0px;
	font-style: normal;
	}
  
 #header{
	width:763px;
	float: left;
	z-index: 0;
	position: relative;
	clear: left;
	height: 279px;
}

 #pageheader{
	width:763px;
	z-index: 0;
	position: relative;
	height: 175px;
	float: left;
}

 #menu {
	width:215px;
	margin: 0px 0px 18px 0px;
	padding: 0;
	text-align: left;
	position: relative;
	background-color: transparent;
	z-index: 5;
	clear: both;
	float: left;
} 

 #menuOwnernet {
	width:237px;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	background-color: transparent;
	z-index: 5;
	clear: both;
	float: left;
	background-image: url(/images/ownernet-nav-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 709px;
}

#ownernethead {
padding:0px;
margin:0px;
border:0px;
text-align:left;
}
.owner {
	padding: 65px 0px 0px 0px;
	height: 100%;
	min-height: 650px;
}

 #menuhome {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 30px;
	z-index: 5;
	position: relative;
	background-color: #97A1A1;
	clear: both;
	float: left;
}
#noscript{
	z-index:2;
	position: absolute;
	visibility: visible;
} 


#leftcolumn	{
	width:237px;
	/*height:590px;*/
	height:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	color:#2C5072;
	text-decoration:none;
	margin-top: 0px;
	line-height: normal;
	background-color: transparent;
	text-align: left;
	clear: both;
	z-index: 5;
}

#leftcolumn p	{
	font-size:12px;
	padding-left:0px;
	padding-top:0;
	margin:0 auto;
	color:#2C5072;
	padding-right: 0px;
	line-height: normal;
	text-align: left;
}


#googlesearch {
	width:215px;
	text-align: left;
	padding: 0px 0px 22px 5px;
}

#leftpagecolumn	{
	width:179px;
	font-family:Arial, Helvetica, sans-serif;
	left:18px;
	background-color:#FFFFFF;
	color:#2C5072;
	text-decoration:none;
	margin-top: 0px;
	/*position: relative;*/
	float: left;
	line-height: normal;
}
#leftpagecolumn ul	{ 
	margin-left:0px;
	padding-top:45px;
	padding-right:5px;
	list-style:none;
}
#leftpagecolumn li	{ 
	font-size:75%;
	padding-top:5px;
	padding-bottom:0;
	padding-left:14px;
	margin-left:30px;
}
#leftpagecolumn p	{
	font-size:12px;
	padding-left:20px;
	padding-top:0;
	margin:0 auto;
	color:#2C5072;
	padding-right: 20px;
	line-height: normal;
}
#leftpagecolumn a:link	{ 
	color: #045888;
	text-decoration:underline;
}
#leftpagecolumn a:hover	{ 
	color: #2C5072;
	border-bottom:1px dotted #660000;
	text-decoration:underline;
}
#leftpagecolumn a:visited	{ 
	color: #2C5072;
	text-decoration:underline;
}

#weather, #weatherHome {
	width:237px;
	padding:10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
	clear: both;
	text-align: center;
	background-image: url(/images/dunes-greatbeach-weather.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#weatherHome{
background-image: url(/images/weather.jpg);
background-position: center bottom;
}


#sidelinks {
	width:200px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
	text-align: center;
	
	border:0;
	color: #006bb7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height: normal;
	background-color: transparent;

}

#rightcolumn {
	width:763px;
	height:100%;
	float:left;
	position: relative;
	text-align: left;
	clear: right;
}



#rightcolumn h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4688BF;
	border-bottom: solid #014A81 1px;
	width: 95%;
	line-height: normal;
	text-align: left;
	margin-left: 0px;
	padding-left: 20px;
}
	#rightcolumn h2 {
	font-size: 12px;
	color: #0055A6;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding-left: 20px;
}
#rightcolumn p	{
	padding-left:20px;
	padding-right:70px;
	color: #2C5072;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height: normal;
	text-align: left;
}
#rightcolumn a:link	{ 
	color: #045888;
	text-decoration:underline;
}
#rightcolumn a:hover	{ 
	color: #2C5072;
	text-decoration:underline;
}
/*#rightcolumn a:visited	{ 
	color: #2C5072;
	text-decoration:underline;
}
*/

#rightcolumn_page {
	width:738px;
	height:100%;
	float:left;
	position: relative;
	text-align: left;
	padding-right: 25px;
}

#rightcolumn_page h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4688BF;
	border-bottom: solid #014A81 1px;
	width: 100%;
	line-height: normal;
	text-align: left;
	margin-left: 0px;
}


	#rightcolumn_page h2 {
	font-size: 14px;
	color: #0055A6;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding-left: 0px;
}
#rightcolumn_page p	{
	padding-left:0px;
	padding-right:0px;
	color: #2C5072;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height: normal;
}


.content-table{
	background-color: #D9F6FF;
	border: solid #98DFF6 1px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content-td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C5072;
	line-height: normal;
	border: solid #98DFF6 1px;
	padding: 5px 5px 5px 5px;
}


.rightcolumn-td{
	background-color:#def9e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C5072;
	line-height: normal;
	border: solid #98DFF6 1px;
	padding: 5px 5px 5px 5px;
}


#footerSEOlinks{
	text-align:center;
	margin:0 auto;
	padding:10px 0px 5px 0px;
	border:0;
	width:1000px;
	color: #006bb7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	line-height: normal;
	background-color: transparent;
}


 #footer{
	/*	width:951px;
*/	text-align:center;
	margin:10px auto 0 auto;
	padding:0px 0px 0px 0px;
	border:0;
	width:1000px;
	float: left;
	position: relative;
	clear: both;
	color: #006bb7;
	background-color: transparent;
}
 #footerPage{
	/*	width:951px;
*/	text-align:center;
	margin:50px auto 0 auto;
	padding:0px 0px 0px 0px;
	border:0;
	width:1000px;
	float: left;
	position: relative;
	clear: both;
	color: #006bb7;
	background-color: transparent;
}

.footerhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2C5072;
	text-align: left;
	width: 1000px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #045888;
	text-align: left;
	height: 67px;
	width: 1000px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

#footerleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2C5072;
	text-align: center;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.footertop {
	border-bottom: solid #045888 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #045888;
	text-align: left;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	vertical-align: middle;
	line-height: 13px;
}

#footercredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #2C5072;
	text-align: center;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: normal;
	padding-top: 10px;
	background-color: #98DFF6;
}

.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #014473;
	text-align: center;
	padding:0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: top;
	line-height: normal;
}

.footerSEObrackets {
	color:#2C5072;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding-top: 8px;
	padding-left: 0px;
	text-decoration: underline;
}

.footerSEO {
	color:#2C5072;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}
.bullet {
	color:#045888;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}

A:link.footerSEO {
	color:#006bb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration:none;
}
A:visited.footerSEO {
	color:#006bb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration:none;
}


A:hover.footerSEO {
	color:#00c1fd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration:underline;
}
A:active.footerSEO {
	color:#006bb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration:none;
}



.header-image{
width:1000px;
height:168px;
}

.home-header-image{
background-position: left top;
background-repeat: no-repeat;
width:1000px;
height:168px;
}


.mainTable {
	width: 800px;
	padding: 5px 5px 5px 5px;
	background-color:#E5DECD;
	text-align: left;
	color: #2C5072;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	border: solid #045888 1px;
	line-height: normal;
}

.mainContent {
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 950px;
	}
.mainContentPage {
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 10px;
	padding-bottom: 20px;
	height: 400px;

	}
	
	.mainTableHome {
	width: 600px;
	padding: 0px 0px 0px 0px;
	background-color:#E5DECD;
	border-left: solid #045888 1px;
	border-right: solid #045888 1px;
	text-align: center;
}	
.mainContentHome {
	background-color: #E5DECD;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 100%;
	}
.mainContentHomeText {
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom:0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #2C5072;
	width: 250px;
	line-height: 20px;
	min-height:225px;
	height: 225px;
	}

.page {
	text-align: left;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: solid #629EDF 1px;
}

#mailingList{
margin:0;
width:233px;
height:85px;
background:url(/images/email-list.gif) no-repeat center;
float:left;
padding:0;
}
#mailingList table{
margin:15px auto 0 auto;
width:200px;
}
#vesignbox{
}
.emailCapture{
margin:0 0 0 20px;
width:180px;
}
.CalloutsMain {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 900px;
	}
.Callouts1text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
	} 
	
.Callouts1menustext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 4px;
	text-align: left;
	} 
	
.Callouts1menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #014473;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	margin-left: 0px;
	} 
.Callouts2text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C5072;
	padding-left:20px;
	padding-right:20px;
	vertical-align: top;
	width: 620px;
	text-align: left;
	line-height: 13px;
	padding-top: 0px;
	}
#Callout1 {
	float: left;
	position: relative;
	clear:both;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	height: 128px;
	width:394px;
	text-align: left;
	background-image: url(/images/dunes-greatbeach-quicksearch-back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 0px 20px;
	vertical-align: top;
	background-color: transparent;
	}
	
#Callout1 a:link {
color:#FFF;
	}	
#Callout1 a:hover {
color:#00c1fd;
	}
#Callout1 a:visited {
color:#FFF;
	}		
#Callout1 a:active {
color:#FFF;
	}		
	
	
#Callout2 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 61px;
	width:251px;
	text-align: left;
	float: left;
	position: relative;
	}
#Callout3 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 67px;
	width:251px;
	text-align: left;
	float: left;
	position: relative;
	}
	
.Callouts1Bottom {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 301px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 187px;
	}	
.Callouts2Bottom {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 242px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 187px;
	}
.Callouts3Bottom {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 237px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 187px;
	}
.mainContentProp {
	background-color:#ffffff;
	padding-top:15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	}

.photo-right {
	background-image: url(/images/dunes-greatbeach-background.gif);
	background-position: top left;
	background-repeat: repeat;
	border: #014A81 solid 1px;
	text-align: right;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 25px;
}

.photo-left {
	background-image: url(/images/dunes-greatbeach-background.gif);
	background-position: top left;
	background-repeat: repeat;
	border: #014A81 solid 1px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 0px 15px 5px 0px;
}

.iframe {
	border: #014A81 1px;
}


/*For QuickSearch*/

body.qsrch{
	/*background-image:url(/images/qsrch-bg.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	background-color:transparent;
	height: 187px;
	color: #FFF;
}

.qsrch-items{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-right: 5px;
}

.qsrch-items A:link{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;

}
.qsrch-items A:hover{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;

}

.qsrch-formitems{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	padding: 0px 0px 0px 0px;
}

.qsrchfield{
	width:125px;
}

.qsrchfield-sm{
	width:54px;
}

/*For the Page Content Area*/


#ownernet-pagecontent {
	width:775px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	position: relative;
	float: left;
	padding-left: 50px;
	padding-bottom: 20px;
	line-height: normal;
	padding-top: 10px;
	background-image: url(/images/page-background2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EDEAE3;
	clear: both;
	min-height:400px;
	height:100%;
	padding-right: 10px;
}
#pagecontent {
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	position: relative;
	float: left;
	line-height: normal;
	background-image: url(/images/dunes-greatbeach-page-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	clear: both;
	height:100%;
}

/*#pagecontent h1	{
	padding-top:10px;
	color:#045888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: left;
	width: 850px;
	line-height: normal;
	border-bottom: solid #045888 1px;
}
#pagecontent p	{
	padding-left:0px;
	padding-right:15px;
	color: #2C5072;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align: left;
	line-height: normal;
}*/

#search {
background-color:#FFFFFF;
width:780px;
}

#cse-search-results {
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom: 20px;
	line-height: normal;
	background-color: #FFF;
	border:solid #D2D0BC 1px;
	color:#045888;
}

#cse-search-results a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: normal;
	background-color: #FFF;
	border:solid #D2D0BC 1px;
	color:#045888;
}


/* ***** 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, submit {
	color: #045888;
	font: normal 10px Arial, Helvetica, sans-serif;
	border: 0px solid;
	border-color: #358FDD;
	text-indent: 2px;
	background-color: #DFF6FE;
	padding: 2px;
}


input, textarea, select {
	color: #045888;
	font: normal 10px Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #358FDD;
	text-indent: 2px;
	background-color: #DFF6FE;
	padding: 2px;
}

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

input.button {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border: solid 0px #98DFF6;
	text-indent: 0px;
	background: transparent;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: normal;
	background-image: url(/images/buttonback2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width:124px;
}

input.button_alt {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	text-indent: 0px;
	background: #FFF;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: normal;
}


.button {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	text-indent: 0px;
	background: tranparent;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: normal;


/*border: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;*/
}

.searchbutton {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border: solid 0px #98DFF6;
	text-indent: 0px;
	background: #FFF;
	padding: 0px 3px 0px 3px;
	text-align: center;
	height: 18px;
	line-height: normal;
	background-image: url(/images/buttonbacksearch.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.quicksearchbuttons, .vesignupbutton {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #98DFF6;
	text-indent: 0px;
	background: #0055A6;
	padding: 0px 3px 0px 3px;
	text-align: center;
	height: 18px;
	line-height: normal;
}




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

input.clear {
	color: #045888;
	border: solid #358FDD 1px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

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

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

.buttonbarcell {
color:FFF;
	font-size: 14px;
	text-align: center;
	padding: 4px 15px 4px 15px;
	background-repeat: no-repeat;
	background-position: center top;
}

A:link.buttonbarlink {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration:none;
}
A:visited.buttonbarlink {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration:none;
}


A:hover.buttonbarlink {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration:underline;
}
A:active.buttonbarlink {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	text-decoration: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;
}

/*Ajax Claendar*/

.ajaxcalendarContainer {
	width: 320px;
	border: solid #0055A6 1px;
	margin-bottom: 8px;
	background-color: #e3effb;
}

.ajaxcalendarContainerTD {
	width: 150px;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	background-color: #e3effb;
}

.ajaxcalendarTable {
	width: 150px;
	border: 0px;
	background-color: #e3effb;
}

.ajaxcalendarTD {
	width: 150px;
	text-align: left;
	vertical-align: top;
	background-color: #e3effb;
}

.ajaxpickmonthTable {
	width: 150px;
	background: #d7e8ea;
	margin-top: 6px;
	border: 0px;
	margin-left: 5px;
}

.ajaxpickmonthTD {
	text-align: center;
	padding: 6px;
	border: solid 1px #0d6267; 
}

.ajaxarrivalTD {
	text-align: left;
	vertical-align: top;
	padding: 8px;
	width: 170px;
}

.ajaxarrivalTable {
	border: 0px;
	width: 170px;
}

.arrival {
	padding-bottom: 3px;
}

.departure {
	padding-bottom: 3px;
}

.ajaxbuttonsTD {
	padding-top: 8px;
	padding-bottom: 9px;
}

.ajaxdepartureTD {
	padding-left: 3px; 
	padding-bottom: 2px;
}

.ajaxresetdates {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
}

.ajaxbuttonsTable {
	margin-top:8px;
	height: 113px;
	width: 150px;
	border: 0px;
}

input.ajaxbutton {
	color: #FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	border: 0;
	text-indent: 2px;
	background: #1b569c url(images/buttonback.jpg) no-repeat top left;
	padding: 2px;
	width: 135px;
	height: 37px;
}

a:link.siteplanlink, a:visited.siteplanlink {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #095c62;
}

a:hover.siteplanlink, a:active.siteplanlink {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #045888;
}
