﻿/* CSS Document */
*
{
	margin: 0;
	padding: 0;

}

/* =Basic HTML, IDs and Classes
----------------------------------------------------------------------*/

body
{
	/*background: #90BDDE;*/
	/*background: url('../MDNEW/img/pageback2.jpg') no-repeat;*/
	font: 12px "Trebuchet MS", Arial, sans-serif;
	text-align: center
}

#header
{
	margin-left: auto;
	margin-right: auto;

	background: url('../MDNEW/img/mdbanner2.png') no-repeat;	
	width: 840px;
	height: 125px;
}

#header_wrap
{
	/*background: black;*/
	width: 100%;
}

#floatimg
{
	float: right;
	margin-top:-25px;
	margin-right:35px;
	clear:none;
	
}

#content
{
position:relative;
	margin-left: auto;
	margin-right: auto;
	/*background: blue url('woodbg790.jpg');*/
	width: 840px;
	height: 850px;
	overflow: hidden;
}

#gridcontain
{	position:relative;
left: 9px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	background: #D6DBD5 url('../MDNEW/img/gcback.png') no-repeat;
	width: 816px;
	height: 800px;
	border: thin black solid;
	padding: 10px;
clear: none;
z-index:2;
}
#gecontain
{
	margin-left: 0px;
	margin-right: 0px;

 background:  url('../MDNEW/img/geback2.png') no-repeat;
	width: 818px;
	height: 802px;
clear: none;
}

#bigbox
{
/*	background:#A2A9A3;*/
	background:#F1EECA;
	margin-left:auto;
	margin-right:auto;

	margin-top:50px;

	border: thin black solid;
	width: 725px;
	height:675px;
	padding:7px;

}


#container
{
position: absolute ;

left: -9px;top: 20px;
	/*margin-left: auto;
	margin-right: auto;
	background: url('img/scroll.png');*/
	width: 840px;
	height: 810px;
	/*overflow: hidden;*/
	clear: none;
	
	z-index:1;
	

}

#whatsupban
{
	margin-left: 0px;
	margin-right: 0px;

	background: url('../MDNEW/img/wuback3.png') no-repeat;
	width: 811px;
	height: 211px;
	/*border: thin black solid;*/
}

#wubox1
{
/*	background:#A2A9A3;*/
	background:#F1EECA;
	margin-left:40px;

	margin-top:11px;

	border: thin black solid;
	width: 375px;
	height:178px;
	float:left;
}

#wubox2
{
	background:#ffffff;
	margin-right:40px;

	margin-top:11px;

	border: thin black solid;
	width: 345px;
	height:178px;
	float:right;
}

.mdPhoto
{
margin-left: 5px;/*
margin-top: 5px;*/
float: left;
}

.mdmug
{
margin-right: 5px;
margin-top: 3px;
float:right;
}


#maincontent
{
	background: url('../MDNEW/img/mcback2.png') no-repeat;
	width: 401px;
	height: 621px;
	float:left;
	
	
	margin-top:5px;
}

#mainbox
{
	background:#F1EECA;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:auto;
	border: thin black solid;
	width: 350px;
	height:545px;
}

#infobar
{
	background: url('../MDNEW/img/ibback2.png');
	width: 401px;
	height: 201px;
	float:right;
	margin-top:5px;

}

#ibbox2
{
	background:#A2A9A3 url('../MDNEW/img/globe.png');
	margin-right:auto;
	margin-left:auto;
	margin-top:8px;

	border: thin black solid;
	width: 320px;
	height:178px;

}


#bannerlinks
{
	background: url('../MDNEW/img/blback2.png') no-repeat;
	width: 401px;
	height: 411px;
	float:right;
	
	margin-top:5px;

}

#ban{
	margin-left:25px;
}
.seal
{
  margin-top: -125px;
  margin-left: 195px;
  clear:none;
}

#content_wrap
{
	/*	background: fuchsia;*/
	width: 100%;
}

#footer
{
	background: gray;
}

#sidebarmenu
{
	background: green;
	width: 250px;
	height: 500px;
	float:left;
	clear:none;
	overflow: hidden;
}



#mainmenu
{
	background: navy;
	width: 790px;
	height: 30px;
	color:white;
	vertical-align: middle;
}


#menu ul 
{
position:relative;
			
		PADDING-RIGHT: 0px; 
		PADDING-LEFT: 0px; 
		PADDING-BOTTOM: 0px; 
		MARGIN: 0px; 
		PADDING-TOP: 0px; 
		LIST-STYLE-TYPE: none;
		z-index: 10;
		clear: none;
}

li > ul {
		LEFT: auto; 
		TOP: auto;
		clear: none;
		z-index:1;
		
}


#menu li
{
		float: left; 
		WIDTH:115px; 
		POSITION: relative;
		clear: none;
}
		
#menu a:visited
{
		display:block;
		margin:1px 0;
	   	padding:3px 0;
	   	background:#C0c0c0; 
	   	color:#625664;
	   	text-decoration:none;
	   	font-weight:bold;
}


#menu a:link
{
		display:block;
		margin:1px 0;
	   	padding:3px 0;
	   	background: #C0C0C0; 
	   	color:#625664;
	   	text-decoration:none;
	   	font-weight:bold;
}


#menu a:hover
{
		background:#625664;
		font-weight:bold;
		color:#C3C095
}

#menu li ul   
{
		display: none; 
		LEFT: 0px; 
		POSITION: relative
}

#menu li:hover ul  
{
		display:block;
		
}

#menu li.over ul  
{
		display:block;
}



