@charset "utf-8";
/* CSS Document */
#container {
	background: url(../../images/content_bg/content_bg_mid_brn.gif) left top repeat-y;
}

#contentArea {
	background: url(../../images/content_bg/content_bg_bottom_brn.gif) left bottom no-repeat;
}

#inTheNews .image_float_left {
	/*float: left;*/
	width:479px;
	padding: 0;
	margin: 0;
	position:absolute;
	z-index:0;
	top:95px;
	left:0px;

}

#inTheNews h2 {
	height:58px;
	background: url(../../images/content_bg/content_bg_top_brn.gif) left top no-repeat;
}

/*Begin News Links Nav Area*/
#inTheNews #contentArea ul {
	margin:0 0 0 499px;
	width:404px;
}
#inTheNews #contentArea ul li {
	display:list-item;/*to return to default style and override global styles*/
	background: transparent url(../../images/Leaf_Bullet.png) no-repeat left top !important;
	background: none; /*for IE6*/
	margin-bottom: 20px;
	padding: 0 0 0 25px;
}

#inTheNews #contentArea ul li a {
	font-size: 1em;
	height:auto;
	text-indent: 0px;
	padding:0;
	line-height:150%;
}
/*End News Links Nav Area*/

#inTheNews #contentArea ul li a:link, #inTheNews #contentArea ul li a:visited, #inTheNews #contentArea ul li a:active {
	text-decoration:none;
}
#inTheNews #contentArea ul li a:hover {
	text-decoration:underline;
}

/*Special Styles for the news detail page with boby id #newsDetail */
#newsDetail {
	background: #5D4E30;
	color:#000000;
}
#newsDetail #contentArea p {
	padding-left:25px;
	padding-right: 25px;
	margin:0;
}

#newsDetail #wrapper {
	width:500px;
	position: relative;
	left: 50%;
	margin-left: -250px;
}
#newsDetail #container {
	width:100%;
	left:0;
	/*background: url(../images/content_bg/content_bg_mid_blu.gif) left top repeat-y;*/
}

#newsDetail #masthead {
	height:95px;
	background:url(../images/newsDetailBanner_bg.gif) left top no-repeat;
}

#newsDetail #contentArea {
	background:#EAEFC0 url(../images/copy_bg.gif) left top repeat-y;
}
#newsDetailFooter {
	height:20px;
	background:url(../images/newsDetailFooter_bg.gif) left top no-repeat;
	width:100%;
}
#newsDetail h1 {
	margin:0;
	position:absolute;
	top:0;
	left:73px;
	z-index:10;
	width: 195px;
	height:95px;
	background: url(../images/newsDetail_logo.gif) no-repeat;
	text-indent: -9999px;
}
#newsDetail h1 a {
	display:block;
	height:95px;
	background: url(../images/newsDetail_logo.gif) no-repeat;
}
#newsDetail h3 {
	color:#000000;
	padding-left: 25px;
	padding-right: 25px;
}
#newsDetail h3 a {
	color:#000000;
	text-decoration:underline;
}
.title {
	text-align:center;
}
.newsReference {
	font-style:italic;
}

