﻿/* This sheet used on the default.aspx (the home) page */
/* style1 used on slogan */
.style1
    {
    text-align: center;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: bold;
}
/* style2 used for all "<p>" with modified margins, and fonts */
.style2
{
    font-size: small;
    font-family: "Times New Roman", Times, serif;
    margin-top: 5px;
    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 */
.style4
{
    text-align: center;
    font-size: large;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
    margin-top: 12px;
}
/* Temp style for department advertisement */
.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: thin ridge #CE1031;
    width: 100px;
    height: 75px;
    margin-right: 4px;
}
/* centers subsquent tags */
div.centered
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/* table1 contains the code amber stuff */
#table1
{
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 4px;
}
/* station information section*/
#stationPics
{
    width: 100%;
    text-align: center;
}
#stationTitles
{
    font-family: "Times New Roman", Times, serif;
    font-size: small;
    margin: 0px;
    width: 100%;
}
#stationInfo5
{
    font-family: "Times New Roman", Times, serif;
    font-size: small;
    margin: 0px 0px 4px 0px;
    text-align: center;
}
/* Department support area */
#table3
{
    font-family: "Lucida Calligraphy", "Times New Roman", Times, serif;
    font-size: 12px;
}
.tdsupport
{
    width: 240px;
    margin-right: 1px;
    margin-left: 1px;
    vertical-align: top;
    padding-right: 4px;
    padding-left: 4px;
}
/* swap picture hyperlinks div */
#volunteers
{
	text-align: center;
}
#stations
{
	text-align: center;
}
/* #support holds all the "support your local Emergency services
   area and table3 */
#support
{
    text-align: center;
}
/* supportinghroes logo pic */
#SupportingHeros
{
    width: 100px;
    height: 36px;
}
/* idhs license plate logo pic */
#idhsPlate
{
    width: 100px;
    height: 80px;
    border: thin ridge #FF0000;
}
/* obviously the bar of fire pic*/
.BarOfFire
{
	width: 760px;
	height: 5px;
}