/*FCN CSS styles*/

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF url(image/leafside.jpg) repeat-y left top;
	font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
	color: #5D413A;
}
form {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4b87eb;
}
p, blockquote, ol, ul {
	line-height: 160%;
}
a {
	color: #7C8634;
}
a:hover {
	text-decoration: none;
	color: #BD4F21;
}
/* Boxed */.boxed {
	width: 198px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #e9edcd;
	border: 1px solid #939A3C;
}
.boxed .heading {
	margin: 4px;
	padding: 8px 10px;
	background: #98A24D url(image/img3a.gif) no-repeat center bottom;
	border-top: 1px solid #737947;
	border-bottom: 1px solid #F4F5EC;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
}
.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #939A3C;
}
.boxed li.first {
	border: none;
}
.boxed a.arrow {
	padding-left: 10px;
	background: url(image/img4.gif) no-repeat left center;
	text-decoration: none;
}
.boxed a.select {
	padding-left: 10px;
	background: url(image/img5.gif) no-repeat left center;
	color: #BD4F21;
	text-decoration: none;
}
.boxed a.plain {
	text-decoration: none;
}
.line {
	padding: 3px 0;
	border-top: 1px dotted #939A3C;
}
/* Wrapper */#wrapper {
	width: 778px;
	margin: 0 auto;
}
/* Header */#header {
	float: left;
	width: 760px;
	height: 141px;
	background: url(image/masthead.jpg) no-repeat;
	border: 1px solid #939A3C;
}
#header h1 {
	margin: 0;
	padding: 43px 0 0 0;
	text-align: center;
	letter-spacing: -1px;
	font-size: 3em;
}
#header h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}
#header a {
	text-decoration: none;
	color: #BD4F21;
}
/* Content */#content {
	clear: both;
	padding-top: 10px;
}
/* Posts */#posts {
		float: right;
	width: 566px;
}
.post {
	padding-top: 10px;
}
.post .title {
	margin: 0;
	font-size: 2em;
}
.post .posted {
	margin-top: 0;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}
.post .meta {
	margin: 2em 0 3em 0;
	border-top: 1px dotted #939A3C;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}
.post .meta p {
	margin: 0;
}
/* Archives */#archives {
	float: right;
	margin-right: 10px;
}
/* Footer */#footer {
	clear: both;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}
#footer a {
	color: #999999;
}
/* menu styles for javascript use on menu */
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6{
  margin:0 0 0 10px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}
