@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	background: #413e39;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Arial, sans-serif;
}

a:link {
	text-decoration:none;
	color:#2ac0cd;
	
}

a:hover {
	text-decoration:none;
	color:#1ea3ae;
}

a:visited {
	text-decoration:none;
	color:#2ac0cd;
	
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

p {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
	color: #36332e;
	margin: 0px;
	padding: 0px;
}

.highlightText {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	color: #37c4d0;
	font-weight:nromal;
}

.mainContainer {
	width: 1032px;
	height: 803px;
	background: url(../images/background_island_home.jpg) no-repeat;
	margin: 0 auto;
}

.aboutContainer {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -995px;
	z-index: 1;
}

.aboutContent {
	height: 467px;
	background: url(../images/background_about_top.jpg) no-repeat;
	position: relative;
	z-index: 1;
}

.servicesContainer {
	width: 1020px;
	margin: 0 auto;
}

.servicesContent {
	height: 467px;
	background: url(../images/background_services_top.jpg) no-repeat;
}

.contactContent {
	height: 280px;
	background: url(../images/background_contact_top.jpg) no-repeat;
	position: relative;
	z-index: 10;
}

.bullets {
	list-style-type: disc;
	line-height: 24px;
	margin:20px 0 10px 50px;
	color:#37c4d0;
	font-weight:normal;
}

.noBullets {
	list-style-type:none;
	line-height: 24px;
	margin:10px 0 10px 50px;
	z-index: 100;
	position: relative;
}

.bulletList {
	list-style-type: disc;
	font-size: 12px;
	line-height:14px;
	color: #36332e;
	margin-left: 30px;
	padding: 0px;
}
.bulletList li {
	margin-bottom: 10px;
}

.bullets li, .noBullets li {
	padding-left: 5px;
	margin-bottom: 5px;
}

.navColumn {
	width: 300px;
}

.navColumn#home {
	float: left;  /*for container to float next to it*/

}

.navColumnContact {
	width: 300px;
	position: relative;
	margin-top: -700px;
	float: left;
	z-index: 50;
}

.navContainer {
	width: 200px;
	margin-left:61px;
}

.navigation {
	list-style-type: none;
	padding-top: 300px;
	width: 200px;
}

.servicesContainer .navigation {
	padding-top: 300px;
}

#contact .navColumn {
	float: left;
	margin-top: 20px;
	width: 200px;
}

#contact .navigation {
	padding-top: 0;
}

.contactInfo {
	margin-left: 313px;
	margin-top: 200px;
}

.navigation li {
	height: 29px;
	margin:11px 0 5px;
	width:200px;
	xborder: 1px solid blue;
	padding: 0;
}

.contentColumn {
	float: left;
	width: 500px;
	margin-top: 230px;
}

.contetnColumnContainerContact{
	width: 600px;
	margin: 0 auto;
	position: relative;
	top: 200px;
	left: 60px;
	z-index: 2;
}

.contentColumnfloat {
	width: 525px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 100px;
}

#services {
	margin-top: -20px;
}

.contentColumnfloatcontact p {
	position:relative;
	z-index:10;
}

.contentColumnfloat p {
	position:relative;
	z-index:10;
}

.contentColumnfloatcontact h2 {
	margin-bottom: 10px;
}

.contentColumnfloat h2 {
	margin-bottom: 10px;
}

.contentHeader {
	margin: 10px 0px 15px 10px	
}

.contentDiv {
	margin: 10px 0px 30px 20px;
}

.accordianList {
	list-style-type: none;

}

