@charset "utf-8";
/* CSS Document */

#container {
	width: 809px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
}

h1 {
	display: none;
}

.shadow {
	margin: 0px;
	padding: 0px;
	background: url(../images/content_shadow.png) no-repeat top left;
	width: 807px;
	height: 6px;
}

.clear {
	clear: both;
}
/*---------------------------Cell Styles------------------------------------*/
.cell1 {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

.cell1 p {
	margin: 0px;
	padding: 0px;
	float: left;
}

.cell1 a {
	color: #c90;
}

/*---------------------------Header Styles------------------------------------*/
#header {
	background: url(../images/mmp_logo.png) no-repeat top left;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 800px;
	height: 150px;
}




/*---------------------------Nav Styles------------------------------------*/

#main-nav {
	background: url(../images/mmp_nav-bg.png) no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 807px;
	height: 48px;
	text-align: center;
	font-family: impact;
	font-size: 24px;
}

ul.menu {
	list-style:none; 
	margin: 0px; 
	padding:0px;
}

ul.menu li {
	position: relative; 
	float:left; 
	margin: 0px;
	padding: 5px 45px 0px 45px;
}

ul.menu a {
	color: #CCC;
	text-decoration: none;
}

ul.menu a:hover {
	color: #C90;
	text-decoration: none;
}

/*---------------------------Footer Styles------------------------------------*/

#footer-nav {
	background: url(../images/mmp_nav-bg.png) no-repeat top left;
	padding: 0px;
	margin: 5px auto;
	width: 807px;
	height: 48px;
	font-size: 16px;
}

#footer-nav ul.menu {
	list-style:none; 
	margin: 0px 0px 0px 180px; 
	padding: 7px 0px 0px 0px;
	
}

#footer-nav ul.menu li { 
	float:left; 
	margin: 0px;
	padding: 5px 5px 0px 5px;
	color: #fff;
	text-align: center;
}

#footer-nav ul.menu a {
	color: #c90;
	text-decoration: none;
}

#footer-nav ul.menu a:hover {
	color: #ccc;
	text-decoration: none;
}

/*---------------------------Content Styles------------------------------------*/
#sub-content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(../images/mmp_content_bg.png) no-repeat top left;
	width: 807px;
	height: auto;
}

#sub-content h3 {
	margin: 0px;
	padding: 10px;
	color: #fff;
}

#main-content h3 {
	margin: 0px;
	padding: 10px;
	color: #fff;
}


#sub-content p {
	margin: 5px 5px 0px 5px;
	padding: 0px;
	color: #fff;
}

#main-content {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	background: #000 url(../images/mmp_content_bg.png) no-repeat top left;
	width: 802px;
	height: auto;
}

#main-content h2 {
	margin: 0px;
	padding: 10px;
	color: #c90;
	font-size: 20pt;
}

#main-content p {
	padding: 10px;
	margin: 5px 5px 0px 5px;
	color: #fff;	
}

#print-content {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: url(../images/mmp_content_bg.png) no-repeat top left;
	width: 807px;
	height: 407px;
}


/*---------------------------Footer Styles------------------------------------*/



/*---------------------------Gallery Styles------------------------------------*/

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:768px; margin:0px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:762px; height:300px; padding:2px; background:#000}
#information {position:absolute; bottom:0; width:762px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:762px}
#image img {position: absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:720px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

/*---------------------------Contact Styles------------------------------------*/

#contact-form {
	background: url(../images/mmp_content_bg.png) no-repeat top left;
	width: 807px;
	height:407px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#postaddform {
	width: 498px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.form-color {
	color: #fff;
	font-size: 18px;
	padding: 0px 0px 0px 30px;
}

#postaddform #name {
	padding: 0px;
	margin: 5px 0px 5px -10px;
}

#postaddform #email {
	padding: 0px;
	margin: 5px 0px 5px -10px;
}

#postaddform #message {
	padding: 0px;
	margin: 5px 0px 5px -10px;
}

#status {
	color: #fff;
	margin: 0px;
	padding: 30px 30px 0px 30px;
	font-size: 14px;
}

#submit {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 498px;
}

#contact-info {
	color: #fff;
	margin: 0px;
	padding: 10px 0px 0px 30px;
}

#contact-info li {
	color: #fff;	
}

#contact-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	height: auto;
}

#contact-right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 298px;
	height: auto;
}

/*---------------------------Accordion Styles------------------------------------*/
/*http://www.stickmanlabs.com/accordion/*/

.accordion_toggle {
	display: block;
	height: 30px;
	width: 780px;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion_toggle_active {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
		
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
			
.accordion_content h2 {
	margin: 15px 0 0px 10px;
	color: #0099FF;
}
			
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 0px 10px;
}
			
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
  			
/*
	Horizontal Accordion
*/
		
.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: 400px;
	width: 30px;
	background: url(../images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.horizontal_accordion_toggle_active {
	background: url(../images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}
		
.horizontal_accordion_content {
	/* REQUIRED */
	height: 400px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	color: #fff;
}
			
.horizontal_accordion_content p {
	margin: 0px;
	padding: 5px 0px 0px 20px;
}


.horizontal_accordion_content h3 {
	margin: 0px;
	padding: 10px 0px 5px 20px;
}

					
					
    /* Container styling*/
#horizontal_container {
	margin: 10px auto 0px auto;
	width: 807px;   
	height: 400px; 
	background: url(../images/mmp_content_bg.png) no-repeat top left;
	padding: 0px;
}

#vertical_nested_container {
	margin: 20px auto 20px auto;
	width: 620px;
}
	
.video {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 400px;
	height: 300px;
}	

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }