@charset "utf-8";
/* CSS Document */

/* This is the css for the left sidebar menu for all pages EXCEPT EMS */

ul#navleft {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 175px;
}
#navleft a {
	color: #000;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: none;
	padding: 2px 5px 2px 10px;
	display: block;
	background-image: url(../Images/leftbar.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
#navleft a:hover {
	color: yellow;
	font-weight: normal;
	background-image: url(../Images/leftbarhover.jpg);
}

/* This is the css for the right side nav bar for fire */

ul#navright {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 250px;
}
#navright a {
	color: #000;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: #CCC;
	border-bottom: none;
	padding: 2px 5px 2px 20px;
	display: block;
	background-image: url(../Images/rightbar.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
#navright a:hover {
	color: #00C;
	font-weight: normal;
	background-image: url(../Images/rightbarhover.jpg);
}

/* This is the css for the news nav (right side column) for fire pages */

ul#navnews {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 250px;
	border-bottom: none;
}
#navnews a {
	color: #306;
	font-size: .9em;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px groove #306;
	padding: 7px 5px 7px 20px;
	display: block;
	background-color: none;
	background-repeat: no-repeat;
	background-position: left center;	
}
#navnews a:hover {
	font-weight: normal;
	background: #CCF no-repeat;
	border: 1px inset #306;
}

/* This is the title ul nav css for all pages */

ul#titlenav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #C9221F;
	float: left;
}
#titlenav li {
	float: left;
}
#titlenav a {
	color: #C9221F;
	font-size: .7em;
	text-decoration: none;
	border-left: none;
	border-right: 1px solid #C9221F;
	padding: 0 5px 0 10px;
	display: block;
}
#titlenav a:hover {
	color: #FFF;
	font-weight: bold;
	background: #C9221F no-repeat;
}

/* This is the css for the small nav link under the page title for the PHOTO GALLERY only */

ul#phototitlenav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #C9221F;
	float: left;
}
#phototitlenav li {
	float: left;
}
#phototitlenav a {
	color: #C9221F;
	font-size: 1.2em;
	text-decoration: none;
	border-left: none;
	border-right: 1px solid #C9221F;
	padding: 0 5px 0 10px;
	display: block;
}
#phototitlenav a:hover {
	color: #FFF;
	font-weight: bold;
	background: #C9221F no-repeat;
}

/* This is the small backup nav bar in the footer */

ul#footernav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #C9221F;
	float: left;
}
#footernav li {
	float:left;
}
#footernav a {
	color: #360;
	font-size: .9em;
	text-decoration: none;
	border-left: none;
	border-right: 1px solid #C9221F;
	padding: 0 5px 0 10px;
	display: block;
}
#footernav a:hover {
	color: #FFF;
	font-weight: normal;
	background: #360 no-repeat;
}

/* This is the left sidebar css for the EMS page */

ul#navEms {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 175px;
	border-bottom: 3px outset #FF6600;
}
#navEms a {
	color: #FFF;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 3px outset #F90;
	border-right: 3px outset #FF6600;
	border-left: 3px outset #F90;
	border-bottom: none;
	padding: 7px 5px 7px 20px;
	display: block;
	background-color: #FF6600;
	background-repeat: no-repeat;
	background-position: left center;	
}
#navEms a:hover {
	color: #03C;
	font-weight: normal;
	background:	#F93 no-repeat;
	border: 2px inset #FF6600;
}
