@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
.mnsocial {
	width:100%;
	height:72.5px;
	padding-top:20px;
}
.mn {
	width:100%;
	height:47.5px;
	/*background:#C1BDBD;*/
	padding-top:45px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:18px;
}
ul.menu {
	list-style: none; 
	/*margin-bottom: 5px;*/
	padding:10px;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #cfcdcd;

}
ul.menu li {
	/*border-bottom: 1px solid #666;*/
	display:inline;
	margin:0;
}
ul.menu a, ul.menu a:visited { 
	padding: 7px 7px 7px 7px;
	/*width: 150px;*/
	text-decoration: none;
	background-color: #ECECEC;
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus { 
	background-color: #cfcdcd;
	color: #000;
}
/**/
.copy {
	width:100%;
	height:auto;
	padding-top:10px;
}
.mnfoot {
	width:100%;
	height:auto;


}
ul.footer {
	list-style: none; 
	/*margin-bottom: 5px;*/
	padding:10px;
	border-bottom:1px #cfcdcd dashed;


}
ul.footer li {
	/*border-bottom: 1px solid #666;*/
	display:inline;
	margin:0;
}
ul.footer a, ul.footer a:visited { 
	padding: 7px 7px 7px 7px;
	/*width: 150px;*/
	text-decoration: none;
	/*background-color: #ECECEC;*/
}
ul.footer a:hover, ul.footer a:active, ul.footer a:focus { 
	/*background-color: #cfcdcd;*/
	color: #000;
}
