html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #95a1c3;
	background-image: url(images/body-bk.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: auto;
	margin-top: 0px;
	text-align: center;
	color: #666666;
	height: 100%;
}

img {
	border: none;
}
a { 
	color: #2c5f16;
	text-decoration: none;
}
ul {
	margin: 15px;
	padding: 0;
	margin-top: -10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h1.home {
	font-size: 20px;
	text-align: left;
	color: black;
}
h2 {
	font-size: 12px;
}
p, li {
	font-size: 12px;
	font-weight: normal;
}


ul.picture {
	margin: 0;
	padding: 0;
	margin-left: 215px;
	margin-top: -10px;
}

ul.picture2 {
	margin: 0;
	padding: 0;
	margin-left: 220px;
	margin-top: -10px;
}

#container {
	width: 963px;
	margin: auto;
	margin-top: 0px;
	text-align: left;
	background-color: white;
	height: 100%;
}

#header {
	width: 100%;
	height: 117px;
	background-image: url(images/header-bk.gif);
	position: relative;
}

#footer {
	width: 100%;
	height: 60px;
	background-color: white;
	position: relative;
}

.green-bar {
	width: 100%;
	height: 12px;
	background-color: #2c5f16;
}
.blue-bar {
	width: 100%;
	height: 6px;
	background-color: #002D67;
}

#home-image {
	width: 100%;
	height: 268px;
	background-image: url(images/homeimage.jpg);
}

#sub-image {
	width: 100%;
	height: 204px;
}

#content {
	width: 100%;
	/* height: 100%; FF needs height=100%; breaks IE   */
	min-height: 300px;
	background-color: white;
}

#home-content {
	float: left;
	width: 580px;
	height: 100%;
	padding: 25px;
	padding-left: 35px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#home-side {
	float: right;
	width: 238px;
	min-height: 350px;
	height: 100%;
	background-color: #d5dfd0;
	padding: 20px;
	padding-top: 25px;
}
#home-side h1 {
	padding-left: 11px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#home-side h2 {
	padding-left: 0px;
}
.news {
	padding: 15px;
}
.news ul li {
	margin: 0;
	background-image: url(images/news-marker.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: -50px; 
	list-style: none;
	padding-left: 30px;
}



#logo {
	position: absolute;
	top: 34px;
	left: 34px;
}
#client-login {
	position: absolute;
	top: 35px;
	right: 44px;
}
#register {
	position: absolute;
	top: 35px;
	right: 140px;
}

#main-nav {
	position: absolute;
	top: 50px;
	right: 0px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#main-nav ul {
	list-style: none;
	width: 100%;
	height: 30px;
	margin-top: 20px;
}

#main-nav ul li {
	display: inline;
	margin-top: 15px;
}

#main-nav ul li a {
	height: 30px;
	background: transparent;
	margin-right: 30px;
	float: left;
	padding-top: 15px;
}
#main-nav ul li a:hover {
	background-image: url(images/gray-hash.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#sub-content {
	float: right;
	width: 650px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}

#sub-side {
	float: left;
	width: 200px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 40px;
	padding-top: 38px;
	/* border: 1px solid red; */
}
#sub-side h1 {
	color: #2c5f16;
}

#sub-nav {
	margin: 0;
	margin-top: 0px;
}
#sub-nav ul {
	margin: 0;
	list-style: none;
	width: 100%;
	margin-left: -2px;
	padding-left: -40px;
	/* _margin-left: 0px; */
}
#sub-nav ul li {
	display: block;
	height: 15px;
	vertical-align: center;
	padding-top: 8px;
	font-size: 12px;
}
#sub-nav ul li a {
	color: #687188;
}
#sub-nav ul li a:hover {
	color: #2c5f16;
}

#footer-nav {
	position: absolute;
	top: 10px;
	right: 21px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#footer-nav ul {
	list-style: none;
	width: 100%;
	height: 20px;
	margin-top: 0px;
}

#footer-nav ul li {
	display: inline;
	margin-top: 0px;
}

#footer-nav ul li a {
	height: 20px;
	color: #666666;
	margin-right: 10px;
	float: left;
	padding-top: 0px;
}
#footer-nav ul li a:hover {
	color: #2c5f16;
}

body.home a#home-nav,
body.about a#about-nav,
body.products a#product-nav,
body.customers a#customer-nav,
body.news a#news-nav,
body.contact a#contact-nav ul li
{
	background-image: url(images/gray-hash.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div#main-nav a.active {
	background-image: url(images/gray-hash.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

hr {
	width: 130px;
	color: #CCCCCC;
	margin-left: 0px;
	margin-bottom: -10px;
}

.clearer {
	clear: both;
}
.img-left {
	float: left;
	clear: left;
	padding-right: 20px;
	padding-bottom: 8px;
}
.sum_state {
	padding-left: 28px;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.ul_roi {
	padding-left: 26px;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 5px;
}

.request {
	background-color: #EAEDF4;
	padding: 20px 15px 20px 15px;
	color: #84899D;
	font-size: 12px;
}
