/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #fefefe;
	color: #606060;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #4096ee;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #dddddd 1px solid;
	border-right: #c3c3c3 2px solid;
	border-top: #c3c3c3 2px solid;
	font-size: 11px;
	padding: 1px 2px;
}
select{
	padding: 0px;
}
li{
	list-style: none;
}
table{
	width: 100%;
}
/*=== Layout ===*/
#portal{
	background: #4096ee;
	margin: 0 auto;
	padding: 3px;
}
#portal p{
	text-align: center;
}
#portal a{
	color: #ffffff;
	font-weight: bold;
}
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 738px;
}
#top{
	background: url(../images/page-top.gif) no-repeat top;
	clear: both;
	height: 12px;
}
#container{
	clear: both;
	margin: 0 24px 25px;
}
/*=== Header ===*/
#header{
/*===	background: url(../images/header-bgr.gif) repeat-x top; ===*/
	height: 80px;
}
/*- Logo -*/
#header h1{
	background: url(../images/welund-logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 80px;
	width: 181px;
}
/*- Report Info -*/
#header p{
	color: #4096ee;
	padding: 7px 0 0;
	text-align: right;
}
#header p.report{
	font-size: 20px;
}
#header p.report em{
	color: #597ca1;
	font-style: normal;
}
#header p.report em strong{
	color: #124579;
	font-weight: normal;
}
/*=== Top Menu ===*/
#topmenu{
	background: url(../images/topmenu-line1.gif) repeat-x center;
	border-bottom: 3px solid #356aa0;
	border-top: 3px solid #124579;
	height: 60px;
	overflow: hidden;
	padding: 0px 0;
}
#topmenu li{
	border-right: 1px solid #e3e3e3;
	float: left;
	height: 45px;
	font-size: 11px;
}
#topmenu li a{
	color: #000000;
	display: block;
	height: 15px;
	padding: 0 6px;
}
#topmenu li a:hover,#topmenu li a.active{
	background: #ecf4fd;
	color: #356aa0;
	text-decoration: none;
}
/*- Topmenu Tab Widths -*/
#topmenu li.tab1 a{
	padding-left: 0;
	width: 86px;
}
#topmenu li.tab2 a{
	width: 83px;
}
#topmenu li.tab3 a{
	width: 122px;
}
#topmenu li.tab4 a{
	width: 103px;
}
#topmenu li.tab5 a{
	width: 120px;
}
#topmenu li.tab6{
	border: 0;
}
#topmenu li.tab6 a{
	padding-right: 0;
	width: 93px;
}
/*=== Top Menu Basic ===*/
#topmenu_basic{
	background: url(../images/topmenu-line.gif) repeat-x center;
	border-bottom: 3px solid #356aa0;
	border-top: 3px solid #124579;
	height: 11px;
	overflow: hidden;
	padding: 4px 0;
}
#topmenu_basic li{
	border-right: 1px solid #e3e3e3;
	float: left;
	height: 45px;
}
#topmenu_basic li a{
	color: #000000;
	display: block;
	height: 15px;
	padding: 0 10px;
}
#topmenu_basic li a:hover,#topmenu li a.active{
	background: #ecf4fd;
	color: #356aa0;
	text-decoration: none;
}
/*=== Columns ===*/
.columns{
	overflow: hidden;
}
.columns  h2{
	font-size: 16px;
	padding: 13px 0;
	width: 260px;
}
.columns h3{
	color: #124579;
	font-size: 15px;
	font-weight: normal;
}
.columns h3 a{
	color: #124579;
}
.columns h4{
	color: #356aa0;
	font-size: 12px;
}
.columns h5{
	color: #356aa0;
	font-size: 12px;
	padding: 3px 0;
}
.col1{
	float: left;
	width: 450px;
}
.col1wide{
	float: left;
	width: 690px;
}
.col2{
	float: right;
	width: 240px;
}
.col3{
	clear: both;
}
.col4{
	float: left;
	margin: 10px 20px 0 0;
	width: 214px;
}
.col4.last{
	margin-right: 0;
}
.col5{
	float: left;
	margin: 0 0 0 10px;
	width: 510px;
}
.col5 .gbox{
	height: auto;
	overflow: visible;
}
.columns .col5 h2{
	margin: -20px 0 5px;
	padding: 0;
	position: relative;
}
.col5 p{
	padding: 0 0 10px;
}
.col5 img{
	margin: 10px;
}
.col6{
	float: left;
	width: 168px;
}
/*=== Title ===*/
.title img{
	display: block;
	margin: 0 0 10px;
}
/*=== Article List ===*/
ul.articles{
	padding: 0 2px 10px 0;
}
.articles li{
	border-bottom: 1px solid #e3e3e3;
	clear: both;
/*	height: 68px; */
	overflow: hidden;
	padding: 10px 0;
}
.articles li.last{
	border: 0;
}
.articles img{
	float: left;
	margin: 0 10px 0 0;
}
.articles .main p{
	font-size: 12px;
}
.articles li p{
	line-height: 13px;
	padding: 0;
}
.articles li.main{
	height: auto;
	overflow: visible;
}
.articles .main p.read{
	font-size: 11px;
}
p.read{
	color: #356aa0;
	font-size: 11px;
}
p.forecast{
	color: #356aa0;
}
p.forecast em{
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
/*=== Article Navigation Box ===*/
.artcnav{
	background: url(../images/box-bot.gif) no-repeat center bottom;
	margin: 18px 0 10px;
	width: 168px;
}
.artcnav h4{
	background: url(../images/box-top.gif) no-repeat;
	color: #ffffff;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 13px;
}
.artcnav ul{
	padding: 0 10px 13px;
}
.artcnav li{
	font-size: 11px;
}
.artcnav li.last a{
	border: 0;
}
.artcnav li a{
	border-bottom: 1px solid #ffffff;
	color: #000000;
	display: block;
	padding: 3px 5px;
}
.artcnav li a:hover, .artcnav li.active a{
	background: #9fcaf6;
	display: block;
	text-decoration: none;
}
/*=== Subscribe Now Box ===*/
.subcnav{
	background: #4096ee;
	margin: 18px 0 10px;
	width: 168px;
}
.subcnav h4{
	background: #4096ee;
	color: #ffffff;
	font-size: 19px;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 13px;
}
.subcnav p{
	color: #ffffff;
	padding: 0 10px 13px;
	font-size: 13px;
}
.subcnav a{
	color: #ffffff;
	text-decoration: underline;
}
/*=== About / Subscribe / Contact ===*/
ul.about{
	background: #f2f2f2;
}
.about li{
	border-bottom: 1px solid #ffffff;
	padding: 13px 12px 5px;
}
.about li h3{
	padding: 0 0 5px;
}
.about li p{
	padding: 0 0 5px;
}
/*=== Maps Top ===*/
ul.maps_top{
	background: #f2f2f2;
}
.maps_top li{
	padding: 13px 12px 0 12px;
}

/*=== Maps ===*/
ul.maps{
	background: #f2f2f2;
}
.maps li{
	border: 1px solid #175b9c;
	margin: 3px 14px 5px;
	text-align: center;
	font-weight: bold;
}
.maps li a{
	color: #990000;
}
/*=== Contact Info ===*/
.contacts strong{
	color: #124579;
}
.about .contacts p{
	border-bottom: 1px solid #e3e3e3;
}
.about p.contact1{
	background: url(../images/ico-mail.gif) no-repeat left top;
	line-height: 29px;
	margin: 5px 0;
	padding: 0 0 0 30px;
}
.about p.contact2{
	background: url(../images/ico-phone.gif) no-repeat left top;
	line-height: 29px;
	padding: 0 0 0 30px;
}
.about p.contact3{
	background: url(../images/ico-house.gif) no-repeat left top;
	border: 0;
	float: left;
	line-height: 29px;
	margin: 5px 0;
	padding: 0 0 0 30px;
}
.about .contacts p.fl{
	border: 0;
	padding: 8px 0 5px 15px;
}
/*- Content Page Contact Info -*/
ul#content.about{
	background: none;
	font-weight: bold;
}
#content.about p.contact1{
	background: url(../images/ico-mail2.gif) no-repeat left top;
}
#content.about p.contact2{
	background: url(../images/ico-phone2.gif) no-repeat left top;
}
#content.about p.contact3{
	background: url(../images/ico-house2.gif) no-repeat left top;
}
/*=== Search ===*/
#search{
	background: url(../images/search-bgr.gif) no-repeat;
	color: #124579;
	font-size: 12px;
	height: 46px;
	padding: 0 0 0 10px;
}

