/*
 Filename: fds.css
 Created by: Grant Theobald
 Created on: Unknown
 Modified on: 7/8/2010
 Purpose: main css for fds site
 Please Note: Main colors #859266 dark green from logo for links and borders
 #00395C dark blue from Logo for headings
*/

@charset "UTF-8";

body {
		font-family: 		Arial, Helvetica, sans-serif;
		font-size: 			12px;
		font-style: 		normal;
		font-weight: 		normal;
		color: 				#0033CC;
		background-color:	#CCCC99;
}
/*a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}*/

#wrapper {
		position:			relative;
		margin:				10px auto 5px auto;
		width:				1100px;
		text-align:			left;
		background-color:	#CCCC99;
		overflow:			hidden;
}
#content {
		float:				left;
		width:				95%;
		text-align:			left;
		background-color:	#FFFFFF;
		font-size: 			14px;
		font-style: 		normal;
		font-weight: 		normal;
		color:				#000000;
		padding:			10px;
		border:				3px solid #859266;
}
#content a:link, #content a:visited {
		/*color: 				#4C718F;*/
		color:				#859266;
		text-decoration: 	underline;
}
#content a:hover {
		color:				#00395C;
		text-decoration: 	none;
}
#content a:active {
		color: 				#4C718F;
		text-decoration: 	underline;
}
#header {
		float: 				left;
		clear: 				both;
		text-align: 		left;
		vertical-align: top;
		color: 				black;
		padding:			0px;
		height:				100px;
		width: 				97%;
		/*background-image:	url(../images/fdsLogo4.1.transparent.png);*/
		background-position:left;
		background-repeat:	no-repeat;
}
#headerNav {
		float: 				right;
		/*clear: 				right;*/
		text-align: 		left;
		vertical-align:		middle;
		font-size:			20px;
		color: 				black;
		padding:			0px;
		width: 				320px;
		height:				30px;
		border:				3px solid #859266;
		margin-top:			40px;
}
#footer {
		float: 				left;
		clear: 				both;
		text-align: 		left;
		color: 				black;
		font-family:		"Trebuchet MS";
		font-size: 			10px;
		padding:			5px;
		width: 				97%;
}


h1 {
	font-size: 23px;
	font-weight: 700;
	color: #00395C;
}
h2 {
	font-size: 17px;
	font-weight: 700;
	color: #00395C;
}
h3 {
	font-size: 12px;
	font-weight: 700;
	color: #00395C;
}
.heading {
	font-size: 15px;
	font-weight: 700;
	color: #00395C;
	height: 33px;
}
