/*  
Theme Name: FSNW
*/

body {
	background: #232927 url(images/background.jpg) repeat-x;
	color: #1b391d;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
body * {
	margin: 0px;
	padding: 0px;
}
a, a:visited{
	color: #21672c;
	text-decoration: none;
	}
	
a:hover{
	color: #155d25;
	}
img a{
	text-decoration: none;
	border: none;
	}	
	
#fcontainer { 
	width: 100%;
	background: #fff url(images/background.jpg) repeat-x top;
	min-height: 100%;
	}
#container { 
	width: 701px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
	}

#header { 
	height: 195px;
	padding: 0px;
	background: #254429 url(images/header.jpg);
	position: relative;
	}

/*
 Navigation Start */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 36px;
	background: url(images/menu.jpg);
	
}

#nav a {
	display: block;
	border: none;
	font-size: 12px; 
}

#nav li { /* all list items */
	float: left;
	padding-left: 20px;
	padding-right: 20px;	
}

#nav li a:hover { /* all list items */
	background: #f6d23d;
}

#nav li ul { /* second-level lists */
	position: absolute;
	clear: left;
	width: 150px;
	background: #fff;
	left: -999em;
	font-size: 12px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li, #nav li ul li a {
	color: #1e5821;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-indent: 3px;
	width: 150px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*
 Navigation End
*/

#content { 
	width: 701px; 
	float: left; 
	margin: 0px;
	background: #FFFFFF url(images/content.jpg) no-repeat top;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 16px;
	}
* html #content {
	width: 701px;

}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 20px 10px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content ol {
	padding: 0px 0px 10px 35px;
}
#content ul {
	padding: 0px 0px 10px 25px;
}
#content h1 {
	color: #1b391d;
	font-size: 22px;
	font-family: Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #21672c;
	text-decoration: none;
	border-bottom: 1px dotted #21672c;
	}

#content h1 a:hover {
	color: #155d25;
	text-decoration: none;
	background: transparent;
	}

#content h2 {
	color: #1b391d;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	margin: 0px;
	}
#content h2 a  {
	color: #1b391d;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #277132;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px solid #003053;
	background: #F2F2F2;
	overflow: hidden;
}
* html .comments ol li {
	word-wrap: break-word;
}
.postspace {
	background: none;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: none;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#spacer { 
	clear: both;
	width: 701px;
	background: #fff;
	margin: 0 auto;
	min-height: 100%;
	}
#footer { 
	clear: both;
	width: 100%;
	min-height: 159px;
	background: #232927 url(images/footer.jpg) repeat-x;
	}	
#footerwidth { 
	width: 701px;
	padding-top: 15px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	}	
#footerwidth a{ 
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}	
#footerwidth a:hover{ 
	color: #fff;
	text-decoration: none;
	border: none;
	}	
#footerwidth p{
	margin-bottom: 19px;
	}