﻿@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background: #CACACA;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #5E970D;
	font-weight: bold;
}

#container{
	padding: 0px;
	width: 1001px;
	margin: 0px auto;
}

#header{
	height: 75px;
}
#header p{
	color: #5E970D;
	font-weight: bold;
	font-size: 28px;
	margin: 0px;
}

#nav{
	height: 36px;
	background: url(images/header-background.png);
	padding: 15px 0px 0px 30px;
	vertical-align: middle;
}

#nav a{
	height: 51px;
	width: 60px;
	color: #F7F5EF;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 15px 30px;
}

.current{
	background: url(images/green-background.jpg);
}

#banner{
	background: #E5E3D9 url(images/123-background.png) no-repeat center top;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8880;
}

#banner a{
	color: #5E970D;
	font-weight: bold;
}

#bannerBox1{
	width: 190px;
	position: relative;
	top: 150px;
	left: 30px;
	float: left;
}

#bannerBox2{
	width: 190px;
	position: relative;
	top: 150px;
	left: 90px;
	float: left;
}

#bannerBox3{
	width: 190px;
	position: relative;
	top: 150px;
	left: 150px;
	float: left;
}

#bannerBox4{
	width: 190px;
	position: relative;
	top: 150px;
	left: 210px;
	float: left;
}

#deliver{
	background: #EFEEE9 url(images/deliver-background.png);
	height: 400px;
	font-size: 12px;
	color: #8F8880;
}

#deliver-header{
	height: 40px;
	width: 600px;
	position: relative;
	top: 35px;
	left: 40px;
	color: #403B37;
}

.largeHeader{
	font-size: 24px;
}

#deliverBox1{
	width: 275px;
	position: relative;
	top: 225px;
	left: 35px;
	float: left;
}

#deliverBox2{
	width: 275px;
	position: relative;
	top: 225px;
	left: 70px;
	float: left;
}

#testimonials{
	width: 275px;
	position: relative;
	top: 80px;
	left: 135px;
	float: left;
}

.testimonialsDate{
	font-weight: bold;
	color: #000000;
}

#footer{
	background: url(images/footer-background.jpg);
	height: 70px;
	padding: 0px 30px 0px 30px;
	color: #4E4E4E;
	font-size: 12px;
}

#footer a{
	color: #FFFFFF;
}

#footer-right{
	float: right;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 0px 0px 0px;
}

#footer-left{
	padding: 15px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#footer-middle{
	width: 200px;
	position: relative;
	top: -54px;
	left: 375px;
	text-align: center;
	color: #FFFFFF;
    *top:  5px;
    *left: 100px;
}

#content{
	min-height: 755px;
	background: #EFEEE9;
	padding: 5px 30px 30px 25px;
}

#content h1{
	color: #5E970D;
	font-size: 24px;
}

#content h2{
	color: #626262;
	font-size: 36px;
	font-weight: bold;
}

#content p{
	font-size: 12px;
	color: #626262;
	margin: 0px 230px 0px 10px;
}

#content ul li, #content ol li{
	font-size: 12px;
	color: #626262;
	padding: 0px 0px 5px 0px;
}

#rightbar{
	float: right;
	width: 190px;
	min-height: 720px;
	background: url(images/rightbar-background.png) no-repeat;
	font-size: 12px;
	padding: 10px 40px 10px 10px ;
	color: #FFFFFF;
}

#rightbar h1{
	font-size: 18px;
}

#bar_report{
	position: relative;
	height: 275px;
	width: 180px;
	top: 10px;
	left: 10px;
}

#bar_contact{
	position: relative;
	height: 130px;
	width: 130px;
	top: 25px;
	left: 10px;
	color: #5E970D;
}

#bar_testimonials{
	position: relative;
	height: 130px;
	width: 180px;
	top: 30px;
	left: 10px;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.white_link{
	color: #FFFFFF;
}
