@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
}
#header {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 326px;
	width: 960px;
	background-position: 108px 90px;
	margin: 0px;
	padding: 0px;
}
#header img {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
#navbar {
	width: 960px;
	margin: 0px;
	clear: left;
	float: left;
	padding: 0px;
}
#navbar #mainnav ul {
	list-style-type: none;
	margin: 0px;
	width: 960px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar #mainnav li {
	display: inline;
	height: 23px;
}
#navbar #boxnav ul {
	list-style-type: none;
	margin: 0px;
	width: 960px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar #boxnav li {
	display: inline;
}
#navbar #mainnav a:link, #navbar #mainnav a:visited {
	display: block;
	float: left;
	width: 120px;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-top: 7px;
	letter-spacing: .1em;
	height: 16px;
	font-weight: bold;
}
#navbar #mainnav a:hover, #navbar #mainnav a:active{
	display: block;
	float: left;
	width: 120px;
	text-decoration: none;
	color: #ff0000;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: .1em;
	font-weight: bold;
}
#navbar #boxnav a:link, #navbar #boxnav a:visited {
	display: block;
	float: left;
	width: 30px;
	text-decoration: none;
	color: #666666;
	height: 17px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	margin-top: 1px;
}
#navbar #boxnav a:hover, #navbar #boxnav a:active {
	background-color: #FF0000;
	color: #FFFFFF;
}
.current_box {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
#maincontent {
	height: 275px;
}
#subnav ul {
	float: left;
	list-style-type: none;
	margin-top: 25px;
	margin-left: 120px;
	width: 360px;
}
#subnav a:link, #subnav a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	height: 25px;
}
#subnav a:hover, #mainnav a:active {
	color: #ff0000;
	text-decoration: none;
	display: block;
	height: 25px;
}
#subnav a.current, #navbar #mainnav a.current {
	color: #FF0000;
}
#information {
	float: left;
	list-style-type: none;
	width: 580px;
	margin-top: 25px;
	line-height: 20px;
	height: 215px;
	padding-left: 120px;
}
#information p, #description p {
	font-size: .9em;
	padding-bottom: 10px;
}
#information a:link, #information a:visited, #description a:link, #description a:visited {
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding-left: 0px;
	border-top-style: none;
	margin-right: 20px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#information a:hover, #informaton a:active, #description a:hover, #description a:active {
	color: #ff0000;
}
#description {
	float: left;
	list-style-type: none;
	width: 300px;
	margin-top: 25px;
	line-height: 20px;
	height: 215px;
}
#information h2, #description h2 {
	color: #666666;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: .1em;
	font-weight: bold;
}
#footer {
	clear: both;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	padding-top: 10px;
	letter-spacing: .1em;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FF0000;
}
.phone {
	left: 120px;
	position: absolute;
}
.email {
	position: absolute;
	left: 480px;
	display: block;
}
