/** 
 * Styles Stylesheet
 * ---------------------------------
 * This style sheets imports all other major style sheets for the site templates.  Styles should be labeled according to use or top
 * level html element name. The styles should be incremented. 
 * Example:
 *    .list1 - A list with round bullets and green font
 *    .list2 - A list with squar bullets and orange font
 *
 * Headers
 * -------
 * Headers should be indexed by the level they are on the site. For multple variates append
 * the font name, size, color, weight, etc. Example:
 *   .header1_verdana_14_blue
 *   .header1_verdana_16_blue_bold
 *   .header1_times_12_blue
 *   .header2_verdana_12_blue
 * In this example .header1_verdana_14_blue should never be used unless it is at the top of a page &
 * .header2_verdana_12_blue should never be used at the top of the page. It should alwaysfollow a
 * .header1_<attr> style. Consequantly .header3_verdana_12 needs to follow a .header2_<attr>
 * 
 */
 
 @import url('/css/styles_links.css');
 @import url('/css/styles_structure.css');
 @import url('/css/nav1_main.css');

 body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#FFFFFF;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
} 
P {
 margin:0px 0px 10px 0px;
 
 }
strong {
	color:#333333;
}

ul {
	margin:8px 0px 10px 10px;
	padding:3px 0px 0px 10px;
	line-height:20px;
	list-style-image:none;
	list-style-type:none;
}

ul li {
	background-image:url(/images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;!important
	background-position:0px 0px;
	padding-left:20px;
	margin:0px 0px 5px 0px;
	font-size: 12px;
}
ul ul {
	margin:0px 0px 10px 10px;
	padding:3px 0px 0px 0px;
	line-height:20px;
	list-style-image:none;
	list-style-type:none;
}

ul ul li {
	background-image:url(/images/bullet2.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;!important
	background-position:0px 15px;
	padding-left:15px;
	margin:0px 0px 0px 0px;
	font-size: 12px;
}

 .list1 {
 
 }
 
 .list2 {
 
 }
 

 
 h1 {
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	line-height:24px;
	color:#114C77;
	font-weight: bold;
 }
 h2 {
 
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	margin:25px 0px 2px 0px;
 	line-height:18px;
	color:#114C77;
}
 h3 {
 
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	margin:25px 0px 2px 0px;
 	line-height:18px;
	color:#114C77;
}



/*class*/

.ehl {
	color:#333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 25px;
	background-image: url(/images/ehl.jpg);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-left:10px;
}
.fdic {
	color:#333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 30px;
	background-image: url(/images/fdic.jpg);
	background-repeat: no-repeat;
	display: block;
	float: right;
}
.footer_location_hdr_times {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.additional_info {
	display:block;
	border-bottom: 1px solid #CCC;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color: #CB0000;
	margin-bottom: 10px;
}

.h3_text {
	font-size:12px;
 	margin:0;
 	line-height:18px;
	color:#CB0000;
}
.callout {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #EB0321;
}
.homepage_header {
	font-size: 16px;
	color: #114C77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.mice {
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}
.slide_header {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
}
.slide_title {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.news_detail {
	font-size: 10px;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
}
.dashed_line {
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.ul_home ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:none;
	list-style-type:none;
	list-style:none;
	list-style-position:inside;

}.ul_home li {
background-image:none;
margin:0px 0px 0px -20px;
padding:0px 0px 10px 0px;
font-size: 12px;
line-height:13px;
}
.ul_home li a {
	line-height:13px;
}
.back_to_top {
margin:0;
text-align:right;
}
a.opt_in_btn {
	float:right;
	clear:right;
	padding-top:4px;
}
a.opt_in_btn:hover {
	opacity:.86;	
}



