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

body {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#contentArea p {
	font-size:12px;
	margin:0 0 10px 0;
	}
	
#contentArea li {
	font-size:12px;
	margin:0 0 5px 15px;
	}
	
#contentArea a, #contentArea a:visited {
	color:#22408e;
	text-decoration:underline;
	}
	
#contentArea a:hover {
	color:#22408e;
	text-decoration:none;
	}
	
#contentArea h1 {
	color:#22408e;
	font-size:24px;
	margin:0 0 10px 0;
	}
	
#contentArea h2 {
	color:#22408e;
	font-size:18px;
	margin:0 0 10px 0;
	}
	
ul#nav {
	float: left;
	height: 30px;
	overflow: hidden;
	margin: 0;
	display: block;
	background: url(../images/navLi.png) no-repeat right;
	padding:0;
}
ul#nav li {
	display: block;
	float: left;
	height: 30px;
	background: url(../images/navLi.png) left no-repeat;
	padding:0;
}
ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 20px;
	text-align: center;
	font-size: 14px;
	padding: 8px 12px 8px;
	font-weight: bold;
	color: #FFFFFF;
}
ul#nav li a:hover, ul#nav li a.active {
	color:#fff400;
}
	
#phone {
	color:#ed1c24;
	}
	
#phone .text {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:0;
	padding:4px 7px 4px 0;
	}
	
#phone .number {
	font-size:20px;
	font-weight:bold;
	float:left;
	margin:0;
	}
	
#video p {
	font-size:12px;
	margin:2px 0 2px 0;
	}
	
#video a, #video a:visited {
	color:#22408e;
	text-decoration:underline;
	}
	
#video a:hover {
	color:#22408e;
	text-decoration:none;
	}
	
ul#footMenu {
	float: left;
	width:640px;
	display: block;
	list-style-type: none;
	margin: 0;
	padding:0;
}
ul#footMenu li{
	border-right: 1px solid #22408e;
	float:left;
	height: 16px;
}
ul#footMenu li.last {
	border-right: none;
}
ul#footMenu a{
	display: block;
	font-size: 11px;
	padding: 2px 6px 2px;
	margin: 0;
	color: #22408e;
	text-decoration: none;
	height: 12px;
	line-height: normal;
}
ul#footMenu a:hover {
	color: #fff;
	background: #22408e;
}
ul#footMenuSpell {
	float: left;
	display: block;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding:0;
}
ul#footMenuSpell li{
	border:none;
	height: 16px;
}
ul#footMenuSpell a{
	display: block;
	font-size: 11px;
	padding: 2px 6px 2px;
	margin: 0;
	color: #22408e;
	text-decoration: none;
	height: 12px;
	line-height: normal;
}
ul#footMenuSpell a:hover {
	color: #fff;
	background: #22408e;
}
