@charset "utf-8";

#header {
	background-color: #FFF;
	padding: 5px 0 5px 0;
}

#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #448ccb;
	padding: 0 0 0 15px;
	font-weight: lighter;
	margin: 0 0 8px 0;
	/*border-top: 5px solid blue;*/
}

.logocontainer {
	width: 965px;
}

.logoleft {
	width: 150px;
	float: left;
	padding-left: 6px;
	padding-bottom: 5px;
}

.menu {
	width: 600px;
	float: right;
}

.menu1 {
	position: relative;
	margin: 0 10px 0 0;
	z-index: 00001;
}

.menu1 .headtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #448ccb;
	padding: 0 0 0 25px;
	font-weight: lighter;
	margin: 0 0 0 0;
}

.menu1 ul {
	list-style-type: none;
	padding-left: 25px;
	text-align: right;
}

.menu1 ul li {
	list-style-type: none;
	display: inline;
}

.menu1 ul a {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background: url(/images/nav_bg_blue.jpg) 0 0 repeat-x;
	border-left: 1px solid #25569a;
	border-right: 1px solid #25569a;
}		

.menu1 ul a:hover {
	text-decoration: underline;
	background: url(/images/nav_bg_hover_blue.jpg) 0 0 repeat-x;
}	


#mgb_miniheading {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	border-top: 5px solid #25569a;
	background: #fff;
	position: relative;
	z-index: 2;
}	

#mgb_miniheading h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 20px;	
	margin: 15px 0;
	padding-bottom: 0;
}

#mgb_miniheading h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#mgb_miniheading p {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-size: 12px;
	margin-bottom: 10px;
}	

#footer {
	color: #fff;
	padding: 8px 0 8px 15px;
	font-size: 11px;
	font-weight:normal;
	background: #25569a;
	border-bottom: #25569a 1px solid;
}	

#lineup {
	clear:both;
}

#lineupplusline {
	clear:both;
	border-bottom: 1px solid #3399ff;
}

.lineup {
	clear:both;
}

.imageright {
	float:right;
	padding-left: 5px;
}

.imageright-indent {
	float:right;
	padding-left: 5px;
	padding-right: 35px;
}

.imageleft {
	float:left;
	padding-right: 5px;
}

.emphasis {
	font-style:oblique;
}

#mgb_outside_block {
	padding-left: 0;
	padding-right: 0;
	/*border-bottom: #25569a solid 1px;*/
}

#mgb_story_block_outer  {
    background-color: #ffffff;
    background-image: url(/cpg/themes/mgb/images/mgb_frame_repeat.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: left top;
    padding-left: 1px;
}

#mgb_story_block_outer div.mgb_story_block_inner {
    background-color: transparent;
    background-image: url(/cpg/themes/mgb/images/mgb_frame_repeat.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: right center;
    display: block;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0pt;
	border-bottom: #25569a solid 1px;
}

.mgb_faqtext p {
	color: #009;
}
