@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

a {
	outline: none;
}

.homebodyBg {
	margin: 0 auto;
	background: #001053 url(images/homebodyBg.png) repeat-x top left;
}

.wrapper {
	margin: 0 auto;
	width: 908px;
}

.header {
	margin-right: 6px;
	width: 902px;
	float: left;
	height: 141px;
}

.toplink {
	width: 902px;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.toplink ul {
	margin: 0px;
	padding: 0px;
	height: 20px;
	float: right;
}

.toplink li {
	margin: 0px;
	list-style: none;
	display: inline;
	font-size: 13px;
	color: #133267;
	font-weight: bold;
	float: left;
	padding: 0;
	color: #ffffff;
}

.toplink li a {
	border-left: 2px solid #416f51;
	height: 17px;
	float: left;
	padding: 3px 8px 0;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background: #8999db;
}

.toplink li a:hover {
	text-decoration: none;
	background: #5F6B97;
}

.toplink li.selected {
	background: #656737;
}

.container {
	width: 902px;
	padding-right: 6px;
	float: left;
	background: url(images/contenBg.png) repeat-y top left;
}

.shadowDiv {
	width: 902px;
	height: 500px;
	float: left;
	height: 8px;
	background: url(images/shadow.png) repeat-x top left;
}

.homeContent {
	width: 754px;
	float: left;
	margin: 20px 14px;
	padding: 0 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.boxMain{
	width: 902px;
	float: left;
	height: 354px;
}

.heading {
	float: left;
	padding: 0 11px 10px 14px;
	height: 94px;
}

.box1 {
	width: 180px;
	float: left;
	background: #a1185c;
	padding: 13px 0px;
	height: 330px;
}

.box1:hover {
	background: #7f1948;
}
 
.box2 {
	width: 180px;
	float: left;
	background: #dc681e;
	padding: 13px 0px;
	height: 330px;
}

.box2:hover {
	background: #b1521a;
}

.box3  {
	width: 181px;
	float: left;
	background: #c9991a;
	padding: 13px 0px;
	height: 330px;
}

.box3:hover {
	background: #a07a1c;
}

.box4  {
	width: 181px;
	float: left;
	background: #011876;
	padding: 13px 0px;
	height: 330px;
}

.box4:hover {
	background: #0C1048;
}

.box5 {
	width: 180px;
	float: left;
	background: #1f852f;
	padding: 13px 0px;
	height: 330px;
}

.box5:hover {
	background: #105617;
}

/*inner page css start*/
.innerBodyBg {
	margin: 0 auto;
	background: #001053 url(images/innerbodyBg.png) repeat-x top left;
}

.sublink {
	width: 902px;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.sublink ul {
	margin: 0px;
	padding: 0px;
	height: 20px;
	float: right;
}

.sublink li {
	margin: 0px;
	list-style: none;
	display: inline;
	font-size: 13px;
	color: #133267;
	font-weight: bold;
	color: #ffffff;
	float: left;
}

.sublink li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	border-left: 2px solid #8999db;
	height: 17px;
	float: left;
	padding: 3px 8px 0;
}

.sublink li a:hover {
	text-decoration: none;
}

/*
.sublink1{background:#a1185c;}
.sublink2{background:#dc681e;}
.sublink3{background:#c9991a;}
.sublink4{background:#011876;}
.sublink5{background:#076b13;}
*/
/* News and events */
.sublink2 a {
	background: #076b13;
}

.sublink2 a:hover {
	background: #105617;
}

/* Locations */
.sublink55 a {
	background: #011876;
}

.sublink55 a:hover {
	background: #0C1048;
}

/* Victims */
.sublink54 a {
	background: #c9991a;
}

.sublink54 a:hover {
	background: #A07A1C;
}

/* Keep me warm */
.sublink52 a {
	background: #dc681e;
}

.sublink52 a:hover {
	background: #B1521A;
}

/* Poverty Facts */
.sublink53 a {
	background: #a1185c;
}

.sublink53 a:hover {
	background: #7F1948;
}

/*** sub menu addition ***/
div.sublink ul li, div.toplink ul li {
	position: relative;
	font-size: 13px;
}

div.toplink ul ul, div.sublink ul ul {
	clear: both;
	display: none;
	position: absolute;
	z-index: 100;
	width: 198px;
	top: 20px;
	left: 2px;
	padding-top: 2px;
}

div.toplink ul ul li, div.sublink ul ul li {
	width: 100%;
}

div.sublink ul li:hover ul, div.toplink ul li:hover ul {
	display: block;
}

div.sublink>ul>li:hover ul ul, div.toplink>ul>li:hover ul ul {
	left: 216px;
	padding-right: 2px;
	top: -2px;
	position: absolute;
	display: none;
}

 
div.sublink>ul>li:hover ul li:hover ul, div.toplink>ul>li:hover ul li:hover ul {
	display: block;
}

div.sublink ul li ul li a, div.toplink ul li ul li a {
	border: none;
	margin: 0;
	width: 200px;
	padding: 2px 8px 2px 8px;
}

.sublink2 ul li {
	background: #076b13;
}

.sublink52 ul li {
	background: #dc681e;
}

.sublink53 ul li {
	background: #a1185c;
}

.sublink54 ul li {
	background: #c9991a;
}

.sublink55 ul li {
	background: #011876;
}

/*** END sub menu addition ***/
.innercontainer {
	width: 902px;
	padding-right: 6px;
	float: left;
	background: url(images/innerContainerBg.png) repeat-y top left;
}

h1.inner {
	background: url(images/headingBg.gif) repeat-x top left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0 10px 20px;
}

h1.victim {
	background: url(images/victimheadingBg.gif) repeat-x top left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0 10px 20px;
}

h1.location {
	background: url(images/locationheadingBg.gif) repeat-x top left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0 10px 20px;
}

h1.keepme {
	background: url(images/keepheadingBg.gif) repeat-x top left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0 10px 20px;
}

h1.poverty {
	background: url(images/povertyheadingBg.gif) repeat-x top left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0 10px 20px;
}

h1.news {
	background: url(images/newsheadingBg.gif) repeat-x top left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0 10px 20px;
}

.ditto_summaryPost {
	padding-bottom: 10px;
}

.ditto_info {
	font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
width: 154px;
}

.ditto_info a {
color: #0e0e0e;
	text-decoration: underline;
}

.ditto_link {
	text-decoration: none;
}

#ditto_pages {
	font-size: 10px;
}

.ditto_previous_off ditto_off {
	font-size: 10px;
}

.ditto_currentpage {
	font-size: 10px;
	color: #FF0000;
}

.ditto_next_off ditto_off {
	font-size: 10px;
}

.reflect_archive_list {
	font-size: 12px;
}

.reflect_archive {
	font-size: 10px;
}

.reflect_month {
	font-size: 10px;
}

.reflect_month_link {
	font-size: 10px;
	text-decoration: none;
}

.victimcontainer {
	width: 902px;
	padding-right: 6px;
	float: left;
	background: url(images/victimBg.png) repeat-y top left;
}

.locationcontainer {
	width: 902px;
	padding-right: 6px;
	float: left;
	background: url(images/locationBg.png) repeat-y top left;
}

.keepmecontainer {
	width: 902px;
	padding-right: 6px;
	float: left;
	background: url(images/keepmebg.png) repeat-y top left;
}

.povertycontainer {
	width: 902px;
	padding-right: 6px;
	float: left;
	background: url(images/povertyfactBg.png) repeat-y top left;
}

.newscontainer {
	width: 902px;
	padding-right: 6px;
	float: left;
	background: url(images/newseventBg.png) repeat-y top left;
}

.leftSide {
	width: 180px;
	float: left;
}

.rightSide {
	width: 721px;
	float: left;
	min-height: 286px;
}

.rightSide h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #011946;
	margin: 0px;
	padding: 10px 0 10px 0;
}

