@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image:url(http://grandstrandvacationsandrentals.com/images/header-backgroundsliver.jpg);
	background-repeat:repeat-x;
	background-color:#d7b06d;
	height: 100%;
}

.home #wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*background-image:url(../images/footer-background.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;*/
}

.home #container {
	width: 1026px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 550px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.home #header {
	background: none;
	background-image:url(http://grandstrandvacationsandrentals.com/images/topBarWaves.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding: 0 0 0 0;  /* 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. */
	height: 125px;
	position:relative;
}
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

*html .home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0;
	position:relative;
}


.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0;
	position:relative;
}




.home #mainContent .bookNowWindow {
	padding: 10px 20px 30px 20px; 
	width: 753px;
}

.home #mainContentBody {
	margin: 0;
	padding: 0 20px 0 20px;
	position:relative;
}

*html .home #mainContentBodyLeft {
	width: 453px;
	margin: 0;
	padding: 0 15px 0 10px;
	border-right:#e3d8a7 solid 1px;
	float:left;
	position: relative;
}

.home #mainContentBodyLeft {
	width: 463px;
	margin: 0;
	padding: 0 15px 0 10px;
	border-right:#e3d8a7 solid 1px;
	float:left;
	position: relative;
}

*html .home #mainContentBodyRight {
	margin: 0 0 0 500px;
	padding: 0 0 0 10px; 
	width: 220px;
	min-height: 300px;
	position:relative;
}

.home #mainContentBodyRight {
	margin: 0 0 0 510px;
	padding: 0 0 0 10px; 
	width: 220px;
	min-height: 300px;
	position: relative;
}

*html .home #mainContentFullWindow {
	width: 700px;
	margin: 0;
	padding: 0 10px 0 20px;
}

.home #mainContentFullWindow {
	width: 700px;
	margin: 0;
	padding: 0 20px 0 20px;
}


/* Background colors */

.greenBackground {
	background-color:#4ea525;
}
.blueBackground {
	background-color:#134e70
}

.blueBackground h1 {
	font-size: 22px;
	line-height: 24px;
}

.lightBlueBackground {
	background-color:#5bb7de;
}


.home #navBar {
	position:relative;
	bottom: 0;
	right:0;
	float: right;
	margin: -50px 0 0 0;
	padding: 10px 0 0 20px;
	width: 793px;
	height:40px;
	background-image:url(http://grandstrandvacationsandrentals.com/images/navBar-Background.png);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index: 125;
}
.home #navBar ul {
	padding: 0;
	margin: 0;
}
.home #navBar li {
	list-style:none;
	float:left;
	color:#FFF;
	font-size:14px;
	display: block;
	
	border-right: #439fd0 solid 1px;
}
.home #navBar li a {
	list-style:none;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display: block;
	margin: 5px 0 0 0;
	padding: 0px 16px 5px 16px;
}
.home #navBar .navButNoLine {
	border-right:none;
}
/* Navbar */


.mainImageBox {
	border:#e3d8a7 solid 1px; 
	width:100%; 
	height: 200px; 
	margin: 0 0 20px -6px; 
	padding:5px;
	z-index: 60;
}


.mainImageBox h1 {
	text-align:center; 
	margin: 25px 0 10px 0; 
	padding:0; 
	font-style:italic;
	font-weight: normal;
	color:#FFF; 
	font-size: 22px; 
	line-height: 24px;
	letter-spacing: -1px;
}

.mainImageBox h5 {
	font-family:Georgia, 'Times New Roman', Times, serif; font-size:14px;  text-align:center; padding: 0; margin:0;text-shadow: rgba(0,0,0,.2) 1px 2px 5px; color:#f1e6b1
}

.mainImageBox .phoneNumber {
	font-family:Georgia, 'Times New Roman', Times, serif; font-size:22px; font-weight: bold;  text-align:center; padding:0; margin:0;text-shadow: rgba(0,0,0,.2) 1px 2px 5px; color:#f1e6b1
}


.mainImageBox .blueText {
	color: #00407D;
}


.imageBorder {
	border:#e3d8a7 solid 1px; 
	padding:4px;	
}


