@import url("/css/fancybox/jquery.fancybox.css");

/* ==================================================================
SCREEN STYLESHEET
THE FOUNTAINS ON OCEAN BLVD
---------------------------------------------------------------------
AUTHOR(S): AARON@METHOD21.NET
REV. 10-19-09
---------------------------------------------------------------------

/* GLOBALS
===================================================================== */
body {
	margin: 0;
	padding: 0;
	font: normal 10pt/1.2 Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #FFF;
	color: #333;
	text-align: center;
}
a {
	color: #d48505;	
	overflow: hidden;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
h1 {
	font: normal 18pt "Gill Sans",sans-serif;
}
h2 {
	color: #691E15;
	font: normal 16pt "Gill Sans",sans-serif;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.clear, .clearBoth {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
.offLeft {
	position: absolute;
	left: -9999px;
}
/* FORMS */
input,textarea {
	font: inherit;
	padding: 3px;
}
input.inputButton { /* SEE IE6, IE7 */
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
table.mnuBreadcrumb { border-bottom: dotted 1px #333; }

table.mnuBreadcrumb td {
	font-size: 9pt;
}
/* LAYOUT
===================================================================== */
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	text-align: left;
}
#layoutWrapper {
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/background-mid.gif) repeat-y center top;
	margin: 0 auto;
	color: #FFF;
	border-bottom: solid 1px white; /* KEEPS BACKGROUND FROM PEEKING OUT IN IE 6,7 */
}

#layoutTop {
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/background-top.gif) no-repeat center top;
}
#layoutBottom { /* INNERMOST DIV */
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/background-bottom.gif) no-repeat center bottom;
	padding: 30px 25px;
	position: relative;
}

#logo {
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/logo.gif) no-repeat left bottom;
	display: block;
	width: 155px;
	height: 128px;
	text-indent: -9999px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#banner {
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/banner-general.jpg) no-repeat left bottom;
	width: 730px;
	height: 145px;
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 99;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#breadcrumb {
	border-bottom: dotted 1px #333;
	padding: 2px 0 5px;
	margin: 0;
	font-size: .9em;
	color: #777;
}
/* FLOORPLANS
===================================================================== */
#tabsFountains {
	border: solid 1px #CCC;
	width: 699px;
	float: left;
	margin-bottom: 20px;
}
#tabsFountains li {
	border-right: solid 1px #CCC;
	width: 139px;
	float: left;
}
#tabsFountains li a {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	padding: 5px;
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/tab-up.gif) repeat-x left top;
}
#tabsFountains li a:hover {
	color: #666;
	text-decoration: none;
}
#tabsFountains li a.current {
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/tab-selected.gif) repeat-x left top;
}
#tabsFountains li a em{
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

#tabsFountains li.last {
	border-right: none;
}
#panesFountains {
	text-align: center;
}
#panesFountains img {
	width: 570px;
	margin: 0 auto;
}
/* NAVIGATION
===================================================================== */
#nav1856 {
	position: absolute;
	top: 20px;
	left: 25px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav1856 li {margin: 0; padding: 0;}
#nav1856 li a {
	display: block;
	border-bottom: dotted 1px #FFF;
	color: #FFF;
	padding: 5px 3px;
	text-decoration: none;
	width: 165px;
	text-transform: uppercase;
	font-size: .9em;
}
#nav1856 li a:hover { /* HAVE TO DUPLICATE THE LINK STYLES HERE BECAUSE OF FLEXWEB AUTO-APPLIED STYLES THAT WOULD OVERRIDE */
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/nav-hover.gif) repeat-x left bottom;
	display: block;
	border-bottom: dotted 1px #FFF;
	color: #FFF;
	padding: 5px 3px;
	text-decoration: none;
	width: 165px;
	text-transform: uppercase;
	font-size: .9em;
}

