@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: #bca875 url(images/page-background.gif) repeat-y;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#header {
	height: 58px;
	margin: auto;
	padding: 0px;
	width: 100%;
	background: #384030 url(images/page-background.gif) repeat-y;
	border-bottom: 2px #1c090b solid;
	overflow: hidden;
	white-space: nowrap;	
}
#header h1 {
	color: #faebc5;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 140px;
	padding-top: 15px;
	text-align: left;
	font-weight:bold;
	font-variant:small-caps;	
}
.headertag {
	color: #bca875;
	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 #1c090b solid;
}

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

#herobackground h1 {
	font-size: 36px;
	color: #faebc5;
	text-align: left;
	padding-left: 380px;
	padding-top: 56px;
	text-transform: none;
	letter-spacing: -2px;
	font-variant:small-caps;
}
.herotag {
	color: #bca875;
	font-size: 19px;
	letter-spacing: -1px;
	text-transform:uppercase;
}

#herobackground h2 {
	font-size: 24px;
	color: #bca875;
	text-align: left;
	padding-left: 380px;
	text-transform: none;
	letter-spacing: -1px;
	margin-top: -10px;
}

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

#navbackground {
	background: #bca875 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: #663333;
	display: block;
	background:  url(images/nav-graphic.gif);
	padding: 3px 0 5px 15px;
}
#nav li a:hover {
	color: #faebc5;
	background:  url(images/nav-graphic.gif) 0 -22px;
	padding: 3px 0 5px 15px;
}
#nav a:link#active, #nav a:visited#active {
	color: #faebc5;
	background:  url(images/nav-graphic.gif) 0 -22px;
	padding: 3px 0 5px 15px;
}
#footer {
	height: 58px;
	width: 100%;
}

#footer p {
	font-size: 11px;
}

#main {
	margin-left: 140px;
	margin-right: 60px;
	max-width: 960px;
}
ul {
	padding-left: 55px;
	padding-right: 0;
	padding-top: 8px;
	font-size: 13px;
	list-style: round;
	margin: 0px;
	text-align: left;
	line-height: 1.6em;
	color: #000;
}
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: #663333;
	text-align: left;
	padding-top: 10px;
	margin: 0px;
	text-transform: none;
	letter-spacing: -1px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #663333;
	text-align: left;
	padding-top: 8px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.4em;
}
h4 {
	padding-top: 8px;
	font-size: 14px;
	color: #663333;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1.4em;
}
.floatright {
	float: right;
	clear: none;
	margin-left: 10px;
	border: 2px #1c090b solid;
}
.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}
.center {
	text-align: center;
}
.axsencallout {
	color: #bca875;
	background-color: #1c090b;
	border: 1px #000 solid;
	padding: 5px;
	margin-right: 180px;
	margin-left: 180px;
	margin-top: 8px;
}


