@charset "UTF-8";
/* <SITENAME> LAYOUT CSS */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

img {
	border:0;
}

ul, li {
	list-style:none;
}

/* End Reset default browser styling */


#page {
	border: 1px dashed #cbcbcb;
	width: 890px;
	margin: 20px auto 0 auto;
	padding: 20px;
}

#accessibility {
	background: url(/assets/images/bar.gif) no-repeat;
	background-position: 0 30px;
	padding-bottom: 35px;
}

#search {
	clear: both;
	width: 300px;
	float: right;
	text-align: right;
}

#nav {
	height: 41px;
	border-bottom: 10px solid #000;
	padding: 12px 0 0 20px;
}

#region1 {
	padding-top: 15px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}

#secondTier {
	width: 185px;
	padding-right: 20px;
	float: left;
}

#contentNarrow {
	width: 655px;
	float: left;
}

/* -------------------------------------------- CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* -------------------------------------------- ADDED 3/6/09 */

#panels {
	width: 185px;
	padding-left: 20px;
	float: left;
}

#newsScroller
{
    padding-left:5px;
    padding-top:3px;
    
}