/* Main CSS */

html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/g_background.jpg) repeat-x;
}


#container1 {
	height:100%;
	width:100%;
	min-width:940px;
	min-height:600px;
	text-align:center;
	position:relative;
}

/* ------- SITEMAP CSS ---------------------------------------- */

#body_sitemap {
			height:100%;
			margin:0;
			padding:0;
			background-color:#ffffff;
			text-align:left;
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:12px;
}

#container_main {
				margin: 50px auto;
				width: 600px;
				display:none;
}

a {color:#2c98d0; text-decoration:underline;}
a:hover {color:#2c98d0;text-decoration:none;}

h1 {
	font-family:Avenir, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#ffffff;
	margin:1px 0px 0px 5px;
}
h2 {
	font-family:Avenir, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#ffffff;
	padding:1px 0px 3px 5px;
	margin:0px;
	background-color:#2c98d0;
	width:100%;
	}

p {margin-top:5px;}


#content_box_top {
				width:594px;
				height:149px;
				background:url(../images/g_content_box_top.gif) no-repeat;
				margin:0px; position:relative; z-index:1;
				text-align:left;
}



	#mg_logo {margin:25px 0px 0px 32px; border:0px;}
	#logo_header_bar {
					width:137px;
					height:18px;
					margin:5px 0px 0px 32px;
					background:url(../images/g_MG_headerBar.gif) no-repeat;
	}

					

#content_box_expander {
					width:594px;
					background:url(../images/g_content_box_filler.gif) repeat-y;
					float:left;
					display:inline; position:relative; z-index:5;
}

	#content_links {
					width:135px;
					text-align:left;
					/*background-color:pink;*/
					margin:-23px 0px 0px 34px; float:left; 
	}
		
	#content_links	ul {list-style-type:none;}
	#content_links	ul li {
			margin:0px 0px 4px -35px;
			font-size:13px;
			font-weight:bold;
			}
		
			
	#content_main_text {
		text-align:left;
					width:340px;
					/*background-color:pink;*/
					float:left; 
					/*display:inline;*/
					/*position:relative; top:-125px; left:210px;*/
					margin:-125px 0px 0px 40px;

	}
	
		/*#main_header_bar {
				width:340px;
				height:17px;
				margin:0px;
				background:url(../images/g_content_headerBar.gif) no-repeat;
		}*/
		
		
		
		


#content_box_bottom {
					width:594px;
					height:52px;
					background:url(../images/g_content_box_bottom.gif) no-repeat;
}	

#footer {text-align:center;}
#footer a {text-decoration:none; color:#000000;}
#footer a:hover {color:#000000; font-weight:bold;}


