/*------------------------------------------------------------------
[Master Stylesheet]

Project:	McKinney Meadows
-------------------------------------------------------------------*/

body { 
	background: #313248 url(../images/grass-bg.gif) no-repeat 0% 100%;
	margin: 0px;
}
img {
	display:block;
	border:0px;
}
a {
	text-decoration: underline;
	color: #3e3737;
}
a:hover {
	text-decoration: none;
}
.clear { 
	 clear: both; 
	 line-height:0px; 
	 font-size:0px; 
}
.f-left {
	float: left;
	margin: 4px 18px 0 0;
}
.f-right {
	float: right;
	margin: 4px 0 0 18px;
}
#siteWrap {
	width:802px;
	margin: 0px auto;
	margin-top:35px;
	margin-bottom:45px;
	text-align: left;
	position: relative;
	z-index: 2;
}
#header {
	margin-left: -2px;
	height:156px;
	background:url(../images/header-bottom.jpg) no-repeat;
}
#headerTop {
	height:28px;
	
}
#nav {
	padding:100px 0 0 27px;
	margin-bottom:5px;
	position: relative;
	top: 34px;
}
#headerImage {
	width:778px;
	height:232px;
	padding-left:11px;
}
#flashImageWrap {
	padding-left: 11px;
}
#flashImage {
	width:778px;
}
#content {
	background:url(../images/background-content2.png) repeat-y;
}
#pageTitle {
	padding-left:28px;
	padding-top:30px;
}
#bodyContent {
	overflow: hidden;
	position: relative;
	width:715px;
	margin-left:35px;
	background:url(../images/background-content.jpg) no-repeat;
}
#footer {
	height:114px;
	margin-top:-12px;
	background:url(../images/footer.png) no-repeat;
}
#greenbelt {
	width:195px;
	margin:0px auto;
	text-align: center;
}
#water {
	width: 73px;
	margin: -10px auto 0;
}
#headerIcon {
	width:65px;
	height:45px;
	float:left;
}
#sub-links {
	padding: 20px 10px 0 10px;
}
#sub-links a {
	display: block;
	text-decoration: none;
	float: left;
	background: url(../images/bullet-sun.jpg) no-repeat 0% 50%;
	padding-left: 20px;
	margin-top: 5px;
	clear: both;
}
#sub-links a:hover {
	text-decoration: underline;
}
p.builder {
	border-bottom: 1px solid #3e3737;
	padding-bottom: 24px;
	clear: both;
	height: 150px;
}
p.builder.last-builder {
	border: none;
}
#photo-gal {
	width: 300px;
	margin: 30px auto;
}
#flashSite {
	width: 481px;
	margin: 20px auto 0;
}
#water-drops {
	position: absolute;
	top: 210px;
	left: 210px;
}

/* Type */

h1 {
	font: normal 24px Georgia, serif;
	color:#3e3737;
	margin-top:0px;
	padding:8px 0 0 10px;
	float:left;
}
p {
	font: 12px Georgia, serif;
	color:#3e3737;
	line-height:18px;
	padding:10px 0 0 10px;
}
p.footerTxt {
	font:12px Georgia, serif;
	text-align:center;
	color:#f6f6da;
	line-height:18px;
	padding:45px 0 0 10px;
}
p.footerTxt a {
	color:#f6f6da;
}

/* Lists */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:3px;
}
#nav li {
	float: left;
	margin-right:5px;
}
#nav li.bulletSun {
	margin-top:4px;
}
#nav li a {
	font-family:Georgia, serif;
	font-size:14px;
	color: #000;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}


/* Form */
form {
	margin: 20px 0 0 10px;
}
form label, form input {
	display: block;
	font: 12px Georgia, serif;
	color:#3e3737;
}
form input.inp {
	width: 250px;
	margin-bottom: 12px;
}
form input.submit {
	margin-top: 12px;
}
form textarea {
	width: 300px;
	height: 100px;
}


/* MISC */
#contact-col1 {
	float: left;
}

#contact-col2 {
	float: left;
	margin: 30px 0 0 40px;
}

#contact-col2 img {
	border: 4px solid #eee;
}