/*CSS Document*/

* {
	padding:0;
	margin:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-color:#333;
}

#wrapper {
	background-color:#333;
	min-width: 770px;
	width: 100%;
}

#header {
	width:100%;
	background-image: url(/images/header_repeat.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#header_left{
	float:left;
	width:550px;
}

#header_right{
	float:right;
	width:212px;
}

#body{
	margin-left: 172px ;  /* left column width and color */
	margin-right: 212px;
	width: auto;
}

#body_only_left {
	margin-left: 172px ;  /* left column width and color */
	width: auto;
}

#innerbody{
	margin:0; width:100%;
}

#left{
	background-color:#676767;
	position:relative;
	height:512px;
	width:172px;
	margin-left:-172px;
	float:left;
	background-image: url(/images/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}

#center{
	min-height:512px;
	float:left;
	width:100%;
	background-color:#000;
}

#center_content {
	min-height:512px;
	background-image: url(/images/background.jpg);
	width:100%;
	float:left;
}

#center p, #center_content p {
	margin:10px;
}

#content {
	width:100%;
	margin:10px;
}

#right{
	padding:0 5px;
	position:relative;
	height:512px;
	width:202px;
	margin-right:-212px;
	float:left;
	background-color:#CCCCCC;
}

#right img {
	margin:0 -5px;
}

#main_menu {
	width: 172px;
	float:left;
	clear:left;
	margin:0px;
	padding:0;
}

#main_menu ul	{
	position:absolute;
	visibility:hidden;
	background-color:#fff;
	margin:0;
	padding:0;	
}

#main_menu li	{
	display:block;
	font-weight:bold;
	margin:0;
	cursor:default;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#main_menu li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}

#main_menu li a:hover{
	text-decoration:none;
	color:#CCCCCC;
}

#main_menu ul li, #main_menu.vertical ul li {
	width:15.8em;
	display:block;
	border-bottom:2px solid #666;
	padding:0;
	white-space:normal;
}

#main_menu ul li a {
	display:block;
	width:15em;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	padding:5px;
	margin:0;
}	

.articles_wrapper h3 {
	font-size:12px;
	background:none;
	border-bottom:1px solid #CC0000;
}

.articles_wrapper h3 a{
	color:#CC0000;
}

#right h3 {
	color:black;
	font-size:12px;
	background:none;
}

#right h3 a{
	color:#CC0000;
}

#right ul {
	list-style:none;
}

h3 {
	background:#CC0000;
	font-size:14px;
	color:white;
	font-weight:bold;
	padding:5px;
	margin:0;
}

h3 a {
	color:white;
	text-decoration:none;
}

h5 {
	margin:0;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#336699;
}

h5 a {
	color:white;
	text-decoration:none;
}

h4 {
	font-size:12px;
	margin: 5px 0;
}	

h4 a {
	color:#990000;
}

h6 {
	margin:5px 0;
	font-size:18px;
	font-weight:bold;
}

#home_top{
	margin-top:-30px;
	background-color:#000;
	color:#fff;
	padding:10px;
}

#trails_top {
	background-color:black;
	color:#fff;
	padding:10px;
}

#latest_additions {
	width:29px;
	margin-left:-29px;
	float:left;
	position:relative;
}

#home_bottom {
	width:100%;
	min-height:181px;
	float:left;
	background-image: url(/images/background.jpg);
}

#home_bottom p {
	margin:5px 0;
}

#footer{
	background-color:#333;
	color:white;
	clear:both;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	margin-right:5px;
	display:inline;
}

#footer a {
	font-weight:bold;
	color:white;
}

table.view {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border-top: solid 2px #000000;

}
  
table.view th {
font-size:13px;
color: #FFFFFF;
border-right: solid 2px #000000;
border-bottom: solid 2px #000000;
font-weight: bold;
text-align:center;
}

table.view td {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
}

table.view p {
	clear:both;
}

