@import url(http://fonts.googleapis.com/css?family=Russo+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,300italic,600italic,400,300,600,700,800);

body {
	color:#555;
	font-family: Arial, sans-serif;
	background: #5F9B03;
}

/* ------------- Main Layout ------------- */

.row { max-width: 980px; }

.head_container {
	background: #fff;
	border-top: 4px solid #5F9B03;
}

.splash {
	background: url(/images/splash_bg.jpg) 50% 0 no-repeat #5F9B03 ;
	min-height: 130px;
}

.main_content {
	background: #FCFCFC;
}

.main_column {
	margin-top: -98px;

}

.main_head_bg {
	background: url(/images/panelmain_bg.png) repeat-x 0 0 transparent;
	min-height: 40px;
	border-width:1px;
	border-color:#78AB2B;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
}

div.panelmain {
	padding: 20px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	margin: 0;

}

div.panel1 {
	padding: 20px;
	background: #efefef;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
	background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	margin: 0 0 20px 0;
}

.border_top {
	border-top:1px solid #E5E5E5;
	padding-top:30px;
	margin-top: 30px;
}
/* ------------- Typography ---------------- */

.date {
	font-size:80%;
	font-style:italic;
	text-align: right;
}

.tel { /* for desktops and tablets */
	color: #5F9B03;
	font-family: 'Russo One', sans-serif;
	font-size:150%;
	letter-spacing:1px;
	text-align: center;
	margin-top:30px;
	display: block;
}

.fax { /* for desktops and tablets */
	color: #5F9B03;
	font-family: 'Russo One', sans-serif;
	font-size:150%;
	letter-spacing:1px;
	text-align: center;
	margin-top:20px;
	display: block;
}


p { text-align: justify; }

p.no_justify { text-align: left; }

p { line-height: 1.5;}

.waste {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:110%;
	text-align: left;	
	margin-top:20px;
}

.standout {
	font-size: 120%;
	font-weight: 500;
}

.page_info {
	color: #AAD601;
	padding:0 20px;
}

.intro_head {
	padding: 10px 0px;
	display: block;
}

.green_span {
	color: #5F9B03;
	font-size: 18px; 
	font-size: 1.8rem; 
	font-weight: 600;
    letter-spacing:-1px; 
    text-transform:uppercase;
    line-height: 1.25;
	margin: 30px 0;
	display: block;
}

.green_span2 {
	color: #5F9B03;
	font-size: 110%;  
	font-weight: 600;
    letter-spacing:-1px; 
    text-transform:uppercase;
    line-height: 1.25;
	margin: 30px 0;
	display: block;
}

.thankyou {
	color: #5F9B03;
	font-size: 110%;
	font-weight: 600;	
}
.our_aim {
	color: #5F9B03;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
    line-height: 1.4;
	margin: 20px 0;
	float: left;
}
/* Headings Styles */
h1, h2, h3, h4, h5, h6 { 
	color: #555;
	font-family: Arial, sans-serif; 
	font-weight: 600;
	letter-spacing:-1px; 
	text-transform:uppercase;
	line-height: 1.25; 
}

.h_border {
	border-bottom: 1px dotted #5F9B03;
	padding-bottom: 10px;
	margin-bottom: 20px;	
}

.h_pad {
	margin-top: 5px;
}
.no_margin {
	margin: 0;
}
.h_white {
	color: #fff;
}

.h_green {
	color: #5F9B03;
}

.h_light_green {
	color: #85C22B;
}

.contact {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
}

.contact_tel {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 30px;
	display: block;	
}
.address {
	font-size: 110%;
}
/* ------------- Typography End---------------- */

/* ------------- images ---------------- */
.block-grid {
	margin-bottom: 0;
}

.block-grid.four-up>li { margin-bottom: 0;}

.rounded1 {
	border-radius: 4px;
}

.image_bmra {
	padding-top: 20px;
}

.recycle_img {
	text-align: center;
}

.rounded {
	border-radius: 4px;
	margin-bottom:20px;
}

.img_pad {
	padding:10px;
}
/* ------------- images ---------------- */

/* ------------- Mobile ------------- */
@media only screen and (max-width: 767px) {		

.tel {
	text-align:left;
}

nav ul.navmobile {
	float: left;

}
		
} /* Ends mobile @media css */

/* ------------- Mobile ------------- */

#mobileNav { padding: 6px 10px;  }
#navModal { padding-bottom: 10px; }
#navModal dl.tabs { margin-left: -20px; margin-right: -20px; margin-bottom: 0; }
#navModal dl.tabs dd a { padding-top: 10px; padding-bottom: 10px; background: rgba(255,255,255,0.5); }

/* ------------- Main Nav ------------- */

nav {
	background: url(/images/nav_inner_bg.png) 50% 0 no-repeat transparent;
	min-height: 45px;
}

.nav_bg {
	background: url(/images/nav_bg.png) 0 0 repeat-x #5F9B03;

	/*box-shadow:0 -1px 3px rgba(0,0,0,0.3) inset, 0 1px 3px rgba(0,0,0,0.5) inset;*/
	min-height: 45px;
}

nav ul{
	height:45px;
	margin-bottom:0;
}

nav ul li.first_nav {
	margin-left:0;
}

nav ul li {
	float:left; 
	margin: 7px 0 0 10px; 
	padding:0; 
	cursor:pointer; 
	position:relative;

}

nav ul li a {
	color: #fff;
	font-size: 90%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    display:block;  /* IE6, IE7 line height fix */
    padding:7px 20px;

}

nav ul li a:hover {
	color: #fff;
	background: url(/images/link_bg.png) 0 0 repeat-x transparent;
	text-decoration:none;
	border-radius: 14px;
}

nav ul li a.current {
	color: #fff;
	background: url(/images/link_bg.png) 0 0 repeat-x transparent;
    text-decoration:none;
	border-radius: 14px;
}
nav ul li .button {
	position: relative;
	top: -7px;
	color: white !important;
	padding-top: 10px; }
/* ------------- Main Nav End ------------- */

/* ------------- Footer Nav ------------- */


ul.foot_nav li {
	margin: 7px 0 0 10px; 
	padding:0; 
	cursor:pointer; 
	position:relative;

}

ul.foot_nav li a {
	color: #fff;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	display: block;

}

ul.foot_nav li a:hover {
	color: #fff;
	text-decoration: underline;

}

/* ------------- Footer Nav End ------------- */

/* ------------- lists ------------- */

ul.pad_ul {
	padding-top:10px;
	padding-bottom:10px;
}

ul.pad_ul_large {
	padding-top:30px;
	padding-bottom:20px;
}

ul.recycle,
ul.arrow,
ul.checkbox,
ul.check,
ul.star {
    margin: 10px 0px 10px 0px;
    padding-left: 20px;
    list-style: none;
}

ul.recycle li,
ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
    margin: 5px 0px 5px 0px;
    padding-left: 40px;
    font-weight: bold;
	font-size: 110%;
    line-height: 26px;  
}

