/* Quick copy for positon checks
	
	border-style: solid;
	border-width: 1px;
	border-color: #00ccff;
	
*/
	
html, body, div, span, table, tr, th, td, p, span, h1, h2, h3, h4, ul, ol, li, a, form {
	padding: 0px;
	margin: 0px;
}

* {
	font-family: 'times', sans-serif;
}

* {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: border-box;
}
html {
	min-height: 100%;
	height: 100%;

}
/* Set height to 100% + 1px to force scroll bar in FF */

.cf { zoom: 1; }
        .cf:before,
        .cf:after { content: ""; display: table; }
        .cf:after { clear: both; }
        
        /* End of "Micro clearfix" */
        .container { background: #DCE6BE; }
        .section { float: left; display: inline; width: 220px; height: 200px; padding:30px 0 0; margin: 20px 10px; text-align:center; background: #A0C431; }
p {
	font-size: 13px;
	color: #663333;
	line-height: 18px;
}

h1 {
	font-size: 32px;
	color: #8a1f22;
	line-height: 56px;
}
h2 {
	font-size: 17px;
	margin-bottom: -10px;
	color: #da6427;
	line-height: 20px;
}
li {
	list-style-position: inside;
	font-size: 13px;
	color: #663333;
	line-height: 18px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}/* Used to clear floats without taking up space */
.spacer {
	height: 260px;
}
.center {
	text-align: center;
}
hr {
    border: none;
    border-top: medium double #c0a28e;
    color: #c0a28e;
}
body {
	margin: 0px;
	height: 100%;
	margin-bottom: 1px;
}
a {
	text-decoration: none;
	font-size: 20px;
	color: #ae9e95;
	line-height: 34px;
}
a:hover {
	text-decoration: none;
	color: #69615d;
}
#mainContainer {
	margin: 0 auto;
	width: 980px;
}
#topBar {
 	height: 18px;
 	width: 100%;
	background-image:url('/images/top-bar-bg.jpg');
}
.logo {
	display: block;
    margin: 20px auto;
}
#servicesWrapper {
 	height: 302px;
 	width: 100%;
 	padding-top: 22px;
	background-image:url('/images/services-wrapper-bg.jpg');
}
#featureService {
	padding: 14px;
	background: #ffffff;
	box-shadow: 1px 1px 4px #806b13;
	height: 252px;
	width: 227px;	
	float: left;
}
#featureService p{
	margin-top: 10px;
}
#aboutContainer {
	float: left;
	width: 440px;
}
.contactNumber {
	font-size: 56px;
	color: #8a1f22;
	line-height: 70px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 65px; /* .push must be the same height as .footer */
}
.footer {
	background-image: url('/images/bottom-bar-bg.jpg');
	height: 65px;
	font-size: 10px;
}

.footer a:link {
	font-size: 11px;
	color: #FFF;
	text-align:center;
}
#contactCell {
	float: right;
}
