@charset "utf-8";
/* CSS Document */

/* GLOBAL RESET */

* {
	margin: 0;
	padding: 0;
}
#legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding: 0px;
}




/* GLOBAL CLASSES */


.hide {
	position: absolute;
	left: -10000px;
}

.showPrint {
	display: none;

}

.highlight {
	background-color: #ffc;

}

.superscript {
	line-height: 0.5em;
	vertical-align: text-top;
	font-size: 60%;
	text-transform: lowercase;
	color: #666;
}

a:hover .superscript {
	color: #fff;
}

/* ELEMENT SPECIFIC / GLOBAL CLASSES */


img {
	border: none;
}

br.clear {
	clear: both;
}
div.clear {
	clear: both;
}

span.highlight {
	background-color: #ffc;
}









body {
	font-size: 101%;
	font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	background-color:#006158;
	margin: 30px 20px;
 }

.title { font-weight:bold;}

div.wrapper {
	width: 54em;
	margin: 0 auto;
}


#mapAppContent .wrapper {
	background-color: #ffffff;
}




div#pageHeader {
	color: #fff;
	height: 50px;
	padding: 0 0 8px 0;
}
div#pageHeader a#msuLink {
	display: block;
	width: 138px;
	height: 50px;
	float: left;

}

div#gray_bar {
	height: 10px;
	padding: 0 0 3px 0;
}

div#contentHeader {
	text-align: left; 
	height: 169px; 
	padding-top: 0;
	margin: 0;
	background: url('/blog/wp-content/themes/mtga/images/page_header_2.jpg') no-repeat center;
}



div#contentHeader h1 {
	font-size: 1.6em;
	padding: 30px 0 0 180px; 
	border: 0;
	line-height: 150%;
	color: #fff;
}

div#contentHeader a {
	text-decoration: underline;
	color: #000;
}

div#contentHeader a:hover {
	color: #088C80;
}

div#contentHeader h2 {
	color: #000; 
	font-size: 0.8em; 
	padding: 20px 0 0 182px; 
	font-weight: bold; 
	border: 0; 
}

#headerimage {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}




div#content a:link, div#content a:visited, div#content a:hover {
	color: #063;
	text-decoration: none;

}

div#content a:hover {
	color: #fff;
	background-color: #063;

}

div#content h2 {
	margin: 6px 0 6px 0;
	font-size: 100%;
	color: #333;


}

div#content p {
	margin: 6px 0 6px 0;
	line-height: 1.4em;
	font-size: 80%;
	color: #333;
}

div#content ul {
	margin: 6px 0 6px 25px;
	line-height: 1.4em;
	font-size: 80%;
	color: #333;
}

div#content ul li {
	margin: 3px 0 3px 0;
	

}



div#footer div.wrapper {
	border: 1px solid #ddd;
	margin-top: 10px;
	background-color: #eee;
	color: #666;
}

div#footer_left {
	float: left;
	width: 38em;
	text-align: left;
}

div#footer_right {
	float: right;
	width: 8em;
	text-align: right;
	margin: 0 .5em 0 0;
}
div#footer p {
	font-size: 75%;
	margin: 0;
}

div#footer_right p {
	padding: .8em 0 .8em 0;

}

div#footer_left p {
	padding: .2em 0 .2em .5em;

}

div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #063;
	text-decoration: underline;

}

div#footer a:hover {
	background: #063;
	text-decoration: none;
	color: #fff;
}

div#calloutBox {
	width: 50%;
	padding: .5em;
	border: 1px solid #ddd;
	margin: 1.5em 0 1.5em 0;
	text-align: center;
}

