@charset "UTF-8";
/* CSS Document */

/* Global Font Size, Color, Font-Family Settings in Body */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
  	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #d7cba9;
	}
	
/* Global Link Colors */
a:link
{
	text-decoration: underline;
	font-weight: bold;
	color: #ffc222;
	
	}
	
a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #ffc222;
	}
	
a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #ffc222;
	}

	
td, textarea, input, select 
{
  	font: normal 12px Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #d7cba9;
	}
	
/* Site Container that holds everything on INDEX only*/
#containerINDEX
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	width: 990px;
	background-color: #000000;
}

/* Banner that can be re-used that fits the total width of the INDEX Container */
.bannerINDEX
{
	width: 715px;
	}
	

	
/* Site Container that holds everything*/
#container
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	width: 990px;
	background-color: #000000;
}

/* Left Column Container holds everything on the left side including logo. */
#LcolumnContainer
{
	float: left;
	width: 365px;
	}
	
/* Right Column Container holds everything on the right side including Flash. */
#RcolumnContainer
{
	float: left;
	width: 625px;
	}

	
/* navigation holds the menu items */
#navigation
{
	width: 625px;
	}

/* Banner that can be re-used that fits the total width of the LColumnContainer */
.Lbanner
{
	width: 365px;
	}
	
/* Banner that can be re-used that fits the total width of the RColumnContainer */
.Rbanner
{
	width: 625px;
	}
	
/* Content div used ONLY on INDEX after the Welcome title... */
#welcomeContent
{
	width: 550px;
	padding: 0px 60px 10px 15px;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	}
	
/* Banner Box that can be re-used that fits 2 in one row total width of the Rcolumn */
.bannerBox
{
	float: left;
	width: 287px;
	padding-left: 15px;
	padding-right: 10px;
	}
	
#popUp
{
	width: 350px;
	margin: 15px;
	padding: 15px;
	background-color: #000000;
	}
	

	
/* Right Column Content */
.RcolumnContent
{
	float: left;
	width: 370px;
	padding: 10px 40px 10px 0px;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #606060;
	}

/* Style of bullets. */
ul {
	list-style-type: square;
	overflow: none;
	margin-top: -5px;
	}

/* Global settings for Horizontal Rules */
hr
{
	border: none;
	background-color:#ffffff;
	color: #ffffff;
	height: 1px;
	margin: 3px 0px 20px 0px;
	}

	
.BulletedListUL
{ 
	margin-left: 15px;
	list-style-image: url(images/bullet.gif);
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #8d1a0d;
	font-weight: bold;
	line-height: 20px;
	}
	
.BulletedListUL a:link
{
	text-decoration: none;
	color: #8d1a0d;
	}
	
.BulletedListUL a:hover
{
	text-decoration: underline;
	color: #8d1a0d;
	}
	
.BulletedListUL a:visited
{
	text-decoration: none;
	color: #8d1a0d;
}
	
/* A class that clears both, and has nothing in it. If you stick it directly under floating divs, but inside of the container div, it will recognize the floats, plus the container will recognize the fixer, allowing the container div to expand vertically correctly. */
.fixer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	}

/* Footer Div properties */
#footer
{
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	width: 990px;
	text-align: center;
	color: #574f39;
	font-size: 11px;
	}

.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffc222;
	font-weight: bold;
	}
.text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffc222;
	font-weight: bold;
	}
.text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc222;
	font-weight: bold;
	}
.text04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc222;
	font-weight: bold;
	}
.text05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc222;
	font-weight: normal;
	}

.text06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d7cba9;
	font-weight: bold;
	}
.text07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d7cba9;
	font-weight: bold;
	}
.text08 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d7cba9;
	font-weight: bold;
	}
.text09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d7cba9;
	font-weight: bold;
	}

.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	}
.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
.text13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	}
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	}

