* { margin: 0; padding: 0; }

body {
	background: #065d66 url('../images/bg.jpg') center top repeat;
	text-align: center;
	color: #46ACAC;
}

body, table, label, input, select, textarea, button {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
}

fieldset { border: none; }
option { padding-right: 6px; }
hr { display: none; }
a { color: #ADD100; outline: none; text-decoration: none; }
a:hover { color: #fff; }
img { border: none; }

.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
	overflow: hidden;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.top {
	width: 960px;
	height: 200px;
	float: left;
	display: block;
	border-bottom: 1px solid #06535B;
	background: url('../images/top.png') 0 0 no-repeat;
	behavior: url("iepngfix.htc");
}

h1.logo {
	width: 320px;
	height: 200px;
	float: left;
	display: inline;
	text-indent: -9999px;
}

h1.logo a {
	width: 320px;
	height: 200px;
	float: left;
	display: block;
}

h2.headline {
	font-size: 48px;
	font-weight: normal;
	line-height: 44px;
	letter-spacing: -2px;
	color: #ADD100;
}

span { color: #fff; }

p.headline {
	text-indent: -9999px;
}

.content,
.footer {
	width: 960px;
	float: left;
	display: block;
}

.footer {
	padding: 24px 0;
	border-top: 1px solid #055E66;
}

.oneColBox {
	width: 960px;
	float: left;
	display: block;
	padding-bottom: 25px;
	border-top: 1px solid #055E66;
	border-bottom: 1px solid #06535B;
}

.twoColBox,
.threeColBox {
	float: left;
	display: inline;
	margin-right: 30px;
	overflow: hidden;
}

.twoColBox {
	width: 465px;
}

.threeColBox {
	width: 300px;
}

.twoColBox.noMargin,
.threeColBox.noMargin {
	margin-right: 0;
}

h2 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 24px;
	letter-spacing: -1px;
}

h2.reasonsH {
	width: 320px;
	height: 83px;
	position: relative;
	margin-left: -22px;
	text-indent: -9999px;
	background: url('../images/bgReasonsH.gif') left top no-repeat;
}

p {	margin-top: 20px; }

dl.compareList {}

dl.compareList dt {
	font-size: 18px;
	letter-spacing: -1px;
	margin-top: 22px;
	color: #ADD100;
}

dl.compareList dd {
	height: 36px;
	margin-top: 6px;
}

strong {
	letter-spacing: -1px;
}

ul {
	margin: 24px 24px 0;
}

ul li {
	margin-top: 6px;
}

fieldset {
	margin-top: 24px;
}

fieldset.contactForm p {
	width: 300px;
	float: left;
	display: block;
	margin: 0 0 12px;
}

fieldset.contactForm label {
	width: 80px;
	float: left;
	display: inline;
	padding-top: 5px;
}

span.requiredField {
	font-weight: bold;
	color: #D11500;
}

input, textarea {
	width: 208px;
	float: left;
	display: inline;
	border: 0;
	background: #fff;
	border: 2px solid #fff;
	padding: 4px;
}

textarea { height: 100px; }

fieldset.newsletterForm input.textField {
	width: 185px;
	width: 180px !ie;
	margin-right: 3px;
	padding: 7px 4px 6px;
}

.formError input,
.formError textarea {
	border: 2px solid #D11500;
}

button.btnSubmit {
	width: 100px;
	height: 42px;
	border: none;
	padding: 0 5px 9px 0;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	letter-spacing: -1px;
	background: url('../images/btnSubmit.png') left top no-repeat;
	behavior: url("iepngfix.htc");
}

fieldset.contactForm p.formSubmit {
	margin: 0;
	text-align: right;
}

.formSubmit button {
	margin-right: -5px;
}

.errorMsg {
	color: #000;
	line-height: 16px;
	padding: 8px 6px 8px 60px;
	margin-bottom: 12px;
	background: #E2D600 url('../images/warning.png') 6px 8px no-repeat;
	behavior: url("iepngfix.htc");
}