/* estructures.com   |   screen.css   |   2/3/10 */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none; } 

/* remember to define focus styles! */:focus { outline: 0; } 

/* remember to highlight inserts somehow! */ins { text-decoration: none; }

del { text-decoration: line-through; } 

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0; }

body {
	background-color: #47370f;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #666; 
	text-align: center; 
	margin: 20px 0; 
	padding: 0;
	}
	
#wrap {
	width: 960px; 
	text-align: left; 
	margin: 0 auto;
	background-color: #dedede; 
	}
	
h1 a {
	float: left;
	text-indent: -9999em;
	display: block;
	width: 271px;
	height: 80px;
	background: url(../images/logo.png) 0 0 no-repeat;
	margin: 15px 80px 3px 10px;
	}
	
#print-logo { display: none; }

#header {
	width: 960px;
	float: left;
	}

#nav {
	width: 580px;
	float: left;
	}
	
#nav li {
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
	float:left;
	}
	
#nav li a {
	color: #332102;
	text-decoration: none;
	float: left;
	padding: 43px 16px 15px 16px;
	}
	
#nav li a:visited { color: #332102; }

#nav li a:hover { color: #5c8727; }
	
#nav li a#home.active {
	background: url(../images/nav-home-hover.jpg) center bottom no-repeat;
	color: #fff;
	}
	
#nav li a#about-us.active {
	background: url(../images/nav-about-hover.jpg) center bottom no-repeat;
	color: #fff;
	}
	
#nav li a#communities.active {
	background: url(../images/nav-communities-hover.jpg) center bottom no-repeat;
	color: #fff;
	}
	
#nav li a#projects.active {
	background: url(../images/nav-projects-hover.jpg) center bottom no-repeat;
	color: #fff;
	}
	
#nav li a#contact-us.active {
	background: url(../images/nav-contact-hover.jpg) center bottom no-repeat;
	color: #fff;
	}

#content {
	background-color: #fff;
	margin: 10px 10px 0 10px;
	float: left;
	padding: 10px;
	}
	
#content h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 2.4em;
	color: #332102;
	margin-bottom: 10px;
	font-weight: normal;
	}
	
#content h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #a9a363;
	}
	
#content p {
	font-size: 1.4em;
	line-height: 24px;
	margin-bottom: 15px;
	}
	
#content a {
	color: #5c8727;
	text-transform: uppercase;
	text-decoration: underline;
	}
	
#content a:visited { color: #2a5d4e; }

#content a:hover { color: #332102; }

#content p a { text-transform: none; }

#content ul { margin: 0 0 15px 15px; }

#content li {
	list-style: disc;
	line-height: 24px;
	font-size: 1.4em;
	}

#content #pics {
	width: 921px;
	height: 319px;
	overflow: hidden;
	margin: 0 0 15px 0;
	}
	
#content #pics li { list-style: none; }

#lg-magnet {
	width: 324px;
	height: 265px;
	float: left;
	background: url(../images/lg-magnet-bg.jpg) 0 0 no-repeat;
	margin: 0 20px 0 0;
	padding: 20px 0 0 7px;
	}
	
* + html #lg-magnet { height: 259px; }

* html #lg-magnet { height: 259px; }
	
#lg-magnet img { 
	border: #fff solid 1px; 
	margin-bottom: 10px;
	}

#lg-magnet h2 { 
	color: #fff; 
	margin-bottom: 5px;
	}

#lg-magnet p {
	font-size: 1.3em;
	line-height: 18px;
	color: #3f2d2d;
	margin-bottom: 5px;
	}
	
#lg-magnet a {
    font-size: 1.4em;
    color: #fff; 
    }

#magnets {
	width: 549px;
	background: url(../images/magnet-bg.jpg) 0 0 repeat-x;
	float: left;
	margin: 15px 0 0 0;
	padding: 10px;
	}
	
#magnets img { 
	float: left;
	margin: 0 10px 0 0;
	}
	
#magnets h2 {
	font-size: 1.8em;
	margin-bottom: 5px;
	}
	
#magnets p {
	font-size: 1.2em;
	line-height: 18px;
	margin-bottom: 5px;
	}
	
#magnets a { font-size: 1.4em; }
	
#magnet-01 {
	width: 259px;
	float: left;
	margin-right: 30px;
	}
	
#magnet-02 {
	width: 260px;
	float: left;
	}

p#footer {
	clear: both; 
	width: 921px;
	background-color: #332102;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	font-size: 11px;
	color: #eee;
	}
	
p#footer a { 
	color: #eee; 
	text-decoration: none;
	text-transform: none; 
	}

p#footer a:visited { color: #eee;}

p#footer a:hover { 
	text-decoration: underline; 
	color: #eee;
	}

p.clear { clear: both; }

/*-------------INTERNAL STYLES-------------*/

.right {
	margin: 0 0 15px 15px;
	padding: 3px;
	border: #ccc solid 1px;
	float: right;
	}
	
.left {
	margin: 0 15px 15px 0;
	padding: 3px;
	border: #ccc solid 1px;
	float: left;
	}
	
.three-pack {
	margin: 0 0 15px 15px;
	float: right;
	width: 308px;
	}
	
.three-pack .right {
    padding: 3px;
	border: #ccc solid 1px;
    }
	
#sidebar { 
	background-color: #ced1aa;
	float: left;
	width: 224px;
	height: 508px; 
	margin-right: 20px;
	padding: 15px;
	}
	
#sidebar a { font-weight: bold; }
	
#right {
	float: left;
	width: 641px;
	}
	
#content #sidebar ul { 
    margin: 0;
    width: 224px; 
    }

#content #sidebar li { 
	list-style: none; 
	padding-bottom: 5px; 
	}

#content #sidebar li a {
	text-transform: none;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	width: 219px;
	padding-left: 5px;
	}
	
#content #sidebar li a:hover { text-decoration: underline; }
    
#content #sidebar li a.active { background-color: #eaebdd; }

.gallery-01 {
	float: left;
	margin: 0 10px 15px 0;
	}
	
.gallery-02 {
	float: left;
	margin-bottom: 10px;
	}
	
.gallery-03 {
	float: left;
	margin-bottom: 15px;
	}
	
input {
    margin-right: 10px;
    border: #ccc solid 1px;
}

textarea { border: #ccc solid 1px; }

.e-news {
    clear: both;
    margin-bottom: 10px; 
    }

.e-news label {
    font-size: 1.4em;
    margin-right: 10px; 
    }
    
.e-news input.frmButton { width: 100px; }
    
.e-news input { width: 300px; }

.notes {
    font-size: 0.9em;
    color: #777; 
    }
    
input.frmButton {
    background-color: #5c8727;
    border: none;
    color: #fff;
    padding: 3px;
    }
    
input.frmButton:hover { background-color: #a9a363; }

p.column-01, p.column-02 {
    width: 270px;
    float: left; 
    }
    
#main-home form {
    clear: both;
    float: left;
    font-size: 1.4em;
    margin: 0 0 20px 350px;
    }
    
#main-home label { margin-right: 10px; }

#main-home input { width: 300px; }

#main-home input.frmButton { width: 100px; }
    
.clear { clear: both; }