@charset "UTF-8";
body {
	margin: 0px;
	background: #ECECEC;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
img {border: none;}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	height: 95px;
	background: url(../images/masthead-bg.gif) repeat-x;
}
#masthead #logo {
	float: left;
	height: 95px;
	width: 325px;
}
#masthead #masthead-right {
	float: right;
	width: 421px;
}
#container {
	background-color: #C4D5DA;
	padding: 10px 15px;
}
#mainnav {float: left;}
#mainnav ul {
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#mainnav li.nav-space {display: none;}
#mainnav li a {text-decoration: none; display: block; width: 190px; color: #544037; padding: 5px;}
#mainnav li a:hover {background-color: #556D73; color: #FFF;}
#content {
	float: right;
	width: 678px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 20px;
	color: #666;
}
#content p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #A9A9A9;
	font-size: 30px;
	font-weight: normal;
}
#content h2 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 4px;
}
#content h6 {font-size: 11px; font-weight: normal; font-style:italic; margin: 0px 0px 20px 0px;}
#content a {color: #556D73;}
#footer {
	background-color: #544037;
	color: #FFF;
	text-align: center;
	padding: 10px;
}
#footer a {color: #FFF;}
#sitemap {text-align: center; font-size: 10px; color: #797979;}
#sitemap a:link, #sitemap a:visited {color: #797979; text-decoration: none;}
#sitemap a:hover, #sitemap a:active {color: #797979; text-decoration: underline;}
#sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sitemap li {display: inline; margin: 0px 5px;}
#sitemap li.nav-space {margin: 0px;}

.imgL {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgR {
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {clear: both;}
div.clear {clear: both; height: 0px;}