#nav, #nav ul {
	width:820px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	float: left;
	list-style: none;
	background: white;
	padding: 0;
	margin: 0;
	z-index:101;
	height:41px;
}
#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding:0;
}
.home #navBar a.daddy {
	background: url(menu_images/submenu-on.gif) center right no-repeat;
	font-size:11px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1em;
	margin:0;
}
.home #navBar a.lowerlevel {
	font-size:11px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1em;
	margin:0;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0;
}
.home #navBar li ul {
	background-color:#00407D;
	position: absolute;
	left: -999em;
	height: auto;
	width:14em;
	w\idth: 14em;
	font-weight: normal;
	line-height: 13px;
	/*border-width: 0.25em;*/
	margin: 0;
}
.home #navBar li li {
	border-top:#00478a 1px solid;
	border-bottom:#003261 1px solid;
	padding-right: 0em;
	margin: 0;
	padding:2px 0 2px 0;
	width: 14em;
}
.home #navBar li ul a {
	margin:0;
	line-height: 13px;
	width: 14em;
	w\idth: 14em;
}
.home #navBar li ul ul {
	line-height: 13px;
	margin: -1.9em 14em;
}
.home #navBar li:hover ul ul, .home #navBar li:hover ul ul ul, .home #navBar li.sfhover ul ul, .home #navBar li.sfhover ul ul ul {
	color:#FFFFFF;
	left: -999em;
}
.home #navBar li:hover ul, .home #navBar li li:hover ul, .home #navBar li li li:hover ul, .home #navBar li.sfhover ul, .home #navBar li li.sfhover ul, .home #navBar li li li.sfhover ul {
	color:#FFFFFF;
	left: auto;
}
.home #navBar li:hover, .home #navBar li.sfhover {
	color:#FFFFFF;
	background: #0572c3;
}

#specialsButNU {
	background-image:url(http://grandstrandvacationsandrentals.com/images/shimmerBackground.jpg);
	background-position:-122px 0;
	background-repeat:no-repeat;
}


.OwnersButton {
	background-image:url(http://grandstrandvacationsandrentals.com/images/ownersButtonBack.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 140px;
	height: 20px;
	overflow:hidden;
	margin:0 20px 0 0;
	padding: 10px 0 0 0;
	float:right;
	color:#FFF;
	font-size:14px;
	text-align:center;
	display: block;
}

.OwnersButton a {
	text-decoration: none;
	color: #FFFFFF;
}

.home #footerContainer {
	width:100%; 
	height: 192px;
	min-height: 192px;
	background-image:url(../images/footer-background.jpg); 
	background-repeat:repeat-y; 
	background-position:top;
}


.home #footer {
	
	background-image:url(http://grandstrandvacationsandrentals.com/images/whiteBackground-bottom.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding: 15px 0 0 0; 
	width: 1026px; 
	margin: 0 auto; 
	text-align:left;
}
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.home #footer .footerLeft {
	float:left; 
	width:215px;
	padding: 20px 0 0 0;
}

.home #footer .footerRight
{
	padding: 15px 0 0 30px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	margin: 0 0 0 218px;
}

.home #footer .footerCenter
{
	text-align:center;
	padding: 15px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	margin: 0 0 0 218px;
}

.footerRight ul
{
	margin: 0;
	padding: 0;
	float:left;
	margin: 0 30px 0 0;
}

.footerRight li {
	list-style:none;
	color:#69aaba;
	font-size:11px;
	line-height: 18px;
}

.footerRight li a {
	list-style:none;
	color:#69aaba;
	font-size:11px;
	line-height: 18px;
	text-decoration:none;
}

.footerRight h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin: 0 ;
	padding: 0;
	color: #69aaba;
}

.footerRight h2 a {
	color: #69aaba;
}


.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;
}

.blueText {
	color: #69aaba;
}

*html h1, h2 {
	letter-spacing: -1px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #14739c;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #14739c;
}

h2 a {
	color: #14739c;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #14739c;
}



#phoneAndLinks {
	position:absolute; 
	right: 30px; 
	top: 25px; 
	width: 400px;
}

.topPhoneNumber {
	text-align: right;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 18px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #54a6ca;
	text-shadow: rgba(0,0,0,.2) 1px 2px 5px;
}

.topLinks {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #14739c;
	text-align: right;
	padding: 0;
	margin: 0;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #14739c;
}


h6 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #14739c;
}

.featured a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #14739c;
}


p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	line-height: 23px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #5c5344;
}

p a {
	color: #5c5344;
}

.green {
	color:#4ea525;
}
.blue {
	color:#134e70
}

.lightBlue {
	color:#5bb7de;
}


.captions {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0 0 10px 0;
	color:#5c5344;
}

.italics {
	font-style:italic;
}


.featureBox {
	width:468px; height: 140px; border-top: #d2cda9 solid 1px; background-image:url(../images/featureBoxBackgroundSliver.jpg); background-repeat:repeat-x;
}

