/* CSS Document */
/*<![CDATA[*/

/*=======================================================Layout Styles==============================================*/

body {
	background: url(../images/background_green.gif) repeat; /*Sets the background to the green color.*/
}
	
#outer_wrapper {
	border: 1px solid #819976; 
	background: #fff;
}
#headercontainer {
	background: #fff url(../images/logo-floor.gif) repeat; 
}
#header {
	height: 100px; 
	background: url(../images/logo.gif) no-repeat;
}
#header h1 {
	visibility: hidden; 
}
#globalnav {/*This is for the links at the top right of every page that go to my other websites*/
	text-align: right; 
	padding: 4px 6px 0 0; 
	width: 100%; 
	position: absolute; 
	top: 1em; 
	right: 1em;
}
#globalnav ul {
	list-style-type: none; 
}
#globalnav li {
	display: inline; 
	color: #819976;
	border-right: solid 1px #819976;
	padding-right: 6px;
}
#globalnav li.navlast {
	border-right: none;
}
#globalnav a {
	font-weight: bold; 
	color: #819976; 
	text-decoration: none; 
}
#globalnav a:hover {
	color: #ffffff; 
	background-color: #819976;
}
#globalnav p, a {
	margin: 0;
}
#wrapper {
	background: #fff;
	/*background: url(../images/background_2.gif) repeat-y right;*/ /*This adds a colored background to the right sidebar*/
}
#container {
	width: 100%;
	float: left;
	margin-right: -210px;
	background-color: #fff;
	/*background:  url(images/background_2.gif) repeat-y right;*/
}
#content {
	margin-right: 210px;
	/*background: url(images/background_3.gif) repeat-y left;*/
}
#main {
	margin-left: 170px; 
	border-left: 1px solid #819976; 
	padding-left: 1em;
	border-right: 1px solid #819976; 
	padding-right: 1em;
}
#left {
	width: 170px;
	min-height: 820px;
	float: left; /*background: url(images/background_3.gif) repeat-y left;*/
}

#innernav {
	position: absolute; 
	left: -1em; 
	top: 112px; 
	width: 165px;
}
#innernav ul {
	list-style-type: none;
}
#innernav li {
	height: 30px;
}

#innernav a {
	font-size: 1em; 
	font-weight: bold;
	color: #3f5837;  
	padding-top: .5em;  
	text-decoration: none; 
	text-align: center;
	display: block;
	height: 100%;
}
#innernav a:hover { 
	font-size: 1.15em;
}
#innernav #searchbox {margin: 20px 10px 20px 40px; font-family: Arial, Helvetica, sans-serif; font-size: smaller;}
#innernav #searchbox a {background-image: none;}
#innernav #searchbox a:hover {background-image: none; color: #000000;}

#innernav #firefox {border-top: dotted 1px gray; border-bottom: dotted 1px gray; margin: 20px 20px 20px 30px;}
#innernav #firefox a {background-image: none; font-size: .75em;}
#innernav #firefox a:hover {color: #3f5837;}
#innernav #firefox img {border: none;}

#dropmenu {float: left; margin: 0;}
#dropmenu ul {margin: 0; padding: 0; background: white; border: 1px solid #CCC; border-width: 0 1px;}
#dropmenu li {position: relative; list-style: none; margin: 0; float: left; width: 11em; line-height: 1em;}
#dropmenu li li {padding: 2px 0;}
#dropmenu li li li {width: 100%;}
#dropmenu li:hover {text-decoration: none;}
#dropmenu li.submenu {background: url(../images/downarrow.gif) 95% 50% no-repeat;}
#dropmenu li.submenu:hover {}
#dropmenu li a {display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; width: 100%; border: none; 
				color: #3f5837; font-weight: bold;}
#dropmenu li a:hover {color: #ffffff;}
#dropmenu ul ul {position: absolute; width: 100%; display: none;}
#dropmenu ul ul li {border-bottom: 1px solid #CCC;}
#dropmenu li.submenu li.submenu {background: url(../images/rightarrow.gif) 95% 50% no-repeat;}
#dropmenu li.submenu li.submenu:hover {background-color: #819976;}
#dropmenu ul.level1 li.submenu:hover ul.level2 {display: block;}
#dropmenu ul.level2 li.submenu:hover ul.level3 {display: block;}
#dropmenu ul.level2 {top: 1.5em; left: -1px; background-color: #b2c5b2; width: 100%;}
#dropmenu ul.level3 {top: -1px; left: 11em; border-top: 1px solid #CCC; background-color: #b2c5b2; width: 12em;}
#dropmenu ul.level3 li a:hover {background-color: #819976;}


#genheadercontainer {background: #000000 url(../images/genheader-green_03.jpg) bottom right no-repeat  ;}
#genheader {
	background: #b2c5b2 url(../images/genheader-green_01.jpg) no-repeat; 
	height: 120px; 
	border-bottom: 1px #552E03 solid;
}

#sidebar {
	width: 200px;
	float: right; 
	padding: 0 4px;
}
#sidebar h3, p {
	padding: 0 0 0 8px;	
}
#sidebar h3 {
	color: #819976;
}

.clearing {
	height: 0;
	clear: both;
}
#footer {
	background-color:#819976; 
	border-bottom: 10px #333300 solid; 
	clear: both; 
	padding: .25em;
	color: #ffffff; 
	font-size: .9em;
}
#footer a {
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
}
#footer a:hover {
	color: #000000;
}

/*==================================================Content Styles==============================================*/

body {
	font-size: 80%;/*Constrains the font size for entire site*/
}

h1, h2, h3, h4, h5, p, a, ul, ol, li, td {
	font-family: "arial", "helvetica", "sans-serif"; 
	color: #000;
}
h1 {
	color: #819976;
}
p.byline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #819976;
}
p.byline a {
	color: #819976;
}
p.help {
	color: #819976;
	font-weight: bold;
}
p.help a {
	color: #819976;
	text-decoration: none;
	border-bottom: dotted 1px gray;
}
p.help a:hover {
	background-color: #819976;
	color: #fff;
	border-bottom: none;
}
img.picleft {
	margin: 6px 16px 6px 0; 
	float: left; 
	border: 1px solid black;
}
img.picright {
	margin: 6px 0 6px 8px; 
	float: right; 
	border: 1px solid black;
}

div.slickbox {
	background: #eee; 
	border: 1px solid #819976; 
	margin: 0 0 1em 0px; 
	padding: 1em 0 0 0;
}
div.slickbox p {
	padding: 0px 1em;
}
h3 a {
	text-decoration: none;
}

/*]]>*/

