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

* {
	padding:0;
	margin:0;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: #663333;
	text-decoration: underline;
}
body {
	background: #fff url(images/page-background.gif) repeat-y;
	font-family: Arial, 'Lucida Grande', sans-serif;
}
#header {
	height: 58px;
	margin: auto;
	padding: 0px;
	width: 100%;
	background: #666 url(images/page-background.gif) repeat-y;
	border-bottom: 2px #333 solid;
	overflow: hidden;
	white-space: nowrap;
}
#header.heroheader {
	height: 198px;
	background:none;
	border:none;
	position:absolute;
	top: 0;
	left: 130px;
}
#header h1 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -2px;
	padding-left: 140px;
	padding-top: 15px;
	text-align: left;
	font-weight:bold;
}
.headertag {
	color: #CCC;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform:uppercase;
}
#headerright {
	background-image: url(images/logo-image.jpg);
	float:right;
	clear:none;
	height: 58px;
	width: 105px;
}
#heroheader {
	height: 58px;
	margin: auto;
	padding: 0px;
	width: 100%;
	border-bottom: 2px #333 solid;
}
#herobackground {
	background-image: url(images/hero-image.jpg);
	background-position: 130px 0px;
	background-repeat: no-repeat;
	background-color: #666;
	width: 100%;
	height: 198px;
	padding: 0px;
	margin: auto;
	border-bottom: 2px #333 solid;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
}
#herobackground h1 {
	font-size: 36px;
	color: #fff;
	text-align: left;
	padding-left: 240px;
	padding-top: 70px;
	text-transform: none;
	letter-spacing: -2px;
}
#herobackground h2 {
	font-size: 24px;
	color: #CCC;
	text-align: left;
	padding-left: 250px;
	text-transform: none;
	letter-spacing: -1px;
	margin-top: -14px;
}
#navcontainer {
	/**Set Background Color as the bottom 2 pixel line**/	
	width: 130px;
	height: 200px;
	padding: 0px;
	margin: auto;
	float:left;
	background-color: #333;
}
#navbackground {
	background: #fff url(images/nav-background.gif) repeat-y;
	height: 198px;
	width: 130px;
	float:left;
}
#nav {
	width: 130px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size:12px;
}
#nav li a {
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
	text-decoration: none;
}
#nav li a:link, #nav li a:visited {
	color: #990000;
	display: block;
	background:  url(images/nav-graphic.gif);
	padding: 3px 0 5px 15px;
}
#nav li a:hover {
	color: #fff;
	background:  url(images/nav-graphic.gif) 0 -22px;
	padding: 3px 0 5px 15px;
}
#nav a:link#active, #nav a:visited#active {
	color: #fff;
	background:  url(images/nav-graphic.gif) 0 -22px;
	padding: 3px 0 5px 15px;
}
#footer {
	height: 58px;
	width: 100%;
}
#footer p {
	font-size: 11px;
	margin-bottom: 0px;
}
#main {
	margin-left: 140px;
	margin-right: 60px;
	max-width: 960px;
}
ul {
	padding-left: 55px;
	padding-right: 0;
	padding-top: 8px;
	font-size: 14px;
	list-style: square;
	margin: 0px;
	text-align: left;
	line-height: 1.6em;
	color: #000;
}
p {
	padding-top: 8px;
	font-size: 14px;
	color: #000;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding-top: 10px;
	margin: 0px;
	text-transform: none;
	letter-spacing: -1px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	text-align: left;
	padding-top: 8px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.6em;
}
h4 {
	padding-top: 8px;
	font-size: 14px;
	color: #990000;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
}
.floatright {
	float: right;
	clear: none;
	margin-left: 10px;
	border: 2px #333 solid;
}
.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}
.center {
	text-align: center;
}
.axsencallout {
	color: #000;
	background-color: #CCC;
	border: 1px #000 solid;
	padding: 5px;
	margin-right: 180px;
	margin-left: 180px;
	margin-top: 8px;
}

.clearboth {
clear: both;	
}

.graphictext {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 

.indenttext {
padding-left: 100px;
padding-right: 100px;
}

.padtext {
padding-bottom: 20px;
}

.boldtext {
	font-size: 14px;
	font-weight:bold;
}