/* ---------- START CORE ---------- */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #444D63;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}
/* ---------- home page is only one that uses larger background image, class is on home page body tag ---------- */
.content a{
	color:#2E719E;
	text-decoration:underline;
}
.content a:hover{
	color:#2E719E;
	text-decoration:none;
}
h1, h2, h3, h4{
	font-family: ;
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-weight: normal;
}
form {
	margin: 0;
	padding: 0;
}
p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

/* ---------- Entire Container ---------- */

#wrapper {
	width: 970px;
	margin: 0 auto;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}

/* ---------- End Entire Container ---------- */

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
	color:#000000;
}

h2 {
	font-size: 175%;
	line-height: 100%;
	color:#995B00;
}

h3 {
	font-size: 150%;
	color:#000000;
}

h4 {
	font-size: 120%;
	color:#000000;
}
a.btn_view_more{
	background-image: url(../images/bullet_arrow_tan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:12px;
	padding-left: 20px;
	color:#2E719E;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	margin-left: 40px;
	margin-top:20px;
	display:block;
}
a.btn_view_more:hover{
	background-image: url(../images/bullet_arrow_tan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:12px;
	padding-left: 20px;
	color:#2E719E;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	margin-left: 40px;
	margin-top:20px;
	display:block;
}
/* ---------- start type styles ---------- */
span.attention,
span.notice,
span.alert,
span.download,
span.approved,
span.media,
span.note,
span.cart,
span.camera,
span.doc {
	display: block;
	padding: 8px 10px 8px 36px;
	margin: 15px 0;	
}
span.attention {
	color: #B79000;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(../images/attention.png) 10px 50% no-repeat;
}

span.notice {
	color: #648434;
	border: 1px solid #9BCC54;
	background: #CDEFA6 url(../images/notice.png) 10px 50% no-repeat;
}

span.alert {
	color: #CF3738;
	border: 1px solid #FFACAD;
	background: #FFD5D5 url(../images/alert.png) 10px 50% no-repeat;
}

span.download {
	color: #1C6B8B;
	border: 1px solid #6ABCE2;
	background: #A8CDE3 url(../images/download.png) 10px 50% no-repeat;
}

span.approved {
	color: #666;
	border: 1px solid #a8a8a8;
	background: #ccc url(../images/approved.png) 10px 50% no-repeat;
}

span.media {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(../images/media.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(../images/note.png) 10px 50% no-repeat;
}

span.cart {
	color: #666;
	border: 1px solid #C5C5C5;
	background: #E6E6E6 url(../images/cart.png) 10px 50% no-repeat;
}

span.camera {
	color: #666;
	border: 1px solid #C5C5C5;
	background: #E6E6E6 url(../images/camera.png) 10px 50% no-repeat;
}

span.doc {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(../images/doc.png) 10px 50% no-repeat;
}
ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4,
ul.bullet-5 {
	padding-left: 15px;
	margin-left: 0;
}

ul.bullet-1 li, 
ul.bullet-2 li,
ul.bullet-3 li,
ul.bullet-4 li,
ul.bullet-5 li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 14px;
}
ul.bullet-1 li {
	background: url(../images/dropdown-arrow.png) 0 3px no-repeat;
}

ul.bullet-2 li {
	background: url(../images/bullet-2.png) 0 3px no-repeat;
}

ul.bullet-3 li {
	background: url(../images/bullet-3.png) 0 3px no-repeat;
}

ul.bullet-4 li {
	background: url(../images/bullet-4.png) 0 3px no-repeat;
}

ul.bullet-5 li {
	background: url(../images/bullet-5.png) 0 3px no-repeat;
}
span.number {
	color: #666;
	display: block;
	font-size: 170%;
	float: left;
	margin: 2px 10px 0 15px;
}
span.highlight,
span.highlight-color,
span.highlight-color2 {
	padding: 1px 2px;
}
span.highlight {
	background: #FFFBD5;
}
span.highlight-color {
	background: #995B00;
	color:#FFFFFF;
}
span.highlight-color2 {
	background: #2E719E;
	color:#FFFFFF;
}
span.dropcap {
	display: block;
	font-size: 260%;
	float: left;
	margin: 0px 4px 0 0;
	line-height: 100%;
}
.important {
	border: 1px solid #999;
	padding: 15px;
	margin: 15px 0;
}
span.important-title {
	display: block;
	float: left;
	margin-top: -24px;
	background: #E9ECE2;
	padding: 0 8px;
	font-weight: bold;
	font-size: 120%;
}
/* ---------- end type styles ---------- */
/* ---------- END CORE ---------- */
/* ---------- START TOP LINKS ---------- */
.top {
	width: 940px;
	height:40px;
	font-size: 11px;
	color: #3D4F59;
	text-align: right;
	margin:0 auto;
}
.top .top_search_table{margin-top:7px;}
.top a{
	color: #747C87;
	text-decoration:none;
}
.top a:hover{
	color: #747C87;
	text-decoration:underline;
}
.top .top_links{
}
.top .top_input {
	font-size: 11px;
	color: #999999;
	background-image: url(../images/top_search_bg.jpg);
	border: 0px none;
	background-repeat: no-repeat;
	height: 18px;
	width: 219px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:5px;
}
.top .top_btn_search {
	border:0px;
	margin-left:5px;
}
/* ---------- END TOP LINKS ---------- */
/* ---------- START LOGO/MAIN NAV ---------- */
/*.main_nav{   
	width: 940px;
	height:106px;
	text-align: right;
	margin:0 auto;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}*/
/* new main nav image */
.main_nav{
	width: 968px;
	height:106px;
	text-align: right;
	margin:0 auto;
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


.main_nav .logo{ 
	/* ---------- blank image used for logo hotspot, actual logo image is in background of this block ---------- */
	float:left;
} 
#main_nav_links {
	margin-top:83px;
	float:right;
	line-height:normal;
 }
#main_nav_links ul {
  margin:0;
  list-style:none;
  }
#main_nav_links li {
  float:left;
  background:url("../images/left.jpg") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#main_nav_links a {
  float:left;
  display:block;
  background:url("../images/right.jpg") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#9BAAB5;
  text-transform:uppercase;
  font-size:12px;
  }
