/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			19 July 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #fff url(/images/bg.gif) repeat-x;
	font: normal 0.8em/1.6em lucida sans unicode, lucida grande, sans-serif;
	color: #676667;
	text-align: center;
}

#interior {
	background: #fff url(/images/interior_bg.gif) repeat-x;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 15px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #0076b6;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 15px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 7px;
}

h2 {
	font-size: 1.2em;
	font-family: lucida sans unicode, lucida grande, sans-serif;
	font-weight: normal;
	color: #555555;
	padding: 8px 13px 8px 13px;
	background: url(/images/HtagBG.gif) repeat-x;
	border: 1px solid #acabab;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
	font-family: lucida sans unicode, lucida grande, sans-serif;
	font-weight: bold;
	background: #cacaca;
	color: #555555;
	padding: 0 0 1px 20px;
	margin: 17px 0 0 0;
}


strong {
font-weight: bold;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 911px;
	margin: 12px auto;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 2;
	padding-left: 15px;
}

#interior_content p,
#interior_content ul,
#interior_content ol {
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 2;
	padding-left: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
}

#brand, #brand a {
background: url(/images/fts_logo.gif) no-repeat;
height: 65px;
width: 245px;
margin-bottom: 14px;
}




/* --- UI --- */

#ui {
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
background: url(/images/placeholder.jpg) no-repeat;
height: 279px;
width: 901px;
border: 5px solid #a5a5a5;
}

#interior_messaging {
background: url(/images/interior_mastheadBG.gif) no-repeat;
height: 289px;
width: 911px;
}

#nav {
width: 250px;
height: 279px;
float: left;
}

#interior_nav {
width: 250px;
height: 279px;
margin: 5px 0 0 5px;
float: left;
}

/*	Rollovers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.home {
display: block;
width: 250px;
height: 39px;
background: url(/images/nav_home.jpg) 0 -78px no-repeat;
text-indent: -9000em;
}


a:hover.home {
background-position: 0px -39px;
}

a.home_active {
display: block;
width: 250px;
height: 39px;
text-indent: -9000em;
background: url(/images/nav_home.jpg) 0 0 no-repeat;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.about {
display: block;
width: 250px;
height: 40px;
background: url(/images/nav_about.jpg) 0 -80px no-repeat;
text-indent: -9000em;
}


a:hover.about {
background-position: 0px -40px;
}

a.about_active {
display: block;
width: 250px;
height: 40px;
text-indent: -9000em;
background: url(/images/nav_about.jpg) 0 0 no-repeat;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.board {
display: block;
width: 250px;
height: 40px;
background: url(/images/nav_board.jpg) 0 -80px no-repeat;
text-indent: -9000em;
}


a:hover.board {
background-position: 0px -40px;
}

a.board_active {
display: block;
width: 250px;
height: 40px;
text-indent: -9000em;
background: url(/images/nav_board.jpg) 0 0 no-repeat;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.support {
display: block;
width: 250px;
height: 40px;
background: url(/images/nav_support.jpg) 0 -80px no-repeat;
text-indent: -9000em;
}


a:hover.support {
background-position: 0px -40px;
}

a.support_active {
background: url(/images/nav_support.jpg) 0 0 no-repeat;
display: block;
width: 250px;
height: 40px;
text-indent: -9000em;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.specialprograms {
display: block;
width: 250px;
height: 40px;
background: url(/images/nav_programs.jpg) 0 -80px no-repeat;
text-indent: -9000em;
}


a:hover.specialprograms {
background-position: 0px -40px;
}

a.specialprograms_active {
background: url(/images/nav_programs.jpg) 0 0 no-repeat;
display: block;
width: 250px;
height: 40px;
text-indent: -9000em;
}


/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.grants {
display: block;
width: 250px;
height: 40px;
background: url(/images/nav_fundraising.jpg) 0 -80px no-repeat;
text-indent: -9000em;
}


a:hover.grants {
background-position: 0px -40px;
}

a.grants_active {
background: url(/images/nav_fundraising.jpg) 0 0 no-repeat;
display: block;
width: 250px;
height: 40px;
text-indent: -9000em;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.contact {
display: block;
width: 250px;
height: 41px;
background: url(/images/nav_contact.jpg) 0 -82px no-repeat;
text-indent: -9000em;
}


a:hover.contact {
background-position: 0px -41px;
}

a.contact_active {
background: url(/images/nav_contact.jpg) 0 0 no-repeat;
display: block;
width: 250px;
height: 41px;
text-indent: -9000em;
}

/*	End Rollovers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
#nav a {
display:block;
width: 250px;
height: 34px;
font: bold 13px sans-serif;
color:#333;
background: url("/images/nav_contact.jpg") 0 -34px no-repeat;
border-bottom: 1px solid #69a1d3;
text-decoration: none;
}
#nav a:hover { 
background-position: 0 0px;
color: #049;
}
#nav a:active {
color:#fff;
}
*/

#interior_rotator {
width: 651px;
height: 279px;
margin: 5px 5px 0 0;
float: right;
}

/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
margin-top: 11px;
}

#sidebar {
float: left;
background: url(/images/mailing_addressBG.gif) no-repeat;
width: 254px;
height: 174px;
margin: 0 22px 0 0;
}

#interior_sidebar {
float: left;
background: url(/images/interior_mailing_addressBG.gif) no-repeat;
width: 259px;
height: 174px;
margin: 0 17px 0 0;
}

#sidebar p, #interior_sidebar p {
color: #5e5e5e;
padding: 54px 0 0 30px;
font-size: 1em;
line-height: 2;
}

#sidebar form, #interior_sidebar form {
float: left;
clear: right;
margin: 35px 0 0 0;
}

#sidebar form label, #interior_sidebar form label {
position: absolute;
left: -9000em;
}

#search_submit {
width: 60px;
height: 24px;
float: right;
margin-left: 5px;
border: 1px solid #9e9e9e;
}

#search_term {
width: 181px;
height: 20px;
color: #666666;
padding: 4px 2px 0px 2px;
background: #e3e3e3;
border: 1px solid #9e9e9e;
float: left;
}

#content {
float: left;
width: 398px;
}

#interior_content {
float: right;
width: 633px;
margin-top: -95px;
}

#events {
float: right;
width: 214px;
height: 200px;
}

#events p{
line-height: 1.5;
margin-top: 10px;
padding: 0 0 0 15px;
}

.events {
text-align: left;
}

#heading {
}





/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 911px;
	height: 60px;
	margin: 10px auto;
        font-size: .9em;
	clear: both;
	color: #888888;
	text-align: left;
	border-top: 8px solid #e8e8e8;
	padding-top: 13px;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #69a7df;
}

#copyright {
	width: 500px;
	float: left;
}

#credit {
	width: 240px;
	float: right;
	text-align: right;
}

#credit a:link, #credit a:visited,
#credit a:hover, #credit a:active, #credit a:focus {
color: #7b7b7b;
text-decoration: none;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}