/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

contactform {
	margin: 0px;
	padding: 0px;
}

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0 0 0 10px;
	border: 1px #F63;
} 

legend {  
	margin-left: 1em;
	border:3px #F63;
	color: #000000;  
	font-weight: bold; 
}

form l {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
form li {
	padding: 1em 1em 0 0;
	list-style: none;
} 
form.submit {  
border-style: none; 
}
label {
	display: block;
	color: #ffffff;

}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #93A4A5;
}

.text2 {
	text-align: right;
}

.text3 {
	text-align: center;
	color: #D4E0E2;
}

/** LINKS */

a {
	text-decoration: none;
	color: #F88648;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;

}

.style1 a:hover {
}

.class2 a:link {color:#AD5D32;
}

.class2 a:visited {
	text-decoration:none;
	color:#AD5D32;
}
.class2 a:active {
	text-decoration:none;
	color:#AD5D32;
}
.class2 a:hover {text-decoration:underline overline;
}

.style31 {color: #003300
}

.style24 {font-size: 24px; color: #003300; 
}
/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat-x left top; }
.bg2 { background: url(images/homepage16.gif) repeat-x left bottom; }
.bg3 {
	background: url(images/homepage17a.gif) repeat-y left top;
}
.bg4 { background: url(images/homepage25.gif) repeat-y left top; }
.bg5 {
	background: url(images/homepage33a.gif) repeat-y left top;
}
.bg6 { background: url(images/homepage34.gif) repeat-x left top; }
.bg7 { background: url(images/homepage17a.gif) repeat-y left top; }
.bg8 {
	background: url(images/homepage16.gif) repeat-x left bottom;
}
.bgfrend {
	background: url(images/homepage17a.gif) repeat-y left top;
	background-color: #F4FFE4;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img {
	border: none;
	text-align: left;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	background: url(images/homepage21.gif) repeat-x left center;
}

#forms {
	float:left;
	width:300px;
	padding:0 10 0 0;
	margin-top:10px;
	margin-right:20px;
	margin-left: 130px;
}
#forms span { color:#c00; }
#forms span.ltl { font:9px tahoma, arial, helvetica, sans-serif; }
#forms form {
	width:300px;
	margin:10 0 0 0px;
	padding:0;
}
#forms ul {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	list-style:none;
	font:12px tahoma, arial, helvetica, sans-serif;
	color:#FFFFFF;
	background:#355A6D;
}


.required {
	color: #F00;
}

.HawaiiTitles {
	font-size:medium;
	color: #F88648;
	font-weight: bold;
	text-align: center;
	
}
	
