/*============================================================
 Eye of Africa CSS - cam 09
============================================================*/

@import url(reset.css);

/*============================================================
 Essentials
============================================================*/

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.8em;
	color: black;
	text-align: center;
	background: white url(../images/bg.jpg) no-repeat top center fixed;
}

/*============================================================
 Common Assets
============================================================*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	}

h1 { 
	font-size: 24px;
	font-weight: normal;
	color: #006839;
	line-height: 1em;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
p {
	margin-bottom: 20px;
	}

input,
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	}

a	{
	text-decoration: underline;
	outline: none;
	}

a:link, a:visited {
	color: green;
	}

a:hover, a:active {
	text-decoration: none;
	}

a img	{border: none;}

/*============================================================
 Floats
============================================================*/

.float-l {
	display: block;
	float: left;
	}
	
.float-r {
	display: block;
	float: right;
	}

/*============================================================
 Wrapper
============================================================*/

.wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	}
	
/*============================================================
 Footer
============================================================*/
	
.footer {
	display: block;
	height: 37px;
	background: transparent url(../images/footer-bg.png) no-repeat top left;
	}
	
.f-content {
	display: block;
	border-top: 1px solid black;
	font-size: 11px;
	text-transform: uppercase;
	margin:0 25px;
	padding-top:4px;
	}

.footer a {
	font-size: 11px;
	text-decoration: none;
	}
	
.footer a:hover {
	text-decoration: underline;
	}
	
/*============================================================
 Header
============================================================*/
	
.header {
	display: block;
	height: 290px;
	border-bottom: 3px solid #ebce77;
	}
	
.header h1 {
	text-indent: -9999px;
	display: block;
	height: 244px;
	background: white url(../images/logo.jpg) no-repeat top left;
	}
	
/*============================================================
 Content
============================================================*/
	
.content {
	display: block;
	background-color: white;
	}

.c-text {
	width: 650px;
	padding: 25px 30px 25px 25px;
	}

.c-text h1 {
	margin-bottom: 20px;
	}
	
.c-text h1 em {
	color: white;
	font-style:normal;
	}

.c-text p span {
	color: grey;
	font-weight: bold;
	}
	
.c-text p span.green {
	color: green;
	font-weight: bold;
	}
	
.c-text ul {
	margin:20px;
	list-style-type: disc;
	color: green;
	}
	
.c-text ul li span {
	color: black;
	}
	
.c-text ul.gallery {
	margin:0;
	list-style-type: none;
	}
	
.c-text ul.gallery li {
	width: 110px;
	}
	
/*============================================================
 Content Side
============================================================*/
	
.c-side {
	width: 218px;
	}
	
/*============================================================
 Splash
============================================================*/

.banners {
	display: block;
	width: 960px;
	height: 364px;
	}
	
/*============================================================
 Masterplan + Phases
============================================================*/
	
.masterplan {
	display: block;
	width: 900px;
	margin-left: 30px;
	}
	
/*============================================================
 Gallery
============================================================*/
	
.gallery-holder a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid green;
	}
	
	.gallery-holder a:hover {
		border: 2px solid #b0ce4e;
		}
	
.gallery-link {
	width:565px;
	height:60px;
	margin-bottom:20px;
	display:block;
	background:#d6ef83;
	border:1px solid green;
	text-decoration:none;
}

	a.gallery-link:hover {
		background:#e1f59d;
		border:1px solid #b0ce4e;
	}

.gallery-link img {
	float:left;
	border:2px solid green;
	margin:1px 0 0 1px;
}

.gallery-link span {
	float:left;
	font-weight:bold;
	margin:20px 0 0 30px;
}
	
/*============================================================
 Forms
============================================================*/
	
.labels {
	text-align: left;
	width: 180px;
	}
	
.fields {
	text-align: left;
	}
	
.fields input {
	padding: 4px 8px;
	background-color: white;
	border: 1px solid #c7c7c7;
	width: 244px;
	margin-top: 4px;
	}
	
.fields input.error, .fields select.error, .fields textarea.error {
	border: 1px solid red;
	}
	
input.checkbox {
	width: 16px;
	height: 16px;
	margin:8px 12px;
	float: left;
	}
	
.fields select, .fields textarea {
	width: 430px;
	margin: 8px 12px;
	padding: 3px;
	}

.labels label, .contact-form label {
	font-weight: bold;
	cursor: pointer;
	display:block;
	margin:8px 12px;
	font-size: 12px;
	color: green;
	}
	
.labels label em, .fields label em {
	color: red;
	font-style: normal;
	}
	
.labels label.check-label {
	float:left;
	margin:0;
	width:280px;
	}

.submit {
	margin: 8px 12px;
	font-size: 12px;
	color: white;
	padding: 5px;
	background-color: green;
	border: 1px solid white;
	cursor: pointer;
	}


/*============================================================
 Fixes
============================================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*============================================================
 Golf page
============================================================*/

.gallery-holder p.middle-quote
{
	margin-bottom: 3px;
	clear: left;
}/* End hide from IE-mac */
.gallery-holder .pics {
	float: left;
	clear: both;
	width: 600px;
}
.map-thumb {
	float: right;
}
