/* CONTENT */
a {
	color: #97c000;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
	color: #97c000;
}

a span.green {
	color: #97c000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding-right: 20px;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	left: 0;
	color:#696969;
	margin-bottom: 0.6em;
	
	
}

h3 {
	font-size: 14px;
	padding-right: 20px;
	line-height: 22px;
	margin-bottom: 2em;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #97c000;
	margin-bottom: 0.7em;
}

h5 {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

p {
	line-height: 16px;
	margin-bottom: 0.9em;
}

div.row p {
	margin-bottom: 0.2em;
}


/* NAVIGATION HOME*/
div.nav ul {
	margin-left: 64px;
	padding-top: 13px;
}

div.nav ul li {
	float: left;
}

div.nav ul li a {
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	line-height: 26px;
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

div.nav ul li a:hover, div.nav ul li a.active {
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(../img/hd_bkg_nav_li_a_hover.gif);
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}



/* FOOTER */
div.footer ul {
	margin-left: 64px;
}

div.footer ul li {
	float: left;
	padding-left: 5px;
}

div.footer ul li.text {
	width: 290px;
}

div.footer ul li a {
	color: #666;
	text-decoration: none;
}

div.footer ul li a:hover {
	text-decoration: underline;
	color: #97c000;
}