﻿/* This sheet used on the default.aspx (the home) page */
/* This section for temporary stuff on the default page */
.BWTB
{
    padding: 0px;
    margin: 0px;
    color: #CC3300;
    font-family: Elephant, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.advertise
{
    font-size: 22px;
    color: #D4D4D4;
    font-family: "Times New Roman", Times, serif;
}
.tempAd a
{
    color: #990000;
}
#tempAd img
{
    border: 2px ridge #CE1031;
    margin-bottom: 6px;
}
/* style1 used on slogan */
.spacer
{
    width: 100%;
    height: 18px;
    float: left;
    clear: both;
    color: #000000;
    font-size: 18px;
}
.style1
    {
    text-align: center;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 12px;
}
/* style2 used for all "<p>" with modified margins, and fonts */
.style2
{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	font-weight: normal;
}
/* Amber Alert <p> */
.style3
{
    border: thin solid #CE1031;
    margin-bottom: 0px;
    text-align: center;
}
/* style 4 used on Default page sections ie volunteer firefighters */
/* Temp style for department advertisement */
.style4
{
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
	margin-top: 20px;
}
.style4a
{
    font-size: medium;
    text-decoration: none;
    color: #FF0000;
    font-weight: bold;
}
/* red border and size on hyperlink hover pictures on default page
   overides the "a img" contexual selector */
.style5
{
    border: 2px ridge #CE1031;
    width: 100px;
    height: 75px;
}
/* centers subsquent tags */
div.centered
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/* Left panel main section of Default page */
#leftPanel
{
    margin: 0px;
    text-align: left;
    float: left;
    width: 379px;
    height: 488px;
    /* Temp devider line to move line to the left panel ***
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #1D1D1D;   */
}
/* table1 contains volunteer pictures and descriptions */
#table1
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 376px;
}
.table1content
{
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    margin: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 4px;
    text-indent: 6px;
}
.panel2
{
    position: relative;
    top: 0px;
    left: 0px;
}
#panel2bg
{
    padding-top: 10px;
    width: 366px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 4px;
}
#FireLogo
{
    z-index: 1;
    position: absolute;
    top: 1px;
    left: -8px;
}
.panel3
{
    position: relative;
    overflow: auto;
}
#panel3bg
{
    padding-top: 10px;
    width: 379px;
    position: relative;
}
#BTFDCross
{
    z-index: 1;
    position: absolute;
    top: 1px;
    left: -8px;
}
.panel4
{
    position: relative;
    overflow: hidden;
}
#panel4bg
{
    padding-top: 10px;
    width: 379px;
    position: relative;
}
#BTFDNewLogo
{
    z-index: 1;
    position: absolute;
    top: -1px;
    left: -18px;
    right: 345px;
}
/* Right panel main section of Default page */
#rightPanel
{
    width: 379px;
    float: left;
    text-align: left;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #1D1D1D;
}
#rightPanelContent
{
	margin-left: 6px;
}
/* station information section*/
/* Station information table */
#table2
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 373px;
}

/* Department support area */
#support
{
}
#table3
{
    font-family: "Lucida Calligraphy", "Times New Roman", Times, serif;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 373px;
}
/* swap picture hyperlinks div */
/* #support holds all the "support your local Emergency services
   area and table3 */
/* supportinghroes logo pic */
#idhsPlate
{
    width: 100px;
    height: 80px;
    border: thin ridge #FF0000;
}
#SupportingHeros
{
    width: 100px;
    height: 36px;
}
/* idhs license plate logo pic */
/* obviously the bar of fire pic*/
.BarOfFire
{
	width: 760px;
	height: 5px;
}
#table3
{
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

