* {
	font-family: Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #636467;
}
body {
	margin: 15px 0;
	background-color: #808285;
}
a {
	color: #000099;
}
img {
	border: none;
}
h1 {
	margin: 0 0 8px 0;
	font-size: 12pt;
	font-weight: normal;
	color: #9b0e0f;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.nav a {
	letter-spacing: .1em;
	text-decoration: none;
}
ul.nav a:hover {
	color: #000000;
}
ul.horiz li {
	float: left;
}
.page {
	width: 990px;
	padding: 110px 0 30px 0;
	position: relative;
	overflow: auto;
	background-color: #ffffff;
}
#tl {position: absolute; top: 0; left: 0;}
#tr {position: absolute; top: 0; right: 0;}
#bl {position: absolute; bottom: 0; left: 0;}
#br {position: absolute; bottom: 0; right: 0;}
.botrt {position: absolute; bottom: 0; right: 35px;}
.head {
	width: 100%;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
/*	position: relative;*/
	border-bottom: 5px solid #000000;
}
.head img {
	position: absolute;
	top:  15px;
	left: 20px;
}
.home .head {
	border-bottom: none;
}
.topnav {
	position: absolute;
	left: 250px;
	bottom: 0;
}
.topnav li {
	padding: 0 0 10px 0;
	float: left;
	position: relative;
}
.topnav a {
	border-left: 1px solid #333;
	padding: 0 12px 10px 12px;
	font-size: 8pt;
	text-transform: uppercase;
	color: #636467;
}
.topnav li.last a {
	padding-right: 0;
}
/*************** Top Nav Submenu ***********/
.subnav {
	width: 139px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	top: 22px;
	left: 1px;
	background-color: #ffffff;
	z-index: 10;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.topnav li:hover ul,
.topnav a:hover ul {
	visibility: visible;
}
.subnav li {
	float: none!important;
}
.subnav a {
	padding: 1px 12px!important;
	display: block;
	float: none;
	border-right: none!important;
	white-space:nowrap;
/*	letter-spacing: 0px;
	text-transform: none;*/
	border: none;
}
/*********************************************/

#bar {
	height: 5px;
	font-size: .1em;
	line-height: .1em;
	background-color: #000000;
}
.mid {
	height: 420px;
	background-color: #005e9d;
}
.bot {
	width: 520px;
/*	min-height: 110px;
	height: auto!important;
	height: 110px;
*/
	margin: 30px 0 0 130px;
	padding-right: 30px;
	border-right: 1px solid #666666;
}
.bot h1 {
	font-family: georgia, times new roman, serif;
	font-size: 16pt;
	font-style: italic;
}
.bot p {
	line-height: 1.5em;
}
.center {
	margin: auto;
}
.gallery {
	width: 705px;
	position: relative;
	border-top: 5px solid #000;
}
.buttonpanel {
	width: 580px;
	margin-top: 30px;
}
.buttons li {
	width: 100px;
	height: 100px;
	padding: 0 20px;
	text-align: center;
}
.buttons p {
	margin: 0;
	text-transform: uppercase;
	font-family: arial narrow;
	font-size: 8pt;
	letter-spacing: .1em;
	color: #fff;
}
.leftnav {
	width: 150px;
	padding: 80px 50px;
	float: left;
}
.leftnav p {
	color: #636467;
}
.lpimg {
	margin-bottom: 30px;
	float: left;
	clear: right;
}
.minheight {
	min-height: 275px;
	height: auto!important;
	height: 275px;
}
.content {
	width: 380px;
	padding: 0 20px;
	float: left;
	border-left: 2px dotted #666666;
}
.right {
	width: 175px;
	padding-left: 15px;
	float: left;
	border-left: 1px dashed #666666;
}
.right ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.right ul * {
	font-size: 8pt;
}
.footer {
	width: 990px;
	margin: auto;
	padding-top: 8px;
	text-align: right;
}
.footer,
.footer * {
	font-size: 8pt;
	color: #eeeeee;
}
