/* General styles */
body {
	background: #CEFF5E;
	font-family: Arial, sans-serif;
}

h1 {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	font-family: Times, serif;
	font-style: italic;
}

b {
	color: #000ea3;
}

a {
	color: #000ae3;
}

a:hover {
	color: #000;
}

sup, sub {
	font-size: .5em;
}

/* Class styles */
.graphic-table td.image {
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	vertical-align: top;
}

.graphic-table td.text {
	padding-bottom: 1.5em;
	vertical-align: top;
}

.blue {
	color: #000ea3;
}

.error {
	color: red;
}

.floating-list {
	float: left;
}

.left-image {
	margin-right: 10px;
}

.black-link {
	color: black;
	text-decoration: none;
}

.decorative-header {
	padding: 15px;
	background: url(images/header-background.png);
	width: 143px;
	height: 18px;
	font-size: 18px;
	text-align: center;
}

.right-text {
	text-align: right;
	width: 100%;
}

.data-table {
	border-collapse: collapse;
	border: .2em solid #000ea3;
}

.data-table td, th {
	border: .2em solid #000ea3;
	padding: .5em;
}

.data-table .blue-row {
	background-color: #bbcee1;
}

.image-arrow {
	margin-bottom: 48.5px;
}

.image-arrow:hover {
	cursor: pointer;
}
	
/* Specific ID based styles */
#centered-wrapper {
	width: 798px;
	margin: auto;
}

#wrapper {
	float: left;
	width: 798px;
	border: 1px solid #000ea3;
	background-color: #fff;
}

#banner {
	float: left;
}

#navigation-banner {
	float: left;
	width: 100%;
	background-image: url(images/nav-background.jpg);
	height: 3.0em;
}

#navigation {
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}

#navigation ul {
	position:relative;
	list-style: none;
	left:-50%;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	position:relative;
	float: left;
}

#navigation ul li a {
	text-decoration: none;
	background: url(images/menu-background.jpg) #fff bottom left repeat-x;
	line-height: 2em;
	height: 2em;
	color: #000ea3;
	padding: 0.4em;
	float: left;
	margin-right: 2px;
	margin-top: 0.1em;
	margin-bottom: 0.1em; 
	font-weight:bold;
}

#navigation ul li a.current {
	background: #aaa;
}

#navigation ul li a:hover {
	color: #fff365;
}

/* Dropdown */
#navigation ul li:hover ul { 
	display: block;
}
 
#navigation ul li ul {
	display: none;
	position: absolute;
	left: -2px;
	top: 2.87em;
}
 
#navigation ul li ul li a {
	margin: 0;
	display: block;
	width: 8em;
	border-bottom: 2px solid #000ea3;
	border-left: 2px solid #000ea3;
	border-right: 2px solid #000ea3;
	z-index: 2;
}

#content {
	float: left;
	width: 550px;
	min-height: 1300px;
	padding: 1.5em;
	border-right: 1px dashed #999;
	background: #fff;
	font-size: 1.05em;
}

#sidebar {
	width: 160px;
	float: left;
	padding: 1.5em;
	font-size: .65em;
}

#footer {
	clear: both;
	margin-top: 2em;
	font-size: .65em;
}

#emergency-service {
	width: 86px; 
	margin-left: 10px;
	float: left; 
	text-align: center;
	font-weight: bold; 
	border: 1px solid red;
	background: url('images/emergency-background.jpg');
	padding: 5px 0;
}
