html
{
    background-color: #fff;
    font: normal 14px  "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

/* Links */
img { border:none;}
a
{
    text-decoration: none;
    font-weight: bold;
}

a:link
{
    color: #1e2835;
}

a:visited
{
    color: #1e2835;
}

a:hover, a:active
{
    color: #383e45;
}
a .blue
{
	text-decoration: underline; color: #336699;
}
/* Html Elements */

h1, h2
{
    color: #ffffff;
    font-weight: normal;
    margin: 5px 0 5px;
    text-shadow: 3px 3px 4px #303030;
    z-index: 300;
}
.shadow { display: none; }
.ielte9 > h1 > span {
    position: absolute;
    color: white;
}
.ielte9 > h1 > span.shadow {
    display: inline-block;
    zoom: 1;
    color: #333;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}
 
h1, h2 a:link
{
    color:White;
}

h1, h2
{
    color:White;
}

h1, h2, a:hover, a:active
{
    color: #fabc5b;
}

h3, h4, h5, h6
{
    color: #1e2835;
    font-weight: normal;
    margin: 5px 0 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-weight: normal;
    border-bottom-width: 0;
}

h1
{
    font-size: 36px;
}

h2
{
    font-size: 34px;
}

h3
{
    font-size: 24px;
}

h4
{
    font-size: 18px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 14px;
}

ul, ol, blockquote, pre
{
    color: #555555;
    padding: 10px 30px;
    line-height: 1.8em;
}

ul
{
    list-style-type:none;
}


blockquote, pre
{
    background-color: #eeeeee;
    border: 1px solid #bbccdd;
}

ins
{
    text-decoration: none;
    color: #466b85;
}

del
{
    color: #555555;
}

/* Structure */

body
{
    padding: 0;
    width: 1050px;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-position: top left;
    background-image: url(../Images/body_bg.png);
    font-size: 14px;
}

#container
{
    width: 900px;
    margin: 0 auto;
}

#navigation
{
    float: left;
    width: 100%;
    clear: both;
}
#page_bg
{
    height:125px;
    width:900px;
    margin:0;
    border:0;    
}
#slideshow {
    position:relative;
    height:100px;
    width:900px;
    margin:0;
    border:0;   
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#page-header
{
    clear: both;
    position: relative;
    margin-bottom: 5px;
    margin-top:5px;
    top: 0px;
    left: 0px;
    height: 105px;
}

.imgBounce
{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#countylink { color:Black;}
#footer
{
    clear: both;
    color: #666666;
    padding: 20px 0 15px;
    text-align: center;
}

#hazardtitle2
{
    text-decoration:underline;
}
#hazardtitle
{
    margin: 0;
    padding:0;
    margin:2px 0 2px 0;
    
}
#hazardText
{
    padding-top:0;
}
#hazard
{
    float:left;
    width:400px;
    height:100%;
    margin:2px;
    padding:4px;
}
#infoBox
{
  float:right;
  margin: 2px;
  padding: 4px;
  width:425px;
  height: 132px;
  border: solid 1px #1e2835; 
  background-color:#dfeffc;   
  background-image:url(../Images/infoBoxBack.png);
  background-repeat:repeat-x;
}
#map
{
    clear:both;
   	background-position: top left;
   	width:100%;
   	height:450px;
}

#backgroundMap
{
   	position:relative;
   	width:100%;
   	height:600px;
   	top: 188px;
   	background-image:url(../Images/state_map.jpg); 
   	background-repeat:no-repeat;
   	padding-bottom:5px;
   	z-index:1;
}

#backgroundMap li {
display: block;
position: absolute;
list-style: none;
margin: 0;
padding: 0;
}

#backgroundMap a {
display: block;
text-indent: -9999px;
text-decoration: none;
outline: none;
cursor: default;
}

#stateNC
{
left: 426px;
top: 129px;
z-index:10;
}

#stateNC a {
width: 225px;
height: 86px;
background: url(../Images/NC_orange.png) no-repeat;
cursor:pointer;
}

#stateNC a:hover {
background: url(../Images/NC_red.png) no-repeat;
}

#stateVA
{
left: 444px;
top: 35px;
z-index:10;
}

