﻿@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.selected,
#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);
}
tr.normal { background-color: none; }
tr.highlight {background-color: #EFEFEF; }
.thumbnail {
	width: 105px;
	height: 105px;
	border: 3px solid #DA8818;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_title {
	font-weight: bold;
	text-indent: 15px;
}
.news_date {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
a.readmore:link, a.readmore:visited {
	background-color: #F9EF50;
	padding: 5px 8px;
	margin: 10px 0;
	color: #810118;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
a.readmore:active, a.readmore:hover {
	color: #FB7D00;
	text-decoration: none;
}
.logout {
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	border: 1px solid #c8c8c8;
	background-color: #efefef;
}
.logout:active, .logout:hover {
	background-color: #999;
}
.small { font-size: 10px;}
.grey { color: #666; }
	/* formatting for tables */
	table.data { 
	font-size: 10pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	text-align:left;
	border-collapse: collapse;
	}
	table.data th {text-align:center;}
	table.data tr.yellow td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #333;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	}
	table.data td {
	border-bottom: 1px solid #333;
	padding: 2px 0.5em;
	}
	table.data td+td {
	border-left: 1px solid #333;
	}
	table.data tr.center td+td {text-align: center; }
	table.data tr td.center {text-align: center; }
table tr td { text-align: left; }

.imageRight {
	float: right;
	margin-left: 5px;
}
.imageLeft {
	float: left;
	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 {
}

