/* -------------------------------------------------
Copyright 2010 Pathway Communities - LaGrange Homecoming 
Written by nuSpace Media - www.nuspacemedia.com
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #00304b url(../images/bckgrnd.gif) top repeat-x;
	padding: 25px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: 0;
}

.clr {
	clear: both;
}

a {
	color: #00304b;
}


/* Containers */

#maincontainer {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bckgrnd-main.gif) 0 0;
	border-bottom: #e02727 solid 4px;
}

#contentcontainer {
	background: url(../images/bckgrnd-page-top.jpg) no-repeat 0 0;
	padding-bottom: 55px;
}

#leftcolumn {
	float: left;
	width: 240px;
	padding-left: 20px;
}

#rightcolumn {
	float: right;
	width: 700px;
	padding-top: 41px;
}


/* Header */

#logo {
	padding: 0 0 35px 0;
}

#header {
	padding: 0 0 18px 92px;
}


/* Main Nav */

#mainnav {
	padding: 0 0 30px 18px;
}

#mainnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 12px;
}

#mainnav a {
	color: #333;
	text-decoration: none;
}

#mainnav a:hover {
	text-decoration: underline;
}


/* Homepage */

#hometext {
	font-size: 12px;
	line-height: 21px;
	padding: 10px 55px 0 30px;
}

#hometext p {
	margin-bottom: 15px;
}


/* Content */

#content {
	font-size: 12px;
	line-height: 21px;
	padding: 20px 45px 0 45px;
}

#content h1 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal;
}

#content h2 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 15px;
}

#content p {
	margin-bottom: 15px;
}

#content ul {
	padding-left: 25px;
	margin-bottom: 11px;
}

#content li {
	margin-bottom: 4px;
}

#feature {
	width: 211px;
	padding: 0 0 20px 9px;
}

#featureheader {
	height: 34px;
}

#featuretext {
	border-bottom: 1px solid #adaba2;
	border-left: 1px solid #adaba2;
	border-right: 1px solid #adaba2;
	padding: 10px 15px 3px;
	font-size: 12px;
}

#featuretext p {
	margin-bottom: 12px;
}

#siteplanbox {
	margin-left: 10px;
}

#youtubebox {
	width: 220px;
	padding-top: 20px;
}

#featurehomes {
	width: 220px;
	padding: 0 0 20px 4px;
}

#registerbox {
	background: url(../images/header-register.gif) no-repeat 0 0;
	font-size: 11px;
	width: 211px;
	margin: 0 0 15px 15px;
}

#registerbox a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 56px 0 0 52px;
}

#register {
	list-style-type: none;
}

#register li {
	height: 25px;
}

#register label {
	display: block;
	float: left;
	width: 100px;
}

.photoright {
	float: right;
	width: 250px;
	padding: 3px 0 10px 15px;
}

.photoleft {
	float: left;
	width: 250px;
	padding: 3px 15px 10px 0;
}

.map {
	width: 600px;
	border: 1px solid #adaba2;
}


/* Footer */

#footer {
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
	line-height: 18px;
}

#footer p {
	margin-bottom: 10px;
}

#footer a {
	color: #FFF;
}

#footer img {
	padding: 0 10px;
}