html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* //////////////////////////END RESET//////////////////////////// */

/* FONTS */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bangers', cursive;
	color: #005826;
	padding: 10px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	margin-top: 20px;
	line-height: 25px;
}

/* STYLES */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 90%;
	line-height: 20px;
	color: #362f2d;
	background: url(../images/backgroundTexture.jpg);
}

#headerBackground {
	background: url(../images/headerBackground.jpg) repeat-x top;
	height: 433px;
	margin-top: 35px;
}

p {
	padding: 10px 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	font-size: 80%;
	top: 3px;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-size: 120%;
}

/* CENTER THINGS */
#centerWrapper {
	width: 1300px;
	/* width: 100%; */
	margin: 0 auto;
	overflow: hidden;
	margin-top: -433px;
	
}

/* HEADER */

#header {
	background: url(../images/indexHeaderBackground.png) no-repeat ;
width: 1600px;
	height: 525px;
	width: 100%;
	display: block;
	float: left;
	overflow: hidden;
	
}

#mainNavBackground {
	padding: 5px;
	height: 35px;
	margin-top: -35px;
	position: fixed;
	background: url(../images/navBackground.jpg);
	width: 100%;
	z-index: 100;
}

#mainNav {
	font-family: 'Bangers', cursive;
	font-size: 18px;
	color: #fff;
	width: 980px;
	margin: 5px auto;
}

#mainNav li {
	display: inline;
	padding-right: 20px;
}

.attention {
	color: #7bca89;
}

#contact {
	padding: 400px 0 0 600px;
	font-size: 26px;
	font-family: 'Bangers', cursive;
	color: #714146;
}

#phonenumber, #email {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
#email {
	padding-left: 30px;
}

#email a {
	color: #714146;
}


/* MAIN CONTENT */
#mainContent {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
}


#leftSide {
	margin-top: 5px;
	width: 585px;
	float: left;
}

#leftSide ul {
	list-style: disc;
	margin-left: 45px;
}

#leftSide li {
	padding-bottom: 10px;
}

#leftList, #rightList {
	width: 175px;
	float: left;
}

#rightSide {
	width: 300px;
	float: left;
	margin-top: -60px;
}

#estimate {
	width: 200px;
	background: url(../images/estimateBackground.jpg);
	padding: 50px 30px;
	margin: -220px 0 0 80px;
	color: #fff;
}

#estimate h2 {
	position: absolute;
	top: -999em;
}

#estimate p {
	margin-top: 120px;
	font-weight: 100;
}

#estimate form {
	width: 180px;
	margin-top: 20px;
}

#estimate label {
	width: 45px;
}

.inputwide {
	width: 190px;
	margin: 5px 0;
}

.radio {
	margin: 10px;
}

#submit {
	display: block;
	width: 163px;
	height: 72px;
	background: url("../images/submitButton.png") no-repeat 0 0;
	margin: 20px 0 20px 40px;
}

#submit:hover {
	background-position: 0 -72px;
}

#submit type {
	display: none;
}

/* FOOTER */
#footer {
	/* width: 1600px; */
	width: 100%;
	height: 706px;
	margin-top: 50px;
	background: url(../images/footerBackground.jpg) no-repeat 0 0;
	float: left;
	position: relative;
}

#siteNav {
	text-align: center;
	width: 960px;
	margin: 550px auto 50px auto;
	color: #eed5b9;
}

#siteNav a {
	color: #eed5b9;
}

#footerNav li, #serviceNav li, #employeeNav li {
	display: inline;
	padding: 10px;
}

#footerNav, #serviceNav {
	margin-bottom: 30px;
}

#footerNav {
	font-size: 95%;
}

#serviceNav, #employeeNav {
	font-size: 80%;
}

/* TABLES */

.serviceTable {
		width: 585px;
		
}

.serviceTable tr, th, td {
	border: 1px solid #5a3538;
	text-align: center;
}

table {
	border-collapse: collapse;
}

.serviceTable th {
	background-color: #004f83;
	color: #fff;
}

.extra {
	background-color: #599ec3;
	color: #fff;
	padding: 0 5px 0 5px;
}

 