html {
font-size: 100%;
}
html {
overflow-y: scroll;
}
body {
background: rgb(102, 102, 102);
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
margin-top: 10px;
}
a img {
border: none;
}
* {
margin: 0;
padding: 0;
}
a:link {
outline: none;
}
.center {
text-align: center;
}
.keyline {
border: solid 1px black;
}
#wrapper {
position: relative;
width: 900px;
margin: 0 auto;
background: #eee url(images/faux_bkg2.gif) repeat-y left top;
border-right: 10px solid rgb(102, 153, 204);
}
#header {
background-color: rgb(102, 153, 204);
height: 155px;
}
#header h1 {
height: 100px;
text-align: center;
}
#sidebar {
float: left;
width: 160px;
background-color: rgb(102, 153, 204);
padding: 0px 10px 5px;
font-size: 1.4em;
margin: 0px 0 0 0;
}
#content {
width: 660px;
background: white;
float: right;
padding: 15px 15px 5px;
}
#content p {
font-size: 1.3em;
margin-bottom: 1em;
}
#content p.announcement {
padding: 8px;
border: 8px groove fuchsia;
}
#footer {
clear: both;
background-color: rgb(102, 153, 204);
padding: 10px 0 10px 10px;
}
#map {
width: 500px;
height: 500px;
border: solid 2px black;
}
form {
margin-bottom: 5px;
}
#sidebar p {
color: white;
font-weight: bold;
}
.tblsplash {
width: 480px;
margin: 0 auto;
}
.tblsplash td {
width: 50%;
text-align: center;
padding: 5px 0 5px 0;
}
.tblsplash td.textLeft {
text-align: left;
font-size: 1.1em;
}
#content h1 {
font-size: 1.6em;
margin-bottom: 10px;
}
#content h2 {
font-size: 1.4em;
margin-bottom: 10px;
}
#content a:link, #content a:visited {
text-decoration: underline;
}
#content a:hover {
color: #f00;
}
#sidebar p {
margin-top: 5px;
padding-left: 11px;
border-top: solid 1px #fff;
padding-top: 4px;
}
#content ul {
margin: 0 0 10px 15px;
padding-left: 10px;
font-size: 1.3em;
}
#content ul li {
padding: 3px 0;
list-style: outside disc url(images/bullet.gif);
}
#content ul li ul {
font-size: 1em;
margin-left: 15px;
padding-left: 15px;
}
#content ul li ul li {
padding: 3px 0;
list-style: outside disc url(images/bullet.gif);
}
.imgFloatRight {
float: right;
margin: 0 0 10px 10px;
}
.imgFloatLeft {
float: left;
margin: 10px 10px 10px 0;
}
hr {
margin: 1em auto;
width: 60%;
}
table.healthMenu {
width: 630px;
margin: 0 auto;
}
table.healthMenu td {
padding-left: 4px;
width: 50%;
}
ol {
margin-left: 15px;
margin-bottom: 10px;
padding-left: 15px;
font-size: 1.3em;
}
ol li {
padding: 3px 0;
}
ol.alpha {
list-style-type: upper-alpha;
}
fieldset {
margin-top: 10px;
border: none;
}
#flashcontent {
float: right;
width: 300px;
margin-left: 10px;
margin-top: -.5em;
}
#content div.letters {
padding: 8px 0 0;
border-bottom: solid 1px rgb(85, 85, 85);
}
#content div.letters h2 {
font-size: 1.4em;
margin: 0;
}
.clearAll {
clear: both;
}
td.left {
text-align: left;
}
span.events {
display: block;
text-align: center;
margin: -10px 0 10px;
font-weight: bold;
font-size: 15px;
color: rgb(128, 128, 128);
}
.shadow {
border: 1px solid black;
}
.boxshadow .shadow {
border: none;
box-shadow: rgb(102, 102, 102) 3px 3px 3px;
-moz-box-shadow: rgb(102, 102, 102) 3px 3px 3px;
-webkit-box-shadow: rgb(102, 102, 102) 3px 3px 3px;
}
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
margin: 0;
padding: 0;
/*
border: 1px solid #000000;*/
}
#p7PMnav li {
list-style-type: none;
margin: 0;
padding: 0;
}
#p7PMnav ul {
margin: 0;
padding: 0;
border: 1px solid #000000;
z-index: 10000;
}
#p7PMnav a {
display: block;
text-decoration: none;
background-color: #6699cc;
padding: 4px 10px;
color: #fff;
line-height: 1.0;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
background-color: #fff;
color: #000;
letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
color: #000;
font-weight: bold;
}
/* ------ the trigger link styles ------- */
/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
background-image: url(images/p7PM_light_east.gif);
background-repeat: no-repeat;
background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
background-color: #6699cc;
color: #000;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
left: -9000px;
border: 0;
}
#p7PMnav .p7PMshow {
left: auto;
z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
width: 160px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
width: 250px;
}
