/* Rich Simms 10/1/2006 */

/* Globals */

* { 
	font-family: sans-serif; 
	font-size: small;
	color: teal; 
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0 0 0 0;
}

span.note
{
	color: red;
}



#home, #resources, #equipment  {
	width: 650px;
}

#home h2, #resources h2, #equipment h2 {
	margin-top: 30px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}


/* Home page */
#announce {
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #f6f6f6; 
}

#announce dl {
	width: 400px;
	list-style: none;

}
#announce dt {
	padding-top: 15px;
}

#announce a {
	font-size: x-small;
}

#announce dd {
	font-size: x-small;
	text-align: left;
	text-indent: 5px;
}

.hours {
	margin-top: 5px;
	padding-bottom: 15px;
	background-color: #f6f6f6; 
	border: 1px;
}

.hours  td 
{
	padding: 5px 25px 5px 25px;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	min-width: 60px;

}

.hours  tr 
{
 	background-color: #e6e6e6;

}

#hours h2 {font-size: large; }


#home p
{
	padding-top: 20px;
	margin-left: auto; margin-right: auto;
	text-align: center;
}

#home td
{

	padding: 0 10px 0 10px;

}


.timetable table
{
	margin-top: .5em;
	margin-bottom: .5em
}



/* Resources page */

#resources p, #resources h3 
{ 
	text-align: center; 
	padding-top: 20px;
	margin-bottom: 5px;
}

#resources ul
{
	list-style-type: none;
}

/* Contact page */

#contact p { text-align: center; }





/* Equipment page */

#equipment table, p, h3 {

	padding-left: 10px;
	text-align: left;
	margin-left: 0;
}

#equipment table.equipdocs td, p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

#networks, #systems, #netlab {
	background-color: #f6f6f6; 
}




/* standard banner */


#banner a { text-decoration: none; font-weight: bold; }

#banner a:link    { background-color: teal;   color: white; }
#banner a:visited { background-color: teal;   color: white; }
#banner a:hover   { background-color: white;  color: #68753c;  }
#banner a:active  { background-color: yellow; color: #68753c;  }

#banner 
{
	border: 8px solid teal;
	width: 700px;
	background-color: #e6e6e6;
	margin-top: 20px;
	text-align: left;
}

#banner h1, h2
{
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
	text-align: center;

}

#banner h1 { font-size: 20px; }
#banner h2 { font-size: 15px; }

#banner ul
{
	font-size: 15px;
	padding:  0   0 0 30px;
	margin:  20px 0 0  0;
	font-weight: 500;	
}

#banner div#menu li

{
	display: inline;
	list-style-type: none;
	padding: 0;

}

#banner table, tr, td, img
{
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	border-width:  0;
	vertical-align: top;
	border-spacing: 5px;
}


#innercontent h2 {
	text-align: center;
	font-size: large;
}

#innercontent p {
	text-align: center;
	
}

.timetable td {
	min-width: 6em;
    background-color: #f2f2f2;
	padding: .2em .5em .2em .5em;
}

/* standard footer */

#footer p
{ 
	margin-left: auto; margin-right: auto; 
	text-align: center; 
	padding-top: 50px;
}




