@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: #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: #336699 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: 19px;
	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: #336699;
	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: 260px;
	padding-top: 50px;
	text-transform: none;
	letter-spacing: -3px;
}

#herobackground h2 {
	font-size: 22px;
	color: #CCC;
	text-align: left;
	padding-left: 260px;
	text-transform: none;
	letter-spacing: -1px;
}

#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;
}
#nav li a {
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
	text-decoration: none;
}
#nav li a:link, #nav li a:visited {
	color: #003366;
	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: 10px;
	margin-bottom: 0px;
}

#main {
	margin-left: 140px;
	margin-right: 60px;
	max-width: 960px;
}
ul {
	padding-left: 25px;
	padding-top: 8px;
	font-size: 13px;
	list-style: square;
	margin: 0px;
	text-align: left;
	line-height: 1.6em;
	color: #000;
	list-style-position:inside;	
}
p {
	padding-top: 8px;
	font-size: 13px;
	color: #000;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-top: 10px;
	margin: 0px;
	text-transform: none;
	letter-spacing: -1px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	text-align: left;
	padding-top: 8px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.6em;
}
h4 {
	padding-top: 8px;
	font-size: 13px;
	color: #003366;
	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;
}
.callout {
	 background-color: #666666;
	 border: 1px #333333 solid;
	 text-align:center;
	 margin: 0 auto;
	 width: 320px;
	 margin-top: 25px;
	 margin-bottom: 25px;
	 }

.callout p {
	 color: #FFFFFF;
	 padding: 10px;
	 text-align:center;
	 }

.callout a:link, .callout a:visited {
	color: #fff;
	text-decoration: none;
}
.callout a:hover {
	color: #fff;
	text-decoration: underline;
}



