@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mobileClicktoCall {
}



/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	clear: none;
	float: none;
}
.Header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.NavContainer {
	margin-bottom: 20px;
}
.NavList {
}
.NavButtons {
	background-color: #F41418;
	color: #FFFFFF;
	text-align: center;
	border-radius: 6px;
	width: 100%;
	clear: both;
	margin-left: 0;
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	margin-bottom: 4px;
	-webkit-transition: background-color 0s ease 0s;
	-o-transition: background-color 0s ease 0s;
	transition: background-color 0s ease 0s;
	font-style: italic;
	vertical-align: middle;
	font-size: xx-large;
}
.Section1 {
width: 100%;
display: block;
}
.Section2 {
clear: none;
margin-left: 3.3707%;
width: 100%;
}
.Section3 {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
p {
	padding-right: 15px;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-left: 15px;
}
h1 {
	color: #F9070B;
	margin-left: 12px;
}
.Footer {
}
.footnav {
	margin-top: 15px;
	margin-bottom: 14px;
	border-top: thin solid #FFFFFF;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
	font-size: small;
}
.footlist {
}
.footbutton {
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: small;
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.sideboxes {
	margin-top: 5px;
	margin-bottom: 15px;
}
.footersmalltext {
}
.Section4 {
display: block;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
h2 {
	color: #F9070B;
	font-size: medium;
	margin-left: 12px;
}
.FBCollapsePanel {
	display: inline;
	margin-left: 7px;
}
.CenteredYellowp  {
	color: #FFFF11;
	text-align: center;
	font-size: large;
	text-decoration: underline;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
}
.centeredred {
	color: #F9070B;
	text-align: center;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}
.greenheadings {
	color: #09FF84;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	display: block;
	margin-left: 12px;
}
.disclaimer {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
}
.statsheading {
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: x-large;
	font-weight: bolder;
	font-style: italic;
	text-decoration: underline;
}
.tableinformation {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.lifesafeform {
	background-color: #786D61;
	border: medium ridge #A60508;
	width: auto;
	height: auto;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 12px;
	margin-right: 10px;
}
.apparatuspic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 6px;
	border-bottom: medium ridge #8C0E12;
}
















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
}
.Header {
	margin-top: 10px;
}
.NavContainer {
}
.NavList {
}
.NavButtons {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 23.7569%;
	margin-left: 1.6574%;
	clear: none;
	vertical-align: middle;
	font-size: medium;
}
.Section1 {
width: 36.464%;
display: block;
}
.Section2 {
margin-left: 1.6574%;
clear: none;
width: 74.5856%;
}
.Section3 {
width: 23.7569%;
clear: none;
margin-left: 1.6574%;
display: block;
}
.Footer {
}
.footnav {
}
.footlist {
}
.footbutton {
width: 23.7569%;
margin-left: 1.6574%;
clear: none;
}
.Section4 {
display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 93.9673%;
	max-width: 1232px;
	padding-left: 0.5163%;
	padding-right: 0.5163%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.Header {
	margin-top: 10px;
}
.NavContainer {
}
.NavList {
}
.NavButtons {
	width: 15.7509%;
	clear: none;
	margin-left: 1.0989%;
	display: block;
	font-size: medium;
}
.Section1 {
width: 15.7509%;
display: block;
}
.Section2 {
clear: none;
margin-left: 1.0989%;
width: 66.3003%;
}
.Section3 {
width: 15.7509%;
margin-left: 1.0989%;
clear: none;
display: block;
}
.Footer {
}
.footnav {
}
.footlist {
}
.footbutton {
display: block;
width: 15.7509%;
clear: none;
margin-left: 1.0989%;
}
.Section4 {
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.NavButtons:hover {
	background-color: #841517;
}
