@charset "utf-8";


.homepage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(none) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 0px;
	padding: 0px;
	height: 500px;
	position: relative;
}
.homepage #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 4px 0 14px;
/*	margin:0;
	width: 680px;
	float: right;  */
} 

.homeNewsHeads {
	Position: absolute;
	top: 352px;
	left: 42px;
	background-image: url(../images/orange_bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 198px;
}
.homeNewsHeads ul {
	list-style-type: none;

	margin: 0;
	padding: 0;   
}
.homeNewsHeads li {

	background:url(../home_images/news_bullet.gif) left 7px no-repeat;
	padding:0;
/*	margin-left: 13px;  */
	text-indent: 10px;	 
}

.homeNewsHeads a:link  {color:#000000; }
.homeNewsHeads a:visited {color:#000000; outline:none; }
.homeNewsHeads a:hover {color:#158CB6; }
.homeNewsHeads a:active {color:#000000;  }

.vertnavmain {
margin: 125px 0 10px 40px;
}
