* {
	margin: 0px;
	padding: 0px;
}
body {
	font: normal 75%/1.5 Verdana, Geneva, sans-serif;
	color: #4f4f4f;
	background: url(../images/bg.jpg) repeat-x #c4c6c2;
	}
img {
	border: 0px;
	}
p {
	padding-bottom: 12px;
	}
ul, ol {
	margin: 0 0 15px 40px;
	}
h1 {
	font-size: 200%;
	color: #809a04;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: 150%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #809a04;
	font-weight: normal;
	border-bottom: 1px solid #c4c9c3;
}
h3 {
	font-size: 145%;
	color: #8fab09;
	text-transform: uppercase;
	padding: 12px 0;
}
a {
	color: #e47123;
	outline: none;
	}
.red, .error {
	color: red;
}
input {
	border: 1px solid #ccc;
	padding: 2px;
}
input[type="image"] {
	border: none!important;
}
sup {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	visible: false;
}
#message_box {
	border: 1px solid #809a04;
	padding: 20px;
	color: #809a04;
	margin: 15px auto 0 auto;
	width: 600px;
	font-size: 16px;
	background: #fff;
}
#message_box img {
	float: left;
	padding-right: 15px;
}
#error_box {
	border: 2px solid #e80000;
	padding: 20px;
	color: #e80000;
	margin: 15px auto 0 auto;
	width: 600px;
	font-size: 16px;
	background: #fff;
}
#error_box img {
	float: left;
	padding-right: 15px;
}
/* Main Layout */
.container {
	width: 950px;
	margin: 0 auto;
}
.header {
	float: left;
	width: 950px;
	height: 86px;
	background: url(../images/header.gif) no-repeat;
	margin-bottom: 9px;
	color: #fff;
}
	.header .logo {
		float: left;
		width: 325px;
		height: 85px;
	}
	.header .phone {
		float: left;
		padding: 10px 20px 0 490px;
		font-size: 135%;
	}
	.header .links {
		float: left;
		padding: 20px 0 0 420px;
		width: 205px;
	}
		.header .links a {
			color: #fff;
			text-decoration: none;
			background: url(../images/link_arrow.gif) right no-repeat;
			padding-right: 20px;
			margin-right: 10px;
		}
			.header .links a:hover {
				text-decoration: underline;
			}
.certmadeeasy {
	float: left;
	width: 950px;
	height: 294px;
	background: url(../images/certmadeeasy.jpg) no-repeat;
}
	.certmadeeasy h1 {
		text-indent: -100em;
		overflow: hidden;
	}
.content {
	float: left;
	width: 950px;
	background: url(../images/footer.jpg) no-repeat bottom #fff;
	position: relative;
	min-height: 400px;
}
	.content .verite_logo {
		position: absolute;
		right: 30px;
		bottom: 27px;
	}
	.content .home_left {
		float: left;
		width: 365px;
		padding: 50px 25px 60px 0px;
	}
		.content .home_left h2 {
			margin-left: 50px;
			margin-bottom: 0px;
		}
	.content .home_right {
		float: left;
		width: 465px;
		padding: 50px 95px 60px 0;
	}
.usesverite {
	margin-left: 50px;
	background: #fff;
	height: 70px;
	padding: 15px 0 0 15px;
}
#slider {
	margin-left: 35px;
}
#send_cert {
	display: none;
}
.send_cert_bg {
	height: 185px;
	width: 460px;
	padding: 20px;
}
/* Getting Started Page */
.t2_left {
	float: left;
	width: 520px;
	padding: 45px 30px 60px 55px;
}
.t2_right {
	float: left;
	width: 328px;
	padding: 20px 17px 60px 0;
}
	.graybox {
		float: left;
		width: 268px;
		background: url(../images/graybox_bottom.gif) bottom no-repeat #e5e5e5;
		padding: 15px 30px;
	}
	.graybox_top {
		float: left;
		width: 328px;
		height: 10px;
		background: url(../images/graybox_top.gif) no-repeat bottom;
	}
.footer {
	float: left;
	width: 950px;
	padding-top: 10px;
	color: #838383;
}