﻿

body
{
    padding:0;
    margin:0;
}

div.FluDownloads
{
	width:450px;
	float:right;
}

#FluMap
{
	text-align:center;
	margin:20px;
	width:500px;
	height:379px;
	position:absolute;
	left:0;
	top:200px;
	border:1px solid #CCCCCC;
}

.fluFrameContainer
{
	width:928px;
	border:1px solid #CCCCCC;
}

div.flu-page
{
    height:auto;
    min-height:800px;
    width:100%;
    text-align:center;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:.9em;
    position:relative;
}

div.flu-page .top
{
    border-bottom:1px solid #CCCCCC;
    width:100%;
}

ul.documents{
    margin:auto;
    text-align:center;
    width:330px;
    height:auto;
    display:inline-table;
    margin:0;
    padding:0;
    list-style-type:none;
}

ul.documents li
{
    width:330px;
    height:64px;
    margin:0;
    padding:0;
    list-style-type:none;
}
  
ul.documents a
{
    display:block;
    background-image:url('../../images/DocumentSprite.jpg');
    background-repeat:no-repeat;  
    width:277px;height:46px; 
    text-align:left;
    color:#333333;  
    text-decoration:none;  
    padding:18px 0 0 50px;
    font-size:1.1em;
}

ul.documents a:hover
{
    color:#003366;
}

a.doc-pdf
{
    background-position:0 0;
}

a.doc-word
{
    background-position:-326px 0;
}

a.doc-pdf:hover
{
    background-position:0 -63px;
}

a.doc-word:hover
{
    background-position:-326px -63px;
}

.get-adobe{width:100%;height:60px;clear:both;display:block;}
  
.alert
{
    font-size:1.2em;
    font-weight:bold;
    color:#FF0000;
}  

.announcement
{
    text-align:center;
    width:80%;
    margin:auto;
    padding:20px;
}

.announcement a
{
    color:#003366;
    font-weight:bold;
}

.announcement a:hover
{
    color:#FF9933;
}

.event
{
    margin:0 0 10px 0;
    border:1px solid #CCCCCC;
    display:table;
    padding:10px;
    width:100%;
}

.title
{
    background-color:#003366;
    width:100%;
    color:#FFFFFF;
    text-align:center;
    padding:5px 10px 5px 10px;
    font-size:1.3em;
    font-weight:bold;
    border:1px solid #003366;
}



