/*this is the style sheet*/
body {
background-color: #003366;
background: url(images/hawaiiback.jpg) top center repeat-y;
color: #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
margin: 0px;
padding: 0px;
}

h1 {
font-size: 22pt;
color: #666666;
text-align: center;
text-decoration: underline;
font-style: italic;
letter-spacing: 2px;
margin-top: 0px;
}
h2 {
text-align:left;
font-size: 15pt;
text-decoration:underline;
margin-top: 0px;
margin-bottom: 15px;
}
h3 {
text-align:center;
font-size: 14pt;
color:#ff0000;
}
h4 {
text-align:center;
font-size: 9pt;

}
h5 {
text-align:center;
font-size: 7pt;
color:#CCCCCC;
text-decoration:none;
}
h6 {
text-align:left;
font-size: 15pt;
color:#FF0000;
margin-top: 0px;
margin-bottom: 15px;
}
p {
font-size: 8pt;
text-align:justify;
line-height: 1.3em;
margin-top: 0px;
}
a:link img {
border-style:none;
}
a:link {
border-style:none;
}
a:visited {
}
a:hover {
color:#0000FF;
}
#mauihawaiipage {
margin-left: auto;
margin-right: auto;
width: 780px;
height: 100%;
text-align: center;
align: center;
}

#content {
position:relative;
width: 780px;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
margin-top: 0;
height: 100%;
}
#main-text {
color:#000000;
background-color:#ffffff;
margin-left: 150px;
padding-right: 10px;
padding-left: 10px;
top: 0px;
max-width: 630px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
}
#main-text a:link, #main-text a:visited, #main text a:hover {
text-align:center;
border-style:none;
}
#main-text ol {
list-style-type: circle;
padding-left: 40px;
}
#mauivacationpage a:link, img {
border-style:none;
}
#navbar {
position:absolute;
text-align:center;
background-color: #09529c;
font-size: 12pt;
top: 0px;
left: 0px;
width: 150px;
}
#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul {
margin: 0;
padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
background-color: #09529c;
font-size: 10pt;
font-weight:bold;
color: #ffffff;
border-bottom: solid #333333 1px;
padding-top: 2px;
padding-bottom: 2px;
}
#navbar ul li a:hover {
background-color: #003366;
}
#main-text h2 a:link, #main-text h2 a:visited {
color:#000000;
text-decoration:underline;
}

#main-text h5 a:link, #main-text h5 a:visited {
color:#000000;
font-size: 7pt;
text-decoration:none;
}
#main-text ul li {
list-style: square;
font-size: 8pt;
text-align: justify;
line-height: 1.3em;
padding-top: 0px;
margin-top: 0px;
margin-left: 15px;
}


