@charset "utf-8";
/* CSS Document */

/*clear browser defaults*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4em;
}

/*standard styles*/
body {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:.8em;
	background:#4e9106;
	color:#2a6301;
}

p {
}

h1 {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:3.5em;
	font-weight:bold;
	margin-bottom:15px;
	width:100%;
	border-top:thin dotted #5CAA06;
}

h2 {
	font-size:3em;
	font-weight:bold;
	width:100%;
	border-top:thin dotted #5CAA06;
}

h3 {
	font-size:1em;
	font-weight:bolder;
}

ul {
	margin-left:4em;
	margin-right:4em;
	margin-top:1em;
}

ol {
	margin-left:4em;
	margin-right:4em;
	margin-top:1em;
}

ol>li {
	margin-top:1em;
}

li.green {
	list-style-image:url(../images/bullet.gif);
	line-height:1.9em;
	padding-left:10px;
}

a, a:visited, a:hover, a:active {
	color:#5CAA06;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*structure*/
#wrapper {
	background-image:url(../images/container_bkg_01.gif);
	background-repeat:repeat-y;
	background-position:top center;
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:200px;
	background-image:url(../images/header_bkg_01.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:275px;
	padding-right:175px;
	padding-top:35px;
}

#content {
	background-color:#FFFFFF;
	background-image:url(../images/content_bkg_04.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:;
	margin-top:25px;
	margin-left:108px;
	margin-right:108px;
	padding-left:35px;
	padding-right:35px;
}

#lcol {
}

#rcol {
}

#footer {
	background-image:url(../images/footer_bkg_07.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:90px;
}

/*classes*/

img.tutorial {
	margin-left:75px;
	margin-top:15px;
}

a.button {    /* Sliding right image */
	background: transparent  url(../images/button_left_01.gif) no-repeat scroll top left; 
	display: block;
	float: left;
	height: 48px; /* 
	CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-left: 15px; /* 
	CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
}

a.button span {
	/* Background left image */ 
	background: transparent  url(../images/button_right_02.gif) no-repeat top right;
	display: block;
	line-height: 48px; /* 
	CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 15px 0px 0px;
}
	
a.button:hover span{
	text-decoration:;
}