
/* -- SETUP -- */

body{
	font: 76% Arial, Helvetica, sans-serif;
	background: #FFF url(graphics/AWR_backgroundtile_Elkin.jpg) center;
	color: #616157;
}

#container{
	width: 802px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	background: #bab08c;
	border: 2px solid #dcd9ca;
}

p, table{
	margin: 0 0 20px 0;
}

a{
	color: #804b19;
}

.clear{
	clear: both;
}

/* -- LEFT COLUMN-- */

#leftColumn{
	width: 161px;
	margin: 10px 8px 0px 10px;
	float: left;
}

#video{
	border: 2px solid #FFF;
	margin-bottom: 5px;
}

#navigation{
	background: #f1f2e0 url(graphics/AWR_navbox_Elkin.jpg) no-repeat;
	border: 2px solid #FFF;
	padding: 10px 0;
}

#navigation li{
	text-transform: uppercase;
	color: #804b19;
	text-align: center;
	font-size: .9em;
	line-height: 2em;
}

#navigation li ul li{
	font-size: 1em;
	list-style-type: circle;
	list-style-position: inside;
	text-align: left;
	margin-left: 50px;
	text-transform: none;
}

#navigation a{
	text-decoration: none;
}

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

#navigation .selected{
	font-weight: bold;
}

#brochure{
	width: 141px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: .9em;
	line-height: 1.5em;
	text-align: center;
}

#brochure a{
	color: #FFF;
	text-decoration: none;
}

/* -- CONTENT AREA -- */

#contentBox{
	width: 607px;
	background: #f1f2e0 url(graphics/AWR_contentbox_Elkin.jpg) no-repeat;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 80px;
	border: 2px solid #FFF;
	float: left;
}

#contentBox h2{
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

#contentBox p, #contentBox ul, #contentBox table, #contentBox ol{
	padding: 0 20px;
	font-size: .95em;
	line-height: 1.5em;
}

#contentBox ul{
	margin: 0 20px 20px 60px;
	list-style-type: disc;
	list-style-position: outside;
}

#contentBox ol{
	margin: 0 20px 20px 40px;
	list-style-type: decimal;
	list-style-position: outside;
}

.phoneNumber{
	color: #804b19;
}

#gallery{
	width: 500px;
	margin: 0 auto;
}

#gallery td{
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	color: #804b19;
	font-size: .9em;
}

.team{
	height: 167px;
	margin-bottom: 20px;
}

.activities{
	height: 132px; 
	margin-bottom: 20px;
}

/* -- FOOTER -- */

#footer{
	background: url(graphics/AWR_footer_Elkin.jpg) no-repeat;
	width: 780px;
	height: 90px;
	margin: 0 auto;
	clear: both;
}

#footer a{
	text-indent: -9999px;
	display: block;
	width: 280px;
	height: 90px;
}

