* {
   margin: 0px;
   padding: 0px;
}
body{
	margin: 0 auto;
	width: 950px;
}
@font-face {
    font-family: myriad-pro;
    src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}
.logo{
	float: left;
}
.top_contact_banner{
  	width: 810px;
  	height: 30px;
  	padding-top: 12px;
  	float: right;
  	background: url("../images/top_contact_banner.jpg");
	background-position: right;
	background-repeat: no-repeat;
}
.tel{
	float: left;
	margin-left: 140px;
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	width: 450px;
	text-align: right;
}
.email{
	float: right;
	margin-right: 5px;
	font-family: Arial;
}
.email a{
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;

}
#services{
	text-decoration: none;
  	float: left;
	margin-right: 30px;
	color: #000000;
	font-family: "HelveticaNeue-CondensedBold";
	font-size: 16px;
	cursor: pointer;
}
#services:hover{
	border-bottom: 4px solid #90278f;
}
/*nav{
	clear: both;
}*/
nav ul li{
	list-style-type: none;
	padding-top: 60px;
	float: left;
}
nav ul li a{
	text-decoration: none;
	float: left;
	margin-right: 30px;
  	color: #000000;
  	font-family: "HelveticaNeue-CondensedBold";
  	font-size: 16px;
}
nav ul li a:hover{
	border-bottom: 4px solid #90278f;
}
.active{
	border-bottom: 4px solid #90278f;
}
.last-nav{
	margin-right: 0 !important;
}
.first{
	margin-left: 260px;
}
@-moz-document url-prefix() {
	.first{
		margin-left: 180px;
	}
	nav .dropdown {
		margin: 125px 0px 0px 505px !important;
	}
}

nav .dropdown{
	position: absolute;
	height: 110px;
  	width: 150px;
  	background: white;
  	border: 1px solid #90278f;
  	margin: 125px 0 0 560px;
}
nav .dropdown li{
	padding: 0 !important;
	float: left;
	width: 100%;
}
nav .dropdown li a{
	margin-right: 60px;
	font-family: Arial;
	font-size: 14px;
	padding: 6px;
}
nav .dropdown li:hover{
	background-color: #90278f;
}
nav .dropdown li:hover a{
	color: #ffffff;
}
nav .active_dropdown{
	background-color: #90278f;
}
nav .dropdown li a:hover{
	border: none;
}
#header_section{
	width: 950px;
  	height: 150px;
  	border-bottom: 4px solid #90278f;
}
.home_banner{
	margin-top: 10px;
	border-bottom: 4px solid #90278f;
}
.home_banner img{
	margin-bottom: 6px;
}
h1{
	font-size: 43px;
  	text-align: center;
  	margin-top: 15px;
  	margin-bottom: 15px;
  	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}
