* { behavior: url(/css/iepngfix.htc) }

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff url(/images/bg.gif) repeat-x;
	color: #444;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #afc830;
}

a:hover {
	color: #fff;
	background-color: #afc830;
	text-decoration: none;
}

p {
	font-size: 12px;
}

h1 {
	margin: 15px 0;
	color:#111;
	font-size: 30px;
}

h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #111;
}

h3 {
	font-size: 18px;
	color: #333;
	margin: 5px 0 30px 0;
	font-weight: normal;
}

h4 {
	color: #111;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 16px;
	background-color: #575757;
	color: #eee;
	margin: 0;
	padding: 7px;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	margin: 20px 0;
}

a:hover#logo {
	background-color: transparent;
}
#header img {
	float: left;
}
#header ul {
	z-index:10;
	float: right;
	margin:25px 0 0 50px;
}

#header ul li {
	display: inline;
	margin-right: 10px;
}

#header ul li a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#header ul li a:hover{
	text-decoration: none;
}

#content {
	padding-top: 35px;
	display: block;
	clear: both;
}

.left {
	float: left;
	width: 450px;
}

.right {
	float: left;
	width: 350px;
	margin-left: 20px;
}

.leftcol {
	float: left;
	width: 400px;
	margin-top: 10px;
}

.rightcol {
	margin-top: 10px;
	float: left;
	width: 400px;
	margin-left: 20px;
}
.rightcol p {
	margin-left: 20px;
}
.pdf {
	font-size: 16px;
}
.clear {
	border-bottom: 1px dotted #ccc;
	clear: both;
	height: 10px;
}

.fresh {
	margin: 40px 0;
}
.features {
	margin: 0;
	padding: 5px 0px;
	padding-left: 15px
}
.features li {
	list-style-image: url(/images/bullet.gif);
	font-size: 12px;
}

.errors li {
	font-size: 12px;
	color: #B81B1B;
}
.button {
	text-align: center;
}
#update {
	background: url(/images/emailupdates.jpg) no-repeat;
	width: 347px;
	padding: 15px;
	margin-bottom: 0;
}
#update a {
	margin-left: 70px;
}
#update a:hover {
}
#update p {
	margin-top: 0;
	font-size: 12px;
	width: 250px;
	margin-left: 70px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#updateform {
	margin-top: 0;
	width: 300px;
	margin-left: 33px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #eee;
}
#updateform form{
	margin: 0;
	padding: 3px;
}
#updateform input{
	font-size: 11px;
}
#updateform label{
	color: #111;
	font-size: 12px;
	font-weight: bold;
}

#signupfield {
	background: #F8FAF0 url(/images/freedemo.jpg) no-repeat;
	padding: 20px;
	padding-left: 60px;
	border: 1px solid #E1E6C8;
}

fieldset {
	
}
label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
input {
	font-size: 13px;
	display: block;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	color: #9c956e;
}
#footer a {
	color: #afc830;
}
#footer a:hover {
	color: #fff;
	background-color: #afc830;
}

/* ---- Form Errors --------*/
span.warn { display:none; font-size:0.8em; line-height:1em; }
fieldset.invalid { border-color:#B00000; }
label.invalid { color:#B00000; }
label.invalid span.warn { display:inline; color:#555; font-style:italic; }
input.invalid { border-color:#B00000; background:#FFF3F3 url(/images/error.png) no-repeat 100% 50%; }
textarea.invalid { border-color:#B00000; background:#FFF3F3 url(/images/error.png) no-repeat 100% 0; }
fieldset.warn { border-color: #555; }
label.warn { color:#555; }
label.warn span.warn { display:inline; color:#666; font-style:italic;}
input.warn, textarea.warn { border-color:#aaa; background-image: none;}