@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#e8e8e8 url(images/bg.jpg) repeat-x left center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:16px;
}
a {
	outline:none;
	color:#000;
}
#outer, .outer {
	border-collapse:collapse;
	width:100%;
	height:100%;
}
#shell {
	position:relative;
	height:626px;
	width:1000px;
	margin:auto;
	border:1px solid #fff;
}
#nav {
	position:relative;
	height:50px;
	background:#d79da6 url(images/nav_bg.jpg) no-repeat top left;
	border-bottom:1px solid #fff;
}
#nav ul {
	list-style-type:none;
	margin-left:25px;

}
#nav ul li {
	display:inline;
	list-style:none;
}
#nav ul li a {
	display:block;
	float:left;
	line-height:50px;
	color:#222;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:.9em;
	margin:0 33px;
	padding:0 13px;
	background:transparent url(images/nav_bullet-trans.png) no-repeat left center;
}
#nav ul li a:hover, #nav ul li a.active {
	color:#fff;
}
#main {
	position:relative;
	height:575px;
	background:#eaeaeb url(images/splash_intro.jpg) no-repeat top left;
}
.logo {
	position:absolute;
	top:45px;
	left:50px;
	border:none;
}
#content {
	position: absolute;	
	height:485px;
	width:470px;
	right:30px;
	top:40px;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:.8em;
	outline:none;
	padding-right:10px;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote, #content hr {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#content h1 {
	font-weight:normal;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#272727;
}
#content h2 {
	font-weight:normal;
	font-size:1.2em;
	text-transform:uppercase;
	color:#272727;
}
#footer {
	color:#222;
	position:relative;
	padding-top:8px;
	font-size:.7em;
	text-align:center;
}
/* Scrollbars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 11px;
	background: transparent url(images/scroll_bg.png) center center repeat-y;
}
.vscrollerbar {
	width: 11px;
	background: #000;
	filter:alpha(opacity=39);
	-moz-opacity:.39;
	opacity:.39;
	cursor:move;
}
.vscrollerbasebeg {
	width: 11px;
	height: 10px !important;
	background: url(images/scroll_begin-trans.png) 0 0 no-repeat;
}
.vscrollerbaseend {
	height: 11px;
	width: 11px;
	background: url(images/scroll_end-trans.png) 0 0 no-repeat;
}
.vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
.hscrollerbase {
	height: 5px;
	background-color: #666667;
}
.hscrollerbar {
	height: 5px;
	background-color: black;
}
.scrollerjogbox {
	width: 11px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}


