@charset "utf-8";
/* CSS Document */

body {
	text-decoration: none;
	background: url(../Images/NewBackgroundTest2.jpg) fixed;
	background-position: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	color: #f9c921;
}
h1#ems {
	color: #06C;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#f9c921;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #FFF;
	text-align: justify;
	text-indent: 5px;
	text-decoration: none;
}
p img {
	margin: 5px;
	padding: 5px;
}
p a {
	text-decoration: none;
	color: #f9c921;
	font-weight: bold;
	border-bottom: 2px solid #f9c921;
}
p a:visited {
	text-decoration: none;
	color: #3cf;
	font-weight: bold;
	background-color: transparent;
	border-bottom: none;
}
p a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #f9c921;
	border-bottom: none;
}
ul#normalList {
	list-style: square;
	color: #FFF;
}
ul#emsList {
	list-style: square;
	color: #F9C92C;
	font-weight: bold;
}
#contentWrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
#pageContent {
	width: 950px;
	height: auto;
	z-index: 2;
}
#banner {
	width: 100%;
	text-align: center;
	position: relative;
	clear:right;
	z-index: 100;
}
#menu {
	clear: both;
	width: auto;
	margin-left: 125px;
	padding: 5px;
}
#leftsidebar {
	clear: left;
	float: left;
	width: 175px;
}
#rightsidebar {
	float: right;
	width: 260px;
}
#maincontent {
	margin-left: 0;
	margin-right: 0;
	height: auto;
	clear: both;
}
#maincontent1 {
	margin-left: 185px;
	padding: 5px 20px 5px 10px;
	border-top: none;
	border-bottom: none;
}
#maincontent2 {
	float: left;
	width: 503px;
	margin-left: 0;
	margin-right: 0;
	padding: 5px;
	border-bottom: none;
}
#bottomMenu {
	margin-left:250px;
	position: relative;
	width: auto;
	clear: both;
}
#footer {
	text-align: center;
	position: relative;
	clear: both;
	padding: 5px;
}
/* This is CSS for the custom text areas */
#titleBar {
	text-align: center;
	clear: both;
	background-image:url(../Images/titleBar1.jpg);
	background-repeat: no-repeat;
}
#titleBar p {
	color: white;
	text-align: center;
}
#textArea {
	width: 255px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: white;
}
#textAreaBottom {
	background-image:url(../Images/textAreaBottom1.jpg);
	background-repeat: no-repeat;
}
/* End text area */
.title {
	text-align: center;
}
table#image a {
	border-bottom: 2px solid #000;
}
table#image a:visited {
	border-bottom: 2px dashed #F00;
}
table#image a:hover {
	border: 2px solid #C9221F;
}
.question {
	color: #FFF;
	padding-left: 25px;
	cursor: pointer;
	background-image: url(../Images/plusSign.png);
	background-repeat: no-repeat;
	background-position: left;
}
.question.close {
	background-image: url(../Images/minusSign.png);
}
.answer {
	color: #f9c921;
}
.fireName {
	color: #ffcc00;
}
.fireResource {
	color: #000033;
}
/* This is area is for properly arranging pictures and text (ex. Administration page) on a page */

.figure {
	float: left;
	width: 100%;
	margin: 0 10px 10px 10px;
	border: none;
}
.figure2 {
	text-align: center;
	float: left;
	width: 450px;
	margin: 0 10px 10px 10px;
	border-top: 1px solid #03C;
}
.photo img {
	border: none;
	background-color: transparent;
	padding: 4px;
	position: relative;
}
.figure p {
	text-align: justify;
}
.twoLine {
	height: 90px;
}
.fourline {
	height: 170px;
}

/* This area is for properly arranging pictures and text on a page for Photo Galleries */

.galfigure {
	float: left;
	width: 370px;
	margin: 0 10px 10px 10px;
}
.galphoto img {
	border: 1px solid #03C;
	background-color: transparent;
	padding: 4px;
	position: relative;
}
.galfigure p {
	font: 1.2em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	height: 5em;
}
dt {
	color: #F9C92C;
	font-weight: bold;
	text-indent: 5px;
	text-decoration: underline;
}
dd {
	color: #FFF;
}
