@charset "utf-8";
/* CSS Document */

html, body
{
	background-color:#333333;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}


h1, h2
{
	color:#43941a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1
{
	font-size:26px;
}

h2
{
	font-size:17px;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 20px 0;
}

p{
text-align:justify;
/*float:left;*/
}


ul, ol 
{
	padding:0 0 18px 40px;
}


blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
padding:0px;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
color:#294c17;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

table tr td {
	padding:2px;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

img
{
	margin:5px;
}

*{
	margin:0px;
	padding:0px;
}

#wrapper
{
	margin:0 auto;
	width:948px;
}

/**************************************************************************************
Header styles
***************************************************************************************/

DIV#header
{
	height:80px;
	background-image:url(img/logo.png);
	background-position:10px 28px;
	background-repeat:no-repeat;
	padding-top:100px;
}

DIV#menu
{
	background-image:url(img/menu-tile.png);
	height:78px;
}

DIV#menuLeft
{
	 background-image:url(img/green-left.png);
	 float:left;
	 height:10px;
	 width:10px;
}

DIV#menuRight
{
	 background-image:url(img/green-right.png);
	 float:right;
	 height:10px;
	 width:10px;
}

DIV#menuOptions
{
	height:78px;
	line-height: 77px;
	padding-left:40px;
	width:850px;
}

SPAN.menuOption
{
	color:#294c17;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-right:40px;
}

SPAN.menuOption:hover
{
	color:#ff0000;
}

DIV#signUp
{
	float:left;
	margin-top:20px;
}

SPAN.orGreen
{
	color:#639e32;
}

/**************************************************************************************
Content styles
***************************************************************************************/

DIV#contentWrapper
{
	background-image:url(img/content-tile.png);
	background-color:#ffffff;
	background-position:690px;
	background-repeat:repeat-y;
	float:left;
	margin-bottom:20px;
	width:948px;
}

DIV#content
{
	float:left;
	width:675px;
}

DIV.post
{
	padding:30px;
}

DIV#sidebar
{
	float:right;
	text-align:center;
	padding:20px 0;
	width:250px;
}

SPAN.sidebarText
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:100;
}

SPAN.buttonText
{
	color:#ffcc00;
	font-size:20px;
	font-weight:bold;
}

DIV.buttonMiddle
{
	background-image:url(img/button-tile.png);
	float:left;
	height:38px;
	line-height:38px;
	padding:0 15px;
}

DIV.buttonLeft
{
	background-image:url(img/button-left.png);
	float:left;
	height:38px;
	width:9px;
}

DIV.buttonRight
{
	background-image:url(img/button-right.png);
	float:left;
	height:38px;
	width:9px;
}

DIV#downloadNow
{
	width:187px;
	margin:0 auto;
}

DIV#bodyLeft
{
	background-image:url(img/white-left.png);
	float:left;
	height:10px;
	width:10px;
}

DIV#bodyRight
{
	background-image:url(img/white-right.png);
	float:right;
	height:10px;
	width:10px;
}

UL.navbar
{
	float: left;
	padding-left: 0px;
	list-style:none;
}

UL.navbar LI
{
	float: left;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #294C17;
	text-decoration: none;
}

UL.navbar LI.navbaritem
{
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
}


