﻿/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	text-align: center;	
}
body {
	text-align: center;
	background: #fff url(images/bg.gif) repeat-x;
	font-family: "AvantGarde Bk BT", "Times New Roman", Times;
	font-size: 16px;
}
.wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 850px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	border: 0px solid #000;
}
a:link {
	color: #12589D;
}
a:visited {
	color: #12589D;
	/*color: #122E49;*/	
}
a:hover {
	color: #7CB71D;	
}
a:active {
	color: #666;	
}

/* ****************************** Header *********************************** */
.header {
	position: relative;
	height: 115px;
	border: 0px solid #cc0000;
	margin-bottom: 130px;
}
.header h1 a {
	position: absolute;
	top: 10px;
	display:block;
	height:90px;
	width:400px;
	border: none;
}
.header h1 img {
	border: none; 
}
.header ul {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
**.header ul {
	top: 88px;	
}
.header li {
	float:left;
	display: inline;
}
.header li a, .header li a:link, .header li a:visited {
	color:#84C800;
	display:inline;
	font-family:Georgia;
	font-size:20px;
	padding:3px 12px;
	text-decoration:none;
	letter-spacing:-.02em;
	height: 20px;
}
.header li a:hover {
	color: #6ABCFF;
	border-bottom: 4px solid #52B2FF;	
}
#solutions  li#sol a, #resources li#res a, #gallery li#gal a, #getting li#get a, #contact li#con a, #about li#abo a {
	color: #84C800;
	border-bottom: 4px solid #84C800;
}
/* ****************************** End Header *********************************** */
#page_intro {
	width: 850px;
	text-align: center;
	margin-bottom: 40px;
}
.column_left {
	float:left;
	margin: 0 0 150px 0;
	padding:0;
	width:400px;
	border: 0px solid #cc0000;
	line-height: 22px;
}
.column_left h1 {
	background: url(images/whoweare.png) no-repeat;
	margin-bottom: 20px;
	line-height: 28px;
}  
.column_left ul {
	list-style-type: none;	
}
#faq .column_left li {
	margin-bottom: 20px;
	padding-left: 20px;
}
.column_left li b {
	margin-left: -10px;
	color: #12589D;	
}
.column_right {
	float:right;
	margin: 0 0 150px 0;
	padding:0;
	width:400px;
	border: 0px solid #cc0000;
	line-height: 22px;
}
.column_right h1 {
	background: url(images/whatwedo.png) no-repeat;
	margin-bottom: 20px;
	line-height: 28px;
}
.column_right ul {
	list-style-image: url(images/arrowsmall.png);
}
.column_right li {
	margin: 0 0 15px 33px;
	padding: 0 0 0 0px;
}
.footer {
	clear: both;
	width: 900px;
	text-align: center;
	position: absolute;
	bottom: 0;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	vertical-align: baseline;
}

.clearfix {
	display:block;
}
.style5 {
	font-size: xx-small;
}
h2 {
	color: #355E2D;
	display: inline;
	font-family: helvetica;
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	color: #4D7845;
}
.column_left img, .column_right img {
	border: 1px solid #888;
}
.style7 {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
img.noborder {
	border: none;	
}
#calculator {
	position: relative;
	height: 402px;
	width: 302px;
	background: url(images/calculator.png) no-repeat;	
}
input.enter {
	border: none;
	color:#666666;
	font-size:20px;
	left:86px;
	position:absolute;
	text-align:center;
	top:131px;
	width:129px;
}
input.click {
	background:url("images/button_off.png") no-repeat scroll 0 0 transparent;
	border: none;
	color:#666666;
	font-size:18px;
	height:52px;
	left:78px;
	padding-bottom:6px;
	position:absolute;
	top:202px;
	width:152px;	
}
input.click:hover {
	background:url("images/button_on.png") no-repeat scroll 0 0 transparent;
	color: #fff;
}
input.result {
	background:none repeat scroll 0 0 transparent;
	border: none;
	color: #666666;
	font-size: 20px;
	left: 64px;
	position: absolute;
	text-align: center;
	top: 315px;	
}
input.reset {
	background:none repeat scroll 0 0 transparent;
	border: none;
	bottom:11px;
	color:#355E2D;
	font-size:12px;
	position:absolute;
	right:15px;
}
input.reset:hover {
	color: #000;
	text-decoration: underline;	
}