a.nav_home { 
	float:left;
	background:url(../images/nav_home.gif) repeat 0px 0px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_home span { 
	display: none; 
}

a.nav_home:hover { 
	background: url(../images/nav_home.gif) repeat 0px -29px; 
}

a.nav_home_highlight {
	float:left;
	background:url(../images/nav_home.gif) repeat 0px -58px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_home_highlight span { 
	display: none; 
}


a.nav_about { 
	float:left;
	background:url(../images/nav_about.gif) repeat 0px 0px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_about span { 
	display: none; 
}

a.nav_about:hover { 
	background: url(../images/nav_about.gif) repeat 0px -29px; 
}

a.nav_about_highlight {
	float:left;
	background:url(../images/nav_about.gif) repeat 0px -58px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_about_highlight span { 
	display: none; 
}

a.nav_services { 
	float:left;
	background:url(../images/nav_services.gif) repeat 0px 0px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_services span { 
	display: none; 
}

a.nav_services:hover { 
	background: url(../images/nav_services.gif) repeat 0px -29px; 
}

a.nav_services_highlight {
	float:left;
	background:url(../images/nav_services.gif) repeat 0px -58px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_services_highlight span { 
	display: none; 
}

a.nav_contact { 
	float:left;
	background:url(../images/nav_contact.gif) repeat 0px 0px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_contact span { 
	display: none; 
}

a.nav_contact:hover { 
	background: url(../images/nav_contact.gif) repeat 0px -29px; 
}

a.nav_contact_highlight {
	float:left;
	background:url(../images/nav_contact.gif) repeat 0px -58px; 
	width: 186px; 
	height: 29px; 
	display: block; 
}

a.nav_contact_highlight span { 
	display: none; 
}

.footer {
	margin-top:-154px;
	margin-left:767px;
}

.footer p{
	font-size: 10px;
	color: #828381;
	font-family: Helvetica, Arial, sans-serif;
}

.footerBottom {
	margin: 0 auto;
	position: relative;
	z-index: 100000;
	margin:100px 174px 0 auto;
	text-align: right;
}
	
.footerBottomContact{
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	margin:75px 174px 0 auto;
	text-align: right;
	margin:0 174px 0 auto;
	padding-top:400px;
	bottom:10px;
}


.footerBottom p{
	font-size: 10px;
	color: #828381;
	font-family: Helvetica, Arial, sans-serif;
}

.footerBottomContact p{
	font-size: 10px;
	color: #828381;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom:1px;
	margin-right:0;
	margin-top:-7px;
}

#quote_services {
	position: relative;
	z-index: 10;
}

.clearer {
	clear: both;
}

.backgroundRepeat {
	background:  url(../images/background_island_center.jpg) repeat-y;
	width: 1050px;
	margin: 0 auto;
}

.backgroundBottom {
	background:  url(../images/background_island_bottom.jpg) no-repeat;
	width: 1050px;
	height: 564px;
	margin:-413px auto 0;
}

.button_submit {
	background: url(../images/button_submit_blue.gif) repeat 0px 0px;
	height:27px;
	width: 80px;
	border: 0px;
	display: block; 
	float: right;
	margin-right: 90px;
}

.button_submit:hover { 
	background: url(../images/button_submit_blue.gif) repeat 0px 27px; 
}

.fieldLabel {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
	color: #565556;
	margin-right: 5px;
	float: left;
	margin-right:20px;
}

.field {
	float:right;
	height: 20px;
	margin: 10px 170px 0px 0px;
	position: relative;
	bottom: 10px;
	font-size: 16px;
	width: 250px;
}

.fieldBox {
	float:right;
	height: 180px;
	margin: 10px 90px 0px 0px;
	position: relative;
	bottom: 10px;
	font-size: 16px;
	width: 430px;
}

.regFieldLong {
	float: left;
	height: 25px;
	margin: 10px 10px 0px 0px;
	position: relative;
	bottom: 3px;
	font-size: 16px;
	width: 475px;
}

.formItem {
	float: left;
}

.formRow {
	width: 100%;
	margin: 0px 0px 20px 0px;
	float: right;
	position: relative;
	z-index: 1000;
	position: relative; 
	min-width: 0; 
}

.formList {
	list-style-type: none;
	margin-top: 20px;
}

.formList li {
	margin-bottom: 20px;
	margin-left: 20px;
}

.check {
	float: left;
	margin-right: 10px;
}

.checkboxText {
	font-size: 12px;
}

.formBox {
	z-index: 1000;
	position: relative;
	height: 400px;
}

.fieldBox {
	position: relative;
	z-index: 100;
}

.contentColumnfloatcontact {
	width: 525px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 111px;
	float: left;
	position: relative;
	z-index:3;
}

.contentColumnfloatcontact #ie6only {
	margin-left: -63px;
}


.backgroundBottomcontact {
	background:  url(../images/background_island_bottom.jpg) no-repeat;
	width: 1050px;
	height: 564px;
	position: relative;
	z-index: 2;
}

.contactBackgroundRepeat {
	background:  url(../images/background_island_center.jpg) repeat-y;
	width: 1050px;
	height: 725px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
    position: relative;
}


.contactContainer {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

#last {
	margin-bottom: 0px;
}

#first_name_error, #last_name_error, #phone_error, #company_error, #email_error {
	color: #ff0000;
	margin-left: 100px;
	font-size: 12px;
	margin-bottom: 5px;
}

#thanks {
	height: 20px;
}

#feedback_thanks {
	margin-left: 30px;
}

.caps {
	text-transform:uppercase;
}

.left {
	float:left;
}

.homeLink {
	font-size:10px;
	float:right;
	position:relative;
	bottom:30px;
	left:150px;
}

.tag {
	float: right;
	clear: both;
	position: relative;
	bottom: 100px;
	left: 100px;
}