#stateVA a {
width: 219px;
height: 97px;
background: url(../Images/VA_orange.png) no-repeat;
cursor:pointer;
}

#stateVA a:hover {
background: url(../Images/VA_red.png) no-repeat;
}

#stateAL
{
left:318px;
top: 177px;
z-index:10;
}

#stateAL a {
width: 97px;
height:148px;
background: url(../Images/AL_orange.png) no-repeat;
cursor:pointer;
}

#stateAL a:hover {
background: url(../Images/AL_red.png) no-repeat;
}

#stateFL
{
left: 342px;
top: 300px;
z-index:10;
}

#stateFL a {
width: 198px;
height: 178px;
background: url(../Images/FL_orange.png) no-repeat;
cursor:pointer;
box-shadow: 10px 10px 5px #888888;
}

#stateFL a:hover {
background: url(../Images/FL_red.png) no-repeat;
}

#imgLegend
{
    clear:both;
   	background-repeat:no-repeat;
   	position:absolute;
   	top:650px;
   	left:250px;
   	z-index:100;
}
#content input[type=text]
{
    font-size:.9em;
    margin:2px;
}
/* Header */

#header
{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom:5px;
    z-index: 99;
    position: absolute;
    
}
#header h1
{
    padding-right: 10px;
    float: left;
    margin: 20px;
    font-size: 40px;
    font-style: italic;
    letter-spacing: 0.2em;
    border-right: 2px solid #ffffff;
    left: 15px;
    color:#ffffff;
    }


#header h1 a:visited, #header h1 a:link
{
    border-bottom-width: 0;
    color:#ffffff;
    text-shadow: 2px 2px 2px #c2c2c2;
}
#header h1 a:hover, #header h1 a:active
{
    border-bottom-width: 0;
    color:Orange;
    text-shadow: 2px 2px 2px #ffffff;
}

#header h2
{
    float: left;
    margin: 20;
    font-size: 22px;
    left: 100px;
    color:#c2c2c2;
    line-height: 4em;
    text-shadow: 2px 2px 2px #c2c2c2;
}


#header #login
{
    margin: 2px;
    padding: 2px;
	float: right; 
	width: 185px;
}

#login input:hover
{
    background-color: #e5e5e5;
    border: 1px solid #777777;
}

#login span
{
    float:right;
    font-size:14px;
    vertical-align:middle;
}
#login select
{
    font-size:14px;
}

/* Navigation */
.hidden
{
    position: absolute;
    top: -999px;
    left: -999px;
    background-color: #fff;
    border: solid 1px #424A55;
}

#navigation ul
{
    padding: 0;
    margin: 2px 0 4px;
    list-style-type: none;
    background-color: #1e2835;
}
#leftUL
{
    width: 80%;
    width:100%;
    float: left;
}
#rightUL
{
    width: 20%;
    float: right;
}
#navigation li
{
    float: left;
}

#navigation a:link, #navigation a:visited
{
    float: left;
    display: block;
    color: #eff8ff;
    padding: 5px 10px;
    border-bottom-width: 0;
}

#navigation a:hover, #navigation a:active
{
    color: #ffffff;
    background-color: #424A55;
}


/* Page-Header */

#page-header ul
{
    bottom: -2px;
    right: 10px;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    list-style-type: none;
    z-index: 100;
}

#page-header li
{
    float: left;
}

#page-header li a:link, #page-header li a:visited
{
    float: left;
    display: block;
    margin: 0 10px;
    padding: 5px 20px;
    color: #40b4e2;
    border-bottom-width: 0;
    background-image: url(../Images/menu.png);
    background-repeat: repeat-x;
    border: solid 1px #cccccc;
}
#page-header li a.selected
{
    background-image: url(../Images/menu_active.png);
    border: solid 1px #8f8f8f;
    color: #24323a;
}
#page-header li a:hover
{
    background-image: url(../Images/menu_hover.png);
    border: solid 1px #fbcb09;
    color: #c77405;
}
.mainRight
{
    margin: 2px;
    padding: 4px 8px 4px 8px;
    float:right;
    width:425px;
    background: transparent url(../images/infoBoxBack.png) repeat-x;
    border: solid 1px #CCCCCC;
    height: 170px;
}
.mainLeft
{
    margin: 2px;
    padding: 4px 8px 4px 8px;
    float:left;
    width:425px;
    background: transparent url(../images/infoBoxBack.png) repeat-x;
    border: solid 1px #CCCCCC;
    height: 170px;
}

