/* CSS Document */

/*
--------------------------------------------------------
Resets
--------------------------------------------------------
*/

*{
    margin: 0;
    padding: 0;
}

a img {
	border: none;	
}

/*
--------------------------------------------------------
Basic Elements
--------------------------------------------------------
*/

body {
    background: #d7d3c4;
    font: 11px/19px verdana, arial, sans-serif;
    text-align: center;
}

h1, h2, h3 {
	font-family: georgia, serif;	
	font-weight: 600;
}

h1 {
	font-size: 21px;
	line-height: 28px;
    margin-bottom: 9px;
    color: #627b51;
}

h1 a {

	cursor: default;
	font-weight: 600;
	text-decoration: none;
}
	 
h2 {
	font-size: 18px;
    margin-bottom: 8px;
    color: #627b51;
}

h2 a {
	cursor: default;
	font-weight: 550;
	text-decoration: none;	
}
	 
h3 {
	font-size: 15px;
    color: #627b51;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

h3 a {
	cursor: default;
	font-weight: 550;
	text-decoration: none;	
}
 
p, address {
    margin-bottom: 9px;
    color: #333;
}

address {
	font-style: normal;	
}

cite {
	font-weight: normal;	
}

a {
    color: #627b51;
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
--------------------------------------------------------
Header
--------------------------------------------------------
*/

#header_wrapper {
	width: 100%;
	height: 180px;
	margin-top: 10px;
	background: url(../images/bg_masthead_container.jpg) repeat-x top left;
}
	 
#header	{
	position: relative;
    display: block;
    height: 180px;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#header h1 {
	position: absolute;
	bottom: 10px;
	left: 0;
	text-indent: -9999px;	
	margin-bottom: 0;
}

#header h1 a {
	background: url(../images/logo.png) no-repeat top left;
	display: block;
	width: 285px;
	height: 167px;	
}

#header h2 {
	position: absolute;
	top: 20px;
	right: 0;	
	color: #fff;
}

#header .scales {
	position: absolute;
	bottom: 0;
	right: 0;
	text-indent: -9999px;	
	margin-bottom: 0;
}

/*
--------------------------------------------------------
Sitenav
--------------------------------------------------------
*/

#header ul {
	position: absolute;
	bottom: -1px;
	right: 0;
    width: 552px;
    margin-bottom: 0;
}

#header ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header ul li a {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    background: #d5d2c6;
    color: #627b51;
    font-size: 14px;
    font-weight: normal;
    font-family: georgia, serif;
    text-transform: lowercase;
}

#header ul li a:hover {
	color: #95ae84;	
}

#header ul li a.active {
	background: #e7e4d9;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*
--------------------------------------------------------
Main Area
--------------------------------------------------------
*/

#main_wrapper {
    width: 100%;
    background: #e7e4d9;
    border-bottom: 2px solid #95ae84;
    text-align: center;
}

#main {
	width: 960px;	
	margin: 0 auto;
	text-align: left;
}

body.subpage #main {
	width: 960px;	
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}

/*
--------------------------------------------------------
Subnav
--------------------------------------------------------
*/

ul#subnav {
	width: 232px;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}

#subnav li {
	position: relative;
	height: 125px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c7c2b1;
}

#subnav li h2 {
	position: absolute;
	top: 10px;
	left: 10px;	
}

#subnav li p {
	position: absolute;
	top: 35px;
	left: 10px;	
}

#subnav li.last {
	border-bottom: 1px solid #c7c2b1;
}

#subnav a {}

/*
--------------------------------------------------------
Anchor Nav
--------------------------------------------------------
*/

.anchor_nav {
	width: 716px;
	margin: 10px 0 20px 0;
	background: #f2f0e9;
	border: 1px solid #fff;
}

.anchor_nav ul {
	margin: 20px 0 20px 30px !important;
}

/*
--------------------------------------------------------
Masthead
--------------------------------------------------------
*/

#masthead {
	width: 720px;
	height: 249px;
	margin: 10px 0 10px 8px;
	background: #aac09c;
}

/*
--------------------------------------------------------
Sidebar
--------------------------------------------------------
*/

#sidebar {
	width: 231px;
	padding-top: 8px;
    text-align: left;
}

#sidebar .module {
	margin-bottom: 20px;	
	padding-left: 10px;
}

/*
--------------------------------------------------------
Content
--------------------------------------------------------
*/

#content {
	width: 718px;
	margin: 0 0 10px 10px;	
}

#content h1 {
	height: 40px;
	line-height: 40px;
	margin-left: -13px;
	padding-left: 48px;
	background: url(../images/bg_h1.jpg) no-repeat top left;	
}

#content img.right {
	border: 1px solid #fff;
	margin: 0 0 10px 10px;	
}

#content ul, #content ol {
	margin: 0 0 10px 30px; 	
}

#content ul li, #content ol li {
	margin-bottom: 10px;	
}

/*
--------------------------------------------------------
Footer
--------------------------------------------------------
*/	

#footer {
    width: 960px;
    margin: 0 auto;
    padding-top: 8px;
    color: #fff;
    font: 10px Verdana, sans-serif;
    text-align: center;
}

#footer p {
	color: #7c7767;	
	line-height: 18px;
}

#footer p span {
	font-family: georgia, serif;
	font-weight: bold;
	color: #95ae84;
}
		
#footer a:link, #footer a:visited {
    color: #7c7767;
    text-decoration: none;
}

/*
--------------------------------------------------------
Extra Classes
--------------------------------------------------------
*/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.left_column, .right_column {
	width: 48%;
}
