/*This is the core style sheet for manatee air*/

body {
background-color: #1F80B7;
background-image: url('.jpg');
background-repeat: no-repeat;
color: #666666;
margin: 0;
font-family: "Arial", "Verdana", "maiandra gd", "kabel bk bt", sans-serif;
font-size: 1em;
}

#header {
background-image: url('header.jpg');
background-repeat: no-repeat;
height: 100px;
margin: 0;
padding: 0;
}

#content {
position: relative;
width: 760px;
}

#navbar {
position: absolute;
top: 15px;
left: 0;
width: 175px;
}

#main-text {
background-color: #FFFFFF;
border: 1px #666666 solid;
margin-left: 175px;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 20px;
}

#main-text-fixed-height {
background-color: #FFFFFF;
border: 1px #666666 solid;
margin-left: 175px;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 20px;
height: 500px;
}

#navbar {
list-style-type: none;
margin: 0;
padding: 0;
}

#navbar ul {
margin: 0;
padding: 0;
}

#navbar ul li a:link {
display: block;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: #1F80B7;
border-bottom: solid #666666 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: #1F80B7;
border-bottom: solid #666666 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

a:link.navbar {
display: block;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: #3399CC;
}

#navbar ul li a:hover {
background-color: #99CCFF;
}

#navbar ul li a:active {
color: #FFFFFF;
background-color: #0099FF;
}

#navbar a span {
display: none;
}

#navbar a:hover span {
display: block;
position: absolute;
top: 325px;
left: 0px;
width: 145px;
padding: 10px;
margin: 10px;
z-index: 100px;
font-size:.9em;
font-weight: normal;
line-height: 1.3em;
}



table.p {
table-layout: fixed;
border-collapse: collapse;
background-color: #FFFFFF;
border: none;
margin-left: 20px;
padding: 0px;
}

table.t {
table-layout: fixed;
border-collapse: collapse;
vertical-align: top;
background-color: #FFFFFF;
border: none;
margin-left: 2px;
padding: 0px;
font-size: .8em;
font-style: none;
text-decoration: none;
text-align: left;
line-height: 1.3em;
}



h1 {
font-size: 1.3em;
text-align: left;
font-style: italic;
letter-spacing: 2px;
color: #FF9900;
}

h2 {
font-size: .9em;
text-decoration: none;
font-style: italic;
}

h3 {
font-size: .8em;
text-decoration: none;
}

p {
font-size: .8em;
text-align: left;
line-height: 1.3em;
}

ul{
font-size: .75em;
text-align: left;
line-height: 1.3em;
}

form {
font-size: .8em;
text-align: left;
line-height: 1.3em;
color: #666666;
}

input {
font-size: .8em;
text-align: left;
line-height: 1.3em;
color: #666666;
background-color: #FFFFFF;
}

#footer {
font-family: "maiandra gd", "kabel bk bt", sans-serif;
color: #FFFFFF;
border: none;
padding-left: 400px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 2px;
}

p.footer {
font-size: .7em; 
text-align: right;
}

a:link.footer {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}

a:visited.footer {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

a:hover.footer {
color: #FF6633;
font-weight: bold;
text-decoration: underline;
}

a:link {
color: #1F80B7;
text-decoration: underline;
}

a:visited {
color: #1F80B7;
}

a:hover {
color: #FF6633;
}