.featureContent {
	margin: 15px 0 0 120px;
}

.featureContent h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height: 18px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #14739c;	
}

.featureContent h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height: 18px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #134e70;	
}

.featureContent p {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:9px;
	line-height: 15px;
	padding: 0 10px 0 0;
	margin: 0 40px 0 0;
	color: #5c5344;
}

.featureContent a {
	color: #14739c;
	font-weight: bold;
}

.featureContentPic {
	width: 90px; 
	height: 90px; 
	background-color:#FFF; 
	border: #d2cda9 solid 1px; 
	margin: 10px;
	padding: 3px;
	float:left;
	overflow: hidden;
}

.rateBox {
	width:58px;
	height: 46px;
	float:right;
	background-image:url(../images/rateBoxBackground.png);
	background-repeat:no-repeat;
	padding:12px 0 0 0;
	margin: 0 10px 0 10px;
	text-align: center;
}

.rateBox h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,.2) 1px 2px 5px;
}

.rateBox p {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:8px;
	line-height: 9px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,.2) 1px 2px 5px;
}

.salesInfoBox {
	width:100px;
	height: 85px;
	float:right;
	padding:0 0 0 0;
	margin: 0 10px 0 10px;
	text-align: center;
}

.bedBathBox {
	width:100px;
	height: 54px;
	background-image:url(../images/priceBoxBackground.png);
	background-repeat:no-repeat;
	padding:12px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

.bedBathBox h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height: 15px;
	padding: 0;
	margin: 0 0 3px 0;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,.2) 1px 2px 5px;
}

.bedBathBox h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	line-height: 11px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,.2) 1px 2px 5px;
}

.bedBathBox p {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:8px;
	line-height: 9px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,.2) 1px 2px 5px;
}



/* Google Map pop up */

.mapPopBox {
	min-height: 70px;
}

.mapPopContent {
	margin: 0 0 0 110px;
}

.mapPopContent h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align:left;
	letter-spacing: normal;
	font-style:normal;
	font-size:13px;
	line-height: 18px;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #14739c;	
}

.mapPopContent p {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:9px;
	line-height: 15px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #5c5344;
}

.mapPopContent a {
	color: #14739c;
	font-weight: bold;
}

.mapPopContentPic {
	width: 90px; 
	background-color:#FFF; 
	border: #d2cda9 solid 1px; 
	margin: 0 10px 0 0;
	padding: 3px;
	float:left;
	overflow: hidden;
}

#quickFacts {
}

#quickFacts ul {
	padding: 0;
	margin: 0;
}

#quickFacts li {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
	padding: 0;
	margin: 5px 0 5px 15px;
	list-style:square;
	color: #14739c;	
}

.unitsAvail ul {
	padding: 0;
	margin: 0 0 0 15px;
}

.unitsAvail li {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
	list-style:square;
	color: #14739c;
	margin: 5px 0 5px 15px;
}

.unitsAvail li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
	list-style:square;
	color: #14739c;	
}



/* ----------------  Form Styles  ---------------------  */

input {
	color:#225D8A;
	/*padding:2px 2px 2px 2px;*/
}


*html input.text {
	border-bottom:#bbd9e8 1px solid;
	border-left:#bbd9e8 1px solid;
	border-top: #bbd9e8 1px solid;
	border-right:#bbd9e8 1px solid;
	border-spacing:0;
	background:transparent;
	background:none;
	color:#225D8A;
	height:18px;
	/*width:216px;*/
	width:99%;
	padding:2px;
}

input.text {
	border-bottom:#bbd9e8 1px solid;
	border-left:#bbd9e8 1px solid;
	border-top: #bbd9e8 1px solid;
	border-right:#bbd9e8 1px solid;
	border-spacing:0;
	background:transparent;
	background:none;
	color:#225D8A;
	height:18px;
	/*width:216px;*/
	width:100%;
	padding:2px;
}

input.zip1 {
	width:60px;
}

input.zip2 {
	width:40px;
}

input.shortInput {
	width:60px;
}

*html input.shortInput {
	width:60px;
}

*html input.zip1 {
	width:60px;
}

*html input.zip2 {
	width:40px;
}



#formtable {
	border:none;
	}
	
form.formTable {
	border:none;
	}	
	
form td {
	border:none;
	text-align:left;
	}
	
	
form.contactForm {
	color:#8e9da4;
	}


form.theCheckbox {
	display:inline;
	float:left;
}	

