*, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 80%;
}

#container {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background: url(images/body.png) top left repeat-y #2F262A;
	padding: 0;
}

/* h1#header {
    height: 178px;
    background: url(images/header.png) top left no-repeat #747C40;
    text-indent: -2000px;
}
*/

h1 img {
	margin-bottom: -45px;
}

ul#topnav {
    height: 45px;
    padding-left: 35px;
	padding-top: 2px;
}

div#content_leftwide {
    display: inline;
    float:left;
    width: 495px;
    margin-left: 40px;
}

div#content_left {
	display: inline;
    float:left;
    width: 740px;
    margin-left: 40px;
}

div#right_sidebar{
	display: inline;
    width: 250px;
    float: left;
    margin-left: 10px;
}

div#footer {
    clear: both;
    background: url(images/footer.png) top left no-repeat;
    height: 44px;
    padding-top: 20px;  
}

div.sidebar {
    background: url(images/sidebar_body.png) top left repeat-y;
    margin-bottom: 1em;
    width: 190px;
    padding: 20px;
}

/*
*=STYLES
*/

p, h3, a, li, h4, h5 {
    color: #fff;
    line-height: 1.4em;
}

h2 { 
    color: #FF913A;
    line-height: 1.4em;
}

p, h2 {
    margin-bottom: 1em;
}

h4 {
	font-size: 1.5em;
	border-top: 1px solid #fff;
	margin-top: 1.5em;
}

h5 {
	font-size: 1.3em;
	margin-bottom: 1.5em;
}

fieldset {
    border: none;
}

div.sidebar li {
    list-style: none;
    background: url(images/underline.png) bottom left no-repeat;
    padding-bottom: 3px;
}

div.sidebar p {
    font-size: 0.8em;
}

div#content_left li {
	list-style: disc;
	margin-left: 20px;
}

div#content_left ul {
	margin-bottom: 1em;
}

div#content_left label {
	clear: left;
	float: left;
	color: #fff;
}

div#content_left input, div#content_left select, div#content_left textarea {
	clear: left;
	float: left;
	background: #DFDFDF;
}

blockquote {
	/*width: 672px;
	height: 149px;*/
	margin-left: 10px;
	/*background: url(images/testimonies.png) top left no-repeat;*/
	padding: 1s0px;
}

blockquote p {
	color: #BF5500;
}
/*
* = NAVIGATION
*/

ul#topnav a {
	text-decoration: none;
	font-weight: bold;
}

ul#topnav li a {
	padding: 8px 10px;	
}

ul#topnav li a:hover {
	color: #222510;
}

ul#topnav li li a {
	display: block;
}

ul#topnav li li a:hover {
	background: #FFB03F;
}

ul#topnav li {
	float: left;
	position: relative;
	cursor: default;
	list-style: none;
}

ul#topnav li#first {
}

ul#topnav li#last {
}

ul#topnav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #D07E0D;
}

ul#topnav li>ul {
	top: auto;
	left: auto;
}

ul#topnav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: 200px;
}

ul#topnav li:hover ul, ul#topnav li.over ul {
	display: block;
}

/*
*=FOOTER STYLES
*/

div#footer ul {
    margin-left: 30px;
	width: 750px;
	padding-top: 20px;
}

div#footer li {
    list-style: none;
    display: inline;
    font-size: 0.8em;
	float: left;
	width: 20%;
}

div#footer li a {
    text-decoration: none;
}
div.FSF_searchResults {
	clear: left;
	display: block;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
}
.FSF_resultsIntroFailure{}
.FSF_result {
	color: #fff;
}
.FSF_resultLink {}
.FSF_resultDescription {
	color: #fff;
}
.FSF_pagination
.FSF_intro
.FSF_form {
	display: block;
	float: left;
}