@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin:0px auto;
	background:url(../images/coloredbar.jpg) repeat-x center top;
}

@font-face {
    font-family: 'corbel'; /*a name to be used later*/
    src: url('corbel.ttf'); /*URL to font*/
}

.wrapper{
	width:960px; margin:0px auto; padding-top:10px;
	}

#logo{
	background:url(../images/logo.png); width:143px; height:60px; float:left; margin-bottom:10px; margin-top:10px;}

#menu{
	float:right; margin-top:60px;}

#menu ul{ list-style:none; margin:0px; padding:0px; }
#menu ul li{ float:left; list-style:none; color:#4b9a30; padding-bottom:12px; }
#menu ul li a{ color:#4b9a30; font-size:14px; font-weight:bold; text-decoration:none; border-left:1px solid #4b9a30; padding:0px 10px; }
#menu ul li:hover, .current{ background:url(../images/menuBg.png) center bottom no-repeat;}
.noBorder{border:0px !important; border:none !important;}



#Header{ width:960px; height: 364px; background:url(../images/headerBg.png) center bottom no-repeat; padding-bottom:40px;  border-top:1px solid #4b9a30; padding-top:10px; margin-top:10px;}
#innerPage #Header{ height:254px !important; }
#innerPage #Header img{ background:#FFF;}
.clear{ clear:both; display:block; height:1px;}
.box{ background:url(../images/blckBg.png) top no-repeat; float:left; width:282px; height:164px; overflow:hidden; display:block; margin-right:12px; padding:15px;}
.last{ margin-right:0px !important;}
.box h1{ font-family:corbel; font-size:24px; font-weight:normal; margin:0px; color:#545454; margin-bottom:8px;}
.box p{ margin:0px; padding:0px; color:#545454; text-align:justify;}
.readmore{ float: right; display:block; background:url(../images/readMore.png); width:78px; color:#707070; height:14px; margin-top: 3px; padding:8px 0px 8px 30px; }
.readmore a{ color:#707070; text-decoration:none;}
.readmore a:hover{ text-decoration: underline;}

.fullwidth{ background:#dbdbdb url(../images/coloredbar.jpg) center top repeat-x; width:100% ; margin-top:10px; padding-bottom:10px;}
.col{ width:230px; margin-right:10px; float:left;}
.col h2{ color:#373737; font-family:corbel; font-size:16px; margin-bottom: 8px;}
.col ul { list-style:none; padding-left:0px; padding-right:0px; margin:0px;}
.col ul li{ list-style:none; background:url(../images/arrow.png) left center no-repeat; padding-left:20px; margin:3px;}
.col ul li a{ font-size:12px; color:#7a7a7a; text-decoration:none;}
.col ul li a:hover{ color:#5b5b5b;}

.social{ width: 100%;
border-top: 1px solid #CCC; float:right; text-align:right;  margin-top: 30px; color:#999999;}
.social ul{ list-style:none;}
.social ul li{ float:left; margin-right:2px;  width:32px; height:32px; transition: all 1s, transform 1s;
-webkit-transition: all 1s, height 1s, -webkit-transform 1s;}
.social li.fb{ background:url(../images/fb.png) center bottom;}
.social li.fb:hover{background:url(../images/fb.png) center top;}
.social li.twitter{ background:url(../images/twiter.png) center bottom;}
.social li.twitter:hover{ background:url(../images/twiter.png) center top;}
.social li.in{ background:url(../images/in.png) center bottom; }
.social li.in:hover{ background:url(../images/in.png) center top; }
.copyrights{ color:#7a7a7a; padding:8px 0px;}
	
.article{ width:940px; padding:10px; color:#545454;}	
.article h1{font-family:corbel; font-size:24px; font-weight:normal; margin:0px; color:#545454; margin-bottom:8px;}
.article h2{font-family:corbel; font-size:20px; font-weight:normal; margin:0px; color:#545454; margin-bottom:8px;}
.article p{ clear:both; text-align:justify;}
.article .readmore{ float:left; padding:8px 0px 8px 25px; width:83px;}
.article ul li{ list-style:url(../images/arrow2.png); margin-bottom:5px; }
.article ul li a{ color:#5c5c5c; text-decoration:none;}
.article ul li a:hover{ color:#303030; text-decoration: underline;}
.map { padding:3px 10px 10px 3px; border:1px solid #CCC; width:400px; height:200px;}
textarea, input{ width:180px; border:1px solid #CCC; border-radius:4px; padding:2px 5px;}
input[type="submit"]{ width: 99px !important;
display: block;
text-align: center;
background: url(../images/btnBg-Form.png) no-repeat;
font-size: 18px;
border: 0px !important;
cursor: pointer;
color: #333333;
padding-top: 1px;
padding-bottom: 4px;
font-family:"corbel";

outline: 0;
overflow: visible;
text-shadow: #fff 1px 1px 0;
}

