body, html, img, ul {
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #607373;
}
p {
	margin: 10px 0;
	line-height: 19px;
}
img {
	border: none;
}
img.framed {
	padding: 2px;
	border: 1px solid #999;
	margin-bottom: 5px;
}
hr {
	padding: 0;
	border: 0;
	margin: 0;
	height: 1px;
	background-color: #FAAC1C;
}
table {
	margin-bottom: 10px;
}
blockquote {
	background-color: #EEE;
	margin: 5px;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}
blockquote strong {
	display: block;
	padding-top: 5px;
	font-style: italic;
}
a {
	color: #6f9e3c;
	font-weight: bold;
}
a: hover {
	color: #607373;
	text-decoration: none;
}
ul {
	color: #607373;
	list-style: none;
	padding-left: 20px;
}
li {
	list-style-image: url(/images/arrowpixel.gif);
}

/* Headings*/
h1 {
	clear: both;
	margin: 5px 0;
	padding: 56px 20px 13px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	background: url(/images/heading1-bg.jpg) no-repeat;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h2 {
	clear: both;
	margin: 5px 0;
	padding: 7px;
	padding-top: 15px;
	color: #fff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(/images/heading_bg.jpg) no-repeat;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
h3 {
	clear: both;
	margin: 5px 0;
	padding: 7px;
	color: #fff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(/images/subheading_bg.jpg) no-repeat;
}
h3 a {
	color: #fff;
	text-decoration: none;
}
h4 {
	margin: 5px 0 10px 0;
	padding: 0;
	color: #085a75;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	background: none;
}
h4.blue {
	background-color: #EEF4F5;
	padding: 10px;
}
h4 a {
	color: #085a75;
	text-decoration: none;
}

input[type=text], textarea {
	border: 1px solid #999;
}

.testimonial {
	font-style: italic;
	text-align: right;
}

a.button {
	text-align: center;
	background: top right url(/images/button-bg-right.gif) no-repeat #f7a40f;
	display: inline;
	color: #FFF;
	font-size: 11px; 
	font-weight:normal;
	text-decoration: none;
	padding: 4px 3px 4px 0;
}

a.button span {
	background: top left url(/images/button-bg-left.gif) no-repeat;
	display: inline;
	padding: 4px 7px 4px 10px;
	line-height: 23px;
}

.calendarlabel {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
table.calendar {
	border: 1px solid #999;
}
table.calendar th,
table.calendar th a {
	background-color: #81a7c9;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.calendar td {
	background-color: #eee;
	padding: 2px;
	text-align: center;
}
table.calendar td.event {
	background-color: #81a7c9;
	color: #fff;
}
table.calendar td.event a {
	font-weight: bold;
	color: #fff;
}
table.calendar td.disabled {
	background-color: #fff;
	color: #ccc;
}
table.calendar td.today {
	background-color: #f7a40f;
	color: #fff;
}

table.fullcalendar {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.fullcalendar th {
	background-color: #81a7c9;
	color: #fff;
}
table.fullcalendar td {
	border: 1px solid #999;
	padding: 5px;
	vertical-align: top;
	height: 100px;
	font-size: 11px;
	width: 14%;
}
table.fullcalendar td .daynumber{
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
table.fullcalendar td.event {
}
table.fullcalendar td.event a {
	font-weight: bold;
}
table.fullcalendar td.disabled {
	background-color: #eee;
	color: #ccc;
}
table.fullcalendar td.today .daynumber {
	background-color: #f7a40f;
	color: #fff;
}

ul.headlines li {
	margin-bottom: 10px;
}
div.sectionbutton {
	position: relative;
	margin-top: 10px;
	width: 300px;
	height: 150px;
	background-color: #EEF4F5;
	border-radius: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
}
div.sectionbutton .sectionname {
	font-size: 18px;
	background-color: #f7a40f;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}
div.sectionbutton .residential {
	background-image: url(/images/heading_bg.jpg);
}
div.sectionbutton .commercial {
	background-image: url(/images/subheading_bg.jpg);
}
div.sectionbutton .sectionname a {
	display: block;
	color: #fff;
	text-decoration: none;
}
div.sectionbutton ul {
}
div.sectionbutton ul li {
	margin-top: 4px;
}
div.sectionbutton .learnmore {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding-right: 10px;
	background: url(/images/orange-arrow.gif) right 4px no-repeat;
}
.prevpage {
	float: left;
	padding-left: 13px;
	background: url(/images/orange-arrow-left.gif) left 4px no-repeat;
}
.nextpage {
	float: right;
	padding-right: 13px;
	background: url(/images/orange-arrow.gif) right 4px no-repeat;
}
a.golink {
	padding-left: 13px;
	background: url(/images/orange-arrow.gif) left 4px no-repeat;
}
.centermargin {
	margin-left: 200px;
	margin-right: 200px;
}
.graybox {
	padding: 5px;
	background-color: #EEF4F5;
}
table.form td {
	vertical-align: top;
}
table.form td.label {
	background-color: #eee;
	width: 120px;
	padding: 3px 5px;
}
.error {
	border: 1px solid red;
	padding: 10px;
	background-color: #fcc;
	margin-bottom: 10px;
}
div.headline {
	margin: 10px 0 5px 0;
	color: #3868B1;
	font-size: 16px;
	font-weight: bold;
}
