/* WEA PDA styles */

body {
	padding:0;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(gfx/wea_topmenubg.jpg);
	background-repeat:repeat-x;
	background-position:0% 0%;
	font-size:small;
	margin:0;
	color:#464646;
}

table {font-size:small;}

th {
	font-weight:bold;
	background-color:#DFE8EE;
	color:#002E62;
}

.linebottom {
	border-bottom:1px solid #4578EF;
	padding-bottom:10px;
}

#wrapper {
	padding:0;
	margin:0;
	width:857px;
	background-image:url(gfx/wea_sidebg.jpg);
	background-position:100% 0%;
	background-repeat:repeat-y;
}

/* top menu */
#topmenucontainer {
	margin:0;
	padding:0;
	height:27px;
	width:870px;
}

#topmenu {
	width:720px;
	float:left;
	margin:0 auto 0 0;
	padding:4px 0px 4px 20px;
	color:#cccccc;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover {
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
	font-size:85%;
}

#wealogo_top {
	350px;
	float:left;
	margin:0 auto 0 0;
	padding:0;
}

#topmenubottom {
	width:870px;
	background-image:url(gfx/wea_topbg.jpg);
	background-position:0% 100%;
	background-repeat:no-repeat;
	height:34px;
	margin:0;
	padding:0;
}

*html #topmenubottom {margin-top:-3px;}

#wealogo_bottom {
	padding:0 0 0 740px;
	margin:0;
}

#bannercontainer {
	margin:0;
	padding:0;
	background-image:url(gfx/wea_imgbg.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:192px;
}

#bannercontainer_c {/* banner for content pages */
	margin:0;
	padding:0;
	background-image:url(gfx/wea_c_topbg.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:132px;
}

/* nav */

*html div#menucontainer ul{	
	margin:0px;
	padding: 0px 0 0 0px;
	border: 0;
}

div#menucontainer {	
	height: 42px;
	margin:0;
	padding: 40px 0 0 0px;/* top padding to push down menu under bgimage */
	border: 0;
}

div#menucontainer ul { /*main bar*/	
	margin: 0;
	padding: 0px;
	left:0;/* use left so submenu is not moved to the right in ie7 */
	top:44px;/* use top and navbar height so submenu is going over the main nav bar in ie7 */
}

div#menucontainer ul li{	
	float:left;
	margin:0;
}

div#menucontainer li{	
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
}

#menucontainer a {  /* sub menus */	
	color: #002E62;
	font-size:90%;
	background-image:url(gfx/nav_ddown_bg.png);
	background-repeat:repeat-y;
	background-position:0% 0%;
	background-color:#DFE8EE;
	text-decoration: none;
	width:146px;
	display:block;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #DFE8EE #eaeaea #002E62 #eaeaea;
	margin: 0;
	padding: 6px 12px 6px 12px;
}

#menucontainer a:hover {  /* sub menus */
	color: #000;
	background: #fff;
	margin: 0;
}

div#menucontainer ul li ul{ /* sub menus */	
	margin: 0;
	position: absolute;
	width: 10em;
	z-index:10;
}

div#menucontainer ul li ul li{ /* sub menus */	
	width:100%;
}

div#menucontainer a{	
	display: block;
	text-decoration: none;
}

body div#menucontainer ul li ul {	
	display: none;
}

div#menucontainer ul li:hover ul, div#menucontainer ul li ul:hover {	
	display: block;
}

/* main menu links */

#menucontainer h2 {	
	margin: 0;
	padding: 0;
}

/* end nav css */

#contentcontainer {
	padding:0;
	margin:0;
	min-height:300px;
	width:850px;
}

#content {
	padding:10px;
}

#content_left {
	width:553px;
	float:left;
	margin-right:auto;
	padding:10px 20px 0 0;
}

#content_features {/* feature areas on right side of content pages */
	float:left;
	margin:10px auto 20px 0;
	padding:0px;
	width:257px;
}

#content h1 {
	font-weight:bold;
	color:#002E62;
	font-size:150%;
}

#content h2 {
	font-weight:bold;
	color:#003399;
	font-size:130%;
}

#content h3 {
	font-weight:bold;
	color:#4D4D4D;
	font-size:100%;
}

a:link, a:visited, a:hover {
	color:#0055B3;
	text-decoration:underline;
}

#hometop {/* top of the home page features */
	width:830px;
	padding:0;
	margin:0;
	min-height:175px;
}

*html #hometop {height:175px;}

#welcomecontainer {/* top left welcome container on home page */
	float:left;
	margin-right:auto;
	width:546px;/* image 546 wide */
	padding:0px;
}

#w_c_top {/* welcome top */
	background-image:url(gfx/pda_welcomebg_top.jpg);
	background-position:center 0%;
	background-repeat:no-repeat;
	height:14px;
	padding:0;
	margin:0;
}

#w_c_bottom {/* welcome bottom */
	background-image:url(gfx/pda_welcomebg_bottom.jpg);
	background-position:center 100%;
	background-repeat:no-repeat;
	min-height:155px;
	padding:1px 10px 5px 20px;
	margin:0;
	font-size:90%;
}

*html #w_c_bottom {height:155px; margin-top:-5px;}

#w_c_bottom h1 {font-size:220%; color:#002E62; margin-top:0px;}

#w_c_bottom p {padding-right:170px; line-height:170%;}

