/* Format BODY Element */

body {
	margin: 0;
	color: #333;
	background: #EFC8A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Format text elements */

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #DFE44F;
}

p {
	margin: 0;
	padding: 5px 10px 5px 10px;
	line-height: 1.9em;
	text-align: justify;
	/* border: 1px solid #73A405; */
}

span {
	margin: 0;
	line-height: 1.5em;
	text-align: justify;
	/* border: 1px solid #73A405; */
}

span a {
	color: #185471;
	text-decoration: underline;
}

#content h1 {
	margin: 0;
	padding: 10px;
	color: #2687D8;
	font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
}

#content h2 {
	margin: 0;
	padding: 10px;
	font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #2687D8;
}

/* Format the common DIV elements */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	height: 250px;
}

#navbar {
	clear: both;
}

#micronav {
	clear: both;
	color: #FFF;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#micronav li {
	display: inline;
}

#footer {
	padding: 10px 5px 0 0;
	background: #EFC8A7;
	text-align: right;
	font-size: 11px;
}

#footer a {
	color: #185471;
}

.rightimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}

/* Format the tabbed navigation bar */

.box {
	background: #fff;
}

.boxholder {
	clear: both;
	padding: 5px;
	background: #C56B0A;
}

.tab {
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #C56B0A url('../images/orangetab.jpg') no-repeat;
}

.tabtxt {
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 0 0 0;
}

/* Format page specific div elements */

/* Meet the Team DIV */

#content .team img {
	clear: both;
	float: left;
	margin: 0 10px 25px 10px;
}

#content .team p {
	
}

/* Photo Gallery DIV */

#albumlist {
	list-style-type: none;
	width: 960px;
}

#albumlist li {
	float: left;
	padding: 10px;
}

#albumlist img {
	display: block;
}

#galleryfooter {
	clear: both;
}

#galleryfooter p {
	text-align: center;
}

/* Format the Sitemap DIV */

#sitemap a {
	color: #185471;
}