.content {
	width: 691px;
	float: left;
	padding: 10px 10px 30px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0e0e0e;
}

.contentLeft {
	width: 500px;
	float: left;
	padding: 0 10px 0 0;
}

.inthisbox {
	width: 149px;
	height: 143px;
	background: url(images/inthissectionBg.png) no-repeat top left;
	margin-top: -36px;
	float: right;
	padding: 5px 15px 10px 12px;
}

.inthisbox h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #011c45;
}

.inthisbox ul {
	margin: 0;
	padding: 0;
}

.inthisbox li {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.content a {
	color: #0e0e0e;
	text-decoration: underline;
}

.content ul {
	margin: 0px;
	padding: 0px;
}

.content li {
	margin: 0 0 0 20px;
	padding: 0px;
	line-height: 24px;
}

.contactTable {
	width: 100%;
}

.contactTable th {
	padding: 5px 0;
}

.contactTable td {
	padding: 5px;
}

/*inner page css end*/
.footer {
	width: 908px;
	float: left;
	background: url(images/footerShadow.png) repeat-x top left;
	text-align: center;
	color: #9eabe0;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.footer a {
	color: #9eabe0;
}

/* members login style 30-12-09 */
div#WebLoginLayer0 form fieldset {
	border: none;
	width: 300px;
}

div#WebLoginLayer0 form fieldset h3 {
	padding-bottom: 5px;
}

div#WebLoginLayer0 form fieldset label {
	padding-bottom: 10px;
	clear: both;
	display: block;
}

div#WebLoginLayer0 form fieldset label input {
	float: right;
	text-align: left;
}



#locMap {
	background: url(images/mcaa_locations_map.png) top left #D6DCF3; 
	height: 534px;
	width: 357px;
	position: relative;
left:165px;

}


#locMap li {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 15px;
	width: 15px;
	overflow: hidden;
}
#locMap li a {
	text-indent: -1000px;
	height: 15px;
	width: 15px;
	display: block;
	overflow: hidden;
}
#locMap .Presque_Isle 	{top: 85px; left: 251px;}
#locMap .Bath 			 	{top: 409px; left: 100px;}
#locMap .South_Paris 	{top: 373px; left: 42px;}
#locMap .Waterville 		{top: 340px; left: 113px;}
#locMap .Bangor 			{top: 307px; left: 187px;}
#locMap .Portland 		{top: 439px; left: 62px;}
#locMap .Sanford 			{top: 465px; left: 21px;}
#locMap .Milbridge		{top: 338px; left: 260px;}
#locMap .Belfast			{top: 352px; left: 168px;}
#locMap .East_Wilton  	{top: 328px; left: 70px;}

#contentItem li {
	display: none;
}
#easyTooltip{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 10px 1em 0;
	width:250px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	line-height:130%;				
	}
#easyTooltip h3{
	margin:0 0 .5em 0;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}	
#easyTooltip p{
	margin:0 0 .5em 0;
	}		
#easyTooltip img{
		background:#fff;
		padding:1px;
		border:1px solid #e1e1e1;
		float:left;
		margin-right:10px;
		}



	
