/* CSS Document */

.stopSpammingMe { display:none }

body	{
	background-image:url(images/background.jpg);
	background-attachment:fixed;
	background-position:center top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#404040;
}
body img {border:0px;}

.topLinks {display:none;visibility:hidden}

/*LINKS --------------------------------------------- */
a:link	{
	color:#007eb9;
	text-decoration:none;
}
a:visited	{
	color:#007eb9;
	text-decoration:none;
}
a:hover	{
	color:#D8454A;
	text-decoration:none;
}
a:active	{
	color:#D8454A;
	text-decoration:none;
}

a.nav:link	{
	color:#404040;
	text-decoration:none;
	padding:5px;
	margin-left:0px;
	margin-right:0px;
}
a.nav:visited	{
	color:#404040;
	text-decoration:none;
	padding:5px;
	margin-left:0px;
	margin-right:0px;
}
a.nav:hover	{
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	background-color:#60AED4;
	margin-left:0px;
	margin-right:0px;
}
a.nav:active	{
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	background-color:#007EB9;
	margin-left:0px;
	margin-right:0px;
}

a.noLinkEffect:link	{
	color:#404040;
	text-decoration:none;
}
a.noLinkEffect:visited	{
	color:#404040;
	text-decoration:none;
}
a.noLinkEffect:hover	{
	color:#404040;
	text-decoration:none;
}
a.noLinkEffect:active	{
	color:#404040;
	text-decoration:none;
}

