

/* Structure -----------------------------------------------------------------------*/


html, body { height: 100%; }

body { 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	text-decoration: none;
	background-color: #acacac;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed; 
	}

#horizontal {
	color: #fff;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%; }
	

#vertical {
	background-color: #717171;
	margin-left: -50%;
	position: absolute;
	top: -332px;
	left: 50%;
	width: 100%;
	height: 664px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x; 
	}

#container {
	color: #000;
	position: relative;
	height: auto !important; /* For newish browsers */
	height: 100%; /* This is for crappy IE*/
	min-height: 100%; /* For newish browsers*/
	margin: 0 auto;
	width: 848px; 
	}
	
	
/* Header -------------------------------------------------------------------------*/

	
#header { 
	height: 150px;	
	width: 848px;
	background-color: #717171; 
	}
		
#header #mdlogo h1 { 
	margin:0; padding:0; 
	text-align: left;	text-indent: -9000px; display: none; 
	}
		
#md_logo { 
	position: absolute; 
	left: 0px; top: 25px; 
	}
	

/* Navigation ----------------------------------------------------------------------*/

		
#nav { 
	background: #424242; 
	}

#nav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: relative; 
	position: absolute; 
	right: 30px; 
	top: 110px; 
	}

#nav li {
	float: left; 
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase; 
	}

#nav ul li a { display: block; padding: 0 0 0 15px; }
#nav li a { color: #acacac; text-decoration: none; }
#nav li a:hover { color: #fff; }


/* Content -------------------------------------------------------------------------*/

#content { 
	height: 465px;	
	text-align: left; 
	}

#thumb-main ul.thumbs { list-style: none; margin: 0; padding-top: 35px; }
#thumb-main ul.thumbs li { float: left; margin: 0 30px 0 0; padding: 0; position: relative; }
#thumb-main ul.thumbs li a img { border: 2px solid #717171; }
#thumb-main ul.thumbs li a:hover img { border: 2px solid #F25824; }
.category { margin: 0 0 3px 0; padding: 0; }

#info { 
	width: 182px;
	float: left;
	margin: 30px 0 0 0; 
	padding: 0;
	}
	
#info2 { 
	width: 182px;
	float: left;
	margin: 30px 0 0 30px; 
	padding: 0;
	}
	
.info2 { 
	margin: 35px 0 0 0;
	padding: 0;
	}
	
#info3 { 
	margin: 35px 0 0 30px;
	padding: 0;
	width: 394px;
	float: left;
	}
	
p { 
	margin: 0 0 1em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	line-height: 1.3em; 
	color: #555555; 
	}

em { 
	font-weight: bold;
	color: #000; 
	}
	
.datesTimes { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	line-height: 1.3em; 
	color: #555555; 
	}

#thumb-port { 
	height: 465px; 
	width: 636px;
	float: right;
	}

#thumb-port ul.thumbs { list-style: none; margin: 35px 0 0 0; padding: 0; }
#thumb-port ul.thumbs li { float: left; margin: 0 30px 35px 0; padding: 0; position: relative; }
#thumb-port ul.thumbs li a img { border: 2px solid #717171; }
#thumb-port ul.thumbs li a:hover img { border: 2px solid #F25824; }

#pager { 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	left: 0px; 
	bottom: 105px; 
	}
	
#pager img { margin: 0 0 -6px 0; }
	
.oneof {
	margin: -5px 0 20px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #717171; 
	}

img { border: 0; }
a img { text-decoration: none; }

a:link, a:visited, a:hover { color: #F25824; text-decoration: none; }
a:hover { color: #acacac; border: 0 none; }	


#footer {
	text-align: left; 
	margin: 7px 0 0 0;
	padding: 0; 
	font-size: 12px;
	color: #636363; 
	clear: both;
	background-image: url(../images/text_footer.gif);
	background-repeat: no-repeat;
  	height: 50px;
 	width: 818px;
	}
	
#imagemep a {
  position: absolute;
  height: 20px;
  width: 215px;
  top: 625px; 
  left: 600px; 
  text-decoration: none;
  }

#imagemep a i { visibility: hidden; }

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix {display: inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
* html .clearfix{ height: 1px; } 


