body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", arial;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", arial;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	margin-bottom: 0.5em;
	line-height: 37px;
}

h2 {
	font-size: 20px;
	margin-bottom: 0.5em;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

p {
	margin: 0px 0px 0.5em 0px;
	font: normal normal normal 14px/18px "Helvetica Neue", arial, sans-serif;
}

ul {
	margin: 0px 0px 20px 15px;
}

li {
	padding: 5px;
	list-style-type: square;
	font: normal normal normal 14px/18px "Helvetica Neue", arial, sans-serif;
}

ol li {
	list-style-type: decimal;
}

table {
	
}

a:link {
	color: #426f93;
	text-decoration: underline;
}

a:visited {
	color: #426f93;
	text-decoration: underline;
}

#mainContainer, #header, #footer {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#mainContainer {
	position: relative;
}

/* HEADER */
#header a:link,
#header a:visited {
	color: #006642;
	text-decoration: none;
}

#headerTop {
	background-color: #009534;
}

#headerTel {
	font-size: 14px;
	position: absolute;
	color: white;
	top: 10px;
	right: 20px;
}

#header #headerTel a {
	color: white;
	text-decoration: none;
}

.headerNavStrip {
	height: 12px;
	background-color: #006642;
}

#header {
	position: relative;
	background-color: #b1e1c2;
}

#headerNav ul {
	margin: 15px 10px 15px 20px;
	padding: 0px;
}

#headerNav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	font-size: 18px;
	font-family: arial, "helvetica neue";
	color: #006642;
}

#footer {
	margin-top: 40px;
	text-align: center;
}

#footer ul {
	margin: 15px 10px 15px 20px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #b1e1c2;
	border-bottom: 1px solid #b1e1c2;
	border-bottom: 1px solid #b1e1c2;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 14px;
	font-family: arial, "helvetica neue";
	color: #006642;
}



/* GENERAL STUFF */
.topLink {
	font-size: 11px;
	margin-bottom: 10px;
}

.openingPara {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 15px;
}

.rel {
	position: relative;
	height: 1px;
	width:  1px;
}


/* HOME HEADER */
#homeHeaderImgTemp  {
	position: absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#homeHeader {
/*	width: 960px;*/
}

#homeMainQuoteSection {
	position: absolute;
	top: 45px;
	left: 475px;
	width: 434px;
	height: 160px;
	background-repeat: no-repeat;
	z-index: 5;
}

#homeMainQuote {
	padding: 30px 20px 0px 50px;
	font: italic normal normal 21px/26px Arial, sans-serif;
	color: white;
	z-index: 1;
}

#homeMainQuotePerson {
	padding: 0px 20px 10px 50px;
	font: normal normal bold 14px/16px Arial, sans-serif;
	color: white;
}

#homeQuoteText {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* HOME CONTENT */
.col {
	float: left;
}

#colMiddle {
	padding: 20px 20px 20px 290px;
	width: 385px;
	color: #006642;
}

#colMiddle h1 {
	font-weight: normal;
	margin-bottom: 30px;
}

#colMiddle h4 {
	margin-top: 30px;
}

#colRight {
	width: 265px;
}

/* RIGHT COL */
#homeWanted {
	background-color: #a0bcd2;
	color: white;
	padding: 20px;
}

#homeWanted h2 {
	line-height: 24px;
}

#homeWanted ul {
	margin-left: 0px;
}

#homeWanted li {
	list-style-type: none;
	padding-left: 20px;
	background:url(/images/tick.gif) no-repeat 0 0.5em;
}

#homeQuotes {
	width: 220px;
	padding: 20px;
	color: #426f93;
}

#homeQuotes blockquote {
	margin: 20px 0px 0px 0px;
}

#homeQuotes blockquote p {
	font: italic normal normal 14px/18px Arial, sans-serif;
}

#homeQuotes blockquote h4 {
	font: normal normal bold 12px/14px Arial, sans-serif;
	text-align: right;
}

/* LEFT COL */

/* Lots of hackery to work around IE6 trans PNG / AlphaFilter bugs  */
#colLeft, #colLeftBg {
	position: absolute;
	left: 30px;
	top: 45px;
	width: 215px;
	z-index: 1;
}

#colLeftBg {
	z-index: 1;
}

#freeGuideForm {
	text-align: left;
	color: white;
	margin: 0px 0px 45px 0px;
	padding: 10px;
	width: 210px;
}

