
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 88%;
}

	

   
.mainHeader nav {
	background:url(../img/menu_back.png);
	font-size: 1.143em;
	
	height: 48px;
	width:100%;
	line-height: 30px;
	margin: 14px auto 0px auto;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	
.mainHeader nav ul {
	list-style: none; 
	margin: 0px;
	padding:0px;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
	padding:0px 10px 0px 0px;
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
display: block;
height: 48px;
font-family: arial;
width: 143px;
font-size: 17px;
line-height: 47px;
text-decoration: none;
	
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background:url(../img/Hover.png);
	color: #fff;
height: 48px;
font-family: arial;
width: 143px;
font-size: 17px;
float:left;
line-height: 47px;
text-decoration: none;
		border-left:1px solid #525252;
			border-right:1px solid #525252;
			 moz-transition: all 0.9s ease-in-out 0.1s;
-webkit-transition: all 0.9s ease-in-out 0.1s;
transition: all 0.9s ease-in-out 0.1s; padding-left:2px;
			
}

.back_color { background:#F00;}
	
.header_back_background {width:100%; height:50px;  float:left; background:#F00;}
.mainHeader img {
	
	height: auto;
	margin: 1% 0;
}
background:url(../img/headercolor.png) no-repeat; overflow:hidden;}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;	
	margin-bottom: 3%;
}
.topcontent img{ width:100%;}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
}
.newback_img {width:45%; 
 height:118px; float:right;} 

.header_color_back { background:url(../img/headercolor.png) no-repeat; overflow:hidden;}
.row_new { width:100%; height:35px; background:url(../img/bottom-band-bg.jpg);}


@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}
	
	.mainHeader nav {
		background:url(../img/larg.png);
		
		font-size: 1.143em;
		height: 251px;
		line-height: 30px;
		margin-top:5%;
		margin-bottom: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		width:100%;
		display: block;
		height: 30px;
		line-height:31px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background:url(img/Hover.png);
		color: #fff;
		text-shadow: none !important;
	}
		
	.mainHeader nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.mainHeader img {
		width: 65%;
height: auto;
margin-left: 17%;
margin-bottom: 0%;
	}
	
	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	.newback_img {width:50%; 
 height:118px; float:right; display:none;} 
	
.header_color_back { background:url(../img/headercolor.png) no-repeat; overflow:hidden;}
.row_new { width:100%; height:25px; background:#333;}

	 
}