form.contactForm legend {
  padding: 0 2px;
  font-weight: bold;
}
form.contactForm label {
	display: block;
  	/*line-height: 1.8;*/
  	/*vertical-align: top;*/
	font-size:11px;
	font-weight:bold;
	line-height: 12px;
	color:#0574ab;
	text-align:left;
	margin: 0 0 3px 0;
}

form.contactForm table {
	border:none;
	border:0;
}	

form.contactForm textarea {
	background:tranparent;
	width:99%;
	height:110px;
	color:#225D8A;
	font-size:11px;
	text-align:left;
	border-bottom:#bbd9e8 1px solid;
	border-left:#bbd9e8 1px solid;
	border-top: #bbd9e8 1px solid;
	border-right:#bbd9e8 1px solid;
	padding:4px;
	}

form.contactForm select {
	font-size:11px;
	text-align:left;
	color:#225D8A;
	border-bottom:#bbd9e8 1px solid;
	border-left:#bbd9e8 1px solid;
	border-top: #bbd9e8 1px solid;
	border-right:#bbd9e8 1px solid;
	height:22px;
	padding:2px;
}

form.contactForm .submitBut {
	text-align:right;
	margin: 5px 0 0 0;
}


form.contactForm fieldset {
	text-align:left;
}	


.emailFormRow {
	text-align: left;
	margin-bottom: 10px;
}

#emailSignUp {
	padding: 0 0 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #225D8A;
}
label {
	font-size: 10px;
	font-weight: bold;
	color: #225D8A;
}

/* FAQ section */

.faqQuestion {
	padding: 0;
	margin: 0;
}

.faqQuestion a {
	color:#14739c;
	text-decoration:none;
	padding: 0;
	margin: 0;
}

.faqQuestion a:hover {
	color:#4ea525;
}

.faqText {
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 15px 0;
	color:#5c5344;
}

.pageNumbers {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size: 10px;
	line-height: 11px;
	color: #14739c;
	width: 15px;
	height: 15px;
	padding: 3px;
	margin: 1px;
	border: #14739c solid 1px;
}

.pageNumbers a {
	color: #14739c;
	font-size: 10px;
	text-decoration:none;
}


.nextPrev {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size: 10px;
	line-height: 11px;
	color: #14739c;
	width: 15px;
	height: 15px;
	padding: 3px;
	margin: 1px;
	border: #14739c solid 1px;
}

.nextPrev a {
	text-decoration: none;
	color: #14739c;
	width: 15px;
	height: 15px;
	margin: 1px;
}



.currentPage {
	background-color: #225D8A;
	color: #FFFFFF;
}



*html .home #mainContent {
	margin: -1px 0 0 216px; /* 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: 10px 20px 30px 30px; 
	width: 743px;
	height: 700px;
	min-height: 750px;
	background-image:url(http://grandstrandvacationsandrentals.com/images/whiteBackground-Sliver.png);
	background-position:top;
	background-repeat:repeat-y;
	z-index: 50;
	position: relative;
}


.home #mainContent {
	margin: 0 0 0 218px; /* 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: 10px 30px 30px 30px; 
	width: 743px;
	background-image:url(http://grandstrandvacationsandrentals.com/images/whiteBackground-Sliver.png);
	background-position:top;
	background-repeat:repeat-y;
	z-index: 50;
	position: relative;
}


/* Property Showcase */

#propertyShowcase {
	width:214px;
	height: 300px; 
	background-image:url(http://grandstrandvacationsandrentals.com/images/salesTeaser.png); 
	background-repeat:no-repeat; 
	background-position:top;
	position:relative;
}




#propertyShowcase h2 a {
	text-decoration: none;
}


#propertyShowcase h2 {
	font-size:16px;
	line-height: 16px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

#propertyShowcase h3 {
	padding: 0;
	margin: 0;
	font-size:12px;
	line-height: 14px;
}

.whiteText {
	color: #FFFFFF;
}

.showcaseText {
	color: #FFFFFF;
	text-align:center;
	padding: 0;
	margin: 0;
}

.credits {
	color: #69aaba;
	position: absolute;
	right: 10px;
	top: 15px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
}

.credits a {
	color: #69aaba;
	text-decoration:none;
}

.callOut {
	background-color:#4ea525; 
	border-bottom:#e3d8a7 solid 1px; 
	border-top:#e3d8a7 solid 1px; 
	padding: 20px; 
	width: 435px;
	margin: 10px 0 10px 0;
}

.callOut h3 {
	padding: 0;
	margin: 0;
	color: #FFF;
}

.callOut h3 a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}