html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration:none;
	color:#ab7e25;
}
a:hover {
	color:#855f13;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/* ---------------- common tags --------------------- */
h1, h2, h3, h4, h5, h6, strong {font-weight:bold;}
i, em { font-style:italic; }
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
#header-right, #navigation, #container h1, .content h2, .commoncol h3, .service h3, .fillform span, .fillform b, #showcase ul.pagination li{font-family:'Calibri', sans-serif;}
.fillform .button{font-family:'BebasNeue', Helvetica, sans-serif;}

/* ---------------- layout tags --------------------- */

body{
	background:url(../images/bg_body.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#302f2c;
}
.box{
	width:960px;
	margin:0 auto;
}

/* header */
#header{
	width:100%;
	padding:14px 0 18px 0;
}
#logo{
	width:362px;
	float:left;
}
#header-right{
	width:596px;
	float:left;
	padding:14px 0 0 0;
}
#header-right span.green{
	font-size:24px;
	line-height:32px;
	display:block;
	color:#1f9704;
	text-align:right;
}
#header-right span.number{
	background:url(../images/bg_phone.png) no-repeat 317px 8px;
	display:block;
	color:#151515;
	text-align:right;
	font-size:42px;
}

/* navigation */
#navigation{
	width:962px;
	height:55px;
	background:url(../images/bg_navigation.png) no-repeat left top;
	margin-left:-1px;
	position:relative;
	left:0;
	top:0;
	z-index:10000;
}
#navigation li{
	background:url(../images/bg_divider.png) no-repeat left center;
	line-height:50px;
	font-size:18px;
	float:left;
	position:relative;
}
#navigation li.first, #navigation li:first-child{ background:none;}
#navigation li a{
	color:#fff;
	display:block;
	height:50px;
}
#navigation li a img{
	margin:17px 3px 0 3px;
}
#navigation li a.last{ padding:0 13px;}
#navigation li a.last:hover{ 
	background:url(../images/bg_last.png) no-repeat right top;
}
#navigation li a.first{ padding:0 30px 0 25px;}
#navigation li a.first:hover{  background:url(../images/bg_last.png) no-repeat 1px top;}
#navigation li a span{
	height:50px;
	display:block;
	padding:0 12px;
}
#navigation li a:hover, #navigation li a.active, #navigation li:hover a{
	background:url(../images/bg_navigation_left.png) no-repeat left top;
}
#navigation li a:hover span, #navigation li a.active span, #navigation li:hover a span{
	background:url(../images/bg_navigation_right.png) no-repeat right top;
}
/* Dropdown */
#navigation ul li.hover,
#navigation ul li:hover a {
	position:relative;
	color:#fff;
	text-decoration:none;
}
#navigation ul li:hover li a {
	background:#136505;
	color:#fff;
}
/* LEVEL TWO */
#navigation ul ul { 
	visibility:hidden;
	position:absolute;
	top:49px;
	left:0px;
	font-size:60%;
	z-index:1000000;
	height:auto;
	margin:0;
	padding:5px 0 36px 19px;
	background:#136505;
	width:262px;
}
#navigation ul ul li { 
	float:none;
	font-size:18px;
	padding:0;
	margin:0;
	line-height:39px;
	display:block;
	white-space:nowrap;
}
#navigation ul ul li a { 
	color:#fff;
	height:auto;
	line-height:39px;
	padding:0 10px;
	margin:0;
	display:block;
}
#navigation ul ul li a:hover {
	color:#ccc;
}
/* LEVEL THREE */
#navigation ul ul ul { 
	left: 100%; 
	top: 0;
}
#navigation ul li:hover > ul {
	visibility: visible;
}
/* Dropdown */	
/* container */
#container{
	width:100%;
	margin-bottom:26px;
}
.bread-crumb{
	width:100%;
	margin:8px 0 0 4px;
}
.bread-crumb li{
	background:url(../images/bg_divider2.png) no-repeat left 4px;
	float:left;
	font-size:11px;
	color:#8c8b87;
}
.bread-crumb li.second{ background:none;}
.bread-crumb li.first, .bread-crumb li:first-child{ background:none;}
.bread-crumb li a{
	color:#8c8b87;
	padding:0 2px 0 5px;
	display:block;
}
.bread-crumb li a:hover{ color:#aeadab;}
#container h1{
	font-size:33px;
	color:#171717;
	font-weight:normal;
	padding:10px 0 20px 0;
}
#leftcol{
	width:710px;
	float:left;
	padding-right:10px;
}
#showcase{
	width:707px;
	height:293px;
	float:left;
	border:#a8a8a8 1px solid;
	margin-bottom:10px;
	position:relative;
	left:0;
	top:0;
}
#showcase .slides_container{
	width:707px;
	height:293px;
	float:left;
}
.service .slides_container{
	width:238px;
	float:left;
}
#showcase .slider {
	width:707px;
}
#showcase .slide {
	width:707px;
}
.service .slide {
	width:238px;
}
.service .slider {
	width:238px;
	float:right;
}


