@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #fff;
	background: url(../images/bg_black_diamond.jpg) repeat top center;
}
h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
}
h3 {
	font-size:13px;
	font-weight:bold;
}
p {
	margin: 0;
	padding: 5px 0px;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#C1272D; /*F8A91C*/
	text-decoration:underline;
}

#container {
	width: 780px; 
	background: #000;
	margin: 0 auto; 
	padding-top:10px;
	text-align: left; 
}
#header {
	background: #000; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1, #header p {
	margin: 0; 
	padding:0;
	color:#fff;
}
#header h1 {
	font-size: 32px;
}
#header p {
	font-size: 16px;
}
#header div.callNow {
	float: right;
	font-size: 24px;
	font-weight: bold;
	color: #D63932;
	text-align: right;
	width: 250px;
}

#imgFade {
	width: 755px;
	margin: 0 0 0 2px;
	padding: 0;
	/*background-color: #94B63D;*/
	clear: both;
	margin: 17px 0 0;
}

#navigation{
	margin: -17px 10px 7px 0;; /*17px 10px 7px 0*/
}
#navigation ul{
	list-style-type:none;
	display:inline;
	margin-left: 0;
	padding-left: 2px;
}
#navigation ul li{
	display:inline;
}

#helpButton {
	width: 255px;
	float: right;
	margin: -150px 0 0;
	padding: 0;
	z-index: 50000;
}

#tabs {
	font-size:9px;
	position:relative;
	top:10px;
	z-index:300;
	width:755px;
	margin:0 auto;
	clear: both;
}
#fireSmoke {
	border-top: 18px solid #C1272D; /*EF4C24*/
	background-color:#C1272D; /*EF4C24*/
	float:left;
	width:245px;
	height:290px;
	padding:0;
}

#stormWind {
	border-top: 18px solid #636467; /*377095*/
	background-color:#636467; /*377095*/
	margin:0 auto;
	width:245px;
	height:290px;
	padding:0;
}
#water {
	border-top: 18px solid #808285; /*95B63D*/
	background-color:#808285; /*95B63D*/
	float:right;
	width:245px;
	height:290px;
	padding:0;
}
#mainContent {
	margin: 0 0 0 0; /* -105px 0 0 0 */
	padding: 35px 10px 20px 10px; /* 140px 10px 20px 10px ... remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #3D3532;
}
#footer {
	padding: 30px 10px 10px 10px;
	font-size:9px;
	display: block;
}
#footerLinks {
	display: block;
	clear: both;
}
#innerFooterLinks {
}
#footerLinks .footerLink {
	float: left;
	padding-right: 20px;
}
#footerLinks .last {
	padding-right: 0;
}
#footContact{
	text-align:center; 
	margin:0 0 5px 0;
	padding-top:20px;
}
#audio{
	float:right;
	margin:0;
	padding:0;
}	