ul.recycle li { background: url(/images/recycle.png) 0 0 no-repeat; }
ul.arrow li { background: url(/images/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(/images/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(/images/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(/images/list_star.png) 0 0 no-repeat; }

/* ------------- lists End ------------- */


/* ------------- Forms ------------- */

.red_error {
	color: #C00000;
}

/* ------------- Forms End ------------- */

/* ------------- Footer ------------- */

.bottom_bg {
	background: #474747;
	box-shadow:0 -1px 3px rgba(0,0,0,0.3) inset, 0 1px 3px rgba(0,0,0,0.5) inset;
	border-top: 4px solid #5F9B03;
}

footer.footer_bg{
	background: transparent;
}

.footer_blue {
	background:#2E3092;
	padding:4px 0;
}
    
footer.row {
	padding-top: 20px;
}

footer.row h6 {
 	color: #fff;
 	font-size: 14px;
 	font-size: 1.4rem;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
 	margin-bottom: 10px;
}
footer.row p {
 	color: #FAFAFA;
 	font-size: 12px;
 	font-size: 1.2rem;
 	line-height: 18px; }
footer.row a {
 	color: #fff; }
footer.row a:hover {
 	text-decoration: underline; }

/* ------------- Footer End ------------- */

/* ------------- Copy and By ------------- */
.copy_bg {
	background: #434343;
	padding: 5px 0;
}

.copy{
	color:#ccc;
	padding-left: 20px;	
}

.by{
	color:#ccc;
	font-size:90%;
	padding-right:20px;
	float:right;
}

.by a {
	color:#fff;
	font-size:100%;
	font-weight:600;
	font-style:italic;
}

/* ------------- Copy and By End ------------- */

/* ------------- google maps directions ------------- */


#map_canvas {
	height:400px;
	
}

#map_info {
	max-width: 100px;
	max-height: 100px;
}

#directionsPanel {
    margin-bottom: 15px;
    position:relative;
}

.adp-directions {
	width: 100%;
}

.adp-step, .adp-substep {
	padding: 10px;
}

.mapifo_head {
	color:#555;
	font-size: 16px;
	font-weight:600;

}
/* ------------- end google maps directions ------------- */