* {
	margin: 0 auto;
}
img {
	border: 0;
}
p {
	color:#5a4a42;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
a {
	color:#5A4A42;
}
.clear {
	clear: both;
}
h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
}
.catchthebadguys {
	/*Hidden field in the form to hopefully catch spam bots*/
	visibility: hidden;
}
#header {
	width: 800px;
	height: 275px;
	margin-bottom: 10px;
}
#logo {
	float: left;
	width: 275px;
	height: 275px;
}
#testimonials {
	float: right;
	width: 510px;
	height: 275px;
	background-color:#fce093;
}
#testimonialsText {
	width:500px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}
#menuBar {
	width: 800px;
	color: white;
}
#menuBar table {
	width: 800px;
	border-spacing: 10px;
}
#menuBar a {
	color: white;
	text-decoration: none;
	display:block;
	width:100%;
}
.menuItem {
	background-color:#f36921;
	border-radius: 5px;
	padding: 5px;
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	color: white;
	text-align: center;
}
.menuItem.right {
	margin-right: 0;
}
.mainRotator {
	width:800px;
	height:300px;
}
#contentContainer {
	width:800px;
}
#content {
	width: 600px;
	float:left;
	text-align:justify;
	margin-bottom: 15px;
}
#content form {
	width: 400px;
	text-align: left;
	color:#5a4a42;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#content input {
	width: 400px;
	margin-bottom: 10px;
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	border-color: gray;
	height: 20px;
}
#content textarea {
	width: 400px;
	height: 300px;
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	border-color: gray;
	resize: none;
}
#content button {
	width: 400px;
	margin-bottom: 15px;
}
#rightBox {
	width: 180px;
	margin-left:20px;
	float:right;
	color:#5A4A42;
}
#rightBox a {
	color:#F36921;
}
#rightBox h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
}
#footer {
	width:800px;
	height:189px;
	background:#fce093;
	padding-top:15px;
	padding-bottom:15px;
}
#contactForm {
	width:410px;
	padding-left:15px;
	float:left;
}
#contactForm input {
	width:138px;
	height:15px;
	margin-bottom:10px;
	display:inline;
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	border-color:white;
}
#contactForm textarea {
	width:290px;
	height:150px;
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	border-color:white;
	resize: none;
}
#contactForm button {
	width:80px;
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	border-color:#F36921;
	background-color:#F36921;
	color:white;
	font-family: "Arial Narrow", Arial, sans-serif;
	margin-top:10px;
}
#contactFormLeft {
	width:295px;
	float:left;
}
#contactFormRight {
	width:90px;
	padding-left:10px;
	float:left;
}
#contactFormRight p {
	font-size:small;
}
#contactFormRight h4 {
	font-family: "Arial Narrow", Arial, sans-serif;
}
#footerRight {
	width:375px;
	height:189px;
	float:right;
}
#footerRightText {
	width:375px;
	height:100px;
	float:left;
}
#footerRightTextSocial {
	float:left;
	width:90px;
}
#footerRightTextSocial h4 {
	font-family: "Arial Narrow", Arial, sans-serif;
	text-align:center;
}
#footerRightTextContact {
	float:left;
	width:275px;
	padding-left:10px;
}
#footerRightTextContact h4 {
	font-family: "Arial Narrow", Arial, sans-serif;
	color:black;
}
#footerRightTextContact p {
	font-size:small;
}
.orange {
	color:#F36921;
}
#footerRightCopyright {
	width:375px;
	height:33px;
	font-size:x-small;
	margin-top:56px;
}
.pageItem {
	margin-top: 15px;
}
.pageItem h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
}
.pageItem a {
	color: black;
}
#servicesImages {
	float: right;
	margin-left: 10px;
	width: 300px;
}
#servicesImages img {
	margin-bottom: 10px;
	float: right;
}
#servicesImages h5 {
	color:#5a4a42;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-align: center;
}
#jimImage {
	float: right;
	margin-left: 10px;
	width: 125px;
	margin-bottom: 10px;
}
/*Rotator*/
.slider {
	overflow: hidden;
}
.slider > ul {
	position:relative;
	-webkit-transition: 0.5s left;
    -moz-transition: 0.5s left;
    -ms-transition: 0.5s left;
    -o-transition: 0.5s left;
    
    list-style: none;
    margin:0;
    padding:0;
}
.slider.mainRotator > ul > li {
	float: left;
	width:800px;
	height:300px;
}
/*End Rotator*/