
body {
	font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", 
				 "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", 
				 "Liberation Sans", "Verdana Ref", sans-serif;
	font-size: 16px;
	color: #333333;
	position: relative;
	height: 100%;
	background-color: #195954;
}

h1 {
	font-family: "Lucida Sans Unicode", Corbel, "Lucida Grande", "Lucida Sans", 
				 "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, 
				 "Verdana Ref", sans-serif;
	font-size: 1.5em;
	margin: 1em 0;
	color: #195954;
}

#header {
    background-color: #195954;
    height: 100px;
    padding: 10px;
}

#content ul > a:first-of-type {
	color: #195954;
}

a {
	color: #00A79D;
	text-decoration: None;
	line-height: 1.2em;
}

p {
	line-height: 1.2em;
	margin-bottom: 1em;
}

p.menuheader {
	border: 0;
  color: #7B000D;
	font-family: "Lucida Sans Unicode", Corbel, "Lucida Grande", "Lucida Sans",
	             "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana,
	             "Verdana Ref", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0em;
  margin-top: 0.5em;
}

#logo {
	position: relative;
	top: 5px;
}

#outer-container {
	width: 100%;
	height: 100%;
	min-height: 600px;
	background-color: #FFF;
}

#inner-container {
	max-width: 1024px;
	margin: 0 auto;
}

#topNav {
	text-align: center;
	padding: 10px;
}

#topNav .left {
	text-align: left;	
}

#topNav > .left :nth-child(2) {
    margin-right: 3em;
}

#topNav .right {
	float: right;
	position: relative;
	top: -100px; no emergency message*
}

#topNav .right a {
    display: block;
    font-size: 1.3em;
    color: #FFF;
    line-height: 1.6em;
}

#topNav .left {
	display: inline;	
}

#topNav:after {
    display: block;
    border-bottom: 10px solid #195954;
    position: absolute;
    left: 0%;
    width: 100%;
    content: "";
    height: 10px;
}

#content, #mainNav {
	margin-top: 30px;
	min-height: 400px;
}

#content {
	float: left;
	width: 740px;
	min-height: 450px;
}

#mainNav {
	text-align: left;
	float: left;
	width: 245px;
	margin-left: 16px;
	margin-right: 16px;
	font-family: "Lucida Sans Unicode", Corbel, "Lucida Grande", "Lucida Sans", 
				 "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, 
				 "Verdana Ref", sans-serif;
	border-right: 5px solid #195954;
}

ul ul li {
    margin-left: 10px;
}

h2 {
	color: #00A79D;
	margin-bottom: 6px;
	font-size: 1em;
}

#mainNav li {
	margin-bottom: 5px;
}

#mainNav a {
	padding-left: 16px;
	color: #333;
}

.selected {
	color: #7B000D;
}

select, textarea, input {
    border: 1px solid #00A79D;
    border-radius: 10px;
    padding: 2px;
    line-height: 1.1em;
    background-color: #FFF;
    padding: 5px;
}

select {
	border-radius: 10px 0 0 10px;
}

input[type="Submit"],
input[type="reset"],
button {
	background-color: #00A79D;
	border: 0px none;
	line-height: 2em;
	font-size: 1.2em;
	width: 100px;
	color: #FFF;
	border-radius: 50px;
}

strong {
	color: #00A79D;
	font-size: 1.1em;
}

#footer {
	clear: both;
	height: 100px;
	width: 100%;
	position: relative;
	top: 100px;
	background-color: #195954;
	color: #FFF;
}

#footer ul {
	margin: 0 auto;
	text-align: center;
}

#footer li {
	display: inline;
	margin-right: 15px;
}

#footer a {
	color: #FFF;
	font-size: 1.2em;
	margin-right: 15px;
}

.uploader {
	width: 100%;
	height: 110px;
}

.error {
	background-color: #CC3300;
  	color: white;
  	display: block; /* Needed because errors occur within a 'td' element. */
  	margin: 5px 0px;
  	line-height: 1.5em;
  	padding-left: 10px;
}

.positive {
	background-color: #009900;
	color: white;
  	margin: 5px 0px;
  	line-height: 1.5em;
  	padding-left: 10px;
}

/* Emergency Messaging css */

#emergency {
    color: white;
    font-weight: 500;

    background-color: #CC0000;
    text-align: center;

    padding: 10px 0px 10px 0px;
}

#emergency a {
    color: white;
}

    
    