#freeGuideForm h4 {
	margin-top: 0px;
}

.guideFormLable {
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

#freeGuideForm input {
	border: 1px solid black;
	width: 150px;
	font-size: 12px;
}

.errorInput {
	background-color: #f4bfbf;
}

#freeGuideSubmit {
	margin-right: 20px;
	text-align: right;
}

#freeGuideSubmit input {
	width: 100px;
	border: 1px solid black;
	margin-top: 7px;
}

#freeGuideForm div.freeGuideError {
	color: red;
	background-color: yellow;
	border: 2px solid red;
	font-size: 12px;
	padding: 3px;
	text-align: left;
}

#freeGuideNameError {
	position: absolute;
	top: 116px;
	left: 205px;
	width: 200px;
}

#freeGuideEmailError {
	position: absolute;
	top: 140px;
	left: 205px;
	width: 200px;
}

#colLeft a {
	text-decoration: none;
	color: #006642;
}

.colLeftBut {
	margin: 30px 0px 30px 0px;
	position: relative;
	color: #006642;
	width: 220px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.colLeftBut h3 {
	font: normal normal bold 20px/24px Arial, sans-serif;
	padding: 10px 20px 5px 20px;
}


.colLeftBut h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}


/* SECTIONS HEADER */
h1.sectionHead {
	font: normal normal bold 24px/30px Arial, sans-serif;
	color: #006642;
	margin: 40px 0px 0px 200px;
}

#sectionLeftBlock {
	float: left;
	width: 180px;
	height: 50px;
	position: relative;
	background-color: #2ba178;
	margin: 10px 0px 20px 0px;
}

#sectionCenterBlock {
	float: left;
	width: 340px;
	height: 50px;
	margin: 10px 0px 20px 20px;
	background-color: #2ba178;
	clear: right;
}

.sectionIcon {
	position: absolute;
	top: -30px;
	left: 30px;
}

.sectionIconSmall {
	position: absolute;
	top: -15px;
	left: 30px;
}

.sectionContent {
	float: left;
	margin: 0px 0px 0px 200px;
	width: 500px;
	display: inline;/* workaround for IE6 double-margin bug */
}

.sectionContentWithPic {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 500px;
	display: inline;
}

.sectionPic {
	float: left;
	clear: both;
	margin-top: 35px;
}

.guaranteePic {
	float: left;
	clear: both;
	margin-top: 55px;
	
}

#heading {
	margin-bottom: 120px;
}

#headingAbout {
	margin-bottom: 100px;
}

.sectionPicAbout {
	margin-bottom: 0px;
	margin-top: 10px;
}

/* ABOUT US */
#aboutContent h3 {
	margin-top: 30px;
}

#aboutContent blockquote {
	margin: 20px;
	margin-top: 40px;
}

#aboutContent p {
/*	margin-left: 40px;*/
}

#aboutContent h4 {
	margin-top: 30px;
	text-align: center;
}


/* CONTACT US */
#contactContent li {
	list-style-type: none;
}

#contactContent table {
	position: relative;
	left: -85px;
	top: 0px;
	margin: 20px 0px 20px 0px;
}

#contactContent td {
	padding: 5px 5px 15px 15px;
	vertical-align: middle;
	font: normal normal normal 14px/18px Arial, sans-serif;
}

#contactContent td.contactNumber {
	vertical-align: top;
}


/* OWNER PACK */
.formLable {
	text-align: right;
	font-weight: bold;
	width: 190px;
}

form#ownerPack {
	display: block;
	float: left;
	margin-top: 40px;
}

form table td {
	padding: 5px;
}

.formSpacer {
	height: 20px;
}

form#ownerPack input {
	width: 450px;
}

form#ownerPack input#cforename,
form#ownerPack input#csurname {
	width: 185px;
}

#clocation {
	width: 220px;
}

form#ownerPack input#ownerPackSubmit {
	width: 120px;
	font-weight: bold;
/*	border: 0;*/
	color: white;
	background-color: #006642;
}

form .reqField {
	color: red;
	font-size: 24px;
	font-weight: bold;
	line-height: 0px;
	vertical-align: -7px;
}


/* OWNER GUARANTEE */
#guaranteeText {
	width: 400px;
	padding: 20px;
	background-color: #006642;
	color: white;
	margin: 20px 20px 20px 0px;
}

#guaranteeText ol {
	margin: 20px 0px 0px 30px;
}


