a:link {
	outline:				none;
	border:					none;
}
a:visited {
	outline:				none;
	border:					none;
}
a:active {
	outline:				none;
	border:					none;
}
body {
	margin:					0 auto;
	padding:				0;
	height:					100%;
	background:				#ffffff scroll center top transparent;
}
img {
	border:					none;
	outline:				none;
}
#site-container {
	margin: 				0 auto;
	width:					990px;
	min-height:				100%;
	position:				relative;
}
#header-container {
	width:					990px;
	height:					74px;
	overflow:				hidden;
}
#header-container a:visited {
	color:					#ffffff; /*sets color of visited links for 'Home' to white when onclick other navigation item*/
}
/************************************************************************************************/
/* Div id="header-graphic"																		*/
/************************************************************************************************/
#header-nav {		
	width:					990px;
	height:					74px;
	background:				#124c8f;
	overflow: 				hidden;
}
/* ================================================================ 
*
* Specify 3 Div's within Header Nav
*
=================================================================== */
#header-nav-left-container {				
	width:					562px;
	height:					74px;
	float:					left;
}
#header-nav-left {
	margin:					0 auto;
	padding:				0px;
	width:					150px;
	height:					74px;
	float:					left;
}
#fdic-logo {			
	margin:					12px 0 0 0;
	width:					135px;
	height:					51px;
	float:					right;
	background: 			url(../images/FDIC_Home_Logo.png) no-repeat;
}
#header-nav-right {
	width:					412px;
	height:					74px;
	float:					right;
}
#header-nav-right-top {
	width:					412px;
	height:					49px;
	float:					left;
}
#fdic-title {
	margin:					12px 0 0 12px;
	width:					178px;
	height:					37px;
	background:				url(../images/Header_Text.png) no-repeat;
}
#header-nav-right-bottom {
	width:					412px;
	height:					25px;
	float:					left;
}
#header-nav-right-bottom h1 {
	margin:					0 0 0 11px;
	padding:				0px;
	min-width:				800px;
	font-size:				12px;
	line-height:			21px;
	font-family:			arial,sans-serif;
	position:				absolute;
	color:					#fff;
}
html > body #header-nav-right-bottom h1 { /*hidden from IE 6 and lower*/
	font-size:				12px;
	line-height:			25px;
} 
#header-nav-right-container {
	width: 					428px;
	height:					74px;
	background:				url(../images/FDIC_Header_Seal_noTransparent.png) no-repeat;
	float: 					right;
}
#right-container-top {
	width:					428px;
	/*height:				23px;*/
	height:					32px;	
	float:					right;
}
#right-container-center {
	width:					428px;
	/*height:				25px;*/
	height:					16px;
	float:					right;
}
#right-container-bottom {	
	width:					428px;
	/*height:				26px;*/
	height:					26px;
	float:					right;
}
#web2 {
	height:					24px;
}
#web2 ul {		
	margin:					0 4px 0 0;
}
#web2 li {			
	padding:				0 5px;
	float: 					right;
	list-style: 			none;
}
#web2 img {	
	margin:					4px 0 0 0;
	border:					0px;
}
.web2-divider {
	width:					1px;
	height:					12px;
	background:				url(../images/Web2/web2_divider_line.png) no-repeat;
	background-position:	bottom;
}
#advanced-search {
	/*padding:				8px 18px 0 0;*/
	padding:				0 18px 0 0;
	float:					right;
}
#advanced-search a{
	font-size:				13px;
	font-family:			arial,sans-serif;
	color:					#ffffff;
	text-decoration: 		none;
}
#advanced-search a:hover {
	color:					#ad9442;
}
#advanced-search a:active {
	outline:				none;
}
#search {
	width:					428px;
	height:					26px;
	float:					right;
}
form, fieldset {
	border:					medium none;
	margin:					0;
	padding:				0;
}
div.form {
	margin:					0 4px 0 0;
	width:					196px;
	height:					21px;
	background:				url(../images/Search_Box_Clicked.png) no-repeat scroll 0 0 transparent;
	float:					right;
}
input.field {
	background:				none repeat scroll 0 0 transparent;
	border:					medium none;
	color:					#7c7f83;
	float:					left;
	font:					12px Arial,sans-serif;
	font-size:				11px;
	margin:					0 0 0 2px;
	padding:				3px 0 0 10px;
	position:				relative;
	width:					158px;
}
input.submit {
	background:				url(../images/magnifer2.png) no-repeat scroll 0 0 transparent;
	border:					medium none;
	cursor:					pointer;
	display:				inline;
	float:					left;
	height:					13px;
	font:					12px Arial,Helvetica,sans-serif;
	font-size:				12px;
	margin:					4px 0 0 3px;
	padding:				0;
	width:					14px;
}
/************************************************************************************************/
/* FOOTER CSS																					*/
/************************************************************************************************/
#footer-container {
	width:					100%;
	height:					64px;
	background:				url(../images/Footer/Footer2.png) no-repeat;
	position:				relative;
    font-size:				10px;
	font-family:			arial,sans-serif;
	color:					#fff;
	text-decoration: 		none;
	list-style: 			none;
}
#footer-container div {
	margin:                 1px 0 0 10px;
	padding-top:			1px;
    width:                  980px;
	height:					20px;
}
#footer-container ul {
    margin:                 0;
	padding:                2px 0;
	list-style: 			none;
}
#footer-container li {
	padding:				0 2px;
    float:					left;
}
#footer-top a,
#footer-middle a,
#footer-bottom a {
	color:					#fff;
	text-decoration: 		none;
}
#footer-top a:hover, #footer-top a:active,
#footer-middle a:hover, #footer-middle a:active,
#footer-bottom a:hover, #footer-bottom a:active {
	color:					#ad9442;
}

