/* @group Global */

body {
	margin: 0;
	padding: 0;
	font: 14px/16px Tahoma, Arial, Geneva, Helvetica, sans-serif;
	background: url(images/bkgnd.jpg) repeat;
}

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

a:hover {
	text-decoration: underline;
}

a.on {
	text-decoration: underline;
}

a.off {
	text-decoration: none;
}

div.clear {
	clear: both;
}

#container {
	width: 780px;
	position: relative;
	border: 1px solid #003d00;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(images/elim_header.png) no-repeat;
	width: 780px;
	height: 139px;
}

#header a.header {
	display: block;
	position: relative;
	height: 139px;
	width: 330px;
}

#header_nav {
	background-color: #878953;
	height: 25px;
	text-align: left;
}

#header_nav ul {
	height: 25px;
	padding-left: 0;
	margin: 0 0px 0 0;
	position: relative;
	float: left;
}

#header_nav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}

#header_nav ul li a {
	display: inline;
	list-style-type: none;
	color: #ffffcc;
	font-size: 11px;
	text-transform: lowercase;
	line-height: 23px;
	text-decoration: none;
}

#header_nav ul li a.on {
	text-decoration: underline;
}

#header_nav ul li a:hover {
	text-decoration: underline;
}

#header_nav #quicklinks {
	position: relative;
	float: right;
	margin: 0px;
	height: 43px;
}

#header_nav select {
	width: 190px;
	height: 20px;
	position: relative;
	margin: 3px 5px 0 0;
}

#header_nav select option {
	
}

#nav {
	background-color: #346633;
	height: 43px;
	border-top: 1px solid #FFFFC0;
	border-bottom: 1px solid #FFFFC0;
}

#nav ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

#nav ul li {
	display: block;
	list-style-type: none;
	/*border-right: 1px solid #FFFFC0;*/
	float: left;
}

#nav ul li a {
	display: block;
	border-right: 1px solid #FFFFC0;
	float: left;
}
#nav ul li a.last {
	border: 0;
}
#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li a.on {

}

#content_container {
	/*position: relative;
	display: block;*/
}

/* @group Home */

#content_container_home {
	background-color: #FFF;
}

#content_left_home {
	width: 449px;
	display: block;
	position: relative;
	float: left;
	/*border-right: 1px solid #FFFFC0;*/
}

#content_right_home {
	width: 330px;
	display: block;
	position: relative;
	float: right;
	border-top: 0px solid #FFFFC0;
	border-left: 1px solid #FFFFC0;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	background-color: #9E9D6D;
}

#content_home {
	position: relative;
	display: block;
	min-height:306px;
  	height:auto !important;
  	height:300px;
	padding: 10px 10px 0 20px;
	background: url(images/right_home_bg.jpg) repeat-x;
}

#content_home h3 {
	color: #346633;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_home h4 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_home ul {
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_home ul li {
	list-style-type: none;
}

#page_image_home {
	width: 449px;
	/*overflow: hidden;*/
	position: relative;
	display: block;
	/*height: 144px;*/
	/*border-right: 1px solid #FFFFC0;*/
}

#page_image_home img {
	
}

#message_board {
	padding: 10px;
	background-color: white;
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

#message_board_header {
	background-color: #999967;	
}

/* @end */

#content_left {
	width: 329px;
	/*display: block;*/
	position: relative;
	float: left;
}

#page_image {
	width: 329px;
	overflow: hidden;
	position: relative;
	display: block;
	height: 144px;
	/*border-right: 1px solid #FFFFC0;*/
}

#page_image img {
	
}

#content_left ul {
	color: #346633;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-left: 15px;
	margin-top: 20px;
	margin-left: 0;
	position: relative !important;
	clear: both;
}

#content_left ul li {
	list-style-type: none;
	text-transform: uppercase;
	line-height: 25px;
}

#content_left ul li a {
	color: #346633;
}

#content_left ul li a:hover {
	text-decoration: underline;
}

#content_left ul ul.sub-nav {
	margin-top: 0;
	margin-bottom: 10px;
	position: relative !important;
	/*display: block;*/
	clear: both;
}

#content_left ul ul.sub-nav li {
	height: 15px;
	font-size: 11px;
	line-height: 13px;
}

