@charset  "UTF-8";

/* CSS Document MMSD, LLC */
body
{
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF margin: 0;
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	line-height: 130%;
}

a:link { color: #123A91; }
a:visited { color: #123A91; }
a:hover { color: #0DA114; }
a:active { color: #0DA114; }

#container
{
	width: 750px;
	border: 0;
	background-color: #FFF;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	/* this overrides the text-align: center on the body element above. */
}

#pageHeader
{
	position: relative;
	width: 100%;
	height: 118px;
	background-image: url(images/mainmenu_bkg.jpg);
	background-repeat: none;
}

#menu
{
	width: 700px;
	position: relative;
	top: 95px;
	left: 28px;

}

#pageHeader ul
{
	list-style-type: none;
	padding: 0px;
}

#pageHeader li
{
	display: inline-block;
	width: 135px;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
	text-align: center;
}

#pageHeader a:link
{
	color: #FFF;
	text-decoration: none;
}

#pageHeader  a:visited
{
	text-decoration: none;
	color: #FFF;
}

#pageHeader  a:hover
{
	color: #00237D;
	text-decoration: none;
}

#pageHeader  a:active
{
	color: #00237D;
	text-decoration: none;
}

#pageHeader #buttons
{
	display: block;
	position: absolute;
	margin-left: 625px;
	padding-top: 50px;
}

#pageContent { margin: 20px 25px; }

#pageContent h1
{
	font-size: 1.1em;
	padding-top: 6px;
	line-height: 135%;
}

#pageContent h2
{
	font-size: 1em;
	border-top: thin solid #CCC;
	padding-top: 5px;
}

#subjectHeader
{
	border-bottom: thin solid #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#subjectHeader .floatRight
{
	float: right;
	margin: -18px 0 15px 15px;
}

#pageContent ul
{
	list-style: disc outside;
	padding-left: 15px;
}

#pageContent .sub li
{
	list-style-type: none;
	text-indent: -8px;
}

#pageContent .sub li:before { content: "- "; }

.servicesBlock
{
	/* add background color as local style */
	float: right;
	width: 245px;
	padding: 3px 7px 5px 8px;
	color: #FFF;
	clear: right;
}

.servicesBlock h1
{
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	padding-left: 8px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 -8px 0 -8px;
}

.servicesBlock ul
{
	list-style: outside disc;
	padding-left: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.servicesBlock .sublist li
{
	list-style-image: url(images/whitedash_5x5.gif);
	margin-left: -5px;
	padding-left: 0px;
}

.servicesBlockLeft
{
	/* add background color as local style */
	float: left;
	width: 245px;
	padding: 3px 8px 5px 7px;
	color: #FFF;
	clear: left;
}

.servicesBlockLeft h1
{
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	padding-right: 8px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 -8px;
}

.servicesBlockLeft ul
{
	list-style: disc outside none;
	padding-left: 20px;
}

.homeBuckets
{
	margin: 0;
	background-image: url(images/homeBucketsBkgd.gif);
	background-repeat: repeat-y;
	color: #FFF;
	padding: 0 0px;
}

.homeBuckets p { padding: 0 10px; }

.homeBuckets h1
{
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.homeBuckets img
{
	float: left;
	margin-top: -8px;
}

.bioBlock
{
	clear: both;
	margin: 0 0 15px 25px;
	width: 260px;
	height: 70px;
	background-color: #9DA2CC;
	color: #FFF;
}

.bioBlock p
{
	margin: 0;
	padding: 0;
}

.bioBlock img
{
	float: left;
	margin: 0 10px 0 0;
}

.bioBlock a:link
{
	text-decoration: none;
	color: #FFF;
}

.bioBlock a:visited
{
	text-decoration: none;
	color: #FFF;
}

.bioBlock a:hover
{
	text-decoration: underline;
	color: #00237D;
}

.bioBlock a:active
{
	text-decoration: underline;
	color: #00237D;
}

.floatLeft
{
	float: left;
	margin: 0 10px 10px 0;
}

.floatClear { clear: both; }

#pageFooter
{
	width: 700px;
	padding: 0 0 0 25px;
}

#pageFooter .bar
{
	background-color: #B3AAA5;
	color: #FFF;
	padding: 10px 10px;
	height: 15px;
	margin-bottom: 10px;
}

#pageFooter a:link
{
	text-decoration: none;
	color: #FFF;
}

#pageFooter a:visited
{
	text-decoration: none;
	color: #FFF;
}

#pageFooter  a:hover
{
	color: #00237D;
	text-decoration: none;
}

#pageFooter  a:active
{
	color: #00237D;
	text-decoration: none;
}

#pageFooter .legal
{
	font-size: .8em;
	padding-left: 10px;
}
