/* ------------------------------------------------------------
	css
------------------------------------------------------------ */
*{
	margin: 0;
	padding: 0;
}	
html{
	background: #003300;
}	
body{
	color: green;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
/*	text-align: center;*/
}
#primary-content table img{border: none !important;}
/* links  */
a{
	color: #325C1D;
	text-decoration: none;
}
a:hover{color: #ff9900;}
/* headings */
h1 {font-size:1.8em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
/* tables & forms */
input, select, th, td {font-size:1.0em}
input focus{color: #ff9900;}
p{
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
/* ------------------------------------------------------------
	page structure & layout
------------------------------------------------------------ */
#container{
	background: #f8fdfe;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
#header{	
	/*background: #99CC00;*/
	border-bottom: 2px solid #FF9900;
	background:transparent url(images/header.gif);
	height: 195px;
	position: relative;
}
#navigation{
	bottom: 0;
	font-size: 1.1em;
	position: absolute;
	left: 14px;
}
#path-search{
	background: #538540; 
	border-bottom: 1px solid #FF9900;
	color: #FF9900;
	font-size: 1.2em;
	height: 36px;
	position: relative;
}	
#primary-content{
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 30px 15px 30px 30px;
	width: 448px;
}
#secondary-content{
	color: #325C1D;
	float: right;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 30px 20px 20px;
	width: 206px;
}	
#footer{
	border-top: 1px solid #DBDFE0;
	clear: both;
	color: #008000;
	font-size: 1.1em;
	height: 70px;
	margin-left: 30px;
	width: 450px;
}
body.mceContentBody{
	color: #325C1D;
	background-color: white;
	height: 300px;
}
/* ------------------------------------------------------------
	header
------------------------------------------------------------ */
#header h1 {
	font-size: 4.5em;
	position: absolute;
	margin: 5px 0 0 370px;
}
#header h1 a {
	color: #325C1D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
#header h1 a:hover {color: #ff9900;}
#slogan {
	position: absolute;
	margin: 65px 0 0 370px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
/* ------------------------------------------------------------
	navigation
------------------------------------------------------------ */
#navigation ul{
	display: inline;
margin :0 ;
}
#navigation li{
	display: block;
	float: left;
	list-style: none;
}
#navigation li a{
	background: #325C1D;
	color: #fff;
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 14px 7px 14px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover{
	background: #538540;
	color: #ff9900;
}
/* ------------------------------------------------------------
	path-search
------------------------------------------------------------ */
#path-search a{
	color: #fff;
	text-decoration: none;	
}
#path-search a:hover{text-decoration: underline;}
/* forms & class's */
#path-search .text{
	background: #fff;
	border: 1px solid #dfe3e4;
	padding: 3px;
}	
#path-search .button{
	background: #221f20;
	border: 1px solid #dfe3e4;
	cursor: pointer;
	color: #fff;
	padding: 2px;
}	
/* ------------------------------------------------------------
	info
------------------------------------------------------------ */
#info img{
	background: url(snews.gif) no-repeat;
	height:75px;
	position: absolute;
	right: 25px;
	top: 30px;
}
/* ------------------------------------------------------------
	primary content
------------------------------------------------------------ */
#primary-content h1{
	background: url(images/h2-bg.gif) no-repeat;
	background-position: bottom;
	color: #325C1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 5px 0 17px 0;
}	
#primary-content h2{
	background: url(images/h2-bg.gif) no-repeat;
	background-position: bottom;
	color: #325C1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
}	
	
#primary-content h3, #primary-content h4{
	background: none;
	border-bottom: 1px solid #325C1D;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px;
}	
#primary-content p{
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#primary-content a{
	text-decoration: none;
        border-bottom: 1px dotted;
}
#primary-content a:link{border: none;}
#primary-content div a img{border: none;}
#primary-content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#primary-content ul {
	line-height: 1.8em;
	margin: 0 30px 0px 30px;
}
#primary-content ul li {
	line-height: 1.8em;
	list-style: square;
	padding-left: 5px;
}
/* forms & class's */
#primary-content form{margin: 10px 0 20px 0;}	
#primary-content form p{margin: 5px;}	
#primary-content fieldset{
	background: #ffffff;
	border: 1px solid #dfe3e4;
	padding: 5px;
}	
form .field:focus, form .text:focus, form textarea:focus {background: #efefef; color: #ff9900;}
/*
#primary-content textarea{
	height: 150px;
	overflow: auto;
}
*/	
#container hr{
	border: 1px #325C1D;
}
/* ------------------------------------------------------------
	secondary content
------------------------------------------------------------ */
#secondary-content h2{
	color: #FF9900;
	border-bottom: 1px solid #325C1D;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}		
