﻿@import url(/mcms/css/podcast.css);
@import url(/mcms/css/departments/4hcamp/4hcamp_content.css);

body
{
	background: url(/mcms/images/departments/4hcamp/camp-bg.jpg) #063b23 center top no-repeat;
	margin: 100px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #0f3445;
	-moz-box-sizing: border-box;
	list-style-position: outside;
	list-style-type: circle;
}

table, p, td, ul, li, div, span
{
	font-size: 100%;
}

h1
{
	font-size: 1.4em;
	font-weight: bold;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	color: #026c44;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #026c44;
}

h4
{
	font-size: 1.1em;
	font-weight: bold;
	color: #026c44;
}

h5
{
	display: none;
}

a:visited
{
	color: #674206;
	text-decoration: none;
}
a:link
{
	color: #437f9b;
	text-decoration: underline;
}
a:hover
{
	color: #437f9b;
	text-decoration: underline;
}

#container
{
	margin-left: auto;
	width: 760px;	
	margin-right: auto;
	text-align: left;
	-moz-box-sizing: border-box;
}

/***** START Top Navigaion area *****/
#topnav
{
	font-size: 1.2em;
	color: White;
	font-weight: bold;
	height: 70px;
}

#topnav .firstbar
{
	height: 43px;
	background-image: url(/mcms/images/departments/4hcamp/grn-30x30.png);
	background-repeat: repeat;
}

#topnav .logocontainer
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#topnav .logoimage
{
	position: absolute;
	z-index: 1;
	top: -86px;
	left: -44px;
}

#topnav .textonly
{
	position: absolute;
	z-index: 2;
	top: -80px;
	left: 112px;
	width: 150px;
}

#topnav .textonly a
{
	color: White;
	text-decoration: none;
	font-weight: normal;
}

#topnav .menucontainer
{
	float: right;
	padding-left: 162px;
	padding-top: 14px;
	-moz-box-sizing: border-box;
	height: 40px;
}

#topnav .secondbar
{
	height: 27px;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	position:relative;
}

#topnav .emailcontainer
{
	float: left;
	padding: 3px 0px 0px 10px;
/*	-moz-box-sizing: border-box;*/
	position:absolute;
	z-index: 2;
}

#topnav .searchcontainer
{
	float: right;
	width: 200px;
	padding: 1px 10px 0px 0px;
	position:absolute;
	top:1px;
	right:0px;
/*	-moz-box-sizing: border-box;*/
}

#topnav .searchbox
{
	float: left;
	-moz-box-sizing: border-box;
}

#topnav .searchbutton
{
	float: right;
	padding: 1px 0px 0px 0px;
	-moz-box-sizing: border-box;
}

/***** END Top Navigation area *****/


/***** START Middle area (leftnav and content)  *****/
#designcontent
{
	width: 760px;
	background-image: url(/mcms/images/departments/4hcamp/column-width-bg.gif);
	background-repeat: repeat-y;
	-moz-box-sizing: border-box;
}

#designcontent:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#designcontent .leftcol
{
	width: 160px;
	float: left;
}

#designcontent .rightcol
{
	width: 600px;
	float: right;
	overflow: hidden;
}
/***** END Middle area (leftnav and content)  *****/

