/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    background-color: #00000;
    color: #EAD195;
	background-image:url(images/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Global Link Settings*/
a:link
{
    color: #AC9959;
    text-decoration: underline;
}

a:hover, a:visited
{
    color: #AC9959;
    text-decoration: underline;
}

.titles
{
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: EAD195;
}

.italicCopy
{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: EAD195;
}


/*Main container, holds everything*/
#container
{
    width: 904px;
    padding: 0px;
	margin: 20px auto 0px auto;
    }
	

/*Top container where the phone numbers and icons for home and contact are located.*/
#topContainer
{
	min-height: 40px;
	text-align: right;
}

/*Holds all the main content*/
#mainContainer
{
	width: 900px;
	text-align: right;
	border: #DCB048 2px solid;
	background-color: #000000;
}

/* div holds the image banner */
#banner
{
	width: 900px;
	background-color: #000000;
}

/* div holds the main menu system */
#mainMenu
{
	width: 900px;
	height: 40px;
	background-color: #000000;	
	text-align:  left;
}

/* div holds the two column content */
#midContainerIndex
{
	width: 900px;
	min-height: 185px;
	background-color: #000000;
}

/* class holds the content itself on Index Page */
.midContentIndex
{
	float: left;
	width: 400px;
	min-height: 185px;
	padding: 10px 25px 10px 25px;
}

/* class holds the content itself on Inside Pages */
.midContentInsidePage
{
	float: left;
	width: 550px;
	min-height: 185px;
	padding: 10px 25px 10px 25px;
}

/* class holds the content itself on Inside Pages */
.galleryInsidePage
{
	float: left;
	width: 850px;
	min-height: 185px;
	padding: 10px 25px 10px 25px;
	text-align: left;
}


/* Tabular style for Sponsors */

td, th {
	font: 12px Arial, Helvetica, sans-serif;
}

.datatable {
	border: 1 px solid #383838;
	border-collapse: collapse;
	width: 95%;
}

.datatable td {
	border: 1px solid #383838;
	padding: 7px;
}

.datatable th {
	border: 1px solid #383838;
	background-color: #000000;
	color: #EAD195;
	font-weight: bold;
	text-align: left;
	padding: 7px;
}

.datatable caption {
	font: 15px bold Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 3px 0 8px 0;
}

.datatable tr.altrow {
	background-color: #212121;
	color: 000000;
}

.datatable tr: hover {
	background-color: AC9959;
	color: #000000;
}

/* Tabular rollovers Script for IE6 */
.datatable tr: hover, .datatable tr.hilite {
	background-color: AC9959;
	color: #000000;
}


/* class holds the image buttons on Inside Pages */
.imageButtonsInsidePage
{
	background-color: #000000;
	padding: 10px 0px 10px 0px;
	width: 300px;
	
	
}

/* div that holds the large buttons */
#buttonsContainer
{
	background-color: #000000;
	padding: 0px 0px 10px 20px;
	text-align: center;
}

.largeButtons
{
	background-color: #000000;
}

hr {
	border: none;
	background-color: #000000;
	color: #DCB048;
	height: 1px;
	width: auto;
}

/* Style of Forms */
input.txt {
	color: #EAD195;
	background-color: #000000;
	border: 1px outset #EAD195;
}

input.btn {
	color:: #EAD195;
	background-color: #000000;
	border: 1px outset #EAD195;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
} 

form p label {
	float: left;
	width: 30%;
	font: bold 11px Arial, Helvetica, sans-serif;
}

fieldset {
	
	border: 1px solid #EAD195;
	background-color: #000000;
	color: #EAD195;
	margin-top: 16px;
	padding: 10px 5px 30px 5px;
}

legend {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: EAD195;
}
	
 
 
 /* clears both for vertical expansion, always insert after floats. */	
.fixer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	}	
	
/* div that holds the footer content */
#footer
{
	clear: both;
	margin-top: 15px;
	text-align: center;
	}
	
#footer a:link
{
	color: #AC9959;
	}
	
#footer a:hover
{
	text-decoration: underline;
	color: #AC9959;
	}
	
#footer a:visited
{
	text-decoration: underline;
	color: #AC9959;
	}
	

