@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	line-height:100%;
	background: #f2f1ef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body a {
	color: #0090c5;
	text-decoration:none;
}

body a:hover {
	color:#01607F;
	text-decoration:underline;
}

/* Top banner content */


.myBanner {
	background-color: #010C12;
	width:100%;
}

.searchBox {
	font-size: 0.88em;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EBEBEB;
	border: thin inset #FFFFFF;
	text-indent: 4px;
}

.searchBox2 {
	font-size: 0.88em;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: thin inset #FFFFFF;
	text-indent: 4px;
}

.searchButton {
	font-size: 0.81em;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/*background-image: url(/images/search-button.gif);*/
}

.searchContainer {
	float:right;
	font-size: 0.75em;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 78px;
	/*padding-top: is set in IE conditional statement as bug exists*/
	padding-right: 4px;
}

.searchContainer2 {
	float:right;
	font-size: 0.75em;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 76px;
	/*padding-top: is set in IE conditional statement as bug exists*/
	padding-right: 15px;
}

.searchContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
.searchContainer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.myBanner #mnzLogo {
	display:none;
	margin: 0;
	padding: 0;
}

.myBanner #hideURL{
	display: none;
}

.myBanner #container {
	/*width: 86%;*/
	width: 90%;
	 /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 108px;
	background-color: #010C12;
} 

.myBanner #bannerLeft {
	float: left;
	background-repeat: no-repeat;
	overflow: visible;
	background-image: url(/images/mnz-banner-left.jpg);
	background-position: left top;
	width: 300px;
	padding: 0px;
	height: 108px;
	margin: 0px;
}
.myBanner #bannerRight h3, .myBanner #bannerRight p {
	color: #FFFFFF;
	text-align: right;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

.myBanner #bannerRight {
	color: #FFFFFF;
	background-image: url(/images/mnz-banner-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 300px;
	height: 108px;
	padding: 0px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* <!-[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.searchContainer { padding-top: 80px; } 
.searchContainer2 { padding-top: 70px; }
 the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs 

<![endif]*/

