html, body
{
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #ffffdf;
	color: #000;
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100%;
}

img { border: 0; }

.warning
{
	background-color: yellow;
	color: black;
	width: 100%;
}

.note
{
	color: red;
	font-size: 60%;
}

.cloak
{
	visibility: hidden;
}

a.read { color: black; font-size: 80%; text-decoration: none; }

.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
}

div#main
{
	background-color: #fff;
	/* border: 2px solid #e4f5fa; */
	border: 2px solid #01adcb;
	margin: auto;
	margin-top: 1em;
	padding: 5px 5px;
	width: 959px;
}

div#mhtflogo
{
	background-color: #e0e4f0;
	background-image: url('../images/mhtflogo.png');
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 148px;
}

div#lawword
{
	background-color: #01adcb;
	background-image: url('../images/citylawrence.png');
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 811px;
}

div#midbar
{
	background-color: #01adcb;
	color: white;
	font-size: 90%;
	font-weight: bold;
	margin: 2px 0px;
	padding: 5px 5px;
	width: 948px;
}

div#left
{
	float: left;
	width: 253px;
}

div#right
{
	float: left;
	width: 701px;
}

div.block
{
	background-color: rgb (231, 236, 241);
	border-color: #e4f5fa;
	border-style: ridge;
	border-width: 3px;
	margin-top: 6px;
}

div.blocktitle
{
	background-color: #ddf;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}

div.blockcontent
{
	font-size: 80%;
	padding: 5px 10px;
}

div.blockcontent2
{
	background-color: #ffffdf;
	font-size: 80%;
	padding: 5px 10px;
}

div.blockcontent3
{
	background-color: #f1e6ff;
	font-size: 80%;
	padding: 5px 10px;
}

ul.member ul li
{
	font-weight: bold;
}

ul.member a
{
	color: #000;
	text-decoration: none;
}

ul.member a:hover
{
	background-color: #ddf;
	color: #fff;
	font-weight: bold;
}

div.eventfront
{
	background-color: #ffffdf;
	border-color: #e4f5fa;
	border-style: ridge;
	border-width: 3px;
	margin-left: 10px;
	margin-top: 6px;
	width: 688px;
}

div.eventfronttitle
{
	font-weight: bold;
	padding: 5px 10px;
}

div.eventfrontcontent
{
	font-size: 80%;
	padding: 5px 10px;
}

div.eventfrontcontent div
{
	font-size: 130%;
}

img.sampleimg
{
	float: left;
	margin-right: 15px;
}

div.linksection
{
	background-color: #01adcb;
	color: #fff;
	font-size: 90%;
	width: 100%;
}

/* partners */

#leftpart
{
	border-right: solid black thin;
	float: left;
	font-size: 110%;
	width: 48%;
}

#leftpart div
{
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

#rightpart
{
	float: right;
	font-size: 110%;
	width: 48%;
}

#rightpart div
{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

a.partner:link
{
	color: black;
	text-decoration: none;
}

a.partner:visited {
	color: black;
	text-decoration: none;
}

a.partner:hover 
{
	background-color: #01adcb;
	color: white;
}

/* BOH table */

#bohtable
{
	border-color: #e4f5fa;
	border-style: ridge;
	border-width: 3px;
}

#bohtable th
{
	background-color: #01adcb;
	color: #fff;
}

#bohtable .level
{
	margin: 0.5em 0em;
}

#bohtable .level a
{
	color: #000;
}

#bohtable .level a:visited
{
	color: #000;
}

#bohtable .level a:hover
{
	font-weight: bold;
	text-decoration: none;
}

/* Contact Table */

table#contactinfo
{
	margin-left: auto;
	margin-right: auto;
}

.contactname
{
	font-size: 120%;
	font-weight: bold;
}

/* Event Calendar */

table#eventcal
{
	margin: auto;
}

#eventcal .eventcell
{
	background-color: #e4f5fa;
}

#eventcal .eventcell .dayname
{
	background-color: #005a86;
	color: #fff
}

#eventcal .eventcell .datenum
{
	text-align: right;
}

#eventcal .eventcell img
{
	border: 0px;
}

a.eventlink
{
	color: #000;
}

#toplink
{
	background-color: #005a86;
	color: #fff;
	text-align: center;
}

#toplink a
{
	color: #fff;
	font-weight: bold;
}

#events_month_links
{
	background-color: #6f93b0;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#events_month_links a
{
	color: #fff;
	font-weight: bold;
}

img#sullivan
{
	float: right;
}

#dob
{
	visibility: invisible;
	display: none;
}

#exec td.execname
{
		font-weight: bold;
}

div#footer
{
	font-size: 70%;
	margin-top: 1em;
	text-align: center;
}

/* Drop downs */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 10em;
}

#nav li { /* all list items */
	display: block;
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #01adcb;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li
{
	margin-bottom: 5px;
}

#nav li ul li a:hover
{
	background-color: #ddf;
}

#nav li:hover {
    visibility: visible;  /* makes IE7 think something changes on hover */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a.supernatural
{
     text-decoration: none;
     color: white;
}

a.supernatural:hover
{
     background-color: #01adcb;
}

a.supernatural:visited
{
     color: white;
}

.orderedlist ul
{
	list-style-type: none;
	margin-top: .5em;
	margin-bottom: .5em;
}