#secondary-content p{margin: 0;}		
#secondary-content ul{
	margin: 7px 0 20px 10px;
}	
#secondary-content ul li{
	background: url(blue-box.gif) no-repeat 0 2px;
	height: 18px;
	list-style: none;
	padding-left: 19px;
}	
#secondary-content a{	
	color: #325C1D;
	text-decoration: none;
}	
#secondary-content a:hover{color: #FF9900;}	
/* class's */
#secondary-content .text{
	font-size: 1.2em;
	padding: 3px;
	width: 70%;
}
/* ------------------------------------------------------------
	footer
------------------------------------------------------------ */
#footer p{
	line-height: 1.5em;
	margin-top: 15px;
	text-align: center;
}
#footer a{
	color: #aaa;
	text-decoration: underline;
}
/* ------------------------------------------------------------
	misc.
------------------------------------------------------------ */
div a img{border: none;}
acronym{cursor: help;}
legend{
	color: #324F6A;
	font-weight: bold;
}
blockquote{
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;	
	padding: 0 10px 0 10px;
}
hr, .hide {display: none;}
.show{display: block;}
/* class's */
.pathway{
	font-size: 0.9em;
	margin-left: 50px;
	margin-top: 18px;
	position: absolute;
}
.today{	
	position: absolute;
	right: 50px;
	top: 15px;
	color: #fff;
}
.locator{	
	position: absolute;
	left: 50px;
	top: 15px;
}
.image img, .right, .left{	
	background: #fff;
	border: 1px solid #FF9900;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}
.date{
	color: #afafaf;
	font-size: 0.9em;
}
.date a{
	color: #afafaf;
}
.commentsbox{margin-top: 25px;}	
#primary-content .commentsbox h2{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}	
.comments { 
	background: #fff; 
	border-bottom: 1px solid #dee2e3;
	border-top: 1px solid #dee2e3;
	color: #221f20;
	font-size: 0.9em;
	padding: 15px 10px 0px 10px; 
	margin: 10px 0 10px 0;
	overflow: auto;
}
.field, .text {
	border: 1px solid #dfe3e4;
background-color: #fff;
/*
	padding: 6px;
	width: 97%;
*/
}
/*.button{
	cursor: pointer;
	float: right;
	margin: 10px 0 120px 0;	
	padding: 3px;
}
*/
.searchfield{
	border: 1px solid #dfe3e4;
	padding: 6px;
	width: 75%;
}
.button{
	cursor: pointer;
	padding-left: 3px;
	/*width : 26px;
	height : 26px;*/
        margin-bottom: -3px;
}
.edit{font-size:8pt;color:#fff;background-color:#325C1D;}
.edit a:link,.edit a:visited,.edit a:active {font-weight:normal;color:#fff;}
.edit a:hover{color: #ff9900;}
.edit a	{border-bottom: none !important;}
#primary-content textarea{font-size:1.2em;width:100%;}
#nav-bottom{position:absolute;left:447px;top:1055px;width:390px;height:18px;text-align:center;z-index:15;}
.nav-bottom {color:#4B4039;}
.nav-bottom a,.nav-bottom a:link,.nav-bottom a:visited {color:#4B4039;text-decoration:none;background-image:none;border-bottom:0;padding-right:0;}
.nav-bottom a:hover,.nav-bottom a:active {color:#3B5272;text-decoration:none;background-image:none;border-bottom:0;padding-right:0;}
.nav-button{float:left;width: 158px;text-align: center;/*border:1px solid;*/}
.nav-button a,.nav-button a:link,.nav-button a:visited,.nav-button a:active {color:#4B4039;text-decoration:none;border-bottom:0;background-image:none;}
.nav-button a:hover {color:#3B5272;text-decoration:none;background-image:none;border-bottom:0;}
li a span.replace{display:block;color:blue; position:absolute;	visibility: hidden;}
/*li span.replace{display:block;color:blue; position:absolute;	visibility: hidden;}*/
#slideshow{float:center;padding-top:15px;}
#painting{width:316px;height:250px;border: 3px #3B5272 solid;}
#painting a,#painting a:link,#painting a:active,#painting a:visited,#painting a:hover{border-bottom:none;background-image:none;padding-right:0;background-position:0 0;}
#painting-nav {color:#4B4039;width: 316px;display:inline;}
body.mceContentBody{
	color: #325C1D;
	background-color: white;
	height: 1500px;
}
.imageright{
float : right;
border: 1px orange solid;
margin: 8px;
padding: 5px;
}
.imageleft{
float : left;
border: 1px orange solid;
margin: 8px;
padding: 5px;
}
