﻿html{height: 100%;}
body{background: url(/images/AeroBackgroundRed.jpg) top center fixed no-repeat; height: 100%; position: relative;}

.BodyForm input[type='text']{border: 1px solid #ccc; opacity: .75; filter: alpha(opacity=75); -ie-filter: alpha(opacity=75); padding: 2px; color: #444;}
.BodyForm input[type='text']:focus { border: 1px solid #ba1319; opacity: 1; filter: alpha(opacity=100); -ie-filter: alpha(opacity=100); color: #000; }
.BodyForm select {border: 1px solid #ccc; opacity: .75; filter: alpha(opacity=75); -ie-filter: alpha(opacity=75); padding: 2px; color: #444; }
.BodyForm select:focus {border: 1px solid #ba1319; opacity: 1; filter: alpha(opacity=100); -ie-filter: alpha(opacity=100); color: #000; }
.BodyForm input[type='radio'] + label, .BodyForm input[type='checkbox'] + label { opacity: .75; filter: alpha(opacity=75); -ie-filter: alpha(opacity=75); color: #444; }
.BodyForm input[type='radio']:focus + label, .BodyForm input[type='checkbox']:focus + label { opacity: 1; filter: alpha(opacity=100); -ie-filter: alpha(opacity=100); color: #ba1319; }
.BodyForm input[type='radio']:checked + label, .BodyForm input[checked='checked'] + label, .BodyForm input[type='checkbox']:checked + label { font-weight: bold; }
.BodyForm input[disabled='disabled']{opacity: 1; filter: alpha(opacity=100); -ie-filter: alpha(opacity=100); border: 1px solid #000; background: #efefef; color: #333; padding: 3px 0;}

#fadedBackground{
position: fixed;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
background: #fff;
border: 3px solid #ba1319;
border-width: 0 3px 0 3px;
height: 100%;
width: 900px;
opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity=90);
z-index: 1;
}

#pagewrapper{
position: relative;
padding-top: 10px;
width: 900px;
margin: 0 auto;
z-index: 10;
}

#header{
position: relative;
background: url(/images/HeaderGraphic.jpg) top right no-repeat;
}

#header #logo{
width: 800px;
margin: 0 auto;
}

#content{
padding: 10px;
}

#navigation{
display: none;
}

ul.nav, ul.nav li{
padding: 0; 
margin: 0;
}

ul.nav li a:link, ul.nav li a:visited{
display:block;
color: White;
padding: 5px;
font-weight: bold;
}
ul.nav li a:active, ul.nav li a:hover{
text-decoration: none;
color: #000;
background: #ba1319;
}
ul.nav li a.selected:link, ul.nav li a.selected:visited{
background: #ed2323;
color: #000;
}
ul.nav li ul{display:none;}
ul.nav li.selected ul{
display:block;
padding: 0;
margin-left: 10px;
}
ul.nav li.selected li a:link, ul.nav li.selected li a:visited{
background: transparent;
color: #fff;
font-style: italic;
font-weight: normal;
border-bottom: 1px dotted #ed2323;
}
ul.nav li.selected li a:active, ul.nav li.selected li a:hover{
color: #ba1319;
}
ul.nav li.selected li a.selected{
color: #ed2323;
}

#footer{
padding-top: 5px;
color: #000;
font-size: 90%;
text-align:center;
}