/* CSS Document */
/* CSS styles that are for template files only */
@import url("navigation.css");
body {
	background-color: #E0E0E0;
	font-size: 80%;
	margin: 0px 0px 75px 0px;
}
.paragraphTitle {
	font-weight: bold;
	font-size: 1.2em;
}

/* setting the margins to auto & specifying the width creates a centered template */
#fullPage {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
/* styles for header */
#header {
	/* total height: 105px; width: 738px; */
	height: 105px;
	width: 740px;
}
#header td {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
	text-align: center;
}
#header h2 {
	padding: 0px;
	margin: 0px;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
#header h3 {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	color: #F00;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
}
#amberAlert {
	/* total width: 740px;, height: 36px; */
	width: 527px;
	height: 29px;
	overflow: hidden;
	padding: 7px 0px 0px 213px;
	background: #1C3A68 url(../_images/amberAlert.gif) 26px 1px no-repeat;
}
#amberAlert #ticker {
	position: relative;
	top: -3px;
	left: 0px;
	border: 1px solid #333333;
	background-color:  #FFFF83;
	padding: 1px 0px 1px 0px;
	width: 460px;
	height: 22px;
/*
	overflow: hidden;
*/
}
#amberAlert #tickerText {
	width: 454px;
	padding: 2px 0px 2px 0px;
}
/* styles for body, uses repeating background image for graphics on the page */
#body {
	clear: both;
	width: 740px;
}
.advisoryData {
	background-color:#C1CFD0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.contentBox {
	border: 1px solid #000;
	background-color: #FFF;
	/* subtract 2 off the width for the border */
}
.contentBox h2 {
	padding: 8px 9px 5px 14px;
	margin: 0px;
	background-color: #063563;
	color: #FFF;
	font-size: 1.4em;
}
.contentBox h2 td{
	color: #FFF;
}
.contentBox h2 td a{
	color: #000;
	background-color:#FFFFFF;
	text-decoration: none;
	padding: 3px;
}
.contentBox h2 td a:hover{
	color: #000;
	text-decoration: none;
	background-color: #FFCC00;
}
.contentBox h2 td a:visited{
	color: #000;
	text-decoration: none;
	background-color:#FFFFFF;
	padding: 3px;
}

.buttonStyle a {
	display: block;
	border: 1px solid black;
	color: #000;
	background-color:#9FCBFF;
	text-decoration: none;
	padding: 3px;
}
.buttonStyle a:visited {
	color: #000;
	background-color:#9FCBFF;
	text-decoration: none;
	padding: 3px;
}
.buttonStyle a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFCC00;
}

.contentBox .textArea {
	padding: 10px 17px 10px 11px;
}
.contentBox .scrollArea {
	overflow: auto;
}
.contentBox #selectSchool {
	background-color: #E2E2E2;
	padding: 6px;
}
.columnLook {
	border: none;
	padding: 0px;
	width: 100%;
}
.columnLook td {
	border: none;
	padding: 0px;
	margin: 0px;
}
.columnLook #col1 {
	width: 359px;
}
.columnLook #col2 {
	width: 381px;
}
.columnLook #col3 {
	width: 236px;
}
.columnLook #col4 {
	width: 504px;
}
.breakSpace {
	clear: both;
	height: 10px;
	overflow: hidden;
}
#currentStatus, #schools { width: 357px; }
#currentStatus .scrollArea { height: 384px; }
#advisories, #localWeather { width: 369px; margin-left: 10px;}
#advisories h2 { background-color: #BB2C31; }
#advisories .scrollArea { height: 384px; }
#schools .scrollArea { height: 238px; }
#localWeather .scrollArea { height: 238px; }
#commCtr, #contactInfo, #links { width: 234px; }
#commCtr .scrollArea, #links .scrollArea { height: auto; overflow: visible; }
#contactInfo .scrollArea { height: 243px; }
#genInfo, #docs, #aboutPage { width: 492px;  margin-left: 10px; }
#genInfo .scrollArea, #docs .scrollArea, #aboutPage .scrollArea { height: auto; overflow: visible; }
/* styles for footer */
#footer {
	clear: both;
	width: 100%;
	margin-top: 9px;
	border-top: 1px solid #000;
	padding: 6px 0px 0px 0px;
}
#doeLogo {
	background: url(../_images/DOELogo.gif) top right no-repeat;
	float: left;
	width: 294px;
	height: 63px;
	overflow: hidden;
}
#firn2Logo {
	background: url(../_images/firn2Logo.gif) top right no-repeat;
	float: left;
	width: 433px;
	height: 49px;
	overflow: hidden;
	margin-top: 10px;
}
/* styles for the top and bottom of the page design */
#border {
	border: none;
}