/* HOMEPAGE 
===================================================================== */
#home #banner, .pg1857 #banner, .pg2156 #banner {
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/banner-home.png) no-repeat left top;
	width: 752px;
	height: 417px;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 99;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#home #layoutBottom, .pg1857 #layoutBottom, .pg2156 #layoutBottom { /* PUSH CONTENT BELOW BANNER IMAGE */
	padding-top: 290px;
	padding-bottom: 10px;
}
#homeBlurb {
	/*background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/text-bkg-gradient.png) no-repeat center top;*/
	width: 400px;
	/*float: left;*/
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}
#homeBlurb h1 {
	margin: 0;
	font-size: 15pt;
}
#homeBlurb h2 {
	margin: 0;
	font-size: 12pt;
	color: #fff;
}
/*#homeBlurb a {color: #fff;}*/
#homeBlurb a{
	color: #FFFF99;
	text-decoration:none;
	font-weight: bold;
	}
#homeBlurb a:hover{
	text-decoration:underline;
	}
ul#buckets {
	width: 495px;
	float: right;
}
#buckets li {
	text-indent: -9999px;
	float: left;
	background: no-repeat left top;
}
#buckets li a {
	display: block;
	width: 225px;
	height: 125px;
}
#buckets li#amenities { background-image: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/bucket-amenities.gif); margin-bottom: 40px; margin-right:30px; }
#buckets li#floorplans { background-image: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/bucket-floorplans.gif); margin-bottom: 40px;}
#buckets li#photos { background-image: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/bucket-photos.gif);margin-bottom: 40px; margin-right:30px; }
#buckets li#videos { background-image: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/bucket-videos.gif);margin-bottom: 40px;}

#starburst {
	width: 177px;
	height: 176px;
	position: absolute;
	z-index:100;
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/starburst.png) no-repeat;
	top: 217px;
	left: 775px;
	}
#starburst span a{
	display: block;
	text-align: center;
	padding: 50px 30px 0 25px;
	color: #ce080f;
	font: normal 12pt "Gill Sans",sans-serif;
	}
#starburst span a:hover {
	text-decoration: underline;
	}
.specials {
	color: #FFF;
	font: bold 14pt "Gill Sans",sans-serif;
	/*padding:0 10px 5px;*/
	}
.testimonials {border: solid 3px #fff;}
/* CSS FOR 3-COLUMN HOME PAGE
===================================================================== */
.pg2156 .specials {
	margin: 0;
	text-align: center;
}
#threeColumn {
	overflow: hidden;
	clear: both;
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/column-bkg.png?67606.5625) repeat-y left top;
}
#threeColumn .column{
	width: 282px;
	padding: 0 10px;
	float: left;
}
/* UNDO ORIGINAL BUCKETS LAYOUT */
#threeColumn #buckets {
	float: none;
	width: auto !important;
}
#threeColumn #buckets li {
	float: none;
	background-position: center center;
}
#threeColumn .column a{
	color:  #f8ef4b;
	text-decoration:none;
	font-weight: bold;
	}
#threeColumn .column a:hover{
	text-decoration:underline;
	}
#threeColumn h1 {color: #fff; margin: 0;}
#threeColumn h2 {color: #fff;}

/* INTERNAL LAYOUT
===================================================================== */
#contentWrapper { /* CONTAINS TEXT ON WHITE BACKGROUND - HAS ROUNDED TOP, BOTTOM */
	background: #FFF;
	width: 733px;
	float: right;
	color: #333;
}
#contentWrapper a {
	color: #d48505;
}
#contentWrapper h1 {
	margin-top: 0;
}
#contentWrapper a:hover {
	color: #578cb6;
	text-decoration: underline;
}
#contentTop {
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/content-top.gif) no-repeat center top;
}
#contentBottom { /* INNERMOST */
	background: url(http://209.18.99.249/_filelib/ImageGallery/_Fountains/content-bottom.gif) no-repeat center bottom;
	padding: 15px 15px 30px;
	min-height: 300px;
}

/* FOOTER
===================================================================== */
#footer {
	font-size: .85em;
	padding: 10px 20px;
}
#footer p {
	margin: 0;
}

#footerLinks {
	float: right;
	width: 300px;
	text-align: right;
}
#footerLinks a {
	border-right: solid 1px #333;
	text-decoration: none;
	padding: 0 7px;
	color: #333;
}
#footerLinks a:hover {
	text-decoration: underline;
}
#footerLinks a:nth-child(4) {
	border-right: none;
}