@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 */
	background-image:url(/images/header-backgroundsliver.jpg);
	background-repeat:repeat-x;
	background-color:#d7b06d;
	height: 100%;
	

	color: #5c5344;
}

.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(/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 25px 0 10px;
	/*border-right:#e3d8a7 solid 1px;*/
	float:left;
	position: relative;
}

.home #mainContentBodyLeft {
	width: 453px;
	margin: 0;
	padding: 0 25px 0 10px;
	border-right:#ebe6cd 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;
	/*border-left:#e3d8a7 solid 1px;*/
}

.home #mainContentBodyRight {
	margin: 0 0 0 500px;
	padding: 0 0 0 20px; 
	width: 220px;
	min-height: 300px;
	position: relative;
	/*border-left:#e3d8a7 solid 1px;*/
}

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


/* Navbar */


.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(/images/navBar-Background.png);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index: 125;
}
.navBar ul {
	padding: 0;
	margin: 0;
}

.navBar li.navButtons {
	list-style:none;
	float:left;
	color:#FFF;
	font-size:14px;
	display: block;
	border-right: #439fd0 solid 1px;
}
.navBar li.navButtons a {
	list-style:none;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display: block;
	margin: 5px 0 0 0;
	padding: 0px 16px 5px 16px;
}
.navBar .navButNoLine {
	border-right:none;
}


.navBar li.navButtons:hover, .navBar li.sfhover {
	color:#FFFFFF;
	background: #0572c3;
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
}



.navBar .menuContent {
	font-size: 11px;
}

.navBar .menuContent ul {
	margin: 0;
	padding: 0;
}

.navBar .menuContent  ul li {
	border-right: none;
	font-size:11px;
	margin: 0 0 0 0;
	padding: 3px;
	float: none;
	list-style: none;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
}

.navBar .menuContent ul li a {
	border-right: none;
	font-size:11px;
	float: none;
	list-style:none;
	color:#FFF;
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 0;
	font-weight:400;
	
}


.navBar .menuContent ul li a:active {
	border-right: none;
	font-size:11px;
	float: none;
	list-style:none;
	color:#FFF;
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 0;
	font-weight:400;
	height: auto;
	
}


.navBar .menuContent ul li:hover {
	background: #0572c3;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}




.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:0px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 8px 15px 8px;
	border:1px solid #00407d;
	border-left: 1px solid #2677bf;
	border-top:none;
	
	/* Gradient background */
	background:#00407D;
	background: -moz-linear-gradient(top, #0572c3, #00407D);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0572c3), to(#00407D));

	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}


/* ----------  drop down menu widths ----------- */
.dropdown_1column {width: 120px;}
.dropdown_2columns {width: 280px;}
.dropdown_2columns {width: 200px;}
.fun-stuff {width: 180px;}
.dropdown_3columns {width: 745px;}
.dropdown_4columns {width: 745px;}
.dropdown_5columns {width: 745px;}


/* ------ position drop down menus ------- */
.navBar li:hover .dropdown_1column, 
.navBar li:hover .dropdown_2columns, 
.navBar li:hover .dropdown_3columns,
.navBar li:hover .dropdown_4columns,
.navBar li:hover .dropdown_5columns {
	left:20px;
	top:auto;
}


/* ------ fun stuff ------ */


.navBar li:hover .fun-stuff  {
	left:auto;
	top:auto;
}



.col_1,
.col_3_1,
.col_4_1,
.col_5_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 10px;
	border-left: 1px solid #2677bf;
	min-height: 100%;
	padding-left: 5px;
}
.col_1 {width:150px;}
.col_3_1 { width: 240px; }
.col_4_1 { width: 165px; }
.col_5_1 { width: 120px; }
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:735px;}



.navBar h1, .navBar h2, .navBar h3, .navBar h4, .navBar h5, .navBar h6 {
	margin-left: 5px;
	color: #FFFFFF;
}

.navBar h1 {
	border-bottom: #60bde0 solid 1px;
}

.navBar h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 3px;
	font-weight: bold;
	color: #60bde0;
}

.noLeftBorder {
	border-left: none;
}




/* ---------   golfCoursesMenu  ---------- */

#golfCoursesMenu { overflow: hidden; display: block; margin: 0 auto; height: 300px;  }

#golfAreas {
	width: 150px;
	float:left;
}
#golfAreas li a {
	font-weight: bold;
}

.courseColumns {
	margin-left: 5px;
	margin-right: 10px;
	border-left: 1px solid #2677bf;
	min-height: 100%;
	padding-left: 5px;
	width: 150px;
}

.verticalslider .arrow {width: 0; height: 0; position: absolute; z-index: 1000;  }
.verticalslider_tabs ul li a { font-weight: bold; }
.verticalslider_tabs a:link, .verticalslider_tabs a:visited{ color:#FFFFFF;	background: none; }
	
.verticalslider_tabs a:hover, .verticalslider_tabs a:active{  color:#FFFFFF;  background: none; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}

/*.verticalslider_tabs li:first-child a:link, .verticalslider_tabs li:first-child a:visited{ background: #50a3cf;}*/

/* active selection   light blue 50a3cf */
.verticalslider_tabs .activeTab a:link, .verticalslider_tabs .activeTab a:visited{ background: #50a3cf; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; padding: 3px; height: 17px;}

.verticalslider_tabs .activeTab a:hover, .verticalslider_tabs .activeTab a:active{ background: #50a3cf; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }	
.verticalslider .arrow {background: url(/images/golfcourceNavArrow.png); background-repeat: no-repeat; width: 9px; height: 25px; position: absolute; z-index: 1000; margin-left: 144px; margin-top:-24px; }	
	
.verticalslider_contents { float: left;width: 550px; display: inline; margin: 0px; padding: 0px;}

.verticalslider_contents blockquote {margin: 0px; padding: 0px;width: 580px; display: none; position: absolute;}

#verticalslider_contents ul li { padding-left: 3px; }

/*.verticalslider_contents li {display: inline; position: relative;}*/
.verticalslider_contents .activeContent{display: inline;}



golfcourceNavArrow.png





/*

#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;
}
#navBar li ul a {
	margin:0;
	line-height: 13px;
	width: 14em;
	w\idth: 14em;
}
#navBar li ul ul {
	line-height: 13px;
	margin: -1.9em 14em;
}
#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;
}

*/

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


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












.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;
	background:#FFF;
}

.imageBorderBlue {
	border:#5db7df solid 1px; 
	padding:4px;
	background:#FFF;
}


/* Breaking News pop up */

#breakingPopUp {
	position:relative; padding: 15px;
	width: 470px;
	height: 270px;
	margin: 0 auto;
	/*background-image:url(/images/popUpBackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #5eb6de;
	*/
	background: none;
}

#breakingPopUp h1 {
	text-align:left; 
	margin: 0; 
	padding: 0; 
	font-style:italic;
	font-weight: normal;
	color:#FFF; 
	font-size: 22px; 
	line-height: 24px;
	letter-spacing: -1px;
	text-shadow: ##033c4c 2px 2px 3px;
}

#breakingPopUp h5 {
	color:#f1e6b1;	
	text-align:left; padding: 0; margin: 0 0 10px 0; font-size:12px; text-transform:uppercase; text-shadow: #033c4c 2px 2px 3px;
}

#breakingPopUp p {
	color: #FFF;	
}






.OwnersButton {
	background-image:url(/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(/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;
}

h3 a {
	color: #14739c;
	text-decoration:none;
}

h3 a:hover {
	color: #4ea525;
}

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


.border-bottom {
	border-bottom:#e3d8a7 solid 1px; 
}

.byline {
	font-size:11px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #4ea525;
}



.newsBox {
	width:418px; 
	border: #f4ecc5 solid 1px;
	background-image:url(/images/boxBackground.jpg);
	background-position:top;
	background-repeat:no-repeat;
	 -moz-border-radius: 6px/*{cornerRadius}*/; -webkit-border-radius: 6px/*{cornerRadius}*/; border-radius: 6px/*{cornerRadius}*/;
	 padding: 20px;
}


.shadow {
	-moz-box-shadow: 0px 0px 4px #cdd6de;
	-webkit-box-shadow: 0px 0px 4px #cdd6de;
	box-shadow: 0px 0px 4px #cdd6de;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#cdd6de')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#cdd6de');
}





.newsRow {
	margin-bottom: 10px;
	border-bottom:#e3d8a7 solid 1px; 
}
	
.moreLink {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #14739c;
	text-transform:uppercase;
	text-decoration:none;
}

.moreLink a {
	text-decoration: none;
}
	




#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:13px;
	line-height: 23px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #5c5344;
}

p a {
	color: #134e70;
}

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

.lightBlue {
	color:#5bb7de;
}


#testimonialBoxAgentPage {
	padding: 15px 0 15px 0;
	width: 220px;
	border-bottom:#e3d8a7 solid 1px; 
	border-top:#e3d8a7 solid 1px;
	margin-left: -10px;
}

#testimonialBoxAgentPage h3 {
	color:#4ea525;
	font-size:18px;
	font-style:italic;
}

.testimonialText {
	color:#134e70;
	font-size:13px;
}

.testimonialName {
	color:#4ea525;
	font-size:14px;
	line-height: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.testimonialCity {
	font-size:9px;
	text-transform:uppercase;
	color:#4ea525;
	margin-bottom: 0;
	padding-bottom: 0;
}


.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: #ebe6cd 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: #ebe6cd 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: #ebe6cd 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 0 30px; 
	width: 743px;
	height: 700px;
	min-height: 770px;
	background-image:url(/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 0 30px; 
	width: 743px;
	min-height: 770px;
	background-image:url(/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(/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;
}


/* sale prop showcase long */

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


.propertyShowcaseLong h2 a {
	text-decoration: none;
}


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

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








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