/***********************************************************************
 * Elements
 **********************************************************************/

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

html, body {
}

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #dff0fa;
	line-height: 1.5em;
}

h1 {
	font-family: georgia, cambria, times new roman, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	margin: 0 0 17px 0;
	padding: 0;
}

h1.orange {
	color: #f7a632;
}

h1.white {
	color: #fff;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

span.clearer
{
	display: block;
	clear: both;
	font-size:0;
	height: 0px;
	line-height:0;
	width:0;
}

p {
	margin: 0 0 1.6em 0;
	padding: 0;
}

/***********************************************************************
 * Items
 **********************************************************************/

/* Header */
#header-container {
	background: url(../images/body-bg.jpg) #ffffff repeat-x;
}

#header {
	width: 900px;
	position: relative;
	height: 85px;
	margin: auto;
}

#header .logo {
	right: left;
	position: absolute;
}

#header .quicks {
	color: #355ca8;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 35px;
}

#header .quicks a {
	color: #355ca8;
}

#header .quicks a:hover {
	color: #333;
	text-decoration: none;
}

/* Body */
#body-container {
	background: url(../images/body-bg.jpg) #314f11 repeat-x 0 -85px;
}

#body {
	background: url(../images/tree-bg.png) center top no-repeat;
	padding: 60px 0;
	width: 900px;
	margin: auto;
}

#body .left-col {
	width: 320px;
	float: left;
}

#body .welcome {
	margin-bottom: 25px;
}

#body .announcements .news-item {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #7b7b7c;
}

#body .announcements .news-item.first {
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #7b7b7c;
}

#body .announcements .news-item.last {
	padding: 10px 0 0px 0;
	border-bottom: none;
}

#body .announcements .news-title {
	color: #fff;
	font-weight: bold;
}

#body .right-col {
	width: 485px;
	float: right;
}

#body .banner {
	margin-bottom: 15px;
}

#body .feature {
	background: #2f3f19;
	width: 477px;
	margin-left: 4px;
}

#body .right-col .member-communites {
	width: 198px;
	padding: 25px 0px 8px 25px;
	float: left;
	line-height: 1.4;
}

#body .right-col .member-communites a {
	color: #F7A632;
	background: url(../images/arrow.png) no-repeat 0 9px;
	display: block;
	border-bottom: #425627 solid 1px;
	padding: 4px 20px;
	font-size: 1.1em;
}

#body .right-col .member-communites a.first {
	border-top: #425627 solid 1px;
}

#body .right-col .member-communites a:hover {
	color: #7fa64a;
	text-decoration: none;
}

#body .right-col .map {
	padding: 8px 8px 0px 0px;
	float: right;
}

#body .right-col .map img {
	display: block;
	margin-bottom: 6px
}

.map-container .title {
	padding-top: 10px;
}

.map-container table {
	margin-bottom: 25px
}

.map-container img {
	border: 5px solid #fff;
}

/* Footer */

#footer-container {
	background: url(../images/footer-bg.gif);
	height: 150px;
	clear: both;
}

#footer-container .footer {
	width: 900px;
	position: relative;
	margin: auto;
	padding: 30px 0 15px 0;
}

#footer-container .member-logos {
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

#footer-container .member-logos img {
	margin-right: 26px;
}

#footer-container .copyright {
	color: #314f11;
	font-size: .9em;
	padding-top: 15px;
}

#footer-container .copyright a {
	color: #879c69;
}

/* Demographics Table */

table.demographics {
    border-collapse: collapse;
    border-color: #fff;
    width: 700px;
}

table.demographics td {
    padding: 5px;
    text-align: right;
}

table.demographics td.indent {
    padding-left: 15px;
}

table.demographics td.row_label {
    text-align: left;
}

table.demographics th {
    padding: 5px;
}

table.demographics tr.secondary_label th,
table.demographics th.col_label {
    background-color: #4B6D27;
    color: #fff;
}

/***********************************************************************
 * classes
 **********************************************************************/

.bold-white {
	font-weight: bold;
	color: #fff;
}
