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

.gotocontent
{
	display: none;
}

#position
{
	width: 100%;
	margin: 0 auto;
	min-width: 895px;
}

.innerposition
{
	width: 851px;
	min-width: 851px;
	margin: 0 auto;
	position: relative;
	padding: 0 22px 0 22px;
}

#header
{
	width: 100%;
	height: 140px;
	background: url("/images/site/mn_header_bg_jul11.jpg") no-repeat top center;
}

#logo
{
	position: absolute;
	top: 80px;
	left: 22px;
}

#mainNav
{
	width: 100%;
	height: 36px;
	background: #000 url("/images/site/mn_menu_bg_jul11.jpg") repeat-x top;
	position: relative;
}

#contentWrapper
{
	padding-top: 40px;
	min-height: 475px;
}

.contentContainer
{
	margin-top: 35px;
	/****

	might be nice to scroll the content with a javascript styled scrollbar  if it happens certain widths will need to be modified to accomodate the scroll bar width?
	max-height: 400px;
	overflow: auto;***/
}

/* columns */

/* 3 cols */

.mnleftcol
{
	float: left;
	width: 257px;
	padding: 0 50px 20px 0;
	border-right: 1px solid #3f3f3f;
	min-height: 405px;
}

.mnmidcol
{
	float: left;
	width: 200px;
	padding: 0 40px 20px 30px;
	border-right: 1px solid #3f3f3f;
	min-height: 405px;
}

.midwide
{
	width: 440px !important;
	border-right: none !important;
}

.newscol
{
	width: 620px !important;
	padding-right: 0 !important;
}

.mnrightcol
{
	border-right: none !important;
	width: 240px;
	padding: 0 0 20px 30px;
}

.mnmidcol div, .mnleftcol
{
	padding-bottom: 15px;
}

.mnserv3col, .mnserv2col
{
	float: left;
	width: 235px;
	border-right: 1px solid #3f3f3f;
	min-height: 150px;
	padding: 0 40px 20px 30px;
}

.mnserv2col
{
	width: 390px;
}

.mnserv3colfirst
{
	padding-left: 0 !important;
}

.mnservcol
{
	padding-right: 0 !important;
	border-right: none;
}

/* left nav cols */

.leftnav, .leftnavb
{
	width: 190px !important;
	padding-right: 10px;
}

/*img gallery*/

.imagegallerycontainer
{
	margin-bottom: 15px;
	border-bottom: 1px solid #3f3f3f;
	position: relative;
}

.imagegalleryslider
{
	padding: 0 4px;
	width: 620px;
	overflow: hidden;
	position: relative;
}

.imagegalleryslider a
{
	margin: 0 5px;
}

.gallerypiccaption
{
	width: 620px;
	height: 25px;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.gallerypiccaptionback
{
	width: 620px;
	height: 25px;
	background: #000;
	 /* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
}

/* news layout */

.newscontainer
{
	margin-bottom: 10px;
	border-bottom: 1px solid #3f3f3f;
}

/* news ticker */

#newscontainer
{
	width: 480px;
}

/* fb and youtube*/

.linkbarright
{
	float: right;
	width: 235px;
}

/*** Footer ***/

#linkbar
{
	width: 100%;
	background: url("/images/site/mn_footer_bg_jul11.jpg") repeat-x top;
	position: relative;
	height: 175px;
	clear: both;
}

.innerlinkbar
{
	padding-top: 25px;
	height: 159px !important;
}

.linkbarleft
{
	float: left;
	width: 575px;
	border-right: 1px solid #2f2f2f;
}

#footer
{
	height: auto !important;
	height: 20px;
	min-height: 20px;
	min-width: 970px;
	margin: 0 15px 15px 15px;
	padding: 12px;
}

#footer p
{
	float: left;
	padding: 0px 40px 0 40px;
}

#footer p, #footer a
{
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #666;
}

#footer p.signOffTwo
{
	margin-left: 40px;
}

#footer p.signOffThree
{
	float: right;
}


