@charset "UTF-8";
/* This Styling is specific to the Blue Template and all pages based on that template */

#btm_contentGreen {
	width: 750px;
	float:left;
	display: block;
	border-left:30px solid #C0CD8D;
	padding-top: 12px;
}
#top_contentGreen {
	width: 750px;
	float:left;
	display: block;
	margin: 2px 0 0 0 ;
	border-left:30px solid #C0CD8D;
}
* html #top_contentGreen {
	margin: 0;
}
#top_contentGreen img {
	margin-bottom: 30px;
	margin-top: 20px;
}
.greenBar {
	display: block;
	float: left;
	width: 30px;
	background: #C0CD8D;
}
#bottomShadow .greenBar {
	display: block;
	float: left;
	height: 19px;
	width: 30px;
	background: #C0CD8D;
	vertical-align:top;
}
#top_content .greenBar {
	display: block;
	float: left;
	width: 30px;
	height: inherit;
	background: #C0CD8D;
	margin: 2px 0 0 0;
}
.green {
	color: #B1B381;
}
.green a {
	color: #B1B381;
	text-decoration: none;
}
.green a:hover {
	color: #B1B381;
	text-decoration: underline;
}
#line_green {
	display: block;
	width: 780px;
	height: 2px;
	float: left; 
	clear: left;
	background:#C0CD8D;
	font: 2px;
	line-height: 2px;

}
* html #line_green{
	font: 2px;
	line-height: 2px;
	display: block;
	width: 780px;
	height: 2px;
	float: left; 
	clear: left;
	background:#C0CD8D;
	
}
#left_nav ul {
	list-style:url(../images/arrow_green.jpg);
	margin: 0;
	padding: 0 20px;
}
#left_nav ul li {
	padding: 1px 0;
	margin: 0;
	font: 12px;
	min-height:12px; /* this will give the layout in IE7 */
	list-style:url(../images/arrow_green.jpg);
}
* html #left_nav ul li {
	line-height: 16px;
}
.title {
	padding:3px 0 2px 0; 
	border-bottom: 1px solid #B1B381;
	font-size: 11px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #B1B381;
	padding: 0;
	margin: 8px 0;
}
.small {
	font-size: 10px;
}
.smallcaps {
	text-transform:lowercase;
	font-variant:small-caps;
	font-size: 13px;
}
.page_title {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height: 13px;
	margin: 20px 0 30px 0;
}
