@charset "UTF-8";

/* Reset CSS - Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, a, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }

ol, ul { list-style: none; }
/* end reset */	


/* -------------------- HEADER AND FOOTER STYLES -------------------- */
#bottom-nav {
	color: #333333;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px; 
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding-top: 20px; 
	width: 1200px; }
	
#bottom-nav li {
	text-align: center;
	font-size: 12px;
	width: 130px;
	float: left;
	height: 60px; }
	
#contact {
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: "Lucida Grande", "Bookman Old Style", Georgia;
	font-size: 16px;
	width: 900px;}
	
#contact a:hover {
	background-color: #F2F5F8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px; }
		
#footer {
	clear: both;
	padding-bottom: 20px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #1C449C;
	border-bottom-color: #1C449C;
	width: 100%;
	background-color: #FFFFFF; }

#header {
	background-color: #FFFFFF;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #330099;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #330099;
	margin-bottom: 20px;
	font-size: 18px;
	color: #15308A;
}

#header-text {
	float: right;
	margin-right: 60px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
	
#locations { 
	width: 1150px; 
	margin: auto; }
	
#logo {
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left; }

/* tipped logo in as image so it can be linked and alt tagged */	
#logo img {
	float: left;
	margin-top: 40px;
	margin-left: 80px; }					

.nav-box {
	float: left;
	width: 300px;
	margin-top: -10px; }
	
ul { margin: 0; padding: 0; list-style-type: none; }