#f_t_container {/* top right feature container on home page */
	float:left;
	margin-right:auto;
	width:284px;/* image 259 wide */
	padding:0px;
}

#f_t_top {/* top of the rounded feature area on the home page */
	background-image:url(gfx/wea_rdfeaturetop.jpg);
	background-position:center 0%;
	background-repeat:no-repeat;
	height:32px;
	padding:0 10px 0 25px;
}

#f_t_top h1 {font-size:small; color:#002E62; margin-top:0px; padding-top:7px;}

#f_top {/* top of the feature area on the content pages */
	background-image:url(gfx/wea_rdfeaturetop_blue.jpg);
	background-position:center 0%;
	background-repeat:no-repeat;
	height:32px;
	padding:0 10px 0 25px;
}
#f_top h1 {font-size:small; color:#ffffff; margin-top:0px; padding-top:7px;}

.f_bottomhome {/* bottom of the feature area on the home page */
	background-image:url(gfx/wea_rdfeature_bottom.jpg);
	background-position:center 100%;
	background-repeat:no-repeat;
	min-height:142px;/* orig 122 high -- add to match with welcome height */
	padding:1px 0 0 0;
	font-size:85%;
}

*html .f_bottomhome {height:142px; margin-top:-10px;}

#f_bottom {/* bottom of the feature area on the content pages */
	background-image:url(gfx/wea_rdfeature_bottom_blue.jpg);
	background-position:center 100%;
	background-repeat:no-repeat;
	padding:1px 0 15px 0;
	font-size:85%;
}

*html #f_bottom {margin-top:-10px;}

.f_bottomhome p, #f_bottom p {
	padding:0px 100px 10px 25px;
	margin-top:4px;
}

.f_bottomhome p.full, #f_bottom p.full {/* use for features areas with no photo on the right */
	padding:0px 20px 10px 25px;
	margin-top:4px;
}

#homebottom {/* bottom of the home page features */
	width:830px;
	padding:0;
	margin:20px 0 0 0;
	min-height:200px;
	clear:both;
}

*html #homebottom {height:200px;}

.f_b_container {/* feaures on bottom of home page */
	width:257px;
	float:left;
	margin-right:auto;
	padding:0;
}

.f_b_top {/* top of the rounded feature area on the home page */
	background-image:url(gfx/wea_sqfeature_top.jpg);
	background-position:center 0%;
	background-repeat:no-repeat;
	height:32px;
	padding:0 10px 0 15px;
}

.f_b_toph1 {font-size:small; color:#002E62; margin-top:0px; padding-top:7px; font-weight:bold;}


#f_p_container {/* middle photo on bottom of home page */
	width:296px;/* 316 left after features */
	float:left;
	margin-right:auto;
	padding:0 0 0 20px;
}

#bottommenucontainer {
	background-image:url(gfx/wea_bottomnavbg.jpg);
	background-position:0% 0%;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	min-height:28px;
	width:850px;
	clear:both;
}

#bottommenu {
	padding:4px;
	text-align:center;
	color:#cccccc;
}

#bottommenu a:link, #bottommenu a:visited, #bottommenu a:hover {
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
	font-size:85%;
}

#footercontainer {
	padding:0;
	margin:0;
	width:850px;
}

#footer {
	padding:10px;
	color:#65808F;
	font-size:x-small;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color:#65808F;
	text-decoration:underline;
}

#pagebottom {
	width:855px;
	height:25px;
	background-image:url(gfx/wea_bottombottom.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
}

.errortext {
	color:#FF0000;
	font-weight:bold;
	border:1px solid #FF0000;
	padding:5px 5px 5px 5px;
}

/* ESP styles */

#left_contentwider {
	width:610px;
	float:left;
	margin-right:auto;
	padding:10px 20px 0 0;
}

#right_menucontainer {
	float:left;
	margin:10px auto 0 0;
	width:200px;
	padding:0;
	min-height:300px;
}
/* fix ie6 min-height problem */
* html #right_menucontainer {
	height:350px;
}

#right_menucontainer ul a:link, #right_menucontainer ul a:visited {
	display: block;
	text-decoration:none;
}
#right_menucontainer ul {
	list-style: none;
	margin: 0;
	padding: 15px 0px 0px 0px;
}

#right_menucontainer li {
	padding:0;
	margin:0;
	border-bottom:1px solid #A6D3FF;
}

#right_menu{
	/*position: relative; won't work with drop down menus */
	margin: 0px;
	padding: 0px;
	background-image:url(gfx/navblue_bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#right_menu a:link, #right_menu a:visited {
	padding: 4px 10px 4px 10px;
	width: auto;
	color:#ffffff;
	font-weight:bold;
}

#right_menu a:hover{
	padding: 4px 10px 4px 10px;
	color:#ffffff;
	font-weight:bold;
}

#right_menubottom {
	padding:0;
	margin:0;
	background-image:url(gfx/navblue_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:28px;
}

/* right area for text */

#right_textcontainer {
	margin:0;
	width:200px;
	padding:0;
}

#right_text{
	margin: 10px 0 0 0;
	padding: 6px 10px 1px 10px;
	background-image:url(gfx/textblue_bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:100px;
}
/* fix ie6 min-height problem */
* html #right_text {
	height:100px;
}

#right_text a:link, #right_text a:visited, #right_text a:hover {
	color:#333333;
	text-decoration:underline;
}

#right_textbottom {
	padding:0;
	margin:0;
	background-image:url(gfx/textblue_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:28px;
}