/*
	westernware css by fortune technologies
	http://fortunetechnologies.com
	copyright 2008

	this is only for the home page
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#C4A76B;
	color:#211D1E;
	margin-top:0px;
	text-align:center;
	}

/* LOADING MESSAGE BOF */
#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

#prepage {
	position:absolute;
	font-family:arial;
	font-size:16px;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	}

#prepage2 {
	position:absolute;
	text-align:left;
	font-size:large;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#C4A76B;
	}
/* LOADING MESSAGE EOF */

#hmPage {
	background-image:url(../../images/background.jpg);
	background-repeat:no-repeat;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	height:1055px;
	}

/*
moved inline on index.php
#header {
	text-align:center;
	padding-left:20px;
	}
*/

#header h1 {
	text-align:center;
	}

#ticker {
	background-color:inherit;
	height:10px;
	width:500px;
	margin-top:47px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	text-align:center;
		color:#634A31;

	/*border:dashed #FF0000;*/
	}
	
#ticker a {
	font-size:medium;
	/* visibility:hidden;*/
	}

#byline {
	text-align:center;
	margin-top:0px;
	}

#byline h1 {
	text-align:center;
	}
/* Main Nav bof */
#priNav {
	margin-top:10px;
	height:25px;
	width:800px;
	float:right;
	padding-right:40px;
	font-size: 12px;
	font-weight:500;
	/*border:thin dotted #FF0000;*/
	}

.navTabs {
	height:25px;
	width:800px;
	overflow: hidden;
	float:right;
	padding-right:10px;
	}

.navTabs ul {
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
/*	list-style-type: none;*/
	}

.navTabs li{
	display: inline;
	margin: 0;
	}

.navTabs li a {
	float: right;
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;
	/*color: #634A31;*/
	font-weight:bold;
	color:#000000;
	}
/*
.navTabs li a:visited {
	/*color:#333333;
		color: #634A31;
	}

.navTabs li a:hover {
	color: #967639;
	font-weight:700;
	}

.navTabs li.selected a {
	color: #634A31;
	}
*/
/* Main Nav eof */

p {
	font-size: small;
	font-weight:normal;
	color: Black;
	text-align: left;
	}

h1 {
	font-size: x-large;
	font-style: italic;
	color: #D2B48D;
	text-align: left;
	}

h2 {
	font-size: 12px;
	font-style: italic;
	color: #999933;
	}

h3 {
	font-size: 18px;
	font-style: italic;
	color: #999933;
	}

hr {
	color: #000000;
	width: 90%;
	height: 5px;
	background-color:#000000;
	}

a:link {
	text-decoration: none;
	color: #634A31;
	}

a:visited {
	text-decoration: none;
	color: #5F3B1B; 
	font-weight: bold;
	}

a:hover {
	text-decoration: none;
	color: #634A31;
	font-weight: bold;
	}

.Caption {
	font-weight: bold;
	color:#610B0C;
	}
/* STYLE EOF */