/* Header Graphics */
/*  This section defines the header styles  */

.header-left {
	background-attachment: scroll;
	background-image: url(/header/header_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

.header-center {
	background-attachment: scroll;
	background-image: url(/header/header_center.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}

.header-right {
	background-attachment: scroll;
	background-image: url(/header/header_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}

/* Top Navigation Links */
/*  This section defines the top header styles  */

.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
	background-repeat: no-repeat;
	display: block; 
	padding: 0px;
}


/* Search  */
/*  This section defines the search styles  */

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
}.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #E8DABD;
}
form {
	margin-bottom: 6px;
}


/*  EMERGENCY LINK STYLE  */
/*  This section defines the Emergency Info styles  */

.emergency a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 0px;
}
.emergency a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.emergency a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
	background-repeat: no-repeat;
	display: block; 
	padding: 0px;
}

/*  THIS IS TEMPORARY TESTING CSS CODE FOR A NEW FOOTER WITH THE SAME INFO   */
#footer {
     clear: left;
     width: 100%;
     text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	margin: 0;
}
#footerLinks {
     text-align: center;
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(/header/footer.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
#footerLinks ul {
     text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerLinks li {
	margin: 0px 25px 0px 25px;
     text-align: center;
	list-style-type:none;
	display: inline; 
}
#footerLinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footerLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footerLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
}
#footerLinks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 25px;
	color: #000000;
	text-decoration: none;
}