h2{
	font-family: Arial;
	color: #90278f;
	font-size: 32px;
}
h1 span{
	color: #90278f;
}
h4{
	color: #9b419a;
  	font-family: Arial;
  	font-size: 20px;
}
.home_services p{
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
}
.home_boxes img{
	float: left;
	margin-right: 9px;
	margin-top: 20px;
}
.home_boxes .payment img{
	margin-right: 0 !important;
}
.home_boxes{
	height: 260px;
  	width: 950px;
}
footer{
	width: 950px;
  	border-top: 4px solid #90278f;

}
.about_us{
	width: 35%;
	float: left;
	margin-right: 30px;
}
.quick_links{
	width: 30%;
	float: left;
	margin-right: 10px;
}
.quick_links ul li{
	list-style-type: none;
}
.quick_links ul li a{
	text-decoration: none;
	font-family: Arial;
	color: #000000;
	line-height: 25px;
	padding-left: 85px;
}
.contact_us{
	width: 30%;
	float: right;
}
footer h4{
	margin-top: 20px;
	margin-bottom: 15px;
}
p{
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
}
footer .quick_links_h4{
	padding-left: 85px;
}
footer .contact_us_h4{
	padding-left: 115px;
}
footer .contact_us p{
	padding-left: 115px;
}
.copyright{
	float: right;
  	margin: 20px 0 20px 0;
}
.banner{
	width: 950px;
	height: 50px;
	background: -webkit-linear-gradient(#670669, #810c8a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#670669, #810c8a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#670669, #810c8a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#670669, #810c8a); /* Standard syntax (must be last) */
    border-bottom: 4px solid #90278f;
    margin: 10px 0 10px 0;

}
.banner_border{
	width: 950px;
	height: 4px;
	background-color: #90278f;
}
.about_content{
	min-height: 650px; 		  
}
.contact_content{
	min-height: 550px;
}
.about_content .left_content{
	width: 665px;
	float: left;
}
.about_content .right_content{
	width: 285px;
	float: left;
}
.about_content .right_content form{
	background-color: #d6afd6;
	width: 280px;
	height: 650px;
	line-height: 35px;
	float: right;
}
.about_content .right_content form h2{
	text-align: center;
	padding-top: 35px;
}
.about_content .right_content form p{
	padding: 35px;
  	font-size: 14px;
    font-family: Arial;
}
.about_content .right_content form input{
	width: 215px;
	height: 40px;
	background: -webkit-linear-gradient(#ffffff, #e4eced); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #e4eced); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #e4eced); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #e4eced); /* Standard syntax (must be last) */
    margin-left: 35px;
}
.about_content .right_content form textarea{
	width: 215px;
	background: -webkit-linear-gradient(#ffffff, #e4eced); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #e4eced); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #e4eced); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #e4eced); /* Standard syntax (must be last) */
    margin: 0 0 0 35px;
}
.about_content .right_content form label{
	margin: 20px 0 0 35px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
}
.about_content .right_content form .submit_button{
	font-size: 18px;
	font-family: Arial	;
	font-weight: bold;
	width: 150px;
	height: 40px;
}
.about_content .left_content h4{
	margin-bottom: 15px;
	margin-top: 20px;
}
.about_content .left_content h1{
	text-align: left;
}
span#contact_form_message{
	position: absolute;
	margin-top: 400px;
	margin-left: 10%;
	border: 1px solid black;
	width: 350px;
	height: 120px;
	background: white;

}
span#contact_form_message p{
    text-align: center;
    margin-top: 45px;
}
.contact_content h1{
	text-align: left;
}
.contact_content .left_content{
	width: 600px;
	float: left;
}
.contact_content .right_content{
	width: 285px;
	float: left;
}
.contact_content .left_content p.contact_tel, p.contact_email{
	color:#90278f;
	font-family: Arial;
	font-size: 24px;
	margin-bottom: 10px;
}
.contact_content .left_content .contact_tel span,.contact_email span{
	color: #000000;
}
.contact_content form input{
	float: right;
	width: 450px;
	height: 40px;
	margin-right: 25px;
	margin-top: 20px;
	padding: 0;
	background: -webkit-linear-gradient(#ffffff, #e4eced);
    background: -o-linear-gradient(#ffffff, #e4eced);
    background: -moz-linear-gradient(#ffffff, #e4eced);
    background: linear-gradient(#ffffff, #e4eced);
}
.contact_content form label{
	float: left;
	width: 100px;
	font-family: Arial;
	font-size:18px;
	color: #90278f;
	font-weight: bold;
}
.contact_content form label.first_label{
	margin-top: 20px;
}
.contact_content form textarea{
	float: right;
	margin-right: 25px;
	width: 450px;
	height: 120px;
	margin-top: 20px;
	background: -webkit-linear-gradient(#ffffff, #e4eced);
    background: -o-linear-gradient(#ffffff, #e4eced);
    background: -moz-linear-gradient(#ffffff, #e4eced);
    background: linear-gradient(#ffffff, #e4eced);
}
.contact_content form label.second_label{
	margin-top: 40px;
}
.contact_content form label.third_label{
	margin-top: 50px;
}
.contact_content .submit_button{
	font-size:18px;
	color: #90278f;
	font-weight: bold;
	width: 130px;
	height: 50px;
	float: left;
 	margin-left: 122px;
}
.contact_content .right_content{
	margin-top: 110px;
}
.contact_content .right_content p{
	font-family: Arial;
	font-size: 18px;
}

.recycling_content{
	min-height: 950px;
}
.recycling_content .left_content ul li{
	font-family: Arial;
  	font-size: 14px;
  	line-height: 25px;
  	margin-left: 15px;

}
.recycling_content .right_content .recycling_banner{
	background-color: #d6afd6;
	width: 280px;
	height: 950px;
	line-height: 35px;
	float: right;
}
.recycling_content .right_content h2{
	text-align: center;
  	padding-top: 35px;
}
.recycling_content .right_content img{
	margin-top: 30px;
	margin-bottom: 20px;
}
.recycling_content .right_content ul li{
	 margin-left: 35px;
	 font-family: Arial;
	 font-size: 18px;
}
.payment_content{
	height: 1550px;

}
.payment_content h4.special_h4{
	margin-top: 30px;
	margin-bottom: 10px;
	float: right;
}
.payment_content h4.special_h4.first{ 
	margin-right: 290px;
  	margin-left: 0;
}
.payment_content h4.special_h4.second{
 	margin-right: 290px;
  	margin-left: 0;
}
.payment_content h4.special_h4.third{
	margin-right: 280px;
  	margin-left: 0;
}
.payment_content h4.special_h4.forth{
	margin-right: 275px;
  	margin-left: 0;
}
.payment_content .left_content img{
	margin-bottom: 20px;
	float: left;
	width: 215px;
}
.payment_content .left_content .special_p{
	float: right;
	width: 440px;
}
.payment_content .left_content .first_img{
	margin-top: 30px;
}
.payment_content .left_content .second_img{
	margin-top: 70px;
}
.payment_content .left_content .third_img{
	margin-top: 115px;
}
.payment_content .left_content .forth_img{
	margin-top: 140px;
}
.payment_content .right_content{
	height: 1550px;
	background-color: #d6afd6;
}
.payment_content .white_border{
	height: 2px;
  	width: 250px;
  	background-color: #ffffff;
  	float: right;
  	margin-right: 18px;
}
.payment_content .right_content .underform_content{
	width: 225px;
	margin-right: 18px;
	float: right;
	margin-top: 50px;
}
.data_content{
	min-height: 4500px;
}
.data_content .right_content form{
	min-height: 4500px;
}
.data_content .left_content img{
	width: 165px;
	height: 145px;
	float: left;
}
.data_content h4{
	float: right;
	width: 450px;
}
.data_content .left_content .special_p{
	float: right;
	width: 450px;
	height: 135px;
}
.data_content .left_content .first{
	margin-left: 0;
}
.data_content .left_content .noimage_h4{
	width: 665px;
	float: left;
}
.data_content .left_content .noimage_p{
	width: 665px;
	float: left;
}
.data_content .left_content img.first_img{
	margin-top: 25px;
}
.data_content .left_content img.second_img{
	margin-top: 45px;
}
.data_content .left_content img.third_img {
  margin-top: 50px;
}
.data_content .left_content img.forth_img {
  margin-top: 50px;
}
.data_content .left_content img.thirtyfive_margin{
	margin-top: 35px;
}
.charity_content .left_content span a{
	color: #90278f;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
.charity_content .left_content img{
	width: 670px;
}
.properties_page .left_content ul{
	font-family: Arial;
	font-size: 14px;
    line-height: 25px;
    margin-left: 17px;
}
.properties_page .left_content b{
	font-family: Arial;
    font-size: 14px;
    line-height: 25px;
}