﻿*
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    text-decoration: none;
}
html, body, form
{
    height: 100%;
}
body
{
    background-color: #23589e;
}

#sitewrap
{
    overflow: hidden;
    width: 845px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

#header a
{
    width: 846px;
    height: 148px;
    float: left;
    background-image: url(images/header.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -5000px;
}

#hrule 
{
    width: 845px;
    height: 27px;
    float: left;
    background-image: url(images/hrule.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: right;
}
.SiteType
{
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 10px 0 0;
}
#hrule a
{
    color: Yellow;
}
#hrule a:hover
{
    color: #999999;
    text-decoration: underline;
}
.TypeModal
{
    height: 150px;
    width: 200px;
    padding: 15px;
    text-align: center;
    background-color: #FFFFFF;
}
#modalDiv a
{
    color: Maroon;
}
.ModalBg
{
    background-color: #777777;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#nav
{
    width: 845px;
    height: 57px;
    float:left;
    background-image: url(images/navigation.jpg);
    background-position: top left;
    background-repeat: repeat-x;

}
#nav ul
{    
    padding-left: 4px;
    list-style-type: none;
}
#nav ul li
{
    display: inline;
}
#nav ul li:hover
{
    background-color: #AAAAAA;
}
#nav a 
{
    margin: 4px 0px 6px 0px;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    color: #FFFFFF;
    float: left;
}
#nav a:hover 
{
    color: #333333;
    background-color: #AAAAAA;
}

#content
{
    width: 820px;
    float: left;
    background-color: Transparent;
    background-image: url(images/contentshadow.jpg);
    background-position: top left;
    background-repeat: no-repeat;

}
#contentheader
{
    font-weight: bold;
    font-size: 24px;
    color: #872434;
    margin-bottom: 20px;
}
#contenttext
{
    float: left;
    text-align: justify;
    font-size: 12pt;
    padding: 30px 0px 10px 30px
}
#contenttext td
{
    padding: 5px;
}
#contenttext li
{
    list-style-type: square;
    margin-left: 30px;
}
#contenttext p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#contenttext img
{
}
#emergencyform
{
    margin-top: 30px;
    width: 530px;
    float: left;
}

#footer
{
    width: 845px;
    height: 200px;
    text-align: center;
    font-size: 10px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    background-image: url(images/footer.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.sectionHeader 
{
    font-size: 16px;
    color: #872434;
}

/*Splash Page*/

#splashpanel
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}
#splashlogo
{
    padding: 20px;
}
#tempinfo
{
    padding: 20px;
    font-size: 18px;
}
#emergency
{
    margin: 20px;
    font-size: 28px;
    color: #872434;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
}
#copyright
{
    text-align: center;
    font-size: 10px;
    margin-top: 15px;
}
#emailarea
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}
#emailarea a
{
    color: #DDDDDD;
}
#emailarea a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
.smallfont
{
    font-size: 16px;
}



/*Extras*/

#copy
{
    background-color: #FFFFFF;
}
#lossNav
{
    border-top: solid 1px #000000;
    height: 25px;
    width: 700px;
    text-align: center;
    padding: 10px 0 20px 0;
    margin: 0 auto 0 auto;
    font-size: 16px;
}
#lossNav ul li
{
    display: inline;
    margin: 0 5px 0 5px;
    font-weight: bold;
    background-color: #FFFFFF;
    font-size: 18px;
}
.NumPanel
{
    font-size: 16px;
    margin-bottom: 20px;
}
.emergencyimage
{
    position: relative;
    float:right;
    overflow: hidden;
    
}

.pictureleft
{
    margin: 0px 10px 0px 0px;
    padding: 0px 5px 5px 0px;
    background-color: #FFFFFF;
    border-right: solid 2px #872434;
    border-bottom: solid 2px #872434;
}
.pictureright
{
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 5px 5px;
    background-color: #FFFFFF;
    border-left: solid 2px #872434;
    border-bottom: solid 2px #872434;
}

.pictureleftnb
{
    margin: 0px 10px 0px 0px;
    padding: 0px 5px 5px 0px;
    background-color: #FFFFFF;
    text-decoration: none;
    border: none 0px white;
}
.picturenb
{
    padding: 0px 5px 5px 0px;
    background-color: #FFFFFF;
    text-decoration: none;
    border: none 0px white;
}
.picturebox
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}