.mainLeft input[type=text], .mainLeft select
{
    margin-bottom: 2px;
}
.quote 
{
    height: 132px;
    line-height:1.5em;
    color:Black;
}
.quiet {color:#666;}
.rtl
{
   direction:rtl;
}
/* Wrapper */
.breadcrumb
{
    padding-top:8px;
    float:right;
    width:80px;
    font-size:12px;
    
}
.address
{
    margin: 10px 20px 2px 20px;
    padding: 4px;
    border: solid 1px #1e2835;
    background-color: #dfeffc;
    width: 225px;
    height: 102px;
    background-image: url(../Images/loginBg.png);
    background-repeat: repeat-x;
    font-size: .9em;
}

#accordion
{
    width: 430px;
    margin: 0;
    padding: 2px 2px 2px 2px;
    line-height:1.5em;
}
#accordion div
{
    margin: 0;
    padding: 2px 2px 2px 2px;
    line-height:1.5em;
}
#accordion ul
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

#accordion li
{
    padding-bottom: 0;
}

.col
{    
    border: solid 1px #424A55;
    width: 290px;
    float:left;
    text-align: left;
    background-image: url(../Images/columnBack.png);
    background-repeat: repeat-x;
}

.col ul
{
    margin: 5px 0 0 15px;
    padding: 0 5px 0 5px;
    line-height: 1.5em;
}

.col li
{
    padding-bottom: 10px;
}

.col h3
{
    font-size: 13px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    color: #fff;
    background-image: url(../Images/menu.png);
}

.innerList 
{
    font-size: 12px;
    margin: 0;
    padding: 4px 2px 4px 2px;
}
.innerList li
{
    padding:0;
    line-height: 28px;
}
.innerList li img
{
    vertical-align:baseline;
}

#archives li
{
    display: inline;
    font-size: .9em;
}
#archives li a
{
    text-decoration: underline;
    float:none;
}

#info
{
    margin-right:12px;
}

#sidebar
{
    margin-left:12px;
}

#links a:hover, #links a:active
{
    color: #336699;
    border-bottom-color: #336699;
}
#links a:link, #links a:visited
{
    color: #1e2835;
    border-bottom-color: #1e2835;
}

#links .flyout 
{
    background-image: url(../images/arrowright1.png); 
    background-position: 0 .2em;
    background-repeat:no-repeat; 
    padding-left: .9em; 
}
#links .dropdown 
{
    background-image: url(../images/arrowdn1.png); 
    background-position: 0 .5em;
    background-repeat:no-repeat; 
    padding-left: 1.2em; 
}
#info a:link, #info a:visited
{
    color: #567040;
    border-bottom-color: #567040;
}

#info a:hover, #info a:active
{
    color: #789160;
    border-bottom-color: #789160;
}

#info .flyout 
{
    background-image: url(../images/arrowright0.png); 
    background-position: 0 .2em;
    background-repeat:no-repeat; 
    padding-left: .9em; 
}
#info .dropdown 
{
    background-image: url(../images/arrowdn0.png); 
    background-position: 0 .5em;
    background-repeat:no-repeat; 
    padding-left: 1.2em; 
}
#sidebar a:link, #sidebar a:visited
{
    color: #df6532;
    border-bottom-color: #df6532;
}

#sidebar a:hover, #sidebar a:active
{
    color: #ad5b1e;
    border-bottom-color: #ad5b1e;
}

/* Footer */

#footer
{
    clear: both;
}

#footer a:link
{
    color: #5588aa;
    border-bottom-color: #5588aa;
}

#footer a:visited
{
    color: #77bbdd;
    border-bottom-color: #77bbdd;
}

#footer a:hover, #footer a:active
{
    color: #336699;
    border-bottom-color: #336699;
}

#footer p
{
    margin: 5px 0;
}

