@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

/* ### Header ### */

#header {
	height: 7em;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0em;
	float: left;
	}
	
#logo {
	float:left;
	padding-top: 1em;
	padding-left: 2em;
}

#address {
	float:right;
	padding-top: 2em;
	padding-right: 2em;
	}
	
/* ### Nav Bar ### */

#navcontainer
{
background: #0054a3;
border-top: 1px solid #9CC;
font: normal normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #ee3a43;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 0px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #0054a3;
border-bottom: none;
border-left: 1px solid #0054a3;
border-right: 1px solid #0054a3;
border-top: 1px solid #0054a3;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}





/* ### Content ### */

#content {
	margin: 5% 15% 5% 15%
		}

p {
	width: 100%;
	}
	
/* ### Footer ### */

#footer {
	margin: 35px 0px 10px; 
	border: 1px solid #0054a3; 
	border-width: 1px 0;
  	background: #0054a3 0 -100px no-repeat;
	color:#FFFFFF;
	text-align:center;
  	font-size: smaller; 
  	clear: both;
	}
