



	
@media all and (max-width : 730px) {

	body { padding: 10px 0 20px 0; font-size: 14px; }
	#container { width: 95%; position: relative; }
	#navMain { display: none; }

	#content {
		margin-top: 140px;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	    line-height: 20px;
	    clear: both;
	    width: 100%;
	}

	#content p, #content h1 { font-size: 14px; }

	#logo { top: 40px; }

	div.c1 {
		margin-left: 16px;
		margin-bottom: 15px;
		width: 90%;
		text-align: left;
	}
	div.c2, div.c2.wide {
		margin-left: 16px;
		width: 90%;
		clear: both;
	}

	div.c1.neu {
		width: 90%;
		padding-right: 0;
		float: left;
		text-align: left;
	}

	div.c2.neu {
		margin-left: 16px;
		width: 90%;
		clear: both;
		text-align: left;
	}

	#mobHead {
		display: block;
		padding: 10px 0 20px 0;
	}

	#mobHead div {
		margin: 0 10px;
		padding: 5px;
		display: block;
	}

	#mobHead div h1 {
		float:left;
		width: 50%;
	}
	#mobHead div p {
		text-align: right;
		padding-right: 5px;
		width: 100%;
	}

	#mobHead div p a {
		color: #fff;
		text-decoration: none;
	}

	#footertext {
	    margin-top: 20px;
	    margin-left: 16px;
	    font-style: italic;
	    font-size: 11px;
	    width: 90%;

	}

	.divider {
	    position: relative;
	    clear: both;
	    padding: 2px 0 10px 0;
		width: 100%;
	}

	.divider img { width: 100%; }

	#shadowBottom {
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
		width: 100%;
	}

	div.c1.data {
	    margin-bottom: 0px;
	}

	#data, #navMeta { display: none;}

	div.c2.data { width: 90%; }

	div.c2.data.top {
	    margin-top: 0px;
	}


	#mob_outer {
		display: block;
		position: absolute;
		right: 30px;
		top: 20px;

		width: 30px;
		height: 0px;
		padding: 6px 0 10px 0;
		border-top: 4px solid #000;
		border-bottom: 4px solid #000;
	}

	#mob_inner {
		width: 30px;
		height: 0px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
	}

	#navMobile {
		display: none;
		font-size: 14px;
		line-height: 20px;
	}

	#navMobile ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0 0 10px 0;
		color: #055676;
		font-weight: bold;
		border-top: 1px solid #e5f1b2;
	}

	#navMobile ul a {
		text-decoration: none;
		color: #fff;
	}

	#navMobile ul span { font-weight: normal;}

	#navMobile ul li {
		padding: 10px 10px 10px 35px;
		border-bottom: 1px solid #e5f1b2;
		background-image: url(../img/bg_transp.png);
		background-position: 25px 0px;
		 background-repeat: repeat-y;
	}

	.mn1 { background-color: #dbaf2a; }
	.mn2 { background-color: #00c3df; }
	.mn3 { background-color: #e4da2a; }
	.mn4 { background-color: #e0c5b4; }
	.mn5 { background-color: #71dc3e; }
	.mn6 { background-color: #c6ec23; }
	.mn7 { background-color: #96e581; }

	#toplink {
		display: block;
		position: absolute;
		bottom: 23px;
		right: 28px;
		font-size: 10px;
	}
	#toplink a {
		color: #6c8862;
		text-decoration: none;
	}
	#toplink a:hover {
		color: #6c8862;
		text-decoration: underline;
	}
	br.wide { display: none; }
}


