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

* {
	padding:0;
	margin:0;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
body {
	background: #ffffff url(images/page-background.gif) repeat-y;
	font-family: Arial, 'Lucida Grande', sans-serif;
}
#logographic {
	height: 58px;
	margin: auto;
	padding: 0px;
	width: 100%;
	background: #005c80 url(images/page-background.gif) repeat-y;
	border-bottom: 2px #333333 solid;
	overflow: hidden;
	white-space: nowrap;	
}
#logographic h1 {
	color: #ffffff;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -2px;
	padding-left: 140px;
	padding-top: 15px;
	text-align: left;
	font-weight:bold;
}
.logographictag {
	color: #cccccc;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform:uppercase;
}
#logographicright {
	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 #333333 solid;
}

#herobackground {
	background-image: url(images/hero-image.jpg);
	background-position: 130px 0px;
	background-repeat: no-repeat;
	background-color: #005c80;
	width: 100%;
	height: 198px;
	padding: 0px;
	margin: auto;
	border-bottom: 2px #333333 solid;
	overflow: hidden;
	white-space: nowrap;	
}

#herobackground h1 {
	font-size: 36px;
	color: #ffffff;
	text-align: left;
	padding-left: 380px;
	padding-top: 60px;
	text-transform: none;
	letter-spacing: -3px;
}

#herobackground h2 {
	font-size: 24px;
	color: #cccccc;
	text-align: left;
	padding-left: 380px;
	text-transform: none;
	letter-spacing: -2px;
}

#navcontainer {
	/**Set Background Color as the bottom 2 pixel line**/	
	width: 130px;
	height: 200px;
	padding: 0px;
	margin: auto;
	float:left;
	background-color: #333333;
}

#navbackground {
	background: #ffffff url(images/nav-background.gif) repeat-y;
	height: 198px;
	width: 130px;
	float:left;	
}
#navgraphic {
	width: 130px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
#navgraphic ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#navgraphic li a {
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
	text-decoration: none;
}
#navgraphic li a:link, #navgraphic li a:visited {
	color: #00344a;
	display: block;
	background:  url(images/nav-graphic.gif);
	padding: 3px 0 5px 15px;
}
#navgraphic li a:hover {
	color: #faecc3;
	background:  url(images/nav-graphic.gif) 0 -22px;
	padding: 3px 0 5px 15px;
}
#navgraphic a:link#current, #navgraphic a:visited#current {
	color: #faecc3;
	background:  url(images/nav-graphic.gif) 0 -22px;
	padding: 3px 0 5px 15px;
}
#footer {
	height: 58px;
	width: 100%;
}
#main {
	margin-left: 140px;
	margin-right: 60px;
	max-width: 960px;
}
ul {
	padding-left: 25px;
	padding-top: 8px;
	font-size: 12px;
	list-style: square;
	margin: 0px;
	text-align: left;
	line-height: 1.6em;
	color: #000000;	
}
p {
	padding-top: 8px;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #005c80;
	text-align: left;
	padding-top: 10px;
	margin: 0px;
	text-transform: none;
	letter-spacing: -1px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #005c80;
	text-align: left;
	padding-top: 8px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.6em;
}
h3 {
	padding-top: 8px;
	font-size: 13px;
	color: #005c80;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
}
.floatright {
	float: right;
	clear: none;
	margin-left: 10px;
	border: 2px #333333 solid;
}
.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}
.axsencallout {
	color: #000000;
	background-color: #cccccc;
	border: 1px #000000 solid;
	padding: 5px;
	margin-right: 180px;
	margin-left: 180px;
	margin-top: 8px;
}

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