@import "/assets/styles/nav.css";

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 896px;
	height: 97px;
	background-color: #004B8C;
	position: relative;
	margin: 0 auto;
}

#header #logo {
	width: 209px;
	height: 97px;
	float: left;
}

#header #tagline {
	width: 687px;
	height: 58px;
	display: block;
	float: left;
	font-size: 18px;
	background-image: url(/assets/images/tagline.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#tagline span {
	display: none;
}

#navcontainer {
	width: 687px;
	height: 39px;
	display: block;
	background-image: url(/assets/images/bgndNav.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float:left;
} 

#content {
	width: 896px;
	margin: 0 auto;
	padding-top: 20px;
}

#colLeft {
	width: 209px;
	float: left;
}

#colRight {
	width: 672px;
	float: right;
	font-size: 62.5%;
}

#footer {
	width: 896px;
	height: 200px;
	margin: 0 auto;
	clear: both;
}

#footer #address {
	background-image: url(/assets/images/footer.gif);
	background-repeat: no-repeat;
	width: 896px;
	height: 200px;
	float: left;
}

#footer #address p {
	display: none;
}

#footer #map {
	width: 616px;
	height: 195px;
	float: right;
}
