/* CSS Document */

body {
 margin: 0;
 padding: 0;
 background-color: #86bde2;
 color: white;
 background-image: url(assets/images/mainbg2.gif);
 background-repeat: repeat-x;
 font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a {color:#FF0066; text-decoration:none;font-weight:bold;}
a:hover {color: #86bde2; text-decoration:none;}


#wrapper {
 padding: 0px;
 margin:10px;
}

#whitebx {
 color: black;
 padding: 0px;
 margin:10px;
 width:718px;
		background:url("assets/images/whiteboxT.gif") top no-repeat;
		background-color:#ffffff;
}
#whitebx .bottom{
	background:url("assets/images/whiteboxB.gif") bottom no-repeat;
	background-color:#ffffff;
	height:25px;
}

#header-bottom {
	width:718px;
}

#header-bottom ul {
 margin: 0;
 padding: 0px 10px 0 0;
 text-align: right;
}

#header-bottom li {
	padding-top:5px;
 display: inline;
 color: #ffffff;
 font-weight:bold;
 font:12px "Century Gothic",Verdana, Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;
 letter-spacing:1px;
}
.callus {color:#3399FF;font-style:italic;font:12px "Century Gothic",Verdana, Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;letter-spacing:1px;}


#header-bottom a:link, #header-bottom a:visited {
 text-decoration: none;
 color: #ffffff;
 text-transform:uppercase;
 font: 11px "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
}
#header-bottom a:hover{
 text-decoration: none;
 color:#6699FF;
}

#mnmlogo {
 margin: 0;
 padding: 0 0 0 10px;
 width: 275px;
 float: left;
}


#flashnav {padding-top:10px;text-align:center;}

#main {
 position: relative;
 top:0;
 left: 0;
 width: 100%;
 margin-top: 10px;
}

#content {
 margin: 0 240px 0 0px;
 color: black;
 text-align:left;
}

#content .inner {
 margin: 10px 10px 10px 30px;
}

#content .inner h1 {
 color: #3f97d1;
 padding-bottom: 0.2em;
 font: 20px "Century Gothic", Verdana, Arial, sans-serif;
 font-weight:normal;
}

#content .inner h3 {
 font-size: 12px;
 text-transform:uppercase;
 font-weight:normal;
 color: #336699;
}

#content .inner p {
 color: #666666;
 font-size: 10px;
 line-height:14px;
}

#content .inner li {
 color: #666666;
 font-size: 10px;
 line-height:12px;
 padding-bottom:5px;
 
}

#content .inner td {
 color: #666666;
 font-size: 10px;
 line-height:12px;
}

#content .photoright {
position:absolute;
right:10px;
 width:180px;
}



#bluebx {
 position: absolute;
 background:url("assets/images/bluebxT.gif") top no-repeat;
 top: 0;
 right: 0;
 width: 200px;
 color: white;
 margin: 5px 10px 0 10px;
 padding: 0px;
 background-color:#3f97d1;
 text-align:left;
}
#bluebx h3 {
	color:white;
	font:16px "Century Gothic", Verdana, Arial, san-serif;
	font-weight:normal;
	border-bottom:1px solid #ffffff;
	text-align:left;
	padding: 0 5px 0 5px;
	}
#bluebx p {
	color:white;
	text-align:left;
	padding: 0 10px 0 10px;
	}
#bluebx .bottom {
		display:block;
		text-align:right;
		margin:0px;
		background:url("assets/images/bluebxB.gif") bottom no-repeat;
	}

#bluebx a {color: #AED7FF; text-decoration:none;font-weight:bold;}
#bluebx a:hover {color: #FF0066; text-decoration:none;}

#graybx {

 background:url("assets/images/graybxT.gif") top no-repeat;
 width: 692px;
 color: white;
 margin: 0 10px 0 10px;
 min-height:50px;
 padding:0;
 background-color:#b0b1b1;
 text-align:left;
}
#graybx h3 {
	color:white;
	font:16px "Century Gothic", Verdana, Arial, san-serif;
	font-weight:normal;
	text-align:left;
	padding: 0 5px 0 5px;
	}
#graybx p {
	color:white;
	text-align:left;
	padding: 0 10px 0 10px;
	}
#graybx .bottom {
		display:block;
		text-align:center;
		margin:0px;
		padding-bottom::0;
		height:30px;
		background:url("assets/images/graybxB.gif") bottom no-repeat;
	}
#graybx .bottom .address {
		display:block;
		text-align:center;
		margin:0px;
		padding-top:10px;
	}
#graybx .bottom .address a{
		color:#FFFFFF;
		font-weight:normal;
	}
#graybx .bottom .address a:hover{
		color:#86bde2;
		font-weight:normal;
	}
	
	
/* Form Styles */

#formdiv {padding: 0px 15px 15px 15px;
	font-size:9px;}
#formdiv td {align-text:left;}
input{
	font: 10px Verdana, Arial, san-serif;
	padding: 0;
	margin:0;
	border: 1px solid #999999;
	background-color: #efefef;
	height:16px;
	color: #336699;
	margin:1px;
}
#checkme {border:none;background-color: #ffffff;}
select{
	font: 10px Verdana, Arial, san-serif;
	padding: 0;
	margin:0;
	border: 1px solid #999999;
	background-color: #efefef;
	height:16px;
	color: #336699;
	margin:1px;
}

textarea{
	font: 10px Verdana, Arial, san-serif;
	padding: 0;
	margin: 0;
	border: 1px solid #999999;
	background-color: #efefef;
	height:60px;
	color: #336699;
}