#content_left ul ul.sub-nav li a {
	color: #8F905C;
}

#content_right {
	width: 450px;
	display: block;
	position: relative;
	float: right;
	border-top: 0px solid #FFFFC0;
	border-left: 1px solid #FFFFC0;
	/*border-right: 1px solid #FFFFFF;*/
	border-bottom: 1px solid #FFFFC0;
}

#content_image {
	width: 449px;
	border-right: 1px solid #346633;
}

#content_header {
	background-color: #9A9A68;
	height: 52px;
}

#content_header h2 {
	line-height: 49px;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 25px;
	color: #FFFFC0;
}

#content {
	position: relative;
	display: block;
	min-height:300px;
  	height:auto !important;
  	height:300px;
	padding: 10px;
}
#content h2.page-title {
	text-transform: uppercase;
	font-style: italic;
	color: #346633;
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content ul {
	
}
#content span.cross {
	background: url(images/cross.png) no-repeat left center;
	width: 5px;
	height: 10px;
}
#content ul li {
	list-style-image: url(images/cross.png);
	list-style-position: outside;
	margin-bottom: 10px;
}

#content h2 {
	color: #346633;
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h4 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	height: 15px;
	background-color: #346633;
}

#footer p {
	color: #FFFFC0;
	font-size: 9px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 15px;
	text-align: center;
	padding-right: 25px;
}

#footer p a {
	color: #FFFFC0;
}

/* @end */

/* @group Contact */

form {
	margin: 0;
	padding: 0;
	position: relative;
}

td.formLabel {
	color: #346633;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

input {
	border: 2px solid #89A487;
}

input:focus {
	background-color: #fffedd;
}

textarea:focus {
	background-color: #fffedd;
}

textarea {
	border: 2px solid #89A487;
	width: 400px;
}

/* @end */

/* @group Site Map */

#as_siteMapMain {
	
}

#as_siteMapMain li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

#as_siteMapMain li a {
	color: #346633;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

#as_siteMapMain li a:hover {
	text-decoration: underline;
}

#as_siteMapMain ul.as_siteMapSub {
	
}

#as_siteMapMain ul.as_siteMapSub li {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

#as_siteMapMain ul.as_siteMapSub li a {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}

#as_siteMapMain ul.as_siteMapSub li a:hover {
	text-decoration: underline;
}

#as_siteMapMain ul.as_siteMapSub ul li a {
	color: #9A9A68;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}

/* @end */

/* @group Resources */

/* this is the empty class that TinyMCE will use to activate jQuery Media */
a.media {
	
}

#as_document_container {
	
}
div.as_media_mainContent{
	padding: 5px;
	border-bottom: 1px dotted silver;
}

div.as_media_mainContent a.mediaIcon{
	margin-right: 10px;
	margin-bottom: 5px;
}

div.as_media_mainContent a.mediaLink{
	text-decoration: underline;
	color: #9A9A68;
}
div.as_media_mainContent a.mediaLink:hover{
	text-decoration: none;
}
/* @end */

/* @group Staff */

#resource_list {
	position: relative;
}

#resource_list div.resource-item {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
}

#resource_list div.resource-header-trigger {
	height: 55px;
	padding: 5px;
	display: block;
	position: relative;
}

#resource_list div.over, .panel-down {
	background-color: #FBFAC4;
}

#resource_list div.resource-header-trigger span.trigger {
	position: absolute;
	/*display: block;*/
	right: 5px;
	top: -10px;
	font-size: 10px;
}

#resource_list div.resource-header-trigger span.phone {
	position: relative;
	font-size: 10px;
}

#resource_list div.resource-header-trigger h3.resource-name {
	color: #346633;
	margin-top: 0;
	margin-bottom: 5px;
}

#resource_list div.resource-header-trigger h3.resource-name span.title {
	color: black;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: bold;
}

#resource_list div.resource-info {
	display: none;
	position: relative;
	width: 430px;
	border-top: 1px solid #e7e7e7;
	padding-top: 5px;
	background-color: #FDFEDD;
	height: 100%;
}

#resource_list div.resource-info img.resource-photo {
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #e5e5e5;
	position: relative;
	float: left;
}

#resource_list div.resource-description {
	/*display: block;*/
	position: relative;
	/*float: left;*/
	padding: 10px;
}

/* @end */

