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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/image01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, ul, ol {
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}

.em_small {
	font-size: 0.8em;
	font-style: oblique;
	line-height: 110%;
}

.copyright {
	font-size: 0.85em;
	text-align: left;
	line-height: 110%;
	margin: 0px;
	padding-top: 1em;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #9CC54F;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

table.ebooks {
	float: none;
	vertical-align: middle;
}

#header {
	width: 900px;
	height: 127px;
	margin: 0 auto;
	padding: 0px;
}

#navigation {
	width: 1100px;
	height: 51px;
	margin: 0px auto;
	padding: 0px;
}

#navigation ul {
	height: 51px;
	margin: 0px;
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation li.active a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
	padding: 11px 18px -1px 18px;
	background-image: none;
	background-color: rgba(0, 0, 0, .2);
}

#navigation a {
	display: block;
	float: left;
	height: 39px;
	font-size: 11px;
	margin-right: 2px;
	padding: 12px 28px 0px 28px;
	background: url(images/image02.jpg) no-repeat right 16px;
	text-decoration: none;
	color: #525250;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

#navigation a:hover {
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
	background-image: none;
	background-color: rgba(0, 0, 0, .05);
}

#navigation a.first {
	padding-left: 30px;
}

#navigation a.last {
	background-image: none;
	text-decoration: none;
}


#logo {
	width: 900px;
	height: 77px;
	margin: 0 auto;
	padding-top: 12px;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 36px;
	color: #A9D540;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

#logo p {
	margin: -8px;
	padding: 0px 0px 0px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #C8C8C8;
}

#logo span {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #C8C8C8;
}

#splash {
	width: 900px;
	height: 300px;
	margin: 0px auto;
	padding: 30px 0px;
}

#content {
	padding: 0px 0px 20px 0px;
}

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#column1 {
	float: left;
	width: 580px;
	padding-right: 30px;
}

#column1 h2 {
	padding-bottom: 6px;
	background: url(images/image03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #525250;
}

#column2 {
	float: right;
	width: 260px;
}

#column2 h2 {
	padding-bottom: 6px;
	background: url(images/image03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #525250;
}

.separator {
	background: url(images/image03.jpg) repeat-x left bottom;
}

.more {
	padding: 3px 10px;
	background: #474747;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#floater {
	padding: 8px 18px 30px 18px;
	margin-bottom: 18px;
	background: rgba(175, 227, 238, .3);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
}
#floater p { color: #525250; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 13px; line-height: 155%; font-stretch: condensed; }
#floater strong { font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

#footer {
	width: 900px;
	margin: 0px auto;
	padding: 5px 0px;
	background: url(images/image03.jpg) repeat-x left top;
}

#footer p {
	text-transform: uppercase;
	font-size: 10px;
	color: #90908E;
}

#footer .links {
	text-decoration: none;
	color: #9CC54F;
}

/* FORM STYLES */

.formtitles {
	font: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

.formstyle {
	font: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
	color: #4d4d4d;
	border: 1px solid #666666; 
}

.btn {
	background-color: #CCC;
	float:left;
	height: 24px;
	text-decoration: none;
	margin-right: 8px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	color: #666;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}

.btnhov {
	color: #FFFFFF;
	background-color: #9dcc21;
}