#showcase .caption {
	background:url(../images/bg_caption.png) repeat;
	width:523px;
	float:right;
	padding:15px 15px 0 15px;
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:12px;
	color:#fff;
}
#showcase .caption p {
	line-height:18px;
	padding-bottom:15px;
}
#showcase a.prev {
	display:none;
}
#showcase a.next {
	display:none;
}
.content{
	background-color:#fff;
	width:670px;
	border:#a8a8a8 1px solid;
	padding:20px 16px 20px 21px;
	margin-bottom:11px;
	float:left;
}
.content h2, .commoncol h2{
	font-size:24px;
	padding-bottom:22px;
	color:#389620;
}
h2.heading{font-size:16px;}
.content p{
	line-height:18px;
	padding-bottom:18px;
}
.commoncol{
	background-color:#fff;
	width:368px;
	float:left;
	border:#a8a8a8 1px solid;
	padding:10px 0 0 10px;
}

.commoncol.second{
	 width:288px;
	 margin-left:14px;
	 padding:0px;
}
.commoncol.second img{
	padding:40px 0 19px 0;
}
.commoncol h2{
	font-size:24px;
	font-weight:normal;
	padding-bottom:16px;
}
.commoncol li{
	margin-bottom:5px;
}
.commoncol li img{
	border:#e9e9e9 8px solid;
	float:left;
	margin-right:11px;
}
.commoncol li p{
font-size:15px;
font-weight:bold;
	line-height:18px;
	font-style:italic;
	padding:4px 23px 0 0;
}
.commoncol li span{
	display:block;
	padding:12px 0 0 0;
}
#rightcol{
	width:238px;
	float:left;
}
.service{
	width:100%;
	border:#a8a8a8 1px solid;
	border-bottom:none;
	position:relative;
	left:0;
	background:#267f14;
	top:0;
	padding-bottom:30px;
}
.service h3{
	background:url(../images/bg_service.png) repeat-x;
	font-size:24px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	line-height:51px;
	display:block;
}
.service .arrow{
	background:url(../images/bg_arrow.png) no-repeat left top;
	width:35px;
	height:15px;
	position:absolute;
	left:100px;
	top:51px;
	z-index:100000;
}
.fillform{
	background:url(../images/bg_Fillform.png) repeat-x;
	width:222px;
	padding:0 9px 12px 9px;
}
.fillform b{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	display:block;
	padding:9px 0 8px 0;
}
.fillform span{
	font-size:32px;
	color:#fff;
	display:block;
	line-height:26px;
}
.fillform span img{ 
	padding-right:8px;
	float:left;
}
.fillform p{
	color:#fff;
	line-height:14px;
	padding:8px 0 6px 0;
}
.fillform .input{
	background:url(../images/bg_input.png) no-repeat left top;
	width:197px;
	height:35px;
	color:#666666;
	padding:0 10px 0 13px;
	margin-bottom:5px;
	line-height:35px;
	border:none;
}
.fillform .button{
	background:url(../images/bg_sprite_botton.png) no-repeat left top;
	width:146px;
	height:40px;
	font-size:12px;
	color:#000;
	border:none;
	cursor:pointer;
	margin-top:8px;
	padding:0 0 0 20px;
	float:right;
}
.fillform .button:hover{ background-position:left bottom;}
.fillform .imgb{
	float:left;
	padding:12px 0 0 30px;
}
.testimonial{
	width:241px;
	margin:0 0 19px 0;
}
.widget{
	width:100%;
	float:left;
}
.widget .comment{
	width:100%;
	margin:14px 0 0 0;
}
.widget .comment .top{
	width:100%;
	height:3px;
	background:url(../images/bg_top.png) no-repeat left top;
}
.widget .comment .mid{
	width:100%;
	background:url(../images/bg_mid.png) repeat-y;
}
.widget .comment .bottom{
	width:100%;
	height:22px;
	background:url(../images/bg_bottom.png) no-repeat left top;
}
.widget .comment p{
	padding:6px 9px 13px 11px;
	line-height:16px;
	color:#666666;
}
.widget span img{
	float:left;
	padding:0 0 0 42px;
	margin-top:-5px;
}
.widget span a{
	color:#666666;
	display:block;
	float:left;
	padding:5px 0 0 10px;
}
.widget span a:hover{ color:#949292;}

/* footer */
#footer{
	background:url(../images/bg_footer.png) repeat-x left top; 
	width:100%;
	padding:42px 0 52px 0;
}
#footer-left{
	width:618px;
	float:left;
}
#footer-left ul.link{
	width:100%;
}
#footer-left ul.link li{
	font-size:12px;
	background:url(../images/bg_footer_divider.png) no-repeat left center;
	padding:0 10px 0 11px;
	float:left;
}
#footer-left ul.link li.first, #footer-left ul.link li:first-child{ 
	background:none;
	padding-left:2px;
	padding-top:35px;
}
#footer-left ul.link a{
	color:#000;
	display:block;
}
#footer-left ul.link a:hover{ color:#5c5a5a;}
#footer-left span{
	display:block;
	font-size:12px;
	color:#000;
	padding:36px 0 35px 0;
}
#footer-left ul.social{
	width:100%;
}
#footer-left ul.social li{
	float:left;
	padding:0 8px 0 0;
}
#footer-right{
	width:342px;
	float:left;
}
#footer-right ul{ float:right;}
#footer-right li{
	font-size:12px;
	background:url(../images/bg_footer_divider.png) no-repeat right center;
	padding:0 15px 0 14px;
	color:#000;
	float:left;
}
#footer-right li.last{
	background:none;
	padding-right:0;
}
#footer-right a{
	color:#000;
	display:inline-block;
}
#footer-right a:hover{ color:#5c5a5a;}
#footer-right span{
	font-size:10px;
	text-transform:uppercase;
	padding:24px 0 0 0;
	float:right;
}
#footer-right span a{
	color:#000;
	display:block;
}
#footer-right span a:hover{
	color:#5c5a5a;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navigation li a.last{ padding:0 11px;}
}

ol.list{margin:0 0 20px 30px;}
ol.list li{ line-height:20px; list-style:circle;}

.event-list{}
.event-list li{ margin:0px; padding:0 0 20px 0; color:#fff; font-size:16px;}
.event-list li span{ padding:5px 0 0 0; display:block; text-align:center;}


.img_gallery{}
.img_gallery li{ float:left;}

ul.press{}
ul.press li{ float:left; border:solid 2px #389620; margin-right:20px; margin-bottom:20px;}
.commoncol img{ width:358px; height:349px; margin-bottom:10px;}
	



