﻿/*GENERIC PAGE STYLES*/
/*------------------*/

body
{
	background: #776d6d;
	font: 0.75em Tahoma, Arial, Helvetica, sans-serif;
	color: #66645d;
	margin: 9px 0 0 0;
}

p
{
	margin: 10px 0;
}

h6
{
	margin: 10px 0;
}

h5
{
	margin: 10px 0;
}

h4
{
	margin: 10px 0;
}

h3
{
	margin: 10px 0;
	
}

h2
{
	margin: 10px 0;
}

h1
{
	margin: 10px 0;
}

h6
{
	color: #444444;
	font-weight: normal;
}

h5
{
	color: #444444;
	font-weight: normal;
}

h4
{
	color: #444444;
	font-weight: normal;
}

h3
{
	color: #444444;
	font-weight: normal;
}

h2
{
	color: #444444;
	font-weight: normal;
}

h1
{
	color: #444444;
	font-weight: normal;
}

h1 {font-size: 250%;}
h2 {font-size: 160%;}
h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}

img 
{
	border: 0;
}

.img
{
	display: block;
}

form 
{
	margin: 0;
}

hr
{
	background: #FFF;
	color: #FFF;
	border: 0 none;
	border-top: 1px solid #E5E5E5;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

textarea
{
	font: 100% Arial, Helvetica, sans-serif;
}

select
{
	font: 100% Arial, Helvetica, sans-serif;
}

input
{
	font: 100% Arial, Helvetica, sans-serif;
}

.button
{
	background: #3a4a00;
	border: 0 none;
	padding: 2px 1px 1px 1px;
	color: #FFF;
	text-transform: uppercase;
}

a
{
	color: #6ba004;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
}

.invis
{
	display: none;
}

/*HEADER STYLES*/
/*-------------*/

#wrapper {
	width:997px;
	margin: 0 auto;
	text-align:left;
}

#topbar
{
	background: url("/sites/ffe/SiteCollectionImages/header-bg.gif") top repeat-x;
	width:100%;
	height:125px;
	
}

#header
{
	background: url("/sites/ffe/SiteCollectionImages/header-bg.gif") top repeat-x;
	border-bottom: 4px solid #3a4a00;
	border-top: 1px solid #ecf558;
	
	height: 119px;
	width:100%;
}

#header .container
{
	width: 100%;
	position: relative;
	float:left;
}

#header .insidenav
{
	width:100%;
	float:left;
	position:relative;
}

#header #search
{
	position:absolute;
	top: 19px;
	right:30px;
	width: 480px;
	height: 53px;
	padding-top:21px;
	background: url("/sites/ffe/SiteCollectionImages/header-search-bg.gif") no-repeat;
	color: #daef4e;
}

#header #search input
{
	vertical-align: middle;
}

#header #top
{
	width: 223px;
	height: 31px;
	padding: 20px 0 0 5px;
	background: url("/sites/ffe/SiteCollectionImages/header-top-bg.gif") no-repeat;
	position: absolute;
	top: -10px;
	right: 50px;
	color: #e3d7d7;
	font-size: 90%;
}


#header #top ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #top ul li
{
	display: inline;
	margin: 0 14px;
}

#header #top a
{
	color: #e3d7d7;
	text-decoration: none;
}

#header #top a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#header #mailinglist
{
	position: absolute;
	bottom: 0;
	right: 40px;
	background: #3a4a00;
	color: #FFF;
	height: 32px;
	font-size: 90%;
	text-transform: uppercase;
	top:90px;
}

#header #actions
{
	position:absolute;
	right:22px;
	color:#FFF;
	top:60px;
	
}


* html #header #mailinglist
{
	bottom: -1px;
}

#header #mailinglist a
{
	display: block;
	height: 22px;
	padding: 10px 20px 0 20px;
	color: #FFF;
	text-decoration: none;
}

* html #header #mailinglist a
{
	float: left;
}

#header #mailinglist a:hover
{
	background: #324000;
}

/*NAVIGATION STYLES*/
/*-----------------*/

ul.nav
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	min-height: 32px;
	text-transform: uppercase;
	font-size: 90%;
}

* html ul.nav
{
	height: 32px;
}

ul.nav li
{
	float: left;
	height: 32px;
	border-right: 1px solid #899751;
}

ul.nav li a
{
	float: left;
	height: 20px;
	padding: 8px 7px 4px 7px;
	color: #FFF;
	text-decoration: none;
}

ul.nav li a.active
{
	background: url("/sites/ffe/SiteCollectionImages/nav-hover.gif") bottom repeat-x;
}

ul.nav li a:hover
{
	background: url("/sites/ffe/SiteCollectionImages/nav-hover.gif") bottom repeat-x;
}

/*MAIN STYLES*/
/*-----------*/

#main
{
	background: #e6e1cf;
	padding: 10px 0 40px 50px;
	min-height:740px;

	
}

#main .container
{
	width: 973px;
}

/*COLUMN ONE STYLES*/
/*-----------------*/

