BODY { /* WS: Body of the site */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color:#000000; */
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #D7D7D7;
}

TD { /* WS: Table cell */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

.CatchTitle { /* WS: Custom field for Title Catch Line - e.g. ThePumphouse */
	background-color: #A52F3B;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color:#FFFFFF;
}

.SideContent { /* WS: Custom field for Side Content bar - e.g. ThePumphouse */
	border-top: 1px solid #FFFFFF;
	background-color: #A52F3B;
	font-size: 10px;
	color:#ffffff;
	text-align: right; 
}

.FooterContent { /* WS: Custom field for Footer Content bar - e.g. ThePumphouse */
	border-top: 2px solid #EFA53A;
	background-color: #A52F3B;
	font-size: 10px;
	text-align: center; 
	height: 20px;
	color: #B0B0B0;
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	background-color: #A52F3B;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	background-color: #A52F3B;
	width: 153px;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	width: 153px;
	font-size: 12px;
	color:#ffffff;
	text-align: right; 
	border-bottom: solid 1px #FFFFFF;
	padding-right:13px;
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	width: 153px;
	font-size: 12px;
	color:#ffffff;
	text-align: right; 
	border-bottom: solid 1px #FFFFFF;
	padding-right:13px;
}

TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
	width: 632px;
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
}

.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
	width: 632px;
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
}

H1 {
	font-size: 16px; 
	color:#EFA53A; 
}

H2 {
	font-size: 13px; 
	color:#EFA53A; 
}

.PumpHouseImg img {
	border: 1px solid #EFA53A;
}

.SiteLinks{ /* WS: HTML main page links */
	font-size: 10px;
	color: #B0B0B0;
	text-decoration: none;
}

.SurefireLinks { /* Custom Surefire Links */
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #D7D7D7;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial;
	font-size: 10px;
	color: #A52F3B;
}

.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial;
	font-size: 10px;
	color: #A52F3B;
}

.InputBox { /* WS: Contact form input boxes */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #EFA53A;
}

.InputButton {  /* WS: Contact form buttons */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #EFA53A; 
}

