* {
	margin: 0;
	padding: 0;
}
body {
}
#wrapper {
	width: 1000px;
	height: 780px;
	margin: 0 auto;
	background-image: url(../images/green_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	width: 750px;
	height: 200px;
	float: left;
}
#hse_logo {
	float: left;
	margin: 50px 0 0 20px;
}
#phoneNumber {
	float: left;
	margin: 140px 0 0 163px;
	text-align: center;
}
@font-face {
    font-family:hse_font;
    src: url('fonts/TempsITC.TTF') format('truetype');
}
@font-face {
    font-family: 'rieslingregular';
    src: url('../fonts/riesling-webfont.eot');
    src: url('../fonts/riesling-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/riesling-webfont.woff') format('woff'),
         url('../fonts/riesling-webfont.ttf') format('truetype'),
         url('../fonts/riesling-webfont.svg#rieslingregular') format('svg');
}
.phoneText {
	font-family: 'rieslingregular', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0C6606;
	font-weight: bold;
	letter-spacing: 2px;
}
.phoneText a, .phoneText a:visited {
	color:#0C6606;
	text-decoration:none;
}
.bondedText {
	font-family: 'rieslingregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0C6606;
	font-weight: bold;
	letter-spacing: 2px;
}

#rightSideBar {
	width: 250px;
	height: 720px;
	float: right;
}
#areasServiced {
	width: 180px;
	margin-left: 35px;
	background-image: url(../images/side-bar-frame.png);
	background-repeat: no-repeat;
	height: 480px;
	position: relative;
}
#areasServiced p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 25px 0 0 35px;
}
#areasServiced ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 4px 0 0 48px;

}
#signature {
	width: 140px;
	height: 15px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.signatureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: center;
}
#signature a, #signature a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}




#leftSideBar {
	width: 250px;
	height: 520px;
	float: left;
}
#navBar {
	width: 180px;
	height: 480px;
	margin: 40px 0 0 35px;
	background-image: url(../images/side-bar-frame.png);
	background-repeat: no-repeat;
}
#menuItems {
	display: none;
}

#mainContent {
	width: 500px;
	height: 520px;
	float: left;
	background-color: #FFF;
}
	
#homeVideo {
	width: 500px;
	height: 285px;
}

#mainSlideshow {
	width: 500px;
	height: 285px;
	background-image: url(../images/kitchen.png);
	background-repeat: no-repeat;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	margin-top: 5px;
}
#mainText {
	width: 480px;
	height: 225px;
	margin: 5px 0 0 10px;
	padding-right: 10px;
	overflow: auto;
}
.centerImage {
	text-align: center;
}

#mainText ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 20px;
}

#quoteContent {
	width: 470px;
	padding-left: 20px;
	height: 515px;
	overflow: auto;
	font: 11px Arial, Helvetica, sans-serif;
}
#contactContent {
	width: 440px;
	height: 480px;
	overflow: auto;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 40px 0 0 50px;
}
.clearFlt {
	clear: both;
}

#footer {
	height: 55px;
	width: 930px;
	float: left;
	margin: 0 auto;
	padding: 5px 70px 0 0;
}
#footer p {
	padding: 10px 0 0 0;
	text-align: right;
	margin-right: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
