@charset "utf-8";
/* CSS Document */

.center {text-align:center;}
.teaser {font-family: "Lucida Sans Typewriter", Arial, Helvetica, sans-serif; font-size:11pt; color:#999999; font-weight:bold;}
.b {font-weight:bold;}
.indent {margin-left:40px;font-style:italic;}
body,
html {
    margin:0;
    padding:0;
    background-image:url(/images/firebg.jpg);
	background-repeat:no-repeat;
	background-color:#330000;
	font-family:calibri, Arial, Helvetica, sans-serif;
	height:100%;
	min-width:700px;

	}
img {
	border-style:none;}
	
h2 {
	text-align:left;
	margin-top:25px;
	margin-bottom:30px;
	font-size:35px; 
}
#firelogo{
	position:absolute;
	margin: 0px 0px 0px -70px;
	width: 275px;
	height: 236px;
	_text-indent: -9999px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/firelogo.png', sizingMethod='crop');}
#wrap {
    background-image:url(/images/wrapback.png);
	background-position:bottom;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin:0 auto;
    width:700px;
	min-height:100%;
	height:auto;
	_height:100%;
}
#header {
    background-image:url(/images/fireheader.png);
	
    }
#main {
    float:left;
    width:500px;
	padding:15px 10px 0px 20px;}
.main2{
    float:left;
	margin-left:-8px;
	padding:10px 20px 10px 20px;
	background-image:url(/images/firemark.png);
	background-repeat:no-repeat;
	background-color:#F9DDDC;
	min-height:300px;
	_height:300px;
	_min-Width:480px;
	width:480px;
}
#sidebar {
    float:left;
    max-width:150px;
	min-width:150px;
	width:150px;
	padding-left:6px;}
#footer {
    background:#cc9;
    clear:both;}
#header h1 {
    padding:5px;
    margin:0;
    }
#main h2, #main h3, #main h4, #main p {
    padding:0 10px;
    }
#sidebar ol {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px;
    }
#footer p {
    padding:5px;
    margin:0;
    }	
#menu {
	background-image:url(/images/menuback.png);
	background-repeat:no-repeat;
	background-color:#F9DDDC;
	list-style: none;
	margin:0px;
	margin-top:130px;
	padding: 0px;
}
#menu li {
	font-size:14px;
	margin:0px;
	padding:6px 0px 6px 10px;
}
#menu li:last-child {
	border-style:none;
}

	#menu a:link, #menu a:visited{color: #000000;text-decoration:none;}
	#menu a:hover, #menu a:active{color:#CC0000; background-image:url(../images/marker.gif);background-repeat:no-repeat;}
	.main2 a:link, a:visited{color: #000000;text-decoration:underline;}
	.main2 a:hover, a:active{color:#CC0000;text-decoration:underline;}



