body {
	margin: 0px;
	padding: 0px;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	
	background-color: #fff;
	background-image: url(../images/light_texture.png);
}

h2 {
	margin-top: 0px;
}

p {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

a {
	outline: none;
}

.placeholderText {
	color: #999;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.center_area {
	position: relative;
	width: 900px;
	
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: relative;
	height: 60px;
	
	background-image: url(../images/grey_top_header.png);
}
.header .center_area {
	width: 607px;
	height: 60px;
	padding-left: 293px;

}
.header .logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
.header a {
	display: block;
	position: relative;
	float: left;
	
	margin-top: 18px;
	margin-left: 20px;
	margin-right: 5px;
	
	padding-left: 12px;
	padding-right: 0px;
	
	color: #bbb;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.15em;
	text-decoration: none;
}
.header a:hover {
	color: #eee;
}
.header a:active,
.header a.current {
	color: #eee;
	background-image: url(../images/active_page_background.png);
}
.header a span {
	display: none;
}
.header a:active span,
.header a.current span {
	display: block;
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 30px;
	
	margin: 0px;
	
	border: none;
	background-color: transparent;
	background-image: url(../images/active_page_background-cap.png);
}

.header a.login {
	float: right;
	color: #98b1d3;
}
.header a.send_home {
	float: right;
	color: #98b1d3;
}
.header a.loading_placeholder {
	float: right;
	color: #98b1d3;
}
.header a.login:hover {
	color: #b5d0ea;
}
.header a.send_home:hover {
	color: #b5d0ea;
}

.banner {
	position: relative;
	height: 300px;
	
	color: #363f20;
	font-size: 14px;
	
	background-image: url(../images/green_top_banner.png);
}

body.contact .banner {
	height: 360px;
	background-image: url(../images/white_top_banner.png);
}

.banner .center_area {
	width: 437px;
	
	height: inherit;
	padding-right: 449px;
}
.banner .sample_site {
	position: absolute;
	bottom: 0px;
/* 	right: -7px; */
	right: 0px;
}
.banner .tag_line{
	margin-top: 30px;
}
.banner .call_us_button {
	margin-top: 8px;
	border: none;
}
.banner .contact_form {
	display: block;
	position: absolute;
	top: 139px;
	left: 310px;
}

.banner .contact_form input,
.banner .contact_form textarea {
	display: block;
	width: 260px;
	height: 30px;
	
	padding: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	
	font-size: 16px;
	line-height: 28px;
	
	border: 1px solid #999;
}
.banner .contact_form textarea {
	position: absolute;
	top: 0px;
	left: 292px;
	width: 268px;
	height: 100px;
	
	padding: 5px;
	line-height: normal;
	
	resize: none;
}

.banner .contact_form a {
	display: block;
	width: 150px;
	
	margin-left: 420px;
	
	padding: 6px;
	padding-left: 0px;
	padding-right: 0px;
	
	color: #395e1e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
	border: 1px solid #999;
	background-color: #98d964;
}
.banner .contact_form a:hover {
	text-decoration: underline;
}
.banner .contact_form a:active {
	text-decoration: underline;
	background-color: #bee883;
}
.banner .contact_form a.disabled {
	text-decoration: none;
	color: #191f12;
	background-color: #7c915e;
}

.content {
	background-image: url(../images/darker_texture.png);
}

.content .center_area {
	padding: 10px;
}
.content .center_area.empty {
	padding: 0px;
}

.content .features_grid {
	width: 900px;
	
	margin-top: 5px;
	margin-bottom: 5px;
}
.content .features_grid p {
	margin-top: 5px;
}
.content .features_grid tr {
	vertical-align: top;
}
.content .features_grid td {
	width: 280px;
	padding: 15px;
}
.content .features_grid td:first-child {
	padding-left: 0px;
}
.content .features_grid td:last-child {
	padding-right: 0px;
}

.footer {
	padding: 0px;
	margin: 10px;
	
	color: #777;
	text-align: center;
	font-size: 10px;
}
.footer a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
}

.login_box {
/* 	visibility: hidden; */
	position: absolute;
	top: 54px;
	right: 0px;
	
	padding: 10px;
	
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	-mox-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	
	background-color: #000;
}

.login_box .incorrect {
	margin-bottom: 10px;
	padding: 3px;
	
	color: #fff;
	text-align: center;
	font-weight: bold;
	
	border: 1px solid transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background-color: #d00;
}

.login_box div.arrow {
	position: absolute;
	top: -9px;
	right: 10px;
	width: 18px;
	height: 9px;
	
	background-image: url(../images/login_arrow.png);
}

.login_box input,
.login_box a {
	display: block;
	width: 250px;
	
	margin: 0px;
	margin-top: 10px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 16px;
	line-height: 28px;
	
	border: 1px solid #555;
	
	background-color: #fff;
}
.login_box input:first-child {
	margin-top: 0px;
}

.login_box a {
	margin-left: 150px;
	width: 100px;
	
	color: #395e1e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
	background-color: #98d964;
}
.login_box a:hover {
	text-decoration: underline;
}
.login_box a:active {
	text-decoration: underline;
	background-color: #bee883;
}
