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

img.content-heading {
	width: 960px;
	height: 135px;
	margin-bottom: 30px;
}

.content-wrapper {
	margin: 0px 8px;
	overflow: hidden;
}

/* CONTENT BODY */
.content-body {
	float: left;
	width: 700px;
	text-align: left;
}
.content-body a {
	display: inline;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #669C65;
	cursor: pointer;
}
.content-body h2 {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 24px;
}
.content-body p {
	margin-left: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.content-body ul {
	margin-left: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.content-body ul li {
	padding-left: 42px;
	margin-bottom: 10px;
	background: url(../img/icons/check-icon.png) no-repeat 10px 4px;
}
.content-body table {
	margin-left: 30px;
	border: 1px solid #333;
	width: 650px;
}
.content-body table tr td, .content-body table tr th {
	padding: 4px;
	vertical-align: top;
}
.content-body form {
	margin-left: 30px;
}
.content-body form label, .content-body form input, .content-body form textarea {
	display: block;
	margin-left: 20px;
	margin-bottom: 14px;
}
.content-body form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content-body form label.error {
	color: #F00;
}
.content-body form input {
	width: 333px;
	height: 27px;
	border: 1px solid #484848;
}
.content-body form textarea {
	width: 430px;
	height: 300px;
	border: 1px solid #484848;
}
.content-body form input[type=image] {
	display: inline;
	width: auto;
	height: auto;
	clear: both;
	border: none;
}
.content-body .content-image {
	clear: both;
	float: right;
	vertical-align: text-top;
}

.content-sidebar {
	position: relative;
	float: left;
	width: 250px;
	text-align: center;
	z-index: 1;
}