#search2 label{
	width: 80px;
	float: left;
}
#search2 input{
	width: 140px;
}
#search label{
	float: left;
	margin: 11px 5px 0 0;
}
#search input{
	float: left;
	margin: 10px 0 0;
	width: 140px;
}
#search .btn{
	margin-left: 5px;
	width: auto;
}
#search2 .btn{
	margin-left: 5px;
	width: auto;
	margin: 0 0 -3px;
}
/*=== Subscriber Login===*/
#login{
	background: #e2effc;
	border-bottom: 1px solid #ffffff;
	padding: 10px 0 70px 10px;

}
#login a{
	text-decoration: underline;
}
#login div{
	float: left;
	width: 110px;
}
#login input{
	width: 100px;
}
#login .btn{
	float: right;
	margin: 4px 10px 0px 4px;
	width: auto;
}
#login p{
	float: left;
	padding: 5px 0;
}
/*=== Intro Text===*/
#intro{
	background: #e2effc;
	border-bottom: 1px solid #ffffff;
	padding: 10px;

}
#intro a{
	text-decoration: underline;
}
#intro p{
	padding: 5px;
}
#intro p strong{
	color: #124579;
	font-weight: bold;
}
#intro img{
	display: block;
	text-align: center;
}
/*=== Archive Box ===*/
.archive{
	background: url(../images/hatch-bgr.gif);
	clear: both;
	color: #666666;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	margin: 10px 0;
	padding: 0 6px;
}
.archive a{
	color: #666666;
	text-decoration: none;
}
.archive a:hover{
	text-decoration: underline;
}
.archive strong{
	color: #333333;
	font-size: 14px;
}
/*=== Summary Box ===*/
.summary{
	background: url(../images/hatch-bgr.gif);
	clear: both;
	color: #666666;
	font-size: 11px;
	height: 34px;
	line-height: 34px;
	margin: 10px 0;
	padding: 0 6px;
	text-align: right;
}
.summary a{
	color: #666666;
	text-decoration: none;
}
.summary a:hover{
	text-decoration: underline;
}
.summary strong{
	color: #333333;
	font-size: 11px;
}
/*=== Print Summary ===*/
p.print{
	background: url(../images/ico-print.gif) no-repeat left; /*	display: block;*/
	padding: 0 0 0 20px;
}
/*=== The Grey Box ===*/
.gbox{
	background: #ffffff;
	font-size: 12px;
	height: 148px;
	overflow: hidden;
	margin: 6px 0;
	padding: 12px;
}
.columns .gbox h3{
	padding: 0 0 3px;
}
.gbox p{
	line-height: 14px;
	padding: 0 0 6px;
}
/*=== The Grey Box 1 ===*/
.gbox1{
	background: #f6f6f6;
	font-size: 12px;
	margin: 6px 0;
	padding: 12px;
}
.columns .gbox1 h3{
	padding: 0 0 3px;
}
.gbox1 p{
	line-height: 14px;
	padding: 0 0 6px;
	word-wrap: break-word;
}
.gbox1 #sectors{
	color: #124579;
	font-style: italic
}
.gbox1 ul{
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
}
.gbox1 li{
	list-style-type: square;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
}
/*=== Contact us Form ===*/
fieldset.contactform{
	font-size: 12px;
	padding: 15px 0 0 15px;
}
fieldset.contactform label{
	float: left;
	width: 350px;
}
fieldset.contactform div{
	float: left;
	line-height: 25px;
	margin: 0 0 10px 20px;
}
.contactform input,.contactform textarea{
	background: #f2f7fe;
	width: 280px;
}
fieldset input.checkbox{
	width: 15px;
}
fieldset div.confirm{
	float: right;
	padding: 0 30px 0 0;
	width: 280px;
}
fieldset .confirm label{
	float: none;
	width: auto;
}
fieldset input.btn{
	width: auto;
}
/*=== Campaigns Tabular Data ===*/
table.campaigns{
	margin: 15px 0 0;
}
.campaigns th,.campaigns td{
	padding: 2px 10px;
	text-align: left;
	text-align: left;
}
.campaigns th{
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	color: #356aa0;
	font-size: 12px;
	padding: 8px 10px;
}
.campaigns td{
	border-right: 1px solid #e3e3e3;
}
.campaigns td.last{
	border: 0;
}
.campaigns tr.blue td{
	color: #356aa0;
}
.campaigns tr.red td{
	color: #f33939;
}
/*=== Events Tabular Data ===*/
table.events{
	margin: 15px 0 0;
}
.events th,.shac td{
	padding: 2px 10px;
	text-align: left;
	text-align: left;
}
.events th{
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	color: #356aa0;
	font-size: 12px;
	padding: 8px 10px;
}
.events td{
	border-right: 1px solid #e3e3e3;
}
.events td.last{
	border: 0;
}
/*=== SHAC Tabular Data ===*/
table.shac{
	margin: 15px 0 0;
}
.shac th,.shac td{
	padding: 2px 10px;
	text-align: left;
	text-align: left;
}
.shac th{
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	color: #356aa0;
	font-size: 12px;
	padding: 8px 10px;
}
.shac td{
	border-right: 1px solid #e3e3e3;
}
.shac td.last{
	border: 0;
}
/*=== Previous Issues Month List ===*/
ul.months{
	float: left;
	padding: 20px 30px 20px 0;
	width: 240px;
}
.months li{
	border-bottom: 1px solid #e3e3e3;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
}
.months li a{
	background: url(../images/ico-issues.gif) no-repeat 10px top;
	display: block;
	padding: 0 0 0 50px;
}
/*=== Paging ===*/
.paging{
	height: 30px;
	padding: 13px 0;
}
.results{
	color: #356aa0;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.listing{
	float: right;
}
.listing a{
	margin: 0 2px;
	padding: 1px 5px;
}
.listing a:hover,.listing a.active{
	background: #f6f6f6;
	text-decoration: underline;
}
/*=== Search Results List ===*/
.search-list li{
	list-style: decimal;
	list-style-position: outside;
	margin: 0 0 0 40px;
	padding: 5px 10px;
}
.search-list li.grey{
	background: #f6f6f6;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) no-repeat bottom;
	color: #ffffff;
	font-size: 10px;
	height: 36px;
	line-height: 36px;
}
#footer a{
	color: #ffffff;
}
#footer p{
	padding: 0 20px;
}
#footer p.copy{
	float: left;
}
#footer p.botmenu{
	float: right;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl{
	background: #e3e3e3;
	clear: both;
	height: 1px;
	margin: 7px 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
img.fr{
	margin: 0 0 10px 15px;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
input.btn{
	border: 0;
	padding: 0;
}
.p12{
	font-size: 12px;
}
.cborder{
	border: 12px solid #f6f6f6;
	margin: 6px 0 0;
}
.red{
	color: #990000;
}
input.checkbox{
	background: 0;
	border: 0;
}
.highlight_menu{
	color: #356aa0;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	vertical-align: top;
}
.highlight_white{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	vertical-align: top;
}
.highlight{
	color: #356aa0;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	vertical-align: middle;
}
/*=== Links Buttons ===*/
ul.link{
	background: #f2f2f2;
}
.link li{
	background: url(../images/button.gif) no-repeat center top;
	border-bottom: 1px solid #ffffff;
	padding: 5px 12px 5px;
	height: 21px;	
}
.link li p{
	padding: 0 0 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.link a:hover{
	text-decoration: none;
}
/*=== Links Buttons ===*/
ul.link1{
	background: #f2f2f2;
}
.link1 li{
	background: url(../images/button-blue.gif) no-repeat center top;
	border-bottom: 1px solid #ffffff;
	padding: 5px 12px 5px;
	height: 21px;	
}
.link1 li p{
	padding: 0 0 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.link1 a:hover{
	text-decoration: none;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	clear: both;
	text-align: center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #606060;
	
	text-decoration: none; /* no underline */
	color: #606060;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #606060;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #606060;
		
		font-weight: bold;
		background-color: #606060;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