#main #columnone
{
	background: #FFF;
	width: 490px;
	padding-top:12px;
	float:left;
	position:relative;
	margin-left:-20px;
		
}

#main #columnone .container
{
	width: auto;
	padding: 0 10px;
}


#main #columnonea
{
	background: #FFF;
	width: 730px;
	padding-top:12px;
	float:left;
	position:relative;
	margin-left:-20px;
	min-height:684px;
		
}

#main #columnonea .container
{
	width: auto;
	padding: 0 10px;
	overflow:hidden;
	
}


#main #columnone #homepagepanel
{
	min-height: 264px;
	padding: 10px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

* html #main #columnone #homepagepanel
{
	height: 264px;
}

#main #columnone #homepagepanel .img
{
	float: left;
	margin-right: 5px;
	display: inline;
	border: 5px solid #dbd2b8;
}

#main #columnone #homepagepanel .big
{
	font-size: 250%;
	font-weight: bold;
	color: #8f9f06;
}

#main #columnone #homepagepanel .big span
{
	color: #383838;
}

#main #columnone table tr td.left
{
	padding-right: 20px;
}

#main #columnfooter
{
	background: #c4bda4;
	width: 490px;
	text-align: right;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	float:left;
	/*padding-right:10px;
	margin-left:-20px;
	padding-top:20px;
	margin-top:10px;*/
		
}

#main #columnfooter img
{
	vertical-align: top;
}

/*COLUMN TWO STYLES*/
/*-----------------*/

#main #columntwo
{
	float: right;
	width: 235px;
	padding: 0px 0px 20px 0px;
	background: #FFF;
	margin-right:64px;
	
	
	}

#main #columntwo hr
{
	border-top: 1px dotted #bfb697;
}

#main #columntwo h3
{
	background: #aba387;
	color: #FFF;
	padding: 6px 16px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
}

#main #columntwo div
{
	margin-right:2px;
	margin-left:2px;
}

#main #columntwo b.title
{
	color: #528b07;
	font-size: 120%;
}

#main #columntwo p span
{
	display: block;
	margin-top: 4px;
	color: #998112;
}

/*COLUMN THREE STYLES*/
/*-------------------*/

#main #columnthree
{
	
	float: right;
	background: #c4bda4;
	width: 176px;
	border: 8px solid #b8ae8c;
	color: #FFF;
	font-size: 90%;
	top:50px;
	margin-top:-60px;
	right:53px;
	position:relative;

}

#main #columnthree h3
{
	background: #524b4b;
	color: #FFF;
	padding: 6px 12px;
	font-size: 180%;
	margin-top:8px;
	margin-bottom:8px;
}

#main #columnthree span div
{
	margin: 0px 7px;
	
}


#main #columnthree a
{
	color: #746d04;
	margin: 0px 7px;
}

/*FOOTER LOGOS*/
/*------------*/

#footerlogos
{
	padding: 25px 0 15px 65px;
	background: #FFF;
}

#footerlogos img
{
	vertical-align: top;
	margin: 0 15px;
}

/*FOOTER LINKS*/
/*------------*/

#footerlinks
{
	clear:both;
	background: #695d5d;
	padding: 30px 0 15px 50px;
	font-size: 90%;
	z-index:1000;
}	

#footerlinks ul
{
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footerlinks ul li
{
	display: inline;
	margin-right: 20px;
}

#footerlinks ul li a
{
	color: #d8cfcf;
	text-decoration: none;
}

#footerlinks ul li a:hover
{
	text-decoration: underline;
}

#footer
{
	clear:both;
	background: #524b4b;
	padding: 15px 0 20px 50px;
	color: #FFF;
	font-size: 90%;
}

/*Nav bar*/
#navcontent {
	height: 100%;
}


.topNavItem {
	background-position: right 10px;
	background-repeat: no-repeat;
	padding-left:7px;
	padding-right:3px;	
	height:42px;
	color:white;

}
.topNavItem a {
	margin-left: 5px;
	margin-right: 7px;
	background-image: none;
}
.topNavSelected
{
	height:100%;
		
}

.topNavHover
{
	
	background-image: url("/sites/ffe/SiteCollectionImages/nav-hover.gif");
	background-repeat: repeat-x;
	padding-bottom:0px;
	
		
}

#coltwo
{
	
	position:fixed;
	background:#FFF;
	float: left;
	width: 239px;
	left:600px;
}

/*RSS Reader*/

#rssheading
{
	
	float: left;
	width: 239px;
	left:600px;
	position:absolute;
	background: #FFF;
}


#rssheading div
{
	padding: 0 0;
}

/*Template Page*/

#left2 {
	float: left;
	width: 177px;
	padding-top:10px
}
* html #left2 {
	margin-right: -3px;
}

#right2 {
	float:right;
	width: 520px;
	
}
* html #right2 {
	margin-left: 10px;
}

.ms-standardheader {
	
	font-size:140%;
}

table tr td.ms-disc-bordered-noleft {
font-family:verdana;
font-size:0.9em;
text-align:left;
}

