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

body {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#locations  {
	font-size:12px;
	margin:0 0 10px 0;
	color:#FFFFFF;
	}	
	
#teasers  {
	font-size:12px;
	margin:0 0 10px 0;
	}	
	
#teasers p {
	font-size:12px;
	margin:0 0 10px 0;
	}	
#teasers a{
	color:#000000;
	text-decoration:none;}	
	
#teasers a:visited {
	color:#000;
	text-decoration:none;
	}
	
#teasers a:hover {
	color: #000;
	text-decoration:underline;
}		

#contentArea b {
	color:#003251;
	}

#contentArea p {
	font-size:12px;
	margin:0 0 10px 0;
	color:#000000;
	}
	
#contentArea li {
	font-size:12px;
	margin:0 0 5px 0;
	color:#000000;
	}
	
#contentArea h1 {
	font-size:22px;
	margin:0 0 10px 0;
	color:#003251;
	}
	
#contentArea h2 {
	font-size:16px;
	margin:0 0 10px 0;
	color:#003251;
	}
	
#contentArea h3 {
	font-size:14px;
	margin:0 0 10px 0;
	color:#003251;
	}		
	
#contentArea a, #contentArea a:visited {
	color:#000;
	text-decoration:underline;
	}
	
#contentArea a:hover {
	color:#000;
	text-decoration:none;
	}
	
ul#nav {
	float: left;
	height: 37px;
	overflow: hidden;
	margin: 0;
	padding:0;
	display: block;
}
ul#nav li.last{
	float: left;
	margin: 0;
	padding: 0;
	border-right:none;
	text-align:right;
}
ul#nav li {
	display: block;
	float: left;
	height: 37px;
	border-right: 2px solid #fff;
}

ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 12px;
	text-align: center;
	font-size: 12px;
	padding: 10px 15px 10px;
	color: #fff;
}
ul#nav li a:hover, ul#nav li a.active {
	color: #fff;
	text-decoration:underline;
}	

ul#footMenu {
	float: left;
	width: 930px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding:0;
}
ul#footMenu li{
	border-right: 1px solid #000;
	float:left;
	height: 18px;
}
ul#footMenu li.last {
	border-right: none;
}
ul#footMenu a{
	display: block;
	font-size: 11px;
	padding: 3px 6px 3px;
	margin: 0;
	color: #000;
	float: left;
	text-decoration: none;
	height: 12px;
	line-height: normal;
	font-weight:bold;
}
ul#footMenu a:hover {
	color: #000;
	text-decoration:underline;
}
ul#footMenu li.copy{
	float: left;
	margin: 0;
	padding: 0;
	border-right:none;
	text-align:right;
}