.join {
	float:left;
	width:80px;
	font-weight:bold;
	padding: 5px;
	border: 1px solid black;
	color:white;
	text-align: center;
	margin-bottom:5px;
}

.join a {
	color:white;
	text-decoration:none;
}

.join a:hover {
	color:black;
}

.contribute {
	float:right;
	font-size:14px;
	font-weight:bold;
}

#trails {
	background-repeat: no-repeat;
	background-position: bottom;	
}

.column {
	float:left;
	width:25%;
	padding-bottom:10px;
}

.column img {
	
}

.column p {
	padding:0 5px;
}

.column ul {
	text-align:center;
	padding:5px 0;
	margin:0;
	background:black;
	list-style:none;
}

.column li {
	display:inline;
}

.column li a {
	text-decoration:none;
	font-weight:bold;
	color:white;
	padding-right:1px;
}

#article_list a {
	color:black;
	text-decoration:none;
}

img {
	border:none;
}

#article_gallery_wrap {
	background:none;
	border:none;
}

ul#month_nav, ul#month_nav a{
	color:white;
}

/* ****************************maps sprout ***************************************/

#pointsWrapper {
	
}
#locationsCategories {
  list-style:none;
	font-size: 14px;
	background-color:#002a54;
	padding-left:10px;
} #locationsCategories a:link,#locationsCategories a:visited {
  color: #fff;
	text-decoration:none;
}
.locationWrapper img{
  height: 30px;
	float:left;
	padding-right:5px;
}

.locationWrapper {
	background-color:#FDE388;
	border-bottom:1px solid #FAC410;
	padding:5px;
}
#categoryName{background:url(/images/h2_background.gif) no-repeat top left; width:232px; height:20px; padding:.75em .75em .75em 1.5em; color:#FFFFFF; font-size:15px; font-family:Arial, Helvetica, sans-serif;}
#locationsCategories{background-color:#FAC410; margin-top:18px; width:173px;color:#000000;}
#locationsCategories li{margin-top:1em;}
#locationsCategories a:link{color:#000000;}
#locationsCategories a:visited{color:#000000;}
#locationsContent{ background-color:#FDE388;width:792px;padding-bottom:10px;}
.heading a:link {color:#990000; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
.heading a:visited{color:#990000; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
.heading {padding:10px 0 0 22px;}
.locationsAddress{padding-top:10px;}
.locationsParagraph{padding-top:10px; width:585px;}
.locationsPicture{padding-right:10px;}
.locationsBack{background:url(/images/h2_background.gif)no-repeat top left;}
#slideshow{margin-top:5px;}
.pagination {
    clear:both;
}
.groupMenu li{list-style-type:none; display:inline;}
.groupMenu li a{display:inline-block; padding:5px 10px 5px 20px; color:#000000; text-decoration:none; font-size:12px; font-weight:bold; margin:5px 0;}
.groupMenu li a:hover{color:#CC0000;text-decoration:none;}
.groupMenu li.icon1 a{background:url(/images/general_icons/icon1.gif) no-repeat left 52%;}
.groupMenu li.icon2 a{background:url(/images/general_icons/icon3.gif) no-repeat left 52%;}
.groupMenu li.icon3 a{background:url(/images/general_icons/icon11.gif) no-repeat left 52%;}
.groupMenu li.icon4 a{background:url(/images/general_icons/icon4.gif) no-repeat left 52%;}
h4.groupName{ font-size:16px;}
.groups a{text-decoration:none; color:#CC0000;}
.groups a:hover{text-decoration:underline; color:#000000; }
.groups h3{margin-bottom:10px;}
.groups{padding:5px 0;}
#formatting_rules table{margin:10px 0;}
#formatting_rules ul{padding-left:15px;}
#formatting_rules ol{padding-left:20px;}
.groups input{ margin:5px 0;}
/*.groups img{margin-left:10px;}*/