﻿/*
	Big Sandy Volunteer Fire Department

   Author: Garrit Ophus	
   Date:   10/2/09

   Filename:         fire.css
   Supporting Files: none

*/
		body					{margin: 345px; margin-top:375; color:white; background-color: Black}
		body p				{text-align: left; font-size: 13pt;  width: 800}
		#header				{position: absolute; left:0px; top: 5px; height: 355px}
		#map				{position: absolute; left:20px; top: 360px; float: left; width: 295px; border-style: outset; border-width: none}
		h1					{text-align: center; Color: White; width: 800; font-size:36pt}
		h2					{text-align: center; width: 800; color: white; font-size:32pt}
		h3					{text-align: center; width: 800; color: white; font-size:24 pt}
		table.trucks 			{font-size: 20pt; font-weight:600}
		table.members			{font-size: 14pt; font-weight:600; text-align:center; background-image:url('jacketo1.jpg'); 
								color:purple; width:800; border: 5px outset}
		table.members th		{color:white}
		table.Cheifs			{font-size: 14pt; font-weight:600; text-align:left; 
								background-image:url('cheif.jpg'); color:white}
		table.ALL				{font-size: 12pt; font-weight:600; text-align:center; color:white; border: 5px outset}
		table.Active			{font-size: 14pt; font-weight:600; text-align:left; 
								background-image:url('Flag3.jpg'); color:white; width:396}
		a:link				{text-decoration: none; color: RED}
		a:visited			{text-decoration: underline; color: WHITE}
		a:hover				{text-decoration: underline; color: YELLOW}
		address				{font-size: 10pt; text-align:center; Color: White; border-top:2px solid white; width:800}
		#logo				{position: absolute; left: 1230px; top: 5px;  width:290; height:130; float:right; border-width:0px}
		#weather			{position: absolute; left: 1230px; top: 140px;  width:290; height:130; float:right}
		#pioneers			{position: absolute; left: 1230px; top: 400px;  width:290; height:308; float:right; border-width:0px}
		#check				{position: absolute; left: 20px; top: 1150px;  font-size: 14pt; color:white}
		
