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

	@media (min-width: 1200px) {
		.mwc-logo {
			position: absolute; 
			width:245px;
			height:239px;
		}
		.mwc-title-bar {
			display: inline-block;
			width:100%;
			background-color:#4f9ba3;
			height:auto;
			margin-top:60px;
		}
		.mwc-title {
			color:#f9e52f;
			font-size:48px;
			margin-left:270px;
			font-family:Futura-Dem;
			letter-spacing:4px;
		}
		.mwc-menu-bar{
			display: inline-block;
			width:100%;
			background-color:#8ed3d2;
			top:0px;
			height:35px;
			margin-bottom:90px;
		}
		.mwc-menu   {
			margin-left:270px;
			text-align:left;
			position:absolute;
			padding-left:0px;
			height:35px;
			display: inline-block
		}
		.mwc-menu li {
			color:#000;
			font-size:24px;
			font-family:Futura-Dem;
			letter-spacing:2px;
			list-style: none;
			line-height:34px;
			padding-right:45px;
			float: left;
		}
		.fb-logo {
			width:59px;
			height:59px;
			position: absolute;
			right:40px;
			top:68px;
		}
	}

@media (max-width: 1199px) {
		.mwc-logo {
			position: absolute; 
			width:122px;
			height:119px;
		}
		.mwc-title-bar {
			width:100%;
			background-color:#4f9ba3;
			height:auto;
			margin-top:30px;
		}
	.mwc-title {
			color:#f9e52f;
			font-size:24px;
			margin-left:130px;
			font-family:Futura-Dem;
			letter-spacing:4px;
		}
		.mwc-menu-bar {
			width:100%;
			top:0px;
			height:auto;
		}			
		.mwc-menu   {
			width:100%;
			text-align:left;
			padding-left:0px;
			display: inline-block;
			top:68px;
			background-color:#8ed3d2;

		}
		.mwc-menu li {
			margin-left:130px;
			color:#000;
			font-size:18px;
			font-family:Futura-Dem;
			letter-spacing:2px;
			list-style: none;
			line-height:18px;
			padding-top:4px;


		}
		.fb-logo {
			width:24px;
			height:24px;
			position: absolute;
			right:20px;
			top:38px;
		}
	}

	@media (max-width: 767px) {
		.fb-logo {
			display:none;
		}
	}

	.mwc-menu li a {
		color:#000;
		display: block;
	}
	.mwc-menu li a:hover {
		color:#666;
	}


	.mwc_h1 {color:#4f9ba3;font-size: 32px;}
	.mwc_h2 {color: #727373;
    border-top: 6px solid #f9ef60;
		border-bottom: 6px solid #f9ef60; 
    display: inline-block;
    margin: 0;
    padding: 3px;
    font-size: 22px;}
	
	
.mwc_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4d6db;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4d6db;
	box-shadow:inset 0px 1px 0px 0px #a4d6db;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4f9ba3), color-stop(1, #599da3));
	background:-moz-linear-gradient(top, #4f9ba3 5%, #599da3 100%);
	background:-webkit-linear-gradient(top, #4f9ba3 5%, #599da3 100%);
	background:-o-linear-gradient(top, #4f9ba3 5%, #599da3 100%);
	background:-ms-linear-gradient(top, #4f9ba3 5%, #599da3 100%);
	background:linear-gradient(to bottom, #4f9ba3 5%, #599da3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f9ba3', endColorstr='#599da3',GradientType=0);
	background-color:#4f9ba3;
	border:1px solid #16919c;
	display:inline-block;
	cursor:pointer;
	color:#f9e52f;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:12px 18px;
	text-decoration:none;
}
.mwc_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599da3), color-stop(1, #4f9ba3));
	background:-moz-linear-gradient(top, #599da3 5%, #4f9ba3 100%);
	background:-webkit-linear-gradient(top, #599da3 5%, #4f9ba3 100%);
	background:-o-linear-gradient(top, #599da3 5%, #4f9ba3 100%);
	background:-ms-linear-gradient(top, #599da3 5%, #4f9ba3 100%);
	background:linear-gradient(to bottom, #599da3 5%, #4f9ba3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599da3', endColorstr='#4f9ba3',GradientType=0);
	background-color:#599da3;
}
.mwc_button:active {
	position:relative;
	top:1px;
}	
	
	#main_content a.mwc_button {
		color:#f9e52f;
	}