@charset "UTF-8";

/*----------
basic styling
---------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCCCCC;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 1em;
	line-height: 1.7em;
	background-image: url(http://www.pinellascounty.org/newsletters/e-lert/images/BeachStorm.jpg);
	font-size: 85%;
	background-attachment: fixed;
	background-size: cover;
	}
#wrapper {
	position: absolute;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: rgba(255,255,255,0.8);
	top: 200px;
	background-image: url(images/sliver_2v2.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	}

#home {
	position: absolute;
	top: 22px;
	left: 12px;
	width: 115px;
	height: 80px;
	background-image: url(http://www.pinellascounty.org/newsletters/e-lert/images/pinellas_county_logo.png);
	background-repeat: no-repeat;
	z-index: 200;
}
#top_bg {
	margin: 0px auto auto;
	background-image: url(http://www.pinellascounty.org/newsletters/e-lert/images/top_bg.png);
	height: 200px;
	width: 900px;
	border-radius: 20px 20px 0px 0px;
	position: absolute;
	z-index: 5;
	background-color: #FEE29C;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#wrapperShadow {
	position: relative;
	width: 940px;
	margin: 0 auto;
	background-image: url(images/shadow.png);
	}
#clear {
	clear: both;
	}
	
img.float_left {
	float: left;
	padding-right: 5px;
}

img.float_right {
	float: right;
}

/*--------
header styles
 ---------*/
#header {
	position: absolute;
	height: 132px;
	background-image: url(http://www.pinellascounty.org/newsletters/e-lert/images/elert_logo.png);
	background-repeat: no-repeat;
	width: 312px;
	z-index: 10;
	left: 110px;
	top: 65px;
	}
#header h1 {
	margin-left: -9000px;
	}
#date {
	position: absolute;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1em;
	/* [disabled]height: 40px; */
	top: 160px;
	text-align: left;
	left: 750px;
	z-index: 500;
	}
#date a {
	color: #f3d52b;
	text-decoration: none;
	}


/*----------
info box stuff
---------------*/
#info {
	padding-top: 2px;
	/* [disabled]background-image: url(images/sliver_3.png); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: bottom; */
	background-color: #FEE29C;
	}
#info h1 {
	text-transform: uppercase;
	color: #003366;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	}
#info p {
	font-size: 0.9em;
	line-height: 1.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 0.4em;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	}
#info a {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
	}
#info a:hover {
	color: #A72323;
	}



	/*----------
right column stuff
---------------*/
#rightcolumn {
	/* [disabled]width: 527px; */
	position: relative;
	/* [disabled]border: 1px solid #B6C4D6; */
	color: #000000;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	}
#rightcolumn h1 {
	text-transform: uppercase;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-top: 10px;
	/* [disabled]padding-bottom: 5px; */
	font-size: 1.9em;
	line-height: normal;
	}
#rightcolumn h1.surge {
	background-image: url(http://www.pinellascounty.org/newsletters/e-lert/images/surge.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.7em;
	padding-top: 20px;
	padding-left: 20px;
	border-bottom-color: #2B65A0;
	}
#rightcolumn p {
	font-size: 1em;
	line-height: 1.7em;
	padding-bottom: 10px;
	color: #000000;
	}
#rightcolumn p.white {
	font-size: 1.7em;
	line-height: 1.1em;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#rightcolumn h2 {
	font-size: 1.4em;
	/* [disabled]line-height: 1.5em; */
	/* [disabled]padding-top: 5px; */
	color: #000000;
	text-transform: uppercase;
	}
#rightcolumn h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	/* [disabled]padding-top: 5px; */
	color: #000066;
	text-transform: uppercase;
	}
#rightcolumn ul {
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.5em;
	color: #009;
	/* [disabled]background-color: #CCC; */
	padding-bottom: 10px;
	}
#rightcolumn ol {
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.5em;
	color: #009;
	/* [disabled]background-color: #CCC; */
	padding-bottom: 10px;
}
#rightcolumn li {
	padding-bottom: 5px;
	padding-right: 5px;
	}
#rightcolumn li.big {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#rightcolumn p.last {
	padding-bottom: 2em;
	margin: 0;
	text-align: right;
	font-size: .8em;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB2E2E;
	}
#rightcolumn a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;	
	}
#rightcolumn img {
	margin: 3px;
	border: 2px none #000000;
	}
#rightcolumn blockquote {
	padding-left: 30px;
	padding-right: 30px;
	}
	
	/*----------
sidebar
---------------*/
#sidebar {
	float: right;
	width: 300px;
	overflow: hidden;
	border: 1px solid #990000;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFCC;
	border-radius: 20px 20px 20px 20px;
	margin-left: 10px;
	}
#sidebar h1 {
	color: #003773;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	margin-bottom: 5px;
	}
#sidebar h1.survive {
	padding-top: 202px;
	background-image: url(http://www.pinellascounty.org/newsletters/e-lert/images/PREPARE.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#sidebar h2 {
	font-size: 1em;
	line-height: 1.6em;
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 5px; */
	font-weight: bold;
	color: #990000;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	}
#sidebar p {
	font-size: 0.9em;
	line-height: 1.6em;
	/* [disabled]padding-top: 5px; */
	padding-bottom: 10px;
	border-right-color: #003773;
	}
#sidebar p.quote {
	font-style: italic;
	color: #003773;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	#sidebar ul {
	font-size: 0.9em;
	line-height: 1.6em;
	border-right-color: #003773;
	list-style-position: outside;
	list-style-type: square;
	/* [disabled]padding-top: 5px; */
	padding-bottom: 5px;
	padding-left: 20px;
	}
#sidebar a {
	text-decoration: none;
	}
#rightcolumn caption {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}
#rightcolumn table {
	font-size: 0.9em;
	border-spacing: 0px;
	border: 1px solid #06F;
	margin-bottom: 20px;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	line-height: 1.32em;
}
#rightcolumn th{
	font-weight: bold;
	color: #FFF;
	background-color: #009;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCC;
}
#rightcolumn th.darkblue {
	background-color: #032B99;
}
#rightcolumn tr.orange {
	background-color: #FFCC00;	
}
#rightcolumn tr.white {
	background-color: #FFF;	
}
#rightcolumn td {
	padding: 10px;
	text-align: center;
	border: 1px solid #CCC;
}
#rightcolumn td.main {
	font-weight: bolder;
}


/*----------
footer
---------------*/
#footer {
	color: #F8C94E;
	background-color: #323E62;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	margin-top: 10px;
	}
#footer a {
	color: #F5D971;
	text-decoration: none;
	}
