* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical;

}

body { font-size: 62.5%; /* Base Font Size of 10px */
	background: url(../images/bkg2.jpg) #fff9d4 repeat-x top center;
	font-family: Verdana, Helvetica, sans-serif;
	color: #2d5c34;
}  

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
}


h1 {
	font-size: 2.3em;
	font-family: Georgia, Times, serif;
	color: #6e3413;
	line-height: 1.0em;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h4 {
	font-size: 2em;
	margin-bottom: 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

a {
	color: #6e3413;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}

a.white {
	color: #fff;
	text-decoration: underline;
}

img, a img {
}

ul, ol {
	font-size: 1.2em;
	margin-bottom: 10px;
}

li {
	line-height: 1.4em;
	margin-left: 30px;
	margin-bottom: 7px;
}

hr {
	border: 0;
	height: 1px;
	color: #20472d;
	background-color: #20472d;
	margin-bottom: 15px;
}

.greenbox {
	background-color: #6e3413;
	color: #fff9d4;
	padding: 10px 5px 1px 5px;
}

.tanLine {
	color: #fff9d4;
	background-color: #fff9d4;
}

/* TABBED NAVIGATION */

#tabs {
	height: 39px;
	float: left;
	font-size: 1.2em;
	
}

#tabs ul {
	font-size: 1.0em;
	margin: 0;
	padding: 0px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#tabs li.end {
	background: url("../images/tab-left.gif") no-repeat right top;
	display: inline;
}
      
#tabs a {
	float: left;
	background: url("../images/tab-left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#tabs a span {
	float: left;
	background: url("../images/tab-right.gif") no-repeat left top;
	margin: 0;
	padding: 11px 18px 12px 0;
	text-decoration: none;
}

#tabs a:hover {
	color: #fff;
	background: url("../images/tab-left-hover.gif") no-repeat left top;
}

#tabs a:hover span {
	color: #fff;
	background: url("../images/tab-hover.gif") repeat-x left top;
}



/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
	height: 91px;
	margin: 6px 0 13px 0;
	background: url(../images/fsw-funding-logo.png) top left no-repeat;
}

	#header.funding {
		background: url(../images/fsw-funding-logo.png) top left no-repeat;
	}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

/* CUSTOM ID's and DIV's */

#hdr-nav {
	padding-top: 80px;
	padding-right: 28px;
}

#hdr-nav img {
	float: right;
	margin-left: 15px;
}

#greyCol {
	width: 258px;
	background: url(../images/grey-col-btm.gif) #363636 bottom center no-repeat;
	float: left;
	padding: 14px;
}

.white-text {
	color: white;
}

.small-text {
	font-size: 1.1em;
}

.red-text {
	color: #6e3413;
}

.red-upper {
	color: #6e3413;
	text-transform: uppercase;
	font-weight: bold;
}

.hilite {
	background-color: #eeeac3;
	border: 1px solid #bdb691;
	padding: 20px 20px 17px 20px;
	margin: 0 0 5px 15px;
	text-align: center;
}

.press-item {
	float: left;
	width: 280px;
	height: 225px;
	margin: 0 18px 0 0;
	text-align: center;
}

#logo {
	display: block;
	float: left;
	position: relative;
	margin-top: 5px;
	/* width: 0px; 
	height: 0px; 
	top: 0px; 
	left: 0px; */
}
	
	#logo h1 a {
		text-indent: -7000px;
		display: block;
		width: 180px; 
		height: 91px;
		
	}

.affiliate {
float:left;
margin-top: 40px;
margin-left: 20px;
}

.affiliate ul li {
display: inline;
margin-left:0px;
margin-right: 10px;
}

/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