/* ----------  Commented Backslash Hack
   hides rule from IE5-Mac \ ---------- */
#main_nav_links a {float:none;}
/* ----------  End IE5-Mac hack  ---------- */
#main_nav_links a:hover {
  color:#FFFFFF;
  }
#main_nav_links #current {
  background-image:url("../images/left_on.jpg");
  }
#main_nav_links #current a {
  background-image:url("../images/right_on.jpg");
  color:#4B546B;
  }
/* ---------- END LOGO/MAIN NAV ---------- */
/* ---------- START FLASH HOME ---------- */
.flash_home {
	margin:0 auto;
	text-align: center;
	margin-top:7px;
	margin-bottom:10px;
}
/* ---------- END FLASH HOME ---------- */
/* ---------- START INTERIOR PHOTO ---------- */
.photo_area {
	width: 962px;
	height:127px;
	margin:0 auto;
	text-align: center;
	margin-top:6px;
	margin-bottom:8px;
}
/* ---------- END INTERIOR PHOTO ---------- */
/* ---------- START MIDDLE ---------- */
.middle {
	text-align: center;
	background-color:#E9ECE2;
}
.middle_inner {
	width: 960px;
	margin:0 auto;
	text-align: left;
}
.home_left {
    width:620px;
	margin-top:20px;
	margin-bottom:20px;
	
}
/* ---------- used to put rounded top on the left column ---------- */
.interior_left {
	width:275px;
	background-image: url(../images/interior_left_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
/* ---------- used to repeat the color down the left column ---------- */
.interior_left_bg {
	width:334px;
	background-image: url(../images/interior_left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* ---------- START SUBNAV ---------- */
#sub_nav{ margin-left:20px; margin-right:20px; }
#sub_nav ul{
	padding:0px;
	margin-left:0px;
	font-size: 12px;
}
#sub_nav ul li {
	list-style: none;
	padding-left: 16px;
	font-weight:bold;
	background-image: url(../images/bullet_arrow_orange_subnav.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom:3px;
}
#sub_nav ul li:hover {
	list-style: none;
	padding-left: 16px;
	font-weight:bold;
	background-image: url(../images/bullet_arrow_orange_subnav_over.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom:3px;
}
#sub_nav ul li a{ color:#2E719E; text-decoration:none; display: block;}
#sub_nav ul li a:hover{ color:#2E719E; text-decoration:underline;}
#sub_nav ul li ul li{
	font-weight:normal;
	font-size: 11px;
	background-image: url(../images/bullet_arrow_orange_subnav_sub.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom:3px;
}
#sub_nav ul li ul li:hover{
	font-weight:normal;
	font-size: 11px;
	background-image: url(../images/bullet_arrow_orange_subnav_sub_over.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom:3px;
}
#sub_nav ul li ul li a{ color:#24587B; text-decoration:none; display: block;}
#sub_nav ul li ul li a:hover{ color:#24587B; text-decoration:underline;}
/* ---------- END SUBNAV ---------- */
.features{
	margin-left:20px;
}
.features .item{
	font-size:11px;
}
.features .item a{
	color:#2E719E;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}
.features .item a:hover{
	text-decoration: none;
}
/* ----------  start features icons ---------- */
.project_sunlight{
	background-image: url(../images/sunlight_feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.mortgage_fraud{
	background-image: url(../images/features_mortgage_fraud.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.internet_safety{
	background-image: url(../images/features_internet_safety.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.health_care{
	background-image: url(../images/features_health_care.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.paybook{
	background-image: url(../images/features_paybook.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.student_lending{
	background-image: url(../images/features_student_lending.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.global_warming{
	background-image: url(../images/features_global_warming.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.know_your_contractor{
	background-image: url(../images/contractor_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.dell{
	background-image: url(../images/dell_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.government_consolidation{
	background-image: url(../images/consolidation_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}


.auction_rate_securities {
	background-image: url(../images/auction_rate_securities_feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.gift_card {
	background-image: url(../images/gift_card_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.pennies {
	background-image: url(../images/pennies_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.retail_bankruptcies{
	background-image: url(../images/business_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}
.immigration_fraud{
	background-image: url(../images/immigration_fraud_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.debt_settlement{
	background-image: url(../images/credit_card3_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.outreach_oppurtunities{
	background-image: url(../images/community_outreach_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.foreclosure_rescue{
	background-image: url(../images/foreclosure_feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}

.military_support{
	background-image: url(../images/military_feature.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	height:100px;
}


/* ----------  end features icons ---------- */
/* ----------  start resource center on home ---------- */
.resource_center a{
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/resource_button_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 21px;
	width: 174px;
	padding-top: 3px;
	margin: 5px 9px 3px;
}
.resource_center a:hover{
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/resource_button_over_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 21px;
	width: 174px;
	padding-top: 3px;
	margin: 5px 9px 3px;
}
/* ----------  end  resource center on home ---------- */
.home_right {
    width:322px;
	margin-top:20px;
	margin-bottom:20px;
}
.interior_right {
    width:635px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:30px;
	margin-right:30px;
}
/* ----------  START BREADCRUMBS ---------- */
.breadcrumbs{ font-size:11px; color:#2E719E; margin-bottom:20px;}
.breadcrumbs .current{ font-size:11px; color:#2E719E; font-weight:bold;}
.breadcrumbs a{ font-size:11px; color:#2E719E; text-decoration:underline;}
.breadcrumbs a:hover{ font-size:11px; color:#2E719E; text-decoration:none;}
/* ----------  END BREADCRUMBS ---------- */
.media_center{
	background-image: url(../images/media_center_bg_blank.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 280px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.media_center_interior{
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.media_center .item, .media_center_interior .item{
	font-size:11px;
}
.media_center .item a, .media_center_interior .item a{
	color:#2E719E;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
.media_center .item a:hover, .media_center_interior .item a:hover{
	color:#2E719E;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.media_center hr, .media_center_interior hr{
	height: 1px;
	background-color: #DBDBDB;
	color: #EBD798;
	border: 1px solid #DBDBDB;
	margin:20px;
}
/* ----------  start media icons ---------- */
.media_center .pic, .media_center_interior .pic{
/*	background-image: url(/images/audio.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}
.media_center .vid, .media_center_interior .vid{
/*	background-image: url(/images/video.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}
.media_center .stream, .media_center_interior .stream{
/*	background-image: url(/images/photo.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}
.media_center .doc, .media_center_interior .doc{
	background-image: url(../images/icon_doc.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}
/* ----------  end media icons ---------- */
.meetings{
	background-image: url(/images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	padding-top: 45px;
	width: 282px;
	padding-left: 10px;
	padding-right: 30px;
}
.meetings hr{
	height: 1px;
	background-color: #DBDBDB;
	color: #EBD798;
	border: 1px solid #DBDBDB;
	margin:20px;
}
.meetings .item{
	font-size:11px;
}
.meetings .item a{
	color:#2E719E;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
.meetings .item a:hover{
	color:#2E719E;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
/* ----------  start meetings icons ---------- */
.meetings .doc{
	background-image: url(/images/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
}
/* ----------  end meetings icons ---------- */
/* ---------- END MIDDLE ---------- */
/* ---------- START FOOTER ---------- */
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 91px;
	padding-top: 28px;
	clear:both
}
.footer_content {
	background-image: url(../images/footer_content_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
	font-size: 11px;
	color: #747C87;
	text-align: left;
	padding: 20px 20px 10px;
	margin:0 auto;
}
.footer_links {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-top:8px;
}
.footer_content a, .footer_links a{ color:#CCCCCC; text-decoration:underline;}
.footer_content a:hover, .footer_links a:hover{ color:#CCCCCC; text-decoration:none;}
/* ---------- END FOOTER ---------- */

/* ---------- BEGIN BIO PAGE ---------- */
.image_right {
	float:right;
	margin:5px;
}

.image_right .caption{
	font-size:.9em;
}

/* ---------- END BIO PAGE ---------- */

/* ---------- BEGIN LIST ITEMS ---------- */
.no_dots {
	list-style:none;
}

/* ---------- END LIST ITEMS ---------- */

/* ---------- BEGIN CLEAR BUTTONS ---------- */

#project_sunlight {
	position:absolute;
	z-index:50;
	height:88px;
	left:75px;
	width:275px;
	top:540px;
}

#health_care {

}

#mortgage_fraud {

}

#student_lending {

}

#internet_safety {

}

#global_warming {

}

