body {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url(img/fade.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {color:#df5600;}      /* unvisited link */
a:visited {color:#df5600;}  /* visited link */
a:hover {color:#9dda39;}  /* mouse over link */
a:active {color:#9dda39;}  /* selected link */

h2{
	color:#9dda39;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom:-5px;
}

h3{
	color:#9dda39;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom:5px;

}

#outer_container {
	width:900px;
	min-height: 600px;
	margin: 0 auto;

	text-align: left;
}

#services {
	color:#333;
	font-size: 1.05em;
	text-align:center;
}

.orange{
	color:#df5600;
}
.white{
	color:#fff;
}

#faster_response_time{
	width: 200px;
	height:275px;
	background: #000 url(img/faster_response_time.jpg) no-repeat top left;
	margin: 0 auto;
	padding-left:665px;

}

#personal_service{
	width: 805px;
	height:275px;
	background: #000 url(img/personal_service.jpg) no-repeat top left;
	margin: 0 auto;
	padding-left:60px;
	margin-bottom:-17px;
	margin-top:-14px;
	padding-top: 0px;
}

#what_theyre_saying{
	width: 350px;
	height:275px;
	background: #000 url(img/what_theyre_saying.jpg) no-repeat top left;
	margin: 0 auto;
	padding-left:515px;
	margin-bottom:5px;
	font-size:1.1em;
}

#contact_us{
	width: 360px;
	height:467px;
	background: #000 url(img/contact_us.jpg) no-repeat top left;
	margin: 0 auto;
	padding-left:500px;
	margin-bottom:10px;
	padding-top:1px;
}

#footer {
width:100%;
min-height:150px;
background:#000;
text-align:center;
color:#999;
font-size:.8em;
}

#footer_container {
	width:900px;
	min-height: 150px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

.form{
width: 315px;
border: 2px solid #000;
margin-bottom:-5px;
}

.orangeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5e00), color-stop(1, #b34500));
	background:-moz-linear-gradient(top, #ff5e00 5%, #b34500 100%);
	background:-webkit-linear-gradient(top, #ff5e00 5%, #b34500 100%);
	background:-o-linear-gradient(top, #ff5e00 5%, #b34500 100%);
	background:-ms-linear-gradient(top, #ff5e00 5%, #b34500 100%);
	background:linear-gradient(to bottom, #ff5e00 5%, #b34500 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e00', endColorstr='#b34500',GradientType=0);
	background-color:#ff5e00;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Verdana;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
        font-weight: bold;
        margin: 10px 12px 0 0;
}


.orangeButton:link, .orangeButton:visited, .greenButton:link, .greenButton:visited{ color:#fff;
}

.orangeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b34500), color-stop(1, #ff5e00));
	background:-moz-linear-gradient(top, #b34500 5%, #ff5e00 100%);
	background:-webkit-linear-gradient(top, #b34500 5%, #ff5e00 100%);
	background:-o-linear-gradient(top, #b34500 5%, #ff5e00 100%);
	background:-ms-linear-gradient(top, #b34500 5%, #ff5e00 100%);
	background:linear-gradient(to bottom, #b34500 5%, #ff5e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b34500', endColorstr='#ff5e00',GradientType=0);
	background-color:#b34500;
        color:#fff;
}
.orangeButton:active {
	position:relative;
	top:1px;
        color:#fff;
}
.greenButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #80c26b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #80c26b;
	box-shadow:inset 0px 1px 0px 0px #80c26b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #baed62), color-stop(1, #507d02));
	background:-moz-linear-gradient(top, #baed62 5%, #507d02 100%);
	background:-webkit-linear-gradient(top, #baed62 5%, #507d02 100%);
	background:-o-linear-gradient(top, #baed62 5%, #507d02 100%);
	background:-ms-linear-gradient(top, #baed62 5%, #507d02 100%);
	background:linear-gradient(to bottom, #baed62 5%, #507d02 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#baed62', endColorstr='#507d02',GradientType=0);
	background-color:#baed62;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #273d01;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
        text-weight:bold;
}
.greenButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #507d02), color-stop(1, #baed62));
	background:-moz-linear-gradient(top, #507d02 5%, #baed62 100%);
	background:-webkit-linear-gradient(top, #507d02 5%, #baed62 100%);
	background:-o-linear-gradient(top, #507d02 5%, #baed62 100%);
	background:-ms-linear-gradient(top, #507d02 5%, #baed62 100%);
	background:linear-gradient(to bottom, #507d02 5%, #baed62 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#507d02', endColorstr='#baed62',GradientType=0);
	background-color:#507d02;
}
.greenButton:active {
	position:relative;
	top:1px;
}