/* ------ MEDIA TAG ----- */

@media screen {

body {
	background: url(/images/template/bg.png) repeat-x #FFF;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

p {
	line-height: 150%;
}

h1, h2.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #7BB313;
	padding-top: 100px;
}

h2 {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 18%;
}

h4, h5, h6 {
	font-size: 16%;
}

a {
	color: #7BB313;
	text-decoration: none;
}

a:hover {
	color: #5B7221;
	text-decoration: underline;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #999;
	width: 90%;
}

li {
	line-height: 150%;
}

img {
	border: #000;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

#siteContainer {
	width: 970px;
	margin: 0px auto;
}

#logo {
	padding: 16px 0px 0px 0px;
	float: left;
}

#menu {
	float: right;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}

#menu a {
	color: #7AB213;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	text-decoration: none;
}

#menu a.selected {
	color: #FFF;
}

#menu li {
	float: left;
	padding: 0px 0px 0px 35px;
	line-height: 48px;
}

#header {
	clear: both;
	margin-top: 3px;
	height: 150px;
	text-transform: uppercase;
	color: #617139;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#header img {
	padding: 40px 0px 5px 0px;
}

#content {
	clear: both;
	float: left;
	padding-bottom: 60px;
	text-align: justify;
}

.feature {
	width: 292px;
	float: left;
	margin-left: 45px;
	margin-bottom: 40px;
	background: no-repeat top right;
}

#content .feature:first-child {
	margin-left: 0px;
}

.feature h1, .feature h2, .feature .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #7BB313;
	padding: 135px 0px 5px 0px;
	margin: 0px;
	line-height: 30px;
	border-bottom: 1px dotted #999;
}

.feature h1 a, .feature h2 a, .feature .title a {
	text-decoration: none;
}

.feature h1 a:hover, .feature h2 a:hover, .feature .title a:hover {
	text-decoration: none;
}

.feature .larger {
	font-size: 16px;
	letter-spacing: -1px;
}

.feature p {
	margin: 8px 0px;
}

.feature p.larger {
	margin: 12px 0px;
}

#footer {
	clear: both;
	background: url(/images/template/footer-bg.png) repeat-x #000;
	height: 105px;
}

#footerContainer {
	width: 970px;
	margin: 0px auto;
	color: #999;
	padding-top: 18px;
	font-size: 11px;
}

#footerContainer p {
	padding: 2px;
	margin: 0px;
}

#footerContainer .title {
	color: #7BB313;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#footer #copyright {
	float: left;
	width: 292px;
	height: 70px;
}

#footer #links {
	float: left;
	margin-left: 45px;
	padding-left: 45px;
	height: 70px;
	border-left: 1px solid #666;
}

#footer #links ul {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	list-style-type: none;
	width: 582px;
}

#footer #links li {
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #666;
	line-height: 20px;
}

#footer #links li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}

/* ------ NON LAYOUT STYLING ----- */

.hr {
	padding: 40px 0px
}

.link {
	background: url(/images/template/arrow.png) no-repeat right center;
	padding-right: 15px;
}

.link:hover {
	background: url(/images/template/arrow-on.png) no-repeat right center;
	padding-right: 15px;
}

.imgL {
	float: left;
	margin: 0px 20px 5px 0px;
}

.imgR {
	float: right;
	margin: 0px 0px 5px 20px;
}

.table th {
	background: url(/images/template/footer-bg.png) repeat-x #000;
	min-height: 30px;
	height: 30px;
	color: #FFF;
}

.table td {
	background: #D3E9AB;
}

.YellowBox {
	background-color: #FFFF9A;
	border: 1px solid #666;
	padding: 3px 5px 5px 5px;
}

.YellowBox a {
	color: #4B5797;
	text-decoration: none;
}

.YellowBox a:hover {
	color: #027CE8;
	text-decoration: underline;
}

.YellowBox h2, .YellowBox p {
	color: #000;
}

}

/* ------ END MEDIA TAG ----- */