﻿@charset "utf-8";
/* CSS Document */

/* set the page background color, center the page in the screen, set global fonts */
html, body {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	background-color: #161616;
	text-align: center;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #000; /* black */
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	color: #FE2200; /* red */
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	color: #F68F04; /* orange */
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 130%;
}
ul {
	padding: 0 15px;
	margin-left: 15px;
	line-height: 130%;
	list-style-image: url(../images/bullet.jpg);
}
a:link, a:visited {
	color: #FE2200;
	text-decoration: underline;
}
a:active, a:hover {
	color: #F68F04;
	text-decoration: underline;
}
/* styles for top white name (PGFPD) bar */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 965px;
	height: 88px;
}
/* removes fugly blue border around header image link */
#header a:link img {
	border: 0;
}
/* sets medium grey content background */
#content {
	position: relative;
	margin: 0 auto;
	margin-top: -1px;
	padding: 0;
	width: 963px;
	background-color: #3A3A3A;
	border: none;
	border-left: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	z-index: 10;
}
/* sets margins around image slideshow area */
#slideshows {
	position: relative;
	margin: 0 25px 10px 25px;
	padding: 25px 0 0 0;
	width: 915px;
	height: 282px;
	text-align: left;
}
#fireImages {
	position: relative;
	width: 567px;
	height: 282px;
	float: left;
}
#left_col {
	position: relative;
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	width: 216px;
	background-color: #0F0F0F;
	text-align: left;
}
#left_col #nav {
	position: relative;
	margin: 9px;
	padding: 0;
	width: 198px;
	background-color: #222;
}
#left_col #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
}
#left_col #nav ul li {
	margin: 0;
	padding: 8px;
	padding-left: 25px;
	height: 20px;
	border-bottom: 2px solid #0F0F0F;
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 10px 14px;
}
#left_col #nav ul li a:link, #left_col #nav ul li a:visited {
	color: #FFBA00; /* yellow */
	text-decoration: none;
}
#left_col #nav ul li a:active, #left_col #nav ul li a:hover {
	color: #FE2200; /* red */
	text-decoration: none;
}
#right_col {
	position: relative;
	float: right;
	margin: 0 23px 0 0;
	padding: 30px 20px 20px 20px;
	width: 640px;
	background: url(../images/content_header.jpg) no-repeat;
	background-color: #FFF;
	border: 1px solid #000;
	text-align: left;
}
#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 25px;
	width: 915px;
	height: 24px;
	background: url(../images/footer_bg.jpg) no-repeat;
	text-align: right;
	color: #666666;
	font-size: 11px;
	z-index: 15;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:active, #footer a:hover {
	color: #FFF;
}
#extraDiv1 { 
	background: url(../images/fire_bg.jpg) repeat-x; 
	background-position: center bottom;
	z-index: 1;
	margin-top: -40px;
	width: 100%; 
	min-width: 100%;
	height: 89px; 
}
.link_btns {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.link_btns:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.imageRight {
	float: right;
	border: 2px solid #F69900;
	margin-left: 5px;
}
.imageLeft {
	float: left;
	border: 2px solid #F69900;
	margin-right: 10px;
}
/* hack for IE to wrap content tag around everything inside it, so content bg styles show */
.clearfloat {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
#pge_text {
}
