/* This specific CSS file: Copyright (c) 2012-2015 PJD Enterprises <author@pjde.net>
----------------------------------------------------------------------------------------------------*/

/* Based on a template: Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	font: 75%/1.5em Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #2f2f2f;
	font: 1.9em/1em Helvetica, Arial, sans-serif;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
}

ul {
	list-style: disc;
	color: #2f2f2f;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.0em;
}

strong, b, .b {
	color: #FFF !important;
	font-weight: bold;
}

a {
	color: #009245;
	text-decoration: none;
}

a:hover {
	color: #22b573;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
    background-color: #22423E;
	text-align: center;
}

body {
	background:  none;
	margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	border: none;
}

header {
	height: 90px; /* was 250 */
    width: 1028px;
	border: none;
	left:-90px;
	position:relative;
}

header h1 {
	color: #2F2F2F;
	font-size: 3.6em;
	border: none;
}

header h1 span {
	color: #0F9F2F;
	text-align: right;
	float: right;
	padding-right: 5px;
    padding-top:30px;
	/*width: 500px; */
	border: none;
}

nav ul {
	background: url(../images/nav_bar.png) no-repeat; 
    list-style: none;
	width: 980px;
	height: 30px;
	margin: 0;
	text-align: left;
	border: none;
}

nav ul li {
	display: inline-block;
	margin:0px 1px 0px 0px;
	padding: 0px 0 0px 0;
	border: none;
}

nav ul li a {
    display:inline-block;
    color: #8cc63f;
	background: url(../images/button_reg.png);
    font-size: 1em;
	font-weight: bold;
    text-align:center;
	letter-spacing: 0.1em;
	padding: 8px 6px 0px 6px;
	text-transform: uppercase;
    width:125px;
    height:22px;
}

nav ul li a:hover {
	color: #006837;
	text-decoration: none;
    background: url(../images/button_hov.png);
}

nav ul li a.selected {
	color: #9bb03b;
	background: url(../images/button_sel.png);
}

nav ul li a.selected:hover {
	color: #cce7dc;
}

section center {
   margin: 0 0px;
}

.columns {
    background-color: #ededed;
	display: block;
	width: 940px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

.columns p {
	padding-left: 10px;
	font-size: 2.0em;
}

/*
.columns center p {
    text-align:center;
 }
 */
 
 .colLeft {
	float: left;
	width: 256px;
    padding-left: 10px;
	height: 350px;
	
	text-align: center;
}

.colRight {
	float: right;
	width: 664px;
    padding-right: 10px;
	font-size: 1.2em ;
}

.centeringLink {
	width: 665px;
	font-size: 3.0em;
	text-align: center;
}

.screenShots {
	width: 665x;
	text-align: center;
}

.screenShots img {
	margin: 5px 25px 5px 25px;
}

.faq p {
	font-size: 1.5em;
	line-height: 1.0em;
	margin: 5px 25px 5px 25px;
}

.legal  p {
	line-height: 1.0em;
	font-size: 1.0em;
	margin: 5px 25px 5px 25px;
}

#signature {
	margin-bottom: 5px;
    margin-right: 10px;
	text-align: right;
}

footer {
	clear: both;
    padding-top: 10px;
    height: 10px;
    width:1028px;
    border: none;
    left:-44px;
    position:relative;
}

footer p {
    float:left;
    margin-top:5px;
    padding-left:40px;
 	font-size: 1em;
    color: #00663D;
	border: none;
}

footer ul {
	float: center;
	list-style: none;
	width: 330px;
	padding-top: 2px;
	text-align: center;
    margin-right: 20px;
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

footer ul li a {
	font-size: 0.9em;
    color: #FFFFFF;
}

footer ul li a:hover {
	color: #FFF;
}
