@charset "utf-8";
/* CSS Document */
* {
	margin:0 auto;
	padding:0;
}
body{
	background-color:#935200;
}
#mainBody{
	width:860px;
	clear:both;
	background: #FFFFFF url(../images/innerHeaderBg.gif);
	padding-left:40px;
	padding-right:27px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:50px;
	
}
#mainBody p{
	line-height:130%;
}
#mainBody h1{
	padding-top:15px;
	margin:15px 0px 10px 0px;
	font-size:18px;
	color:#FF9900;
	position:inherit;
}
#mainBody h2{
	margin:15px 0px 5px 0px;
	font-size:16px;
	color: #CC4200;
}
#mainBody li{
	margin-left:20px;
}
#container{
		width:1000px;
		background-image:url(../images/body-bg.gif);
}
#strip{
	width:930px;
	height:15px;
	clear:both;
}
#top{
	width:930px;
	height:87px;
	background: url(../images/top_header.gif);
	clear:both;
}
#header{
	width:927px;
	height:360px;
	clear:both;
	background-color:#FFFFFF;
}
#innerHeaderTop{
	width:927px;
	height:27px;
	clear:both;
	background: url(../images/innerHeader.jpg);
}
#innerHeader{
	width:927px;
	height:300px;
	clear:both;
	background: #FFFFFF url(../images/innerHeaderBg.gif);
}
#terry{
	float:left;
	width:200px;
	height:300px;
	background-color:#CCCCCC;
	background: #FFFFFF url(../images/terry.jpg);
}

#terryForm{
	padding:150px 5px 0px 5px;
	text-align:right;
	position:relative;
	background-image:none;
}
#terryForm input{
	padding: 5px 5px;
	margin:	10px 5px;
	font-face:"Arial Rounded MT Bold";
	font-size:12px;

}
#media{
	float:left;
	width:500px;
	height:300px;
	background-color: #000;
}
#mailingList{
	float:left;
	width:227px;
	height:300px;
	background-color:#CCCCCC;
	background: #FFFFFF url(../images/mailingList.jpg);
}
#footer {
	width: 928px;
	height: 100px;
	background: black url(../images/bg_footer.jpg) no-repeat;
	color: #ddd;
	font-size:	10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a{
	color:	#ddd;
	text-decoration: none;
	font-size:	10px;
} 
#footer a:hover{
text-decoration: underline;
}
#footer p{
	padding: 30px 30px;
}
#emailError p{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:12px;
	color:#FF0000;
}
#email{
	background:#fff url(../images/email_icon.png) no-repeat;
	background-position:right;
}
.hidden{
	display:none;
}
.show{
	display:inline;
}	

#nav{
width: 927px;
clear:both;
background-image: url(../images/nav_bar_bg.jpg);
font-size:13px;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background: #61461b url(../images/nav_bar_bg.jpg);
color: #000000;
float:left;
width: 100%;
font-family: arial, helvetica, sans-serif;
height:50px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 1em 0.9em;
background: #61461b url(../images/nav_bar_bg1.jpg);
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
height:22px;
}

#navcontainer ul li a:hover
{
background: #835e24 url(../images/nav_bar_bg.jpg);
color: #fff;
height:22px;
}
#housingTeaser{
	background: #FFF url(../images/housingBg.jpg);
	width:850px;
	height:300px;
}
#housingTeaser h1{
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 200px;
	padding-bottom:50px;
}
#housingTeaser p{
		padding-left: 50px;
		padding-right: 40px;
		line-height:130%;
}
#housingTeaser img{
	padding:20px 5px 0px 5px;
	
}
#buttons{
	text-align:center;
}