
/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #ffffff;
  font-family: helvetica, arial, geneva, sans-serif;
  font-size: 80%;
  margin: 0px;
  padding: 0px;
}

a:link, a:visited, a:active {
font-size: 1em;
color: #000000;
text-decoration: underline;
}

a:hover {
color: #006633; 
}

a.m:link, a.m:visited, a.m:active {
font-size: 1em;
font-weight: bold;
color: #000000;
text-decoration: none;
}

a.m:hover {
color: #000000; 
text-decoration: none;
}

/* ##### Header ##### */

#header-top {  
height: 12px;
width: 100%;
background-color: #ffffff;
}

#header-mid {
height: 69px;
width: 100%;
padding-top: 6px;
padding-bottom: 4px;
background-color: #006633;
}

/* nav stuff based on Suckerfish Dropdowns - http://www.alistapart.com/articles/dropdowns */

#navi {
height: 1.2em;
width: 100%;
background-color: #99cc99;
padding-top: .1em;
padding-bottom: .33em;
padding-left: 110px;
}

#navi ul  { /* all lists */
	padding: 0px;
	margin: 0px;
    background-color: #99cc99;
    z-index: 9;
}

#navi li { /* all list items */
	margin: 0px;
	padding-top: .1em;
	padding-bottom: .2em;
	float: left;
	position: relative;
	width: 10em;
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1em;
}

#navi li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #006633;
}


#navi li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#navi li ul li:hover { /* changes bg color on mouseovers of list items */
	background-color: #ccffcc;
}

/*  new third level stuff  */

#navi li ul ul { /* third-and-above-level lists */
	margin: 0em 0 0 10em;
}

#navi li:hover ul ul, #navi li:hover ul ul ul {
	display: none;
}

#navi li li:hover ul, #navi li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}


/* end of nav stuff */


#shadow {
height: 12px;
width: 100%;
background-image: url('images/shadow.gif');
background-repeat: repeat-x;
}

#acc-seal {
z-index: 5;
position: absolute;
left: 8px;
top: 6px;
}

#address {
position: absolute;
left: 160px;
color: #ffffff;
text-align: center;
}

#top-announcement {
width: 480px;
float: right;
margin-right: 50px;
color: #fff;
text-align: center;
font-weight: bold;
}


/* ##### Columns for home page ##### */

#columnone {
position: relative;
left: 5px;
top: 5px;
width: 320px;
padding: 5px;
border-right: 1px solid #006633;
}

#columntwo {
position: absolute;
left: 360px;
top: 125px;
margin-right: 50px;

}

/* ####social div contains twitter and facebook divs */
#social  {
float: right;
width: 324px;
margin-left: 40px;
margin-top: 0px;
margin-bottom: 10px;
}

/* ##### Twitter ##### */
#twitter_div  {
position: relative;
width: 300px;
padding: 4px;
margin: 10px;
border: 1px solid #396;
overflow: hidden;
font-size: .9em;
color: #063;
clear: both;
}

#twitter_div  ul { 
	list-style: none;
	padding: 8px;
	}
	
#twitter_update_list li {
	list-style: none;
	padding-bottom: 6px;
}

/* ##### facebook ##### */
.facebook_div  {
clear: both;
position: relative;
width: 300px;
padding: 4px;
margin: 10px;
border: 1px solid #396;
overflow: hidden;
font-size: .9em;
color: #036;
}



/* ##### Content Box for all other pages ##### */

div.content {
width: 600px;
margin-left: 15%;
padding: 10px;
line-height: 130%;
clear: left;
}

/* ##### Footer ##### */

#footer {
clear: both;
width: 600px;
margin-top: 3em;
margin-left: 15%;
padding: 10px;
line-height: 150%;
text-align: center;
color: #006633;
}

#highlights {
clear: both;
}


/* ##### Styled elements ##### */

h1 {
font-size: 200%;
font-weight: bold;
text-shadow: 2px 2px 1px black;
color: #ffffff;
margin: 0px;
}

h2 {
margin: 0px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: bold;
font-size: 200%;
border-top: 1px solid #889988;
border-bottom: 1px solid #889988;
width: 100%;
margin-bottom: 15px;
}

h3 {
margin: 0px;
padding-top: 8px;
padding-bottom: 8px;
color: #006633;
font-weight: bold;
font-size: 150%;
}

p {
margin: 0px;
padding: 8px;
line-height: 170%;
font-size: .9em;
}

/* For facilities list on home page */
h4 {
margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
color: #000000;
font-weight: bold;
font-size: 120%;
background-color: #99cc99;
}

#facilities {
border-left: 20px solid #99cc99;
text-align: center;
width: 90%;
background-color: #eeeeee;
font-weight: bold;
font-size: 90%;
line-height: 150%;
}

.opbg {
background-color: #99cc99;
}

/* Styles leftover from previous version */
span.L {
font-weight: bold;
font-size: 1.3em;
color: #006633;
}

span.J {
font-weight: bold;
font-size: 1.6em;
color: #006633;
}



