@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #222;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 20px;
	margin: 0px;
}
#pageWrapper {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
}
#headerWrapper {
	width: 934px;
}
#contentWrapper {
	background-color: #f5f5e5;
	width: 934px;
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#buttonWrapper {
	margin-top: 43px;
	margin-left: 33px;
	margin-bottom: 43px;
}
#footerWrapper {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 189px;
	width: 934px;
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.buttonFloat {
	float: left;
}
.clear {
	clear: both;
}
#leftColumn {
	background-image: url(images/contentLeftColumnAboutUs.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 763px;
	width: 350px;
	margin: 20px 0px 43px 33px;
	padding: 10px 0px 1px 0px;
}
#leftColumnBlank {
	background-image: url(images/contentLeftColumnBlank.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	float: left;
	height: 763px;
	width: 350px;
	margin: 20px 0px 43px 33px;
	padding: 10px 0px 1px 0px;
}
#leftColumnDigital {
	background-image: url(images/digitalLeftColumnBG.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	float: left;
	height: 763px;
	width: 300px;
	margin: 20px 0px 43px 33px;
	padding: 10px 25px 1px 25px;
}
#leftColumnOffset {
	background-image: url(images/offsetLeftColumnBG.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	float: left;
	height: 763px;
	width: 300px;
	margin: 20px 0px 43px 33px;
	padding: 10px 25px 1px 25px;
}
#leftColumnEstimate {
	float: left;
	width: 424px;
	padding-top: 1px;
	padding-bottom: 10px;
}
.leftColumnCenter {
	text-align: center;
	width: 350px;
}

#rightColumn {
	margin-top: 25px;
	margin-bottom: 43px;
	margin-left: 20px;
	width: 498px;
	float: left;
}
#rightColumnEstimate {
	margin-left: 20px;
	width: 424px;
	float: left;
}

.rightColumnRight {
	text-align: right;
	width: 498px;
}

h1 {
	color: #006018;
	margin: 0px;
}
#contentWrapper #leftColumn p {
	margin-right: 30px;
	margin-left: 30px;
	color: #ffffff;
}
#contentWrapper #leftColumnBlank p {
	margin: 0px 25px 0px 25px;
	color: #ffffff;
}
#contentWrapper #leftColumn h2 {
	color: #ffffff;
	margin: 0px 25px 0px 25px;
}
#contentWrapper #leftColumnBlank h2 {
	color: #ffffff;
	margin-right: 25px;
	margin-left: 25px;
}
.aboutUsLeftColumnHeader {
	margin-top: 150px;
}
.leftColumnHeader {
	margin-top: 30px;
	color: #fff;
}
.contentCenter {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	width: 884px;
	text-align: center;	
}
.oneColumnHeader {
	width: 868px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 33px;
}
.estimateSpacing {
	line-height: 40px;
}
#estimateForm {
	margin: 30px 0px 43px 50px;
	width: 868px;
}
a {
	color: #390;
	text-decoration: none;
	font-weight: 400;
}
#content2ColumnLeft {
	float: left;
	width: 240px;
}
#content2ColumnRight {
	float: right;
	width: 240px;
}
/* top button styling */
#topButtonWrapper {
	padding: 25px 0px 0px 35px;
}
.topButtonSpacer {
	padding: 0px 0px 0px 3px;
}
#topButtonWrapper02 {
	padding: 10px 0px 0px 31px;
}
.topButtonSpacer02 {
	padding: 0px 0px 0px 1px;
}

/* space for accordian */

.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	border: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	border: none;
}
