/* ___________ Things to Hide ______________________________________ */
#nav_secondary, #nav_primary, #specials, #gallery {
	display: none;
}



/* ___________ Overall Layout ______________________________________ */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
}

#header {
	height: 100px;
}

#logo h1, #logoContent h1 {
	position: absolute;
	width: 163px;
	height: 75px;
	background-image: url(../images/logo_white_bkgd.gif);
	top: 5px;
	text-indent: -5000em;
}

#content {
	clear: both;
}

#homepic {
	float: left;
	width: 475px;
	height: 361px;
	border-left: 1px solid #c2e085;
	border-bottom: 1px solid #c2e085;
	background-image: url(../images/home_pool.jpg);
	text-indent: -5000em;
}


#poolpic {
	float: left;
	width: 475px;
	height: 361px;
	border-left: 1px solid #c2e085;
	border-bottom: 1px solid #c2e085;
	background-image: url(../images/home_pool.jpg);
	text-indent: -5000em;
}

#nav_primary_home {
	float: left;
	height: 361px;
	width: 190px;
	background-color: #DB5924;
	border-right: 1px solid #c2e085;
}

#nav_primary {
	float: left;
	width: 323px;
	background-color: #DB5924;
	border-right: 1px solid #c2e085;
}

#gallery {
	float: left;
	width: 293px;
	padding: 10px 15px 5px 15px;
	background-color: #F3F7D4;
	border-right: 1px solid #c2e085;
	border-bottom: 1px solid #c2e085;
}

#specials2, #specials3, #specials4 {
	float: left;
	width: 197px;
	height: 160px;
	margin: 10px 5px 0 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #C2E085;
	background-color: #F3F7D4;
}

#specials2 {
	clear: both;
}

#specials4 {
	margin-right: 0;
}



#footer {
	clear: both;
	padding: 30px 0 10px 0;
	color: #29627D;
	font-size: 10px;
}


/* ___________ Primary Navigation ______________________________________ */
#nav_primary ul, #nav_primary_home ul {
	list-style: none;
	margin: 20px 0 30px 15px;
}

#nav_primary li, #nav_primary_home li {
	margin: 7px 0 0 0;
}

#nav_primary li a, #nav_primary_home li a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}



/* ___________ Homepage Specific Styles ______________________________________ */
#tagline h2 {
	color: #FFFFFF;
	font: lighter 36px "Times New Roman", Times, serif;
	margin: 25px;
	line-height: 36px;
}

#specials h2, #specials2 h2, #specials3 h2, #specials4 h2, #gallery h2 {
	color: #29627D;
	font-size: 14px;
	font-weight: light;
	text-transform: uppercase;
	margin: 0 2px 10px 0;
}

#specials2 h2, #specials3 h2, #specials4 h2 {
	color: #29627D;;
}

#specials p {
	line-height: 18px;
	color: #29627D;
}

#specials2 p, #specials3 p, #specials4 p {
	color: #29627D;
	margin: 5px 5px 5px 0;
	line-height: 18px;
}

#specials h2 {
	margin: 0 0 15px 0;
}

#specials img {
	float: right;
	border: 1px solid #c2e085;
}

#specials ul {
	margin: 0 0 0 25px;
	line-height: 22px;
	list-style: none;
}


/* ___________ Content Text Styles ______________________________________ */
#contact #text {
	background-image: url(../images/office_medium.jpg);
	background-repeat: no-repeat;
	background-position: 200px 130px;
}

#text {
	float: left;
	padding: 0 0 25px 0;
}

#text h2 {
	height: 70px;
	padding: 15px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 28px;
	color: #29627D;
	line-height: 26px;
	letter-spacing: -1px;
}

#text h3 {
	margin: 25px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: lighter;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #29627D;
}

#text p, #contact #text ul {
	margin: 0 15px 10px 0;
	line-height: 18px;
	color: #29627D;
}	

#text table {
	margin: 5px 5px 15px 15px;
}

#contact #text ul {
	list-style: none;
}

#text table tr {
	vertical-align: top;	
}

#text table td {
	text-align: center;
	padding: 0 5px 20px 0;
	font-size: 11px;
	color:  #29627D;
}

#text img.build, #text img.office {
	float: right;
	margin: 0 10px 0 10px;
}

#text img.map {
	margin: 0 0 0 55px;
}

#text p.build {
	height: 180px;
	padding: 10px 0 0 0;
}

#text ul.partners {
	list-style: none;
	margin: 0 0 40px 55px;
}

#text ul.partners li {
	margin: 30px 0 0 0;
}

#text ul {
	margin: 0 0 25px 65px;
	color:  #29627D;
	line-height: 18px;
}

/* ___________ Gallery Styles ______________________________________ */
#gallery a {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	width: 50px;
	height: 38px;
	border: 1px solid #D4F4F7;
}

#gallery a:hover {
	border: 1px solid #29627D;
}

#galleryPic img {
	margin: 25px 0 0 0;
	border: 1px solid #29627D;
}

#galleryPic p {
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29627D;
	line-height: normal;
}




/* ___________ Lightbox Styles ______________________________________ */
#lightbox {
	background-color:#eee;
	padding: 10px;
}
	
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #29627d;
}	
	
#lightboxCaption { 
	float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #29627d;
}

#keyboardMsg { 
	float: right; 
}

#closeButton { 
	top: 5px; 
	right: 5px; 
}

#lightbox img { 
	border: none; 
	clear: both;
}
 
#overlay img { 
	border: none; 
}

#overlay { 
	background-image: url(../images/overlay.png); 
}

* html #overlay{
	background-color: #eee;
	back\ground-color: transparent;
	background-image: url(../images/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}




/* ___________ General Styles ______________________________________ */

a {
	color: #29627D;
}

img {
	border: none;
}



