body {
	background:url('/global-assets/images/background.jpg') repeat-y top center;
	font-family: Verdana;
	color:#666;
}

a {
	color:#8BC53F;
	text-decoration: none;
}

em {
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 129%;
	padding:10px 0 10px 0;
	color:#8BC53F;
}

h2 {
	font-size: 114%;
	padding:10px 0 10px 0;
	color:#8BC53F;
}

h3 {
	color:#fff;
}

h4 {
	font-size: 114%;
}
p {
	padding-bottom:10px;
	
}

div#centerDiv {
	margin:0 auto 0 auto;
	width:750px;
}

div#header {
	width:750px;
	margin:0 auto 0 auto;
	background:url('/global-assets/images/header-back.gif');
	height:135px;
	background-color: #d2d2d2;
}

div#header img.logo {
	padding:25px;
	float:left;
}

div#top_contact {
	padding:40px 25px 0 0;
	float:right;
	color:#999;
}

div#header p.call-text {
	float:left;
}

div#header p.email-text {
	padding:0 0 0 20px;
	float:left;
}


div#header p.email-text a {
	text-decoration: none;
	color:#999;
}

div#green_strip {
	background-color: #006B2A;
	width:750px;
	clear:both;
	height:10px;
}

/* Columns */

div#leftColumn {
	float:left;
	width:165px;
	padding:10px 10px 20px 0;
	font-size: 85%;
}

div#leftColumn form {
	width:165px;
	background: url('/global-assets/images/callback-top.gif') top left no-repeat;
	padding:10px 0 0 0;
	background-color: #ccc;
	margin:0;
}

div#leftColumn form h3 {
	padding:0 0 15px 10px;
}

div#leftColumn form input {
	margin:0 0 10px 10px;
	width:135px;
}

div#leftColumn form label {
	margin:0 0 0 10px;
	color:#000;
}

div#leftColumn form .submit-btn {
	background-color: #ccc;
	border:none;
	width:75px;
	color:#006B2A;
}

div#leftColumn #callback_bottom {
	background: url('/global-assets/images/callback-bottom.gif') no-repeat bottom left;
	width:165px;
	height:5px;
}

div#middleColumn {
	float:left;
	padding:10px 0 20px 0;
	font-size: 85%;
	width:371px;
}

div#middleColumn ul {
	padding:0 0 0 20px;
	list-style-type: disc;
	
}

div#middleColumn ol {
	padding:0 0 0 20px;
	list-style-type: decimal;
	
}

div#rightColumn {
	float:left;
	width:190px;
	padding:7px 0 20px 10px;
	font-size: 85%;
}

div#rightColumn .feature_box .hd {
	background: url('/global-assets/images/feature-top.gif') no-repeat top left;
	padding:9px;
	width:171px;
}

div#rightColumn .feature_box .bd {
	background: url('/global-assets/images/feature-back.gif') repeat-y top left;
	padding:9px;
	width:171px;
}

div#rightColumn .feature_box .bd h4 {
	color:#006B2A;
	padding:7px 7px 0 7px;
	
}

div#rightColumn .feature_box .bd p {
	padding:7px;
}
div#rightColumn .feature_box .bd a {
	padding:0 7px 0 7px;
	color:#8BC53F;
	text-decoration: none;
}


div#rightColumn .feature_box .ft {
	background: url('/global-assets/images/feature-bottom.gif') no-repeat top left;
	width:190px;
	height:10px;
}

/* footer */

div#footer {
	width:750px;
	margin:0px auto 0 auto;
	font-size: 77%;
	text-align:center;
	clear:both;
}

div#footer p {
	margin:10px;
}

/* Classes */

.clear-all {
	clear:both;
	display:block;
}

.lightgreen-text {
	color:#8BC53F;
}

.green-text {
	color:#006B2A;
}