/***** START Left Navigation area *****/
#leftnav
{
	font-size: 1.2em;
	color: White;
	font-weight: bold;
	-moz-box-sizing: border-box;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

#leftnav .logo_spacing
{
	padding: 5px 0px 10px 0px;
	-moz-box-sizing: border-box;
	display: block;
	text-align:center;
}

#leftnav .navmenu
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

/***** END Left Navigation area *****/


/***** START Maint Content area *****/
#content
{
	font-size: 1.2em;
	overflow: hidden;
	-moz-box-sizing: border-box;
}

#content .more_articles_bar
{
	font-weight: bold;
	color: white;
	background-color: #1e5230;
	height: 20px;
}

#content .caption
{
	font-style: italic;
	color: #645F64;
}

#content .tblmetadata
{
	font-size: 1.1em;
	color: #333333;
	background-color: #D2CEE3;
}

#content .feedback
{
	font-size: 1.1em;
	color: #645F64;
	background-color: #EEF3EA;
}

/*start classic bodytext*/
#content .bodytext
{

}
/*end classic bodytext*/

/*start classic portal*/
#content .portal
{

}

#content a.portal:link
{
	text-decoration: none;
}
/*end classic portal*/

/*start breadcrumb*/
#content .breadcrumb
{
	font-style: normal;
}

#content a.breadcrumb:link
{
	color: #4e7171;
	text-decoration: none;
}

#content a.breadcrumb:visited
{
	text-decoration: none;
}

#content a.breadcrumb:hover
{	
	text-decoration: underline;
}
/*end breadcrumb*/

/*start radtools*/
.RadEContent, .RadEContentBordered
{
	font-size: 2em;
	color: #645F64;
	background-color: White;
}

.RadEDomMouseOver
{
	background-color:#efefef;
	border:1px dashed red;
}

.RadEContentBordered form
{
	 background-color:#efefef;
	 border:1px dashed #555555;		 
}

.RadEContentBordered table
{
	BORDER-RIGHT: #999999 1px dashed; 
	BORDER-BOTTOM: #999999 1px dashed;
}

.RadEContentBordered table td
{
	PADDING: 2px;
	BORDER-TOP: #999999 1px dashed;	
	BORDER-LEFT: #999999 1px dashed;	
}

.RadEContentBordered table th
{
	PADDING: 2px;
	BORDER-TOP: #000000 1px dashed;	
	BORDER-LEFT: #000000 1px dashed;
}
/*end radtools*/

/*start classic right column*/
#content .right_column_top
{
	background-image: url(/mcms/images/departments/4hcamp/grass-bar.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}

#content .right_column_top_alt
{
	background-image: url(/mcms/images/departments/4hcamp/grass-bar-alt.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
}

#content .right_column_container
{
	background-color: #84a96a;
}

#content .right_column
{
	color: #645F64;
}

#content a.right_column:visited
{
	color: white;
	text-decoration: none;
}

#content a.right_column:link
{
	color: white;
	text-decoration: none;
}

#content a.right_column:hover
{
	color: white;
	text-decoration: underline;
}

#content .right_column_header
{
	font-weight: bold;
	color: white;
}

#content a.right_column_header:link
{
	text-decoration: none;
}

#content a.right_column_header:visited
{
	text-decoration: none;
}

#content a.right_column_header:hover
{
	text-decoration: underline;
}

#content .headerbar_events
{
	text-align: center;
	background-color: #a7a687; 
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_relatedarticles
{
	text-align: center;
	background-color: #32592d;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_pointofcontact
{
	text-align: center;
	background-color: #a7a687; 
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_contributors
{
	text-align: center;
	background-color: #32592d;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_institutions
{
	text-align: center;
	background-color: #a7a687; 
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_subtopics
{
	background-color: #32592d;
	text-align: center;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_relatedtopics
{
	text-align: center;
	background-color: #a7a687;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_officelocator
{
	text-align: center;
	background-color: #32592d;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_aboutus
{
	text-align: center;
	background-color: #a7a687;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_recentpostings
{
	text-align: center;
	background-color: #32592d;
	font-weight: bold;
	color: white;
	height: 20px;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_topics
{
	text-align: center;
	background-color: #32592d;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_portal1
{
	text-align: center;
	background-color: #32592d; 
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}

#content .headerbar_portal2
{
	text-align: center;
	background-color: #a7a687;
	height: 20px;
	font-weight: bold;
	color: white;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
}
/*end classic right column*/
/***** END Main Content area *****/

/***** START Footer area *****/
#footer
{
	color: White;
	font-size: 1em;
	width: 100%;
}

#footer .firstbar
{
	height: 27px;
	background-image: url(/mcms/images/departments/4hcamp/wood-bar.gif);
	background-repeat: no-repeat;
}

#footer .content
{
	padding-top: 8px; 
	text-align: center;
	-moz-box-sizing: border-box;
}

#footer .rssicon
{
	vertical-align: bottom;
}

#footer a:visited
{
	color: White;
	text-decoration: none;
}
#footer a:link
{
	color: White;
	text-decoration: none;
}
#footer a:hover
{
	color: White;
	text-decoration: underline;
}
/***** END Footer area *****/

