#hideMe{
z-index:-100;
padding:0px;

}
#menuDiv{
z-index:200;
}

#main_content_wrapper {
	background-image:url(../images/maincontent_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:714px;
}

.main_content {
	width: 825px;
	float: left;
}

.main_pic{
	float:right;
}

.main_logo{
	float:left;
}

#content_wrap {
	clear:both;
	width: 803px;
	margin-left:auto;
	margin-right:auto;
	/*top:-10px;
	z-index:2;*/
		/*border-style: solid;
		border-width: 1px;
		border-color: green;*/
}

#img {
	float: left;
	/*clear: right;*/
	width: 520px;
	background:url(../images/text_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
		/*border-style: solid;
		border-width: 1px;
		border-color: ochre;*/
}

#leftbox {
	float: left;
	width: 283px;
	height: 715px;
		/*border-style: solid;
		border-width: 1px;
		border-color: yellow;*/
}

#news_image {
	background-image:url(../images/news_and_events.jpg);
	background-repeat: no-repeat;
	height: 38px;
	margin-top: 20px;
	margin-bottom: -7px;
}

#news {
	position: relative;
	list-style: none;
	margin-left: -25px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: gray;
		/*border-style: solid;
		border-width: 1px;
		border-color: orange;*/
}

.home_news_1 {
	padding: 10px;
}

.home_news_2 {
	padding: 10px;
	}
	
.bullets {
	background-image:url(../images/newslist_bullet.jpg);
	background-repeat: repeat-x;
	width: 490px;
	margin:10px -10px 0px 0px; /*top,right,bottom,left*/
	height: 10px;
}


.orange {
	color: #339999;
}

.teal {
	color: #ff9900;
}

li a {
	color: #339999;
}

li a:hover {
	color: #ff9900;
}

/* footer stuff */

.footer {

	width: 520px;
	padding-top:10px;
	padding-bottom:20px;
	font-family:Trebuchet MS, sans-serif;
	text-align: right;
	font-size:13px;
	color:#000000;
	border-top: 1px solid gray;


}

.footer a {
	color:#339999;
	text-decoration:none;
}

.footer a:hover {
	color:#ff9900;
}

.sharetext{
    margin:60px;	
}
.share{
    
	background:url('../images/facebook_size2.jpg') bottom right no-repeat;
	text-align:left;

}