/*  Page essentials		*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
	font: normal 10px Tahoma, Arial;
}

#container{
	margin: 10px auto 10px auto;
	width: 775px;
	background-color: transparent;
	position: relative;
}

#header{
	width: 100%;
	background-image: url('/images/mdg_header_logo.png');
	filter: alpha(opacity=50); /* IE's opacity*/
}

div.header_background{
	background-color: #000000;
	height: 100%;
	filter: alpha( opacity=0 ); /* IE's opacity*/
	left: 0px;
	opacity: 0.0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}

div.header_contents{
	background-color:transparent;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 101;
}

#header_logo {
	z-index:105;
	background-color: transparent;
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#header ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	height: 50px;
/*	list-style-image: url('/images/header_nav_arrow.gif');
	list-style-position: inside;*/
}

#header li {
	display: inline;
	margin-left: 1.2em;
	padding-bottom: 12px;
	background-image: url('/images/header_nav_arrow.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header li a {
	font: bold 14px Arial;
	color: #B0B06A;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-left: .5em;
}

#header li a:hover {
	font: bold 14px Arial;
	color: #493426;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-left: .5em;
}

#maincontent {
	width: 100%;
	float: left;
}

#lside{
	width: 400px;
	float: left;
	margin-left: 50px;
	margin-bottom: 10px;
}

#rside{
	width:200px;
	margin-bottom: 10px;
	float: right;

}

#wtxtbox {
	position: relative;
	width: 350px;
}

#ntxtbox{
	margin-left: -30px;
	width: 200px;
}

div.box_background{
	background-color: #000000;
	height: 100%;
	filter: alpha(opacity=50); /* IE's opacity*/
	left: 0px;
	opacity: 0.00;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}

div.box_contents{
	background-color:transparent;
	height: 100%;

	position: relative;
	width: 100%;
	z-index: 101;
	
/*	margin-top: .8em;*/
	padding:5px;
	font: normal 1.1em Tohoma;
	color: #FFFFFF
}

#wtxtbox h1 {
	font: bold 2.4em Tohoma;
	margin-top: -.8em;
}

#ntxtbox h1 {
	font: bold 2.4em Tohoma;
	margin-top: -.8em;
}

#footer {
	float: left;
	width: 100%;
	height: 100px;
	background-color: #242424;
	color: #8D8E83;
	font: normal 10px Tahoma, Arial;
	line-height: 16px;
	border-top: 1px solid #FFFFFF;
}

#footer a a:hover a:visited{
	background-color: #242424;
	color: #8D8E83;
	text-decoration: none;
}

#footer ul {
	margin: 0;
	padding: 0;
	cursor: default;
	color: #8D8E83;
	background-color: #242424;
}

#footer li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #8D8E83;
	background-color: #242424;
}

#footer li.first{
 border: 0;
}

#footer li.last{
}

#footer li a {
	text-decoration: none;
	padding: 5px 7px 0px 9px;
	color: #8D8E83;
	background-color: #242424;
}

#footer li a:visited a:link a:hover{
	text-decoration: none;
	padding: 5px 7px 0px 9px;
	color: #8D8E83;
	background-color: #242424;
}

#footerdetails {
	float: left;
	padding-left: 40px;
	margin-top: 35px;
	text-align: center;
	font: 1em;
	width: 55%;
}

#footericons {
	float: right;
	margin-top:60px;
	vertical-align:bottom;
	padding-left: 10px;
}

#footermdglogo {
	float: right;
	padding-right: 10px;
}

#footermdglogo a {
	text-decoration: none;
	padding: 5px 7px 0px 9px;
	color: #8D8E83;
	background-color: #242424;
}

/*** Just for Looks ***/
form {
	border: 0; margin: 0; padding: 0;
}

input, select, textarea {
	margin: 0;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

img {
	border: 0; margin: 0; padding: 0;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	border: 0;
	padding: 0;
	color: #E1B611;
	background-color: #000000;
 	text-decoration: none;
}

a:visited {
	color: #E1B611;
	background-color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

/*** IE Fix ***/
img.transparent {
	behavior: url("/css/pngbehavior.htc");
}