/* CSS Document */

body 				{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(/assets/images/new/bg.jpg);
	background-repeat: repeat-x;
	font-smooth: always;
}

/* Note: Make HTML 5 elements block-level for consistent styling */
header, nav, article, footer, address { display:block; }

img				{ border: 0; }

h1 {
	color: #53A04E;
	font-family: 'Quattrocento Sans', arial, serif;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	font-smooth: 12px;
}
h1.page-title {
	border-bottom: 1px dotted #53A04E;
}

h2 {
	color: #53A04E;
	font-family: 'Quattrocento Sans', arial, serif;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 14px 0;
	font-smooth: always;
	text-shadow: 1px 1px 1px #000000;
}

a:active, a:link, a:visited		{
	text-decoration: none;
	color: #55A250;
}
a:hover							{
	color: #55A250;
	text-decoration: underline;
}

.clear			{ clear: both; height: 1px; }

/* Slideshow Style */
#imageContainer 	{
	margin:0;
	width:162px;
	text-align: center;
	height: 107px;
	position: relative;
}
#imageContainer img { display:none; position:absolute; top:0; left:0; border: 0; }
#wraphome 			{ display:none; }

/* Main Styles */
#main			{
	margin: 0 auto;
	width: 960px;
}
header				{
	margin: 15px 0 0 0;
	padding: 0;
	width: 960px;
	height: 90px;
}

#contactus {
	float: right;
	font-weight: bold;
	padding: 0 35px 0 0;
	font-size: 24px;
	color: #1C84C5;
}
a#logo				{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

nav					{
	width: 590px;
	margin: 0 0 0 373px;
	padding: 45px 0 0 0;
}
nav a				{
	color: #327C01;
	font-size: 19px;
	font-family: 'Quattrocento Sans', arial, serif;
	margin: 0 25px 0 0;
	font-weight: bold;
}
nav a:hover			{
	text-shadow: 1px 1px 1px #CCC;
	filter: dropshadow(color=#CCC, offx=1, offy=1);
}


#content			{
	width: 960px;
}
#sidenav			{ float: left; width: 130px; border: 1px solid #6C6C6C; background-color: #000000; color: #F9100C; padding: 0; } 

#sidenav a			{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 5px;
}
#sidenav a:hover	{ text-decoration: none; color: #CCCCCC; }

#rightfront		{
	float: right;
	width: 182px;
	display: block;
	height: 403px;
	padding: 25px 0 0 0;
}

#left		{
	float: left;
	width: 630px;
	display: block;
	padding: 7px 0 0 0;
}

#right		{
	float: right;
	width: 320px;
	display: block;
	padding: 25px 0 0 0;
}

.front		{
	float: left;
	width: 320px;
	color: #53A04E;
}

.front a		{
	margin: 0 5px;
}

.front div		{
	margin: 0 30px;
}

footer				{
	clear: both;
	padding: 3px 3px 3px 0;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
	background-image: url(/assets/images/new/bgfooter.jpg);
	background-color: #66B460;
	background-repeat: repeat-x;
}

footer a:active,footer a:link,footer a:visited		{
	color:#FFF;
}

footer #bottom		{ margin: 0 auto; width: 960px; display: block; }

footer .bottom		{
	width: 280px;
	float: left;
}

footer .bottoms		{
	float: left;
	width: 400px;
	text-align: center;
}

footer .bottoms ul 	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer .bottoms ul li	{
	margin: 0;
	padding: 0;
	line-height: 1.2;
	float: left;
	text-align: center;
	width: 133px;
	
}

footer h3 {
	font-family: 'Quattrocento Sans', arial, serif;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	margin: 20px 0 10px 0;
}

footer .bottom ul 	{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 12px;
}

footer .bottom ul li	{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	
}

/* Form Styles */
#form				{
	float: left;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#form p				{ padding: 0px; text-align: center; }
#form em			{ color: #f00; }
#form div.row		{ clear: both; padding-top: 5px; }
#form label			{
	float: left;
	width: 170px;
	text-align: right;
}
#form span.field	{ float: right; width: 335px; text-align: left; }
#form div.submit	{ clear: both; }
#form .req			{ font-weight: bold; }

form.wpcf7-form input		{ border: 1px solid #529F4D; padding: 4px; }
form.wpcf7-form textarea	{ border: 1px solid #529F4D; padding: 4px; height: 140px; width: 500px; }

#form input, #form textarea						{ background-color: #fff; border: 1px solid #000; padding: 2px; }
#form input:focus, #form textarea:focus			{
	border: 1px solid #243793;
	background-color: #DBF1FE;
}
#ack					{
	border-bottom:1px solid #4BB9FA;
	border-top:1px solid #4BB9FA;
	padding: 5px 20px;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #DBF1FE;
} 
#hidden				{ display: none; } 

@media only screen and (min-device-width : 320px) and (max-device-width : 770px) {
/* Styles */
.front {width: 50%;}

.front img {width: 100%;height: auto;}

.mobile-clear {clear:none!important;}

footer .bottom, footer .bottoms {width: 100%;}

footer, body{font-size: 20px;}
footer .bottom ul li {text-align:center;}
.bottoms a, .bottoms p {line-height: 40px;}
}