@charset "UTF-8";
/* BLUE MEDIA website */

/*------------------- global style -------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #031f39;
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6,li{
	margin: 1ex 1em;
}
div#outerDiv{
	position: relative;
	width:980px;
	margin: 0 auto;
	background: #031f39 url(../images/home/mmpHome_topBanner.jpg) no-repeat;
}
h1{
	font: lighter 1.3em Arial, Helvetica, sans-serif;
	color: #2e3192;
}
h2{
	font: lighter 1em Arial, Helvetica, sans-serif;
	color: #2e3192;
}
h4{
	font: italic lighter 0.8em Arial, Helvetica, sans-serif;
	color: #686292;
	margin-top: -6px;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #2e3192;
	font-size: .9em;
	font-weight:bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .9em;
}
/*------------------- header -------------------*/
div#header{
	height: 125px;
	position:relative;	
}
/*------------------- MAIN MENU -------------------*/
#header #mainMenu{
	position: absolute;
	bottom: 0;
	width: 980px;
	background: #031f39;
}

#mainMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: lighter;
	letter-spacing: -1px; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85e613;
	
	}

#mainMenu li a:link, #mainMenu li a:visited{
	font-family: "Arial", sans-serif;
	display: block;
	color: #85e613;
	text-decoration: none;
	padding: 0;
	margin-right: 0;
	line-height: 36px;
	background: url(../images/home/mmpNavBtn.jpg) no-repeat left bottom;
	border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color:#F1D98C;
	background-position: left top;
	
}
/*------------------- FOOTER -------------------*/
#footer {
}
#footerEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #76B0E1;
	text-align: right;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #76B0E1;
}
a:hover {
	border-bottom-color: #76B0E1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a:visited {
	color: #76B0E1;
}
.thumbs {
	padding: 10px;
}
.clickToLaunch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #76B0E1;
}
