* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	background:#000;
	color: #99917C;
	text-align:center;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #99917C;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #99917C;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #99917C;
}

p {
	margin-bottom:10px;
	line-height:16px;
}

/*****************basic layout *****************/

div#pagewrapper {
	width: 980px;
	margin: 30px auto 4px auto;
	background-color: #000;
}

.header {
	width:100%;
	text-align:center;
}

.menu	{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-bottom:5px;
}

.topimage	{
	margin-bottom:10px;
}

.topimagecaption	{
	width: 100%; 
	text-align: center; 
	font-weight: bold; 
	margin-bottom: 12px;
}

.homesections a	{
	font-weight:bold;
	font-size:14px;
	color:#ccc;
	text-decoration:none;
}

.homesection1	{
	float:left;
	margin-right:40px;
	text-align:center;
	background-color:#131313;
}

.homesection2	{
	float:left;
	margin-right:40px;
	text-align:center;
	background-color:#131313;
}

.homesection3	{
	float:left;
	text-align:center;
	background-color:#131313;
}

.left	{
	float:left;
	width:459px;
	margin-right:60px;
}

.right	{
	float:left;
	width:459px;
}

.full	{
	width:980px;
}

.topimage	{
}

div#content {
}

div#main {
	text-align:left;
}

div#footer {
	margin:10px 0;
	width:100%;
	text-align:center;
	font-size:.8em;
}

.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}

h2 {
	margin:15px 0 15px 0;
	font-size:18px;
	font-weight:bold;
}

h3	{
	font-size:14px;
	font-weight:bold;
	color:#ccc;
	margin-bottom:4px;
}

h4	{
	font-size:14px;
	font-weight:bold;
	color:#99917C;
	margin-bottom:4px;
}

.form_validator	{ margin:1px 0 1px 0; padding:10px 0; background-color:#CC0000; text-align:center; color:#FFFFFF; font-weight:bold; line-height:18px; }

.form_label	{ float:left; text-align:left; padding:5px 0 0 2px; width:30%; height:25px; }

.form_field	{ float:left; padding:2px 2px 2px 2px; vertical-align:middle; width:60%; min-height:25px; }

.form_submit { text-align:center; padding:10px;	}

input { border:1px solid #000; padding:2px; }

input[type=submit]	{ padding:8px 12px; font-size:10px; }

textarea { border:1px solid #666666; }

.slideshow { height: 330px; width: 980px; margin: auto }

ul.slideshow {
	list-style:none;
	width:980px;
	height:330px;
	position:relative;
	margin:0;
	padding:0;
	z-index:0;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:1000;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:980px;
	height:35px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:1000;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:2000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

ul.slideshow_page {
	list-style:none;
	width:5000px;
	height:400px;
	position:relative;
	margin:0;
	padding:0;
	z-index:0;
}	

ul.slideshow_page li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow_page li.show {
	z-index:1000;	
}

ul img {
	border:none;	
}

#slideshow_page-caption {
	width:980px;
	height:35px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:1000;
}

#slideshow_page-caption .slideshow_page-caption-container {
	padding:5px 10px;	
	z-index:2000;	
}

#slideshow_page-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow_page-caption p {
	margin:5px 0 0 0;
	padding:0;
}


.News-Article	{
	margin-bottom:20px;
	padding:10px;
}

.News-Date	{
	font-size:12px;
	font-weight:bold;
}

.News-Title	{
	font-size:14px;
	font-weight:bold;
}

.News-Title a {
	text-decoration:none;
	color:#ccc;
}

.News-Summary	{
	line-height:16px;
}

.home_bottom	{
	border-top:1px solid #99917C;
	width:100%;
	padding-top:10px;
	margin-top:20px;
}