html {
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background: #fff url(../images/page_background.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	font-family: "century gothic", verdana, Arial, helvetica, sans-serif;
	text-align: left;
	font-size: 76%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
}

div.hotlink {
	cursor: pointer;
}

span.question {
	font-family: Arial, helvetica, sans-serif;
	font-weight: normal;
}

span.highlight {
	color: #2e3192;
	font-weight: bold;
}

a.doclink {
	background: transparent url(../images/icon_doc.gif) no-repeat 0 0;
	padding: 2px 0 2px 22px;
	line-height: 16px;
}

a.pdflink {
	background: transparent url(../images/icon_pdf.gif) no-repeat 0 0;
	padding: 2px 0 2px 22px;
	line-height: 16px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding-top: 16px;
}

#nav {
	background: white url(../images/nav_background.png) repeat-x 0 0;
	text-align: center;
	margin: 0 auto;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 37px;
	line-height: 28px;
}

#nav ul li {
	margin: 0;
	display: inline;
	text-transform: uppercase;
}

#nav ul li a {
	text-decoration: none;
	color: white;
	padding: 5px 10px;
	background: transparent url(../images/nav_border.gif) no-repeat right 9px;
	font-weight: bold;
}

#nav ul li.last a {
	background-image: none;
}

#nav ul li a:hover {
	color: #ccd5fd;
	text-decoration: none !important;
}

#nav ul li a.on {
	color: #ccd5fd;
	text-decoration: none !important;
}


#main {
	clear: both;
	background: white url(../images/banner.png) no-repeat top left;
	padding: 185px 0 20px 25px;
	height: 1%;
	position: relative;
}

#photo {
	position: absolute;
	top: 15px;
	left: 657px;
	background-color: #ccc;
	width: 100px;
	height: 100px;
}

#sidebar {
	width: 315px;
	float: right;
	padding-top: 35px;
}

#sidebar h2 {
	color: #5b57a6;
	font-size: 140%;
	margin-bottom: 0.25em;
	font-weight: bold;
}

#sidebar div.names p {
	margin: 0;
	float: left;
	font-weight: bold;
	color: #b1b3db;
}

#sidebar div.names p#rosemary {
	width: 16.25em;
}

#sidebar p.contact {
	font-size: 120%;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
}

#sidebar ul li a {
	display: block;
	padding: 5px 10px;
	background-color: white;
	font-size: 120%;
	color: #5B57A6;
}

#sidebar ul li a:hover {
	background-color: #E3E2F0;
	text-decoration: none !important;
}

#sidebar ul li a.on {
	font-weight: bold;
	background-color: #E3E2F0;
}

#sidebar ul li ul {
	margin-left: 20px;
}

#sidebar ul li ul li a:hover {
	text-decoration: underline !important;
	background-color: #fff !important;
}

#sidebar ul li ul li a.on {
	background-color: #fff !important;
}

#sidebar div.box,
#sidebar div.zone {
	margin: 0 80px 20px 28px;
	float: none;
}

#sidebar div.box div.body a {
	color: #2E3192;
}

#sidebar div.box div.body a.pdflink {
	background-image: url(../images/icon_pdf_large.gif);
	margin-bottom: 1em;
	font-size: 120%;
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 45px;
}

#content {
	color: #666;
	line-height: 1.5em;
	width: 550px;
}

body.wide #content {
	width: 865px;
}

#content p,
#content li {
	font-family: verdana, Arial, helvetica, sans-serif;
}

#content div.inset_image {
	float: right;
	border-bottom: 20px solid white;
	border-left: 20px solid white;
}

#content div.inset_image img {
	border: 3px solid #d9e4f8;
	padding: 3px;
	background-color: white;
}

#content h1 {
	color: #2e3192;
	font-size: 200%;
}

#content h2 {
	font-size: 150%;
	color: #2e3192;
}

#content h3 {
	font-size: 120%;
	color: #2e3192;
	border-bottom: 1px dotted #ccc;
}

#content h4 {
	font-size: 120%;
	color: #002184;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#boxes {
	clear: both;
	margin-top: 30px;
}

div.box {
	margin-right: 23px;
	width: 205px;
	float: left;
	background: white url(../images/box_header.jpg) no-repeat 0 0;
}

div.box div.header {
	height: 42px;
	color: white;
	font-size: 120%;
	padding: 3px 10px 0 10px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

div.box div.body {
	background: white url(../images/box_body.jpg) repeat-x 0 0;
	padding: 10px;
	height: 100px;
	color: #666;
	font-size: 110%;
}

div.box div.body p,
div.box div.body ul {
	margin: 0;
	padding: 0;
}

div.box div.box a {
	color: #666 !important;
}

div.box div.body ul li {
	margin-bottom: 0.25em;
	margin-left: 20px;
}

div.box div.body h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 0.5em;
}

div.box div.body h4 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}

div.box div.body h5 {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

div.box div.footer {
	background: white url(../images/box_footer.jpg) no-repeat 0 0;
	color: white;
}

div.box div.footer a {
	height: 35px;
	display: block;
	color: white;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

#cols {
	clear: both;
	margin-top: 30px;
}

#cols div.col {
	margin-right: 43px;
	width: 409px;
	float: left;
	background: #d3d8ec url(../images/2col_box_header.gif) no-repeat 0 0;
}

#cols div.last {
	margin-right: 0;
}

#cols div.col div.body {
	padding: 10px;
	background: transparent url(../images/2col_box_footer.gif) no-repeat 0 bottom;
	min-height:36em;
  height:auto !important;
  height:32em;
}

#cols div.col div.body h2 {
	font-size: 120%;
	color: #5b57a6;
	font-weight: bold;
}

#cols div.col div.body p {
	font-family: verdana, Arial, helvetica, sans-serif;
	color: #5b57a6;
	margin: 1em 0;
}

#cols div.col div.body div.image {
	float: left;
	border: 2px solid #5b57a6;
	margin: 0 15px 15px 0;
}
.col02 img {
	margin-top: 20px;
}


#content ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

#content ul li {
	background: white url(../images/bullet.gif) no-repeat 20px 7px;
	padding-left: 35px;
	margin-bottom: 0.5em;
}

#content a {
	color: #2E3192;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none !important;
}

#content dl {
	line-height: 1.75em;
	margin-bottom: 1em;
}

#content dl dt {
	float: left;
	width: 140px;
	font-weight: bold;
}


#content dl dd {
	margin-left: 0;
}

#footer {
	clear: both;
	padding: 8px 28px;
	background-color: #372B6C;
	color: #929DCF;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer p {
	margin: 0;
}

#footer p.right {
	width: 300px;
	float: right;
	text-align: right;
}

#footer p.left {
	margin-right: 300px;
}

#footer a {
	color: white;
}

#footer span.highlight {
	color: white;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


div#map {
	width: 500px;
	height: 300px;
}
