/*-------------------------Header Layout Styles--------------------------------*/
#logo {
width: 760px;
height: 87px;
background: #FFFFFF;
}
.logo {
width: 100%;
padding-top: 19px;
}
/*-------------------------Menu and Sub Menu Styles--------------------------------*/
#menu {
width: 760px;
height: 34px;
background: #CCCCCC;
display: block;
position: relative;
}
.buttonup, .buttonover, .buttondown {
height: 23px;
text-align: center;
color: #000066;
font-weight: bold;
padding-top: 3px;
cursor: pointer;
}
.buttonup {
background: #CCC;
border: 1px solid #FFF;
}
.buttonover {
background: #F8F8F8;
border: 1px solid #FFF;
}
.buttondown {
background: #F8F8F8;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}
#button1 {
width: 149px;
position: absolute;
left: 0px;
display: inline;
}
#button2 {
width: 204px;
display: inline;
position: absolute;
left: 148px;
}
#button3 {
width: 106px;
display: inline;
position: absolute;
left: 351px;
}
#button4 {
width: 144px;
display: inline;
position: absolute;
left: 456px;
}
#button5 {
width: 157px;
display: inline;
position: absolute;
left: 599px;
}
#submenu {
width: 760px;
height: 30px;
background: #E7E7E7;
position: relative;
border-bottom: 1px solid #FFF;
display: none;
}
#fbosub, #managesub, #chartersub, #schoolsub, #schoolsubs, #rentalsub {
height: 20px;
background: #F8F8F8;
display: none;
padding-top: 6px;
padding-bottom: 4px;
color: #000066;
}
#fbosub {
width: 600px;
text-indent: 28px;
}
#managesub {
width: 350px;
margin-left: 75px;
text-align: center;
}
#chartersub {
width: 310px;
margin-left: 270px;
text-align: center;
}
#schoolsub {
width: 760px;
text-align: center;
}
#schoolsubs {
width: 430px;
margin-left: 280px;
text-align: center;
}
#rentalsub {
width: 500px;
text-align: center;
margin-left: 258px;
}
/*-------------------------Link Styles--------------------------------*/
a.topmenu:link {
color: #333333;
font-size: 8pt;
text-decoration: none;
}
a.topmenu:visited {
color: #333333;
font-size: 8pt;
text-decoration: none;
}
a.topmenu:hover {
font-size: 8pt;
color: #000066;
text-decoration: underline;
}
a.topmenu:active {
color: #333333;
font-size: 8pt;
text-decoration: none;
}
a.mainmenu:link {
color: #000066;
text-decoration: underline;
}
a.mainmenu:visited {
color: #000066;
text-decoration: underline;
}
a.mainmenu:hover {
color: blue;
text-decoration: underline;
}
a.mainmenu:active {
color: #000066;
text-decoration: underline;
}