.footer a:link	{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited	{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}
.footer a:active	{
	color:#FFFFFF;
	text-decoration:underline;
}

a.LINKleftNav	{		
	background-color:#F5C55C;
	margin-left:0px;
	margin-top:3px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	width:185px;
	min-height:0.9em;
	font-size:0.8em;
	color:#404040;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
a.LINKleftNav:hover	{		
	background-color:#F2D291;
	margin-left:0px;
	margin-top:3px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	width:185px;
	min-height:0.9em;
	font-size:0.8em;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}


/*FONT STYLES --------------------------------------- */
.caps	{
	text-transform:uppercase;
}
.dkGrey12_bold	{
	color:#404040;
	font-size:1em;
	font-weight:bold;
}
.dkGrey11_bold	{
	color:#404040;
	font-size:0.8em;
	font-weight:bold;
}
.ltGrey9	{
	color:#BFBFBF;
	font-size:0.7em;
}
.red14_bold	{
	color:#CE161D;
	font-size:1.2em;
	font-weight:bold;
}
.red12_bold	{
	color:#CE161D;
	font-size:1em;
	font-weight:bold;
}
.red	{
	color:#CE161D;
}
.white12_bold	{
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
}

.red10	{
	font-size:0.75em;
	text-transform:uppercase;
}


/*INDEX --------------------------------------------- */
.index_midBox	{
	position:relative;
	background-image:url(images/IEbkgd_picNtitle.gif);
	background-repeat:repeat-y;
	width:600px;
	min-height:250px;
	z-index:2;
}
.index_midBox_txt	{
	position:relative;
	background-color:#ce161d;
	width:180px;
	min-height:215px;
	padding:10px 10px 25px 10px;
	font-size:0.75em;
	line-height:1.05em;
	color:#fff;
	float:right;
	z-index:3;
}


/*INTERIOR ------------------------------------------ */
.midBox	{
	position:relative;
	background-color:#000000;
	width:600px;
	min-height:150px;
	z-index:2;
}
.midBox_txt	{
	position:relative;
	background-color:#ce161d;
	width:180px;
	min-height:130px;
	padding:10px;
	font-size:0.75em;
	line-height:1.05em;
	color:#fff;
	float:right;
	z-index:3;
}
.story_greyBar	{
	position:relative;
	background-image:url(images/grey_gradient.gif);
	background-repeat:repeat-x;
	height:25px;
	z-index:2;
}
/* counties */

.co_midBkgd	{
	background-image:url(images/red_gradient.gif);
	background-repeat:repeat-x;
}
.countyTitle	{
	position:absolute;
	margin-left:22px;
	margin-top:0px;
	z-index:4;
}
.county_img	{
	position:absolute;
	right:15px;
	top:0px;
	z-index:4;
}
.countyMap_bkgd	{
	position:relative;
	background:url(images/blueCounty_gradient.gif) center;
	width:400px;
	height:378px;
	margin-left:-10px;
	margin-right:-10px;
	z-index:3;
}
.mediaTitle	{
	float:right;
	width:205px;
	padding-top:35px;
}


/*ALL ----------------------------------------------- */
.clear	{
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
	line-height:1px;
	z-index:2;
}
.container	{
	position:relative;
	margin:0 auto;
	width:600px;
	min-height:100%;
	z-index:1;
}
.header	{
	position:relative;
	width:600px;
	min-height:89px;
	margin-top:-10px;
	z-index:2;
}
.header_logo	{
	position:absolute;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:126px;
	height:88px;
	left:15px;
	top:-2px;
	cursor:pointer;
	z-index:3;
}
.header_mmwp	{
	position:relative;
	background-image:url(images/title_mmwp.png);
	width:266px;
	height:54px;
	margin-left:334px;
	margin-top:20px;
	font-size:1px; /*this font size is ok--keeps height of object*/
	line-height:1px;
	z-index:3;
}
.header_nav	{
	position:absolute;
	background-color:#FFFFFF;
	min-width:265px;
	min-height:22px;
	top:57px;
	right:0px;
	padding-top:10px;
	color:#404040;
	text-align:center;
	font-size:0.9em;
	line-height:0.9em;
	z-index:3;
}
.header_nav a	{
	font-size:0.9em;
	line-height:0.9em;
	text-transform:uppercase;
}
.textSizing 	{
	position:absolute; 
	top:10px; 
	left:135px; 
	text-align:left; 
	line-height:1.2px;
	color:#fff;
	z-index:50;
}
.textSizing a	{
	color:#FFFFFF;
	text-decoration:none;
}
.largeButtons	{
	position:relative;	
	background-color:#55b1d6;
	width:600px;
	min-height:100px;
	font-size:0.8em;
	z-index:2;
}
.largeButtons_link	{
	position:absolute; 
	left:0px;  
	top:0px; 
	display:block;
	z-index:5;
}
.largeButtons_txt	{
	position:relative;
	width:179px;
	min-height:40px;
	padding:50px 10px 10px 10px;
	font-size:0.95em;
	line-height:1em;
	z-index:4;
}
.largeButtons_01	{
	position:relative;
	background-image:url(images/blue_gradient.gif);
	background-color:#cae5f1;
	background-repeat:repeat-x;
	background-position:bottom;
	width:199px;
	min-height:100%;
	float:left;
	z-index:3;
}
.largeButtons_02	{
	position:relative;
	background-image:url(images/blue_gradient.gif);
	background-color:#cae5f1;
	background-repeat:repeat-x;
	background-position:bottom;
	width:199px;
	min-height:100%;
	margin-left:199px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	z-index:3;
}
.largeButtons_03	{
	position:relative;
	background-image:url(images/blue_gradient.gif);
	background-color:#cae5f1;
	background-repeat:repeat-x;
	background-position:bottom;
	width:199px;
	min-height:100%;
	margin-right:1px;
	float:right;
	z-index:3;
}
.blueBar	{
	position:relative;
	background-color:#007EB9;
	width:600px;
	height:5px;
	font-size:1px; /*font ok, keeps size*/
	line-height:1px;
	clear:both;
	z-index:2;
}
.textBox	{
	width:225px; 
	padding-left:5px; 
	border:1px solid #cccccc; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#404040;
}


.mainContent	{
	position:relative;
	background-image:url(images/IEbkgd_mainContent.gif);
	background-repeat:repeat-y;
	width:600px;
	margin-top:-1px;
	z-index:2;
}
.mainContent_L	{
	position:relative;
	width:190px;
	padding:5px;
	z-index:3;
}
.mainContent_R	{
	position:relative;
	width:380px;
	padding:10px;
	float:right;
	z-index:3;
}

.footer	{
	position:relative;
	background-color:#404040;
	width:570px;
	padding:10px 15px 20px 15px;
	text-align:center;
	font-size:0.7em;
	color:#fff;
	clear:both;
	z-index:3;
}


/*TITLES -------------------------------------------------- */
.title_whatIsMeth	{
	position:absolute; 
	background-image:url(/images/title_whatismeth.png); 
	width:79px; 
	height:39px; 
	top:10px; 
	left:10px; 
	z-index:4;
}
.title_whatMIMethWatch	{
	position:absolute; 
	background-image:url(/images/title_whatismichmethwatch.png); 
	width:175px; 
	height:39px; 
	top:10px; 
	left:10px; 
	z-index:4;
}
.title_methCommunity	{
	position:absolute; 
	background-image:url(/images/title_methwatchcomm.png); 
	width:179px; 
	height:39px; 
	top:10px; 
	left:10px; 
	z-index:4;
}


/*BUTTONS -------------------------------------------------- */
.button_indexReadMore	{
	position:relative;
	width:77px;
	height:17px;
	right:10px;
	z-index:50;
}
.button_prevStory	{
	position:absolute;
	width:96px;
	height:17px;
	top:4px;
	left:15px;
	z-index:50;
}
.button_nextStory	{
	position:absolute;
	width:75px;
	height:17px;
	top:4px;
	right:15px;
	z-index:50;
}


/*GRAPHICAL ELEMENTS --------------------------------------- */
.dots_onWhite	{
	background-image:url(images/dots_onWhite.gif);
	background-repeat:repeat-x;
	height:3px;
	font-size:1px; /*font ok*/
	line-height:1px;
	z-index:40;
}
.dots_onYellow	{
	background-image:url(images/dots_onYellow.gif);
	background-repeat:repeat-x;
	height:3px;
	font-size:1px; /*font ok*/
	line-height:1px;
	z-index:40;
}