/* 
||||||||||||||||||||||||||||||||||||||||||||||
Form Style Sheet
Created: 2/28/2008
||||||||||||||||||||||||||||||||||||||||||||||
 */

/*

LAYOUT SECTION

*/

body {
	background-color:#E6E6CB; 
	padding:0; 
	margin:0;
	font-size:62.5%;
	font-family: arial, verdana, tahoma, sans-serif;

}

div#wrapper {
	width:778px; 
	position:relative;
	margin:0 auto;
	border-left: 1px solid #072c84;
	border-right: 1px solid #072c84;
}


#banner {
	background:url('/forms/images/cityScapeOrig3.JPG') repeat-x left top;
	border-bottom:2px solid #833B00;
	height:47px;
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
}

#banner h1 {
	font-size:30px;
	line-height:35px;
	width:100%;
	color:#072c84;
	padding:0;
	margin:5px 0;
}

#banner a {
	display:block;
	position:absolute;
	text-decoration:none;
	text-indent:-1000em;
	width:778px;
	height:47px;
	background:url("../../forms/images/molly45.gif") no-repeat right top;

}


/* main */

div#topNav {
	display:block;
	font-size: 1.1em;
	margin:0;
	padding:0.2em;
	background-color:#072c84;
	color:#FFF;
	text-align:right;
}

div#content {
	padding:0.5em;
	background-color:white;
}

div#bottomNav {
	text-align:right;
	display:block;
	background-color:#072c84;
	color:#FFF;
}

/* typography */

#topNav a {
	color:#FFF;
	text-decoration:none;
}

#topNav a:hover {
	text-decoration:underline;
}
#content a {
	color:#072c84;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content a:visited {
	color:#833B00;
}

#content h2, .Headline{
	font-family:garamond, serif;
	font-size:1.8em;
	color:#235ead;
	font-weight:bold;
	margin:0.15em 0 0.25em 0;
	padding:0;
}

#content h3, .SubHead{
	color:#235ead;
	font-size:1.4em;
	font-weight:bold;
	padding:0;
	margin:0 0 1em 0;
}

#content h1 a, #content h2 a, #content h3 a, .Headline a, .SubHead a{
	color:#235ead;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, .Headline a:hover, .SubHead a:hover {
	color:#072c84;
}

#content h1 a:visited, #content h2 a:visited, #content h3 a:visited, .Headline a:visited, .SubHead a:visited {
	color:#833B00;
}

#content p, #content li, #content td {
	font-family:arial, sans-serif;
	color:black;
	font-size:1.2em;
	padding:0;
	margin:0 0 1em 0;
}

#content ul {	
	list-style-position:outside;
}

#content p.BodyRed {
	color:red;
	font-weight:bold;
}

#content p.BodyHighlight {
	background-color:yellow;
}

#bottomNav ul {
	display:block; 
	list-style:none;
	font-size:1.1em;
	margin:0;
	text-align:right;
	padding:0.25em 0;

}

#bottomNav li {
	display: inline;
	border-right: 1px solid #FFF;
	padding-left:0.40em;
	padding-right:0.30em;
}

#bottomNav li.last {
	border:none;
}

#bottomNav a {
	color:#FFF;
	text-decoration:none;
}

#bottomNav a:hover {
	text-decoration:underline;
}

#copyright {
	font-size:0.9em;
	color:black;
	text-align:center;
}

.date { 
	font-size: 0.9em; 
	color:#043476; 
}

#map {
	float:right;
	width:415px;
}

#map_canvas {
	width:412px;
	height:520px;
	background:url("sirenmap.jpg") no-repeat left top;
	border:1px solid #002c84;
}

#info {
	float:left;
	width:336px;
}


#content #map table {
	width:100%;
	margin:0.4em;
	padding:5px 0 0 0;
	border-collapse:collapse;
	width:410px;
}

#content #map td {
	padding:0.5em;
}

#content #map th {
	padding:0.5em;
	border-bottom:1px solid #002c84;
}

#content #map .col1 {
	border-right:1px solid #002c84;
}

#content #map .col2 {
	border-right:1px solid #002c84;
}

#content #map .col3 {
	
}

#content .outage {
	color:#235ead;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	padding:1em;
}

.clear {
	height:0;
	text-indent:-1000em;
	clear:both;
}
