/* Federal Global CSS Styles 
   Created 6-19-08 by Todd M. LeMieux Design 
   Updated 12/19/2008   
*/


/* Global Structure Styles */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
}

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/* ------------------ Content Structure Styles <------------------ */

.main_bannerlogo {
	background-color: #3a3200;
	text-align: center;
	clear: right;
	float: left;
	height: 160px;
	width: 415px;
}

.main_bannermenu {
	clear: right;
	float: right;
	height: 34px;
	width: 585px;
	text-align: center;
	background: #000;
	color: #fff;
	padding-top: 6px;
	font-size: 20px;
}

.main_imagebanner {
	height: 120px;
	width: 585px;
	clear: right;
	float: right;
}

.main_federallogo {
	float: left;
	height: 260px;
	width: 415px;
	background-image: url(image/fd_content_logoback.gif);
	background-repeat: no-repeat;
}

.main_footer {
	background-color: #000;
	text-align: right;
	clear: both;
	float: none;
	height: 27px;
	width: 960px;
	color: #fff;
	padding-right: 40px;
	padding-top: 13px;
	font-size: 14px;
}




/* Global Link Styles */

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #fff;
	outline: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #ABA86B;
}

a:active {
	text-decoration: none;
	color: #fff;
}

/* ------------------ Alternate Link Styles <------------------ */

a.content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #666633;
}

a.content:link {
	text-decoration: none;
}

a.content:visited {
	text-decoration: none;
	color: #666633;
}

a.content:hover {
	text-decoration: none;
	color: #000;
}

a.content:active {
	text-decoration: none;
	color: #666633;
}




/* Content Styles */

/* ------------------ Global <------------------ */

.all_content_textblock {
	clear: right;
	float: right;
	height: 440px;
	width: 525px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

.all_content_banner1 {
	clear: left;
	float: left;
	height: 240px;
	width: 415px;
}



/* ------------------ Home Page <------------------ */


.home_content_banner1 {
	clear: both;
	float: left;
	height: 240px;
	width: 1000px;
	background-image: url(image/fd_home_main.jpg);
	background-repeat: no-repeat;
}

.home_content_quoteblock {
	clear: right;
	float: right;
	height: 280px;
	width: 515px;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	padding-right: 70px;
}

.home_content_quoteblock h1 {
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding-left: 10px;
	width: 500px;
}

.home_content_quoteblock p {
    display: block;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
	width: 500px;
}

.home_content_quoteblock p span {
    font-size: 18px;
	padding-top: 15px;
}



/* Text Styles */

.quotecredentials {
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}

.plattertitle {
	font-size: 24px;
	text-align: left;
}
