@import url("form.css");
* {
	margin: 0;
	padding: 0;
}
* :focus, :active {
	outline: 0;
}
html {
	overflow-y: scroll;
}
body, body#sub {
	font: .8em "Verdana", Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background: #fff url("../images/bg.jpg") repeat-x;
}
body#sub {
	background: #fff url("../images/bg2.jpg") repeat-x;
}
a {
	color: #4CAF6E;
	text-decoration: none;
}
a:hover {
	color: #377F50;
}
sup {
	font-size: 35%;
	margin-left: 5px;
	color: #666;
}
img {
	border: 0;
}
h1 {
	float: left;
	margin-top: 15px;
	font-size: 4em;
	color: #fff;
	font-family: Georgia, "Times New Roman", Sans-Serif;
}
h1.title {
	margin: 15px 0;
	font-size: 2em;
	color: #000;
	border-bottom: 1px solid #b5cda0;
	width: 100%;
}
h1.teaser {
	text-align: center;
	margin: -20px 0 0 80px;
	font-size: 1.8em;
	line-height: 28px;
	font-family: Arial;
	color: #000;
	width: 430px;
	height: 90px;
}
.button {
	position: relative;
	top: 135px;
	left: 195px;
	display:block;
	width:190px;
	height:50px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:url("../images/signup-button.png") no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -50px;
}
h2 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 20px;
}
.hr {
	color: #4CAF6E;
}
p {
	margin: 5px 0 15px;
	line-height: 1.6em;
}
#clear {
	clear: both;
	height: 1px;
	border: none;
}
.width75 {
	float: left;
	display: inline;
	width: 734px;
}
.width66 {
	float: left;
	display: inline;
	width: 651px;
}
.width50 {
	float: left;
	display: inline;
	width: 489px;
}
.width33 {
	float: left;
	display: inline;
	width: 325px;
}
.width25 {
	float: left;
	display: inline;
	width: 244px;
}
/*********** LOGIN *****************/
/***********************************/
#login {
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding: 5px;
}
#login .theInput {
	width: 110px;
	font-size: 100%;
	background-color: #4CAF6E;
	border: 1px solid #58CB80;
	color: #000;
	margin-right: 5px;
	vertical-align: middle;
	padding: 2px;
}
#login .theSubmit {
	background-color: #4CAF6E;
	border: 1px solid #58CB80;
	color: #fff;
	font-size: 100%;
	margin-right: 5px;
	vertical-align: middle;
	padding: 1px 5px;
	cursor: pointer;
}
/******************************************/

#header {
	width: 980px;
	margin: 0 auto;
	height: 106px;
}
#navbar {
	margin: 0 auto;
	width: 980px;
	height: 30px;
}
#navbar li {
	display:inline;
	list-style:none;
	float:left;
}
#navbar a {
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	background:#f1f1f1;
	border-right: 1px solid #fff;
}
#navbar a span {
	display:block;
	font-size:11px;
	color:#000;
	font-weight:700;
	line-height:30px;
	padding:0 25px;
}
#navbar a:hover, #navbar li.item_active a {
	background:#d2eebb;
}
#navbar a:hover span, #navbar li.item_active a span {
	color:#000;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
#intro {
	margin: 0 auto;
	width: 980px;
	height: 250px;
}
#content {
	margin: 15px auto;
	width: 980px;
}
#bigset, #pagerb {
	font-size: 11px;
}
#box {
	clear: both;
	padding: 5px 20px 0 20px;
	border: 1px solid #dedede;
	font-size: 1.3em;
	background: #eee;
	margin: 30px 0;
}
#boxsmall {
	clear: both;
	padding: 5px 20px 5px 20px;
	border: 1px solid #dedede;
	font-size: .85em;
	background: #eee;
	margin: 30px 0;
}
#footer {
	clear: both;
	padding: 10px 0;
	margin-top: 20px;
	font-size: .8em;
	border-top: 1px solid #b5cda0;
}