/*=== Setup ===*/
body{
	background: url(../images/bgrbl.gif) #29aae1 repeat-x top;
}
a{
	color: #29aae1;
}
a:hover{
	background-color:#29aae1;
}
/*=== Header ===*/
#top, #top li a{
	color: #bad9e6;
}
#top li{
	background: url(../images/top-li-bl.gif) no-repeat right;
}
#header h1 a{
	background: url(../images/logobl.gif) no-repeat;
}
/*=== All Columns ===*/
#columns h2{
	background: #29aae1;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	padding: 5px 0 10px;
	width: 258px;
}
/*=== Placeholders ===*/
/*- Page intro/summary -*/
#summary{
	background: url(../images/what-bgr.gif) no-repeat top;
	font-size: 14px;
	height: 75px;
	letter-spacing: -1px;
	padding: 25px 20px 0 105px;
	text-align:justify;
}
/*--- Flash, Pictures ---*/
#banner{
	border: 5px solid #29aae1;
	height: 131px;
	margin: 0 0 17px;
	overflow: hidden;
}
.pic-strip img{
	display: block;
	margin: 0 0 7px;
}
.rhs-box img{
	border: 5px solid #29aae1;
	display: block;
	margin: 0 0 17px;
}
.rhs-box img:hover{
	border: 5px solid #037dae;
}
/*=== Styling Lists ===*/
/*- Recent News List and Sitemap List -*/
.newslist{
	color: #666666;
	font-size: 11px;
	padding: 10px 0 0;
}
.newslist li{
	border-left: 5px solid #29aae1;
	margin: 0 0 5px;
	padding: 0 0 0 5px;
}
.newslist li a{
	font-weight: bold;
	text-decoration: none;
}
/* News Archive List */
.newsreel{
	color: #333333;
	font-size: 11px;
	padding: 5px 0 0;
}
.newsreel li{
	
	margin: 0 0 10px;
	padding: 5px 0 0 0px;
}
.newsreel li ul{
	/*border-bottom:1px solid #999999;*/
	margin-bottom:5px;
}
.newsreel li ul li{
	border:none;
	margin: 5px 0 10px 0;
	padding:0px;
}
.newsreel li span{
	font-weight: bold;
	color: #ffffff;
	background:#29aae1;
}
.newsreel li strong{
	color:#29aae1;
}

/*=== Styling Buttons ===*/
a.more{
	background: url(../images/morebtn-bl.gif) repeat-x top;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	padding: 0 6px;
	text-decoration: none;
}
a.more:hover{
	background: url(../images/morebtn-bl-hover.gif) repeat-x top;
}
a.more2{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
ul.basic{
	margin:0 0 10px 30px;
}
ul.basic li{
	list-style-type:disc;
}
#privacy{

	font-size: 11px;
}
#privacy h4{
	color:#29aae1;
	font-size: 11px;
	font-weight:bold;
}

#submit-btn {
  margin-top: 10px;
	background: url(../images/morebtn-bl.gif) repeat-x top;
	color: #ffffff;
	display: block;
	font-size:11px;
	font-weight: bold;
	padding: 0px 6px 4px 6px;
	height:26px;
	border:none;
	width:175px;
}
#submit-btn:hover {
	background: url(../images/morebtn-bl-hover.gif) repeat-x top;
}
