

/* Four Lakes Layout - www.fourlakesgolfclub.com */
/* Copyright (c) 2010 Four Lakes Golf Club. All rights reserved. */
/* Created for Four Lakes by Open Development, May 2010. */





/* -------------- GENERAL ----------------- */




body
	{
    margin: 0;
    padding: 0;
    border: 0;
    background: #20372b url(../images/background.jpg) repeat-x;
    text-align: center;
    color: #333;
		}



/* -------------- TYPOGRAPHY ----------------- */



h1
	{
	font: normal 30px Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h2
	{
	font: normal 24px Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h3
	{
	font: bold 22px Georgia, serif;
    color: #353;
    margin-bottom: 0;
		}

h4
	{
	font: bold 18px Georgia, serif;
    color: #353;
    margin-bottom: 0;
		}

h5
	{
	font: normal 14px Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h6
	{
	font: normal 12px Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

strong
	{
    font-weight: bold;
		}

em
	{
    font-style: italic;
		}

pre,code
	{
    font: normal 100% courier,monospace;
		}








/* -------------- HORIZONTAL NAVIGATION ----------------- */



#mainNav
	{
    margin: 0 auto 0 175px;
    padding: 0;
    width: 785px;
    height: 50px;
		}

#mainNav span
	{
    display: none;
		}

#mainNav ul
	{
    margin: 0;
    padding: 0;
    background: transparent;
    height: 50px;
    width: 785px;
    position: relative;
		}

#mainNav li
	{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
		}

#mainNav li, #mainNav a
	{
    height: 50px;
    display: block;
		}

#mainNav1
	{
    left: 0px;
    width: 70px;
    background: transparent url(../images/nav/home.gif) -0px -0px no-repeat;
		}

#mainNav1 a:hover
	{
    background: transparent url(../images/nav/home.gif) -0px -50px no-repeat;
		}

#mainNav1 a.selected
	{
    background: transparent url(../images/nav/home.gif) -0px -100px no-repeat;
		}

#mainNav2
	{
    left: 70px;
    width: 100px;
    background: transparent url(../images/nav/developer.gif) -0px -0px no-repeat;
		}

#mainNav2 a:hover
	{
    background: transparent url(../images/nav/developer.gif) -0px -50px no-repeat;
		}

#mainNav2 a.selected
	{
    background: transparent url(../images/nav/developer.gif) -0px -100px no-repeat;
		}

#mainNav3
	{
    left: 170px;
    width: 102px;
    background: transparent url(../images/nav/amenities.gif) -0px -0px no-repeat;
		}

#mainNav3 a:hover
	{
    background: transparent url(../images/nav/amenities.gif) -0px -50px no-repeat;
		}

#mainNav3 a.selected
	{
    background: transparent url(../images/nav/amenities.gif) -0px -100px no-repeat;
		}

#mainNav4
	{
    left: 272px;
    width: 98px;
    background: transparent url(../images/nav/activities.gif) -0px -0px no-repeat;
		}

#mainNav4 a:hover
	{
    background: transparent url(../images/nav/activities.gif) -0px -50px no-repeat;
		}

#mainNav4 a.selected
	{
    background: transparent url(../images/nav/activities.gif) -0px -100px no-repeat;
		}

#mainNav5
	{
    left: 370px;
    width: 61px;
    background: transparent url(../images/nav/golf.gif) -0px -0px no-repeat;
		}

#mainNav5 a:hover
	{
    background: transparent url(../images/nav/golf.gif) -0px -50px no-repeat;
		}

#mainNav5 a.selected
	{
    background: transparent url(../images/nav/golf.gif) -0px -100px no-repeat;
		}

#mainNav6
	{
    left: 431px;
    width: 109px;
    background: transparent url(../images/nav/homes.gif) -0px -0px no-repeat;
		}

#mainNav6 a:hover
	{
    background: transparent url(../images/nav/homes.gif) -0px -50px no-repeat;
		}

#mainNav6 a.selected
	{
    background: transparent url(../images/nav/homes.gif) -0px -100px no-repeat;
		}

#mainNav7
	{
    left: 540px;
    width: 121px;
    background: transparent url(../images/nav/testimonials.gif) -0px -0px no-repeat;
		}

#mainNav7 a:hover
	{
    background: transparent url(../images/nav/testimonials.gif) -0px -50px no-repeat;
		}

#mainNav7 a.selected
	{
    background: transparent url(../images/nav/testimonials.gif) -0px -100px no-repeat;
		}

#mainNav8
	{
    left: 661px;
    width: 119px;
    background: transparent url(../images/nav/location.gif) -0px -0px no-repeat;
		}

#mainNav8 a:hover
	{
    background: transparent url(../images/nav/location.gif) -0px -50px no-repeat;
		}

#mainNav8 a.selected
	{
    background: transparent url(../images/nav/location.gif) -0px -100px no-repeat;
		}

#mainNav li a.selected
	{
    background-position: -0px -100px !important;
		}





/* -------------- LAYOUT ----------------- */





#top
	{
    margin: 0 auto;
    padding: 0;
    border: 0;
    height: 130px;
    width: 960px;
    position: relative;
    text-align: right;
    font: bold 13px Helvetica, sans-serif;
    color: #fff;
		}
		
#topLinks
	{
	width: 940px;
	height: 80px;
	margin: 0 20px 0 0;
	line-height: 80px;
		}
		
#top a
	{
    color: #fff;
    text-decoration: none;
		}
		
#top #flLogo
	{
	position: absolute;
	left: 35px;
	top:45px;
	width: 140px;
	height: 150px;
    z-index: 3;
		}
		
#pageBorder
	{
	width: 984px;
	margin: 0 auto;
	background: transparent;
		}

#page
	{
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 960px;
	background: #fff url(../images/shadow.jpg) no-repeat;
	text-align: left;
		}

#mainPhoto
	{
	width: 960px;
	height: 332px;
	margin: 12px 0 0 0;
		}
		
#fullPage
	{
	width: 900px;
	margin: 0 auto;
		}
		
#fullPage #headline
	{
	width: 640px;
	height: 72px;
	margin: 12px 0 0 0;
		}
		
#fullPage #headline h2
	{
	display: none;
		}

#right
	{
	width: 640px;
	float: left;
	text-align: left;
	font: normal 15px Georgia, serif;
	line-height: 24px;
	color: #444;
	padding-bottom: 20px;
		}
		
#right #headline
	{
	width: 640px;
	height: 72px;
	margin: 12px 0 0 0;
		}
		
#right #headline h2
	{
	display: none;
		}

#right p
	{
	margin-right: 50px;
		}

#right ul
	{
	margin-right: 50px;
		}
		
.highlight
	{
	width: 610px;
	background: #9c6;
	padding: 1px 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
		}
		
.highlight p
	{
	width: 570px;
	margin-left: 20px;
	margin-right: 20px;
		}
		
.highlight table
	{
	margin: 0 auto;
		}
		
.highlight a, .highlight a:visited
	{
	color: #353;
		}
		
.testimonial
	{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
		}
		
.testimonial img
	{
	float: left;
	margin: 4px 30px 6px 0;
		}
		
.testimonial h4
	{
	font: bold 16px Georgia, serif;
	color: #353;
		}
		
#terms
	{
	font: normal 12px Helvetica, sans-serif;
	line-height: 18px;
		}
		
#right form
	{
	font: normal 13px Helvetica, sans-serif;
	line-height: 18px;
		}
		
#right form select
	{
	width: 180px;
	margin-bottom: 8px;
		}
		
#right form .textbox
	{
	width: 180px;
	margin-bottom: 8px;
	border: 1px solid #999;
	padding: 3px;
		}
		
#right .photos
	{
	float: right;
	width: 240px;
	line-height: 14px;
	margin-left: 30px;
		}
		
#right .photos p
	{
	font: bold 11px Helvetica, sans-serif;
	margin: 3px 40px 20px 0;
		}

#left
	{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	font: normal 13px Helvetica, sans-serif;
	line-height: 16px;
		}
		

		
#left #homeSearch
	{
	margin: 30px auto;
	width: 234px;
	/* background: #f6ffe3;
	border: 3px solid #ccc; */
		}
		
#left .greenBox
	{
	background: #f6ffe3;
	border: 3px solid #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
		}
		
#left .greenBox h2
	{
	margin-left: 20px;
	margin-right: 20px;
	font: bold 18px Georgia, serif;
		}
		
#left .greenBox p
	{
	margin-left: 20px;
	margin-right: 20px;
		}

#left form
	{
	width: 185px;
	margin: 20px auto;
		}
		
#left form select
	{
	width: 180px;
	margin-bottom: 8px;
		}
		
#left form .textbox
	{
	width: 180px;
	margin-bottom: 8px;
	border: 1px solid #999;
	padding: 3px;
		}

#bottom
	{
	width: 984px;
	height: 32px;
	margin: 0 auto;
	background: transparent;
		}

#footer
	{
	width: 984px;
	margin: 0 auto;
	font: normal 12px Helvetica, sans-serif;
	line-height: 20px;
	color: #9a9;
		}
		
#footer a, #footer a:visited
	{
	text-decoration: none;
	color: #9a9;
		}
		
#footer a:hover
	{
	text-decoration: underline;
		}










/* -------------- MISCELLANEOUS ----------------- */



.clear
	{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
		}

.super
	{
	vertical-align: super;
		}

.floatRight
	{
	width: 100%;
	text-align: right;
	margin-top: 2px;
		}

.required
	{
	color: #c00;
		}
		
.button
	{
	background: #1a533a;
	font: normal 15px Georgia, serif;
	color: #fff;
	padding: 6px 9px;
	margin: 6px 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: none;
	cursor: pointer;
		}



#newDiv
	{
	position: absolute;
	top: 0;
	left: 150px;
	right: 0;
	bottom: 0;
	width: 300px;
	background: url(http://admin.open-sys.net/i/background.png);
	text-align: left;
	overflow: visible;
		}



#newDiv a
	{
	color: #00c;
		}

.content
	{
	margin: 0;
	padding: 12px 0;
    width: 360px;
    text-align: left;
    background: #eed;
		}

.bar
	{
	margin: 0;
	padding: 1px 0;
    width: 360px;
    text-align: right;
    background: #449;
		}

.bar a
	{
	color: #fff;
		}










/* -------------- SLIDESHOW ----------------- */





		

.slideshow
	{
	margin: 20px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 600px;
	border-collapse: collapse !important;
		}

.slideshow td
	{
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
		}

.thumbs
	{
	list-style-type: none;
		}

.thumb
	{
	/*display: block;*/
	float: left;
	border: 5px solid #fff;
	padding: 1px;
		}

.thumbActive
	{
	/*display: block;*/
	float: left;
	border: 5px solid #999;
	padding: 1px;
		}

#photoContainer
	{
	width: 600px;
	text-align: center;
		}

#photoContainer p.caption
	{
	font: normal .9em Helvetica, sans-serif;
	color: #666;
	margin: 10px;
		}
		
#thumbContainer
	{
	width: 600px;
		}

#thumbs
	{
	height: 87px;
	margin: 0 0 40px 26px;
	float: left; 
	overflow: hidden; 
	width: 522px;
		}

.slideshow td.caption
	{
	text-align: center;
	padding: 10px 0 20px 0;
		}
		
.slideshow td.caption p
	{
	width: 400px;
	margin: 0 auto;
	font: normal 12px Helvetica, sans-serif;
		}

.calendar
	{
	width: 100%;
	border-top: 1px solid #8a9;
	border-left: 1px solid #8a9;
	border-right: 1px solid #8a9;
	text-align: left;
	font: normal 13px Helvetica, sans-serif;
	border-spacing: 0;
	margin: 30px 0 0 0;
		}

.calendar p
	{
	margin: 3px 12px;
		}

.calendar th
	{
	background-color: #acb;
	padding: 4px;
	text-align: left;
	border-left: 1px solid #8a9;
		}

.calendar th.first
	{
	border-left: none;
		}

.calendar td
	{
	background-color: #fff;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
		}

.calendar td.first
	{
	border-left: none;
		}

.calendar td.last
	{
	border-bottom: 1px solid #8a9;
		}


















