@charset "utf-8";
/* CSS Document */

body {
	margin: 5px;
	background: #724d33;
	font: 14px Arial, Helvetica, sans-serif;
	}
	
a {
	color: #0C5778;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	}
	
a:hover {
	color: #1598D0;
	text-decoration: underline;
	}
	
p {
	margin-top: 0;
	}
	
h1 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #0e6f97;
	border-bottom: 1px solid #0e6f97;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #551a80;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #0e6f97;
	}
	
dt {
	font-size: 16px;
	color: #551a80;
	font-weight: bold;
	}
	
dd {
	margin-bottom: 1em;
	}
	
form {
	margin: 0;
	padding: 0;
	}

#wrapper {
	width: 804px;
	margin: auto;
	border: 2px solid #0f6f97;
	background: #fff;
	}
	
#header {
	background: url(images/header_bg.jpg);
	height: 213px;
	font: bold 13px Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	}
	
#homelink {
	display: block;
	width: 100%;
	height: 157px;
	}
	
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 165px;
	left: 80px;
	}
	
#header ul li {
	float: left;
	margin-right: 30px;
	text-align: center;
	}
	
#header a {
	color: #004279;
	text-decoration: none;
	}
	
#header a:hover {
	color: #1598D0;
	text-decoration: underline;
	}
	
#content {
	width: 575px;
	margin: 20px 0 0 50px;
	}
	
#droughtwatch, #alert, #critical, #emergency {
	width: 130px;
	float: left;
	font-size: 11px;
	background: #ccc;
	margin-bottom: 5px;
	}
	
#alert, #critical {
	margin-right: 10px;
	}	
	
#droughtwatch h1, #alert h1, #critical h1, #emergency h1 {
	font-size: 14px;
	text-transform:uppercase;
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 3px 0;
	border: 0;
	}
	
#droughtwatch p, #alert p, #critical p, #emergency p {
	text-align: center;
	font-weight: bold;
	margin: 5px 0;
	}
	
#droughtwatch ul, #alert ul, #critical ul, #emergency ul {
	margin: 3px;
	padding: 3px;
	list-style: none;
	}
	
#dwwrapper {
	float: left;
	width: 134px;
	text-align: center;
	margin-right: 10px;
	}
	
#wearehere {
	height: 65px;
	width: 134px;
	text-align: center;
	}

#droughtwatch {
	border: 2px solid #9208f3;
	height: 120px;
	text-align: left;
	position: relative;
	top: 100px;
	}	
	
#droughtwatch h1 {
	background: #9208f3;
	}
	
#alert {
	border: 2px solid #f3be08;
	height: 145px;
	position: relative;
	top: 10px;
	}

#alert h1 {
	background: #f3be08;
	}
	
#critical {
	border: 2px solid #f37608;
	height: 170px;
	position: relative;
	top: 50px;
	}

#critical h1 {
	background: #f37608;
	}
	
#emergency {
	border: 2px solid #e70022;
	height: 195px;
	position: relative;
	top: 25px;
	}

#emergency h1 {
	background: #e70022;
	}
	
#learn {
	width: 532px;
	height: 35px;
	background: url(images/learn_bg.jpg);
	font-size: 13px;
	color: #fff;
	padding: 10px;
	margin: auto;
	}
	
.tips {
	border-collapse: collapse;
	}
	
.tips td {
	border: 1px solid #ccc;
	padding: 2px;
	}
	
#hose {
	background: url(images/hose.jpg) 50% 75px no-repeat;
	width: 175px;
	height: 400px;
	float: right;
	margin-top: 2px;
	text-align: right;
	}
	
#hose h3 {
	margin: 0 3px 0 0;
	}
	
#hose #query {
	width: 150px;
	margin: 3px 3px 3px 0;
	}
	
#hose #submit {
	background: #E0A229;
	margin: 0 3px 0 0;
	color: #004279;
	border: 1px solid #004279;
	font-size: 12px;
	}
	
#stockimages {
	margin-top: 400px;
	text-align: left;
	}
	
#stockimages img {
	margin-bottom: 75px;
	}
	
#footer {
	font: 10px Arial, Helvetica, sans-serif;
	padding: 7px 5px 5px 5px;
	margin: 15px 5px 5px 5px;
	clear: both;
	border-top: 1px solid #ccc;
	}

#indent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 50px;
	}
