@charset "utf-8";
* {
padding: 0px;
margin: 0px;
}

h2 {
	font-family: Georgia, Times, serif;
	color: #a74f1a;
	font-size: 1.6em;
	line-height: 1.9em;
	font-weight: normal;
}

body {
	background-color: #b4b8be;
	font-size: .8em;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	behavior: url("csshover.htc");
}

img {
	behavior: url('iepngfix.htc');
	border-style: none;
}

#wrapper {
	width: 921px;
	margin:0 auto;
}

#top {
	width: 921px;
	height: 115px;
	position: relative;
}

#logo {
	height: 115px;
	width: 264px;
	float: left;
	background-image: url(../images/mgi_logo.gif);
	background-repeat: no-repeat;
}

#header {
	height: 115px;
	width: 657px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/mgi_header_bg.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#flash {
	position:absolute;
	clear: left;
}

/*
#header ul {
	width: 657px;
	position: absolute;
	top: 90px;
}


#header ul li {
	float: left;
	list-style:none;
 }

#header ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 28px 0px 28px;
	display: block;
	height: 21px;
}

* html #header ul li a {
	height: auto;
}

#header ul li a:hover {
	background:#1f3b6b;
	}

#header ul ul li {
	padding: 0;
	float:none;
	display: block;
	}
	
#header ul li:hover {
	position: relative;
	background:#1f3b6b;
	display: block;
	}

#header ul li:hover ul {
	display: block;
	}

#header ul ul li a:hover {
	text-decoration: underline;
	background: none;
	display: block;
	}
	
* html #header ul ul li a:hover {
	text-decoration: underline;
	background:none;
	display: block;
	}
	
#header ul ul li:hover {
	background:none;
	display: block;
	}

* html #header ul ul li:hover {
	background:none;
	display: block;
	}

#header ul li:hover ul li a:hover {
	background-image: none;
	text-decoration: underline;
	display: block;
	}
	
#header ul ul {
	display: none;
	position: absolute;
	background-color: #1e3a69;
	left: 0px;
	top: 18px;
	width: 160px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 5px 0;
	line-height: 20px;
	}
	
#header ul ul a {
	padding: 3px 8px 0px 8px;
	color: #ffffff;
	display: block;
	}

*/
#mainBg {
	width: 921px;
	background-image: url(../images/mgi_site_bg.png);
	background-repeat: repeat-y;
	clear: left;
}

#mainBg2 {
	width: 899px;
	background-image: url(../images/MGI_starBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
		clear: left;
}

#main {
	background-image: url(../images/MGI_gradientBG.png);
	background-repeat: repeat-x;
	background-position: top;
		clear: left;
}

* html #main {
background-image:none;
	clear: left;
}

#content {
	padding: 45px 32px 45px 32px;
	font-size:14px;
	color:#444;
	line-height:26px;	clear: left;
}

#content p {
	margin:0 0 22px 0;
	}

#content img {
	border:thin;
	border-color:#000000;
}

#content ul {
	list-style-position: inside;
	padding: 0 0 0 12px;
}
#content li {
	padding:  0 0 8px 0;
}

#contentTop {
	padding: 45px 0 0 32px;
}

#contentTopText {
	width: 540px;
	font-size:14px;
	color:#444;
	line-height:26px;
}

#contentTop img {
margin-bottom: 25px;
}

#contentBottom {
	width: 844px;
	padding: 0px 0 50px 0px;
	text-align: center;
	color:#444;
	line-height:26px;
}

/*Firefox background clear work around*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#conentBottomText {
	width: 540px;
	float: right;
}

#conentBottom img {
	float: left;
	padding-top: 18px;

}

#bottom {
	width: 921px;
	clear: both;
	color: #44484d;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/MGI_bottomGradient.png);
	background-repeat: no-repeat;
	background-position: 0px top;
}

#bottom ul {
	padding: 6px 0 0 10px;
}

#bottom li {
	float: left;
	list-style-type: none;
	padding:0 12px 0 12px;
}

#bottom li a {
	color: #44484d;
	text-decoration: none;
}

#bottom li a:hover {
	text-decoration: underline;
}

.copyRight {
	text-align: right;
	padding: 0 22px 0 0;
}

.copyCenter {
	text-align: center;
	padding: 0 22px 0 0;
}

#map_canvas {
	margin-left: 12em;
	border: 1px solid #000;
	img { behavior:none } 
}

#subnav {
	float: left;
	width: 200px;
}

#content-right {
	float: left;
	width: 721px;
}

.index-text {
	width: 900px;
	margin-top: 10px;
	}
	
.index-text a {
	text-decoration: none;
	}

.index-text a:hover {
	text-decoration: underline;
	}

#nav, #nav ul {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
position:absolute;
top:88px;
width:657px;
}
#nav ul li {
display:block;
line-height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:160px;
}
#nav a {
color:#FFFFFF;
display:block;
padding:0 28px;
text-align:left;
text-decoration:none;

}
#nav li {
float:left;
}

* html #nav li {
	height: 30px;
	}


#nav li ul {
left:-999em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:-67px;
position:absolute;
}

* html #nav li ul {
	margin-top: -70px;
}

#nav ul li ul {
width:500px;
}
#nav li:hover ul, #nav li.sfhover ul {
background-color:#1E3A69;
left:auto;
width:100px;
}
#nav a:hover {
background-color:#1E3A69;
}
#nav ul li a {
background-color:#1E3A69;
padding:2px 5px 2px 10px;
width:145px;
}

#nav ul li a:hover {
text-decoration: underline;
}
