@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#container {
	width:1024px;
	padding:0px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#upper_header {
	height: 80px;
	width: 1024px;
	background-image: url(../images/upper_header_back.jpg);
	background-repeat: repeat-x;	
}

#logo_container {
	width: 190px;
	height: 80px;
	background-image: url(../images/logo.jpg);
	float: left;
}

#date_container {
    float:right; 
	font-size: 13px; 
	font-weight:bold; 
	color: #767676; 
	margin-right: 10px; 
	margin-top: 60px;
}

#menu_parent_container {
	height: 60px; 
	width: 1024px;
}

#menu_container {
	width: 1024px;
	height: 38px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
}

#menu_under {
	width: 1024px;
	height: 23px;
	background-image: url(../images/menu_under_back.jpg);
	background-repeat: repeat-x;	
}

#menu_under_right {
	height: 23px;
	width: 58px;
	background-image: url(../images/menu_under_right.jpg);
	float: right;	
}

#body_container, #body_container2 {
	width: 1024px;
}

#body_container2 {
	background-image: url(../images/border_vert.gif);
	background-repeat: repeat-y;
	background-position: 32px;
	padding-top: 10px;
}

#home_left_pane {
	width: 729px; 
	margin-left: 30px; 
	float: left; 
	display: inline;
}

#home_right_pane {
	width: 236px; 
	margin-right: 10px; 
	margin-top: 42px; 
	float: right; 
	display: inline;
}

#footer {
	padding-left: 30px;
	width: 1024px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

ul#nav {
	list-style-type:none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	margin-left: 288px;
	padding-top: 12px;
}

#menu_footer ul#nav {
	font-weight: normal;
	padding-top: 0px;
	margin-left: 329px;
}

ul#nav li {
	float:left;
	padding-right: 35px;
}

ul#nav a, ul#nav a:link, ul#nav a:active, ul#nav a:visited {
    color: #747474;
	text-decoration: none;
	
}

ul#nav a:hover {
    color: #ea1c3a;
}

#banner_container {
	width: 1024px; 
	height: 242px;
}

#banner_container p {
	padding: 0px;
	margin: 0px;
}

#service_left_pane, #consumer_left_pane {
	width: 465px; 
	margin-left: 30px; 
	float: left; 
	display: inline;
}

#service_right_pane, #consumer_right_pane {
	width: 467px; 
	margin-right: 33px;
	float: right; 
	display: inline;
}

#consumer_left_pane {
	width: 338px;
}

#consumer_right_pane {
     width: 600px;
	 padding-top: 10px;
}

#menu_footer {
	width: 1024px;
	margin-top: 20px;
	padding-top: 18px;
	background-image: url(../images/border_footer.gif);
	background-repeat: no-repeat;
	background-position: top;	
}

ul#cons_nav {
	list-style-image: url(../images/pointer.gif); 
	width: 157px;
	float: right;
}

ul#cons_nav li {
	margin-bottom: 30px;
}

ul#cons_nav a, ul#cons_nav a:link, ul#cons_nav a:active, ul#cons_nav a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #747474;
}

.member_info_holder {
	width: 225px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
		
}

.member_logo_holder {
	width: 225px; 
	height: 51px; 
	overflow: hidden; 
	position:relative;
}

.member_logo_holder img {
	position: absolute;
	bottom: 0;
}

#news_left_pane {
	width: 731px; 
	margin-left: 30px; 
	float: left; 
	display: inline;
}

#news_right_pane {
	width: 202px; 
	float: right; 
	margin-right: 30px;
	padding-top: 39px;
}

.contact_us_row {
   width: 700px; 
   margin-left: 103px; 
   margin-bottom: 13px;
}

.contact_us_cell1 {
	padding-left: 103px; 
	width: 137px; 
	float: left;
	color: #868686;
	font-weight: bold;
}

.contact_us_cell2 {
	padding-left: 30px; 
	width: 356px; 
	float: left;
}

ul.con {
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;	
	font-weight: bold;
	color: #747474;
}

ul.con a {
	color: #747474;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

ul.con a:hover {
	background-color: #dddddd;
}

ul.con li {

}
/*
ul.con li:hover {
	background-color: #dddddd;
}
*/
ul.con li.selected {
	color: #FFF;
	background-color: #FF0000;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.newsmisc {
	font-size: 15px; 
	font-weight: bold; 
	margin: 0px;
}

p.newsmisc a {
	color: #747474;
}

p.newsmisc a:hover {
	text-decoration: none;
}
