@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Cambria";
	color:#333;
	h1 color:#333;
	p color:#333;
}

h3 { 
	color: #C10;
}

p {
	line-height:180%
}

#flash{
	position:relative;
	left: 75px;
}
a.one:hover {
	color: #666;
}

a.one {
	text-decoration: none;
	color: #111;
}
	
.banner {
	opacity: 0.9;
	border-radius:4px;
	margin-top:5px;
	margin-left: 3px;
}

img {
	border-style: none;
}

body {
	background-image: url("BG.jpg");
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #656565;
}
div {
	border-radius: 2px;
}
#content {
	position:relative;
	width:100%;
	margin: 0 auto;
}
#main {
	margin: 0 auto;
	position:relative;
	max-width:1000px;
	background-color:#fff;
	box-shadow: 0 0 .9em #000;
	padding:1em;
	opacity:0.9;
}

#contentholder {
	box-shadow: 0px 0px 0px #000;
	margin:0 auto;

}

/* navigation */

#navigation {
	margin:0 0 0 -8px;
	padding: 0 20px 0 0;
	clear:both;
	width:99.5%;
	height:51px;
	background-color: #fff;
	box-shadow: 0 0 .9em #000;
	opacity:0.9;
	margin-top: 15px; margin-bottom: 15px;
}
ul.nav-main, ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow:-1px 0 0px #666 inset, 1px 0 0 #444 inset;

}
ul.nav-main {
	position: relative;
	z-index: 597;
}
ul.nav-main li:hover > ul {
	visibility: visible;
}
ul.nav-main li.hover, ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background-color: #000;
}
ul.nav-main li {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	box-shadow:-20 0 #fff inset;
}
ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul.nav-main li a:hover {
	color:#D6D6D6;
}
ul.nav-main *.list {
	padding-right: 22px;
	background: url(images/navigation-arrow.gif) no-repeat right top;
}
ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 48px;
	left: 0;
	z-index: 598;
	background: #111;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:145px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
}
ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:145px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
}
