@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;	
	min-width:960px;
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#container {
	width:960px;
	margin: 0 auto;
	text-align:left; 
	background-color:#26303B;
}
.clear {
	clear:both;	
}
h2 {
	font-size:2em;
	color:#87BF28;
	padding:5px;
	text-align:center;
}
h3 {
	font-size:1.6em;
	color:#87BF28;
	padding:4px;
	padding-left:10px;
	font-weight:bold;
}
.right {
	float:right;	
}

/* ---------- HEADER ---------- */
#header {
	position:relative;
	margin:0 auto;
	height:118px;
	background:#676767;
	width:960px;
}
#header h1 a {
	display: block; 
	height: 120px;
	width: 260px;
	text-indent: -9999em;
	text-decoration: none; 
	z-index: 1000; 
	background:url(../images/double-close-logo.jpg) no-repeat;
	margin-left:5px;
	float:left;
}
.tagline {
	font-size:1.8em;
	color:#fff;
	float:right;
	margin:5px 50px 0 0;
}
/* ----------- NAV ------------ */
.nav {
	position:absolute;
	display:block;
	float:right;
	margin:0;
	padding:0;
	top:75px;
	right:-75px;
	height:27px;
}
.nav li {
	display:inline;
	margin:0 10px;
}
.nav li a:link, .nav li a:visited {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
}
.nav li a:hover {
	color:#69C;
	text-decoration:underline;
}
.nav a {
	display:block;
	float:left;
	padding:10px 30px;
	line-height:12px;
	background: url(images/divider.gif) repeat-y left top;
	text-decoration:none;
	color:#fff;
}
.nav .first a {
	background:none;	
}
/* ----------- IMAGE ----------- */

#image {
	margin:0;
	padding:0;
	position:relative;
	width:960px;
	height:138px;
}
#image img {
	float:left;	
}

#image p {
	background:#DDD;	
	float:left;
	clear:left;
	width:382px;
	height:134px;
	padding-left:10px;
	padding-top:5px;
	color:#26303B;
	font-size:1.6em;
}
#image .button {
	background: url(../images/button.gif);
	display:block;
	color:#555;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	font-size:1.4em;
	text-decoration:none;
	width:191px;
	position:absolute;
	top:95px;
	left:180px;
}
.learnmore:hover {
	color:#06C;	
}

.learnmore {
	background:url(../images/lens.gif) no-repeat 8px 6px;
	text-indent:30px;
	display:block;
}
/* ---------- BLUEBAR ---------- */

#bluebar {
	position:relative;
	background:#5b9cc2 url(../images/bluebar-arrow.jpg) no-repeat top left;	
	height:62px;
	width:960px;
	clear:both;
}
#bluebar .button {
	background: url(../images/button.gif);
	display:block;
	color:#555;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	font-size:1.4em;
	text-decoration:none;
	width:191px;
	position:absolute;
	top:18px;
	left:620px;	
}
#bluebar .button:hover {
	color:#06C;	
}
.application {
	background:url(../images/info.gif) no-repeat 8px 6px;
	text-indent:30px;
	display:block;
}
#bluebar p {
	color:#FFF;
	font-size:1.4em;
	float:left;
	padding-top:25px;
	padding-left:10px;
}
#bluebar ol {
	display:inline;
	float:left;
}
#bluebar li {
	display:block;
	margin:0;
	padding:0;
	font-size:1.3em;
	color:#FFF;
	margin-left:30px;
}
/* ----------- CONTENT ---------*/

#content {
	color:#EDF7F2;
	width:960px;
}
#content p {
	font-size:1.4em;
	padding:6px 20px;
}
#content ul {
	margin: 5px 0;
	line-height:2.4em;
	text-indent:18px;
	list-style-position:inside;
	list-style-type:none;
}
#content li {
	font-size:1.3em;
}
#content blockquote {
	width:500px;
	font-size:1.3em;
	margin-left:220px;
	padding:10px;
	margin-bottom:30px;
	font-style:italic;
}
#lists {
	margin: 5px 0;
	line-height:2.4em;
	text-indent:18px;
	list-style-position:inside;
	list-style-type:disc !important;	
}
.leftside {
	width:620px;
	float:left;
	margin:5px;
}
.leftside h2 {
	font-size:2em;
	color:#87BF28;
	background: url(../images/money_coins.jpg) no-repeat 90px 0px;
	
}
.leftside p {
	font-size:1.3em !important;
	line-height:1.4em;
	padding:15px 5px;
	text-align:left !important;
}
.rightside ul {
	width:320px;
	float:left;
	margin:5px;
	list-style-type:none;
}
.rightside li {
	display:block;
	background: url(../images/check.jpg) 0px 5px no-repeat;
	font-size:1.4em;
	text-indent:17px;
}
/* ----------- FOOTER ---------- */

#footer {
	width:960px;
	background-color:#5b9cc2;
	height:60px;
	color:#FFF;
	text-align:center;
	font-size:1.2em;
	clear:both;
	line-height:2em;
}
#footer a {
	color:#fff;	
}
#footer a:hover {
	color:#26303B;	
}
/* ----------- FORMS ------------ */

label {
	display:block;
	font-weight:bold;
	text-align:right;
	font-size:1.1em;
	width:220px;
	float:left;
	clear:left;
	letter-spacing:1px;
}
input {
	float:left;
	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 10px 10px;
}
.submitbutton {
	width: 85px;
	margin-top:5px;
}
.contact {
	margin-left:50px;	
	width:460px;
	padding:10px;
	padding-left:150px;
}
.contact p {
	font-size:1.2em;	
}

.text-box {
	width:218px;
}

legend {
	margin:5px 0;
	padding:0 5px;
	color:#87BF28;
	background:transparent;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:1px;
}
fieldset {
	margin:7px 0;
	border:none;
	border-top:1px solid #666;
}
.small {
	color:#999;
	display:block;
	font-size:.9em;
	font-weight:normal;
	text-align:right;
	width:220px;	
}