@charset "utf-8";
/* CSS Document */

/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding: 0;}

/*normalize font size headers*/
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* remove list styles*/
ol, ul, dl
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/


/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


/*--page layout styles--*/
#wrap{
	width:946px;
	margin-right:auto;
	margin-left:auto;
		}
	
body{
	text-align:center;
	background-position:top;
	font-family:Eurostile, Arial, Helvetica, sans-serif;
	
	}


#main{
	background-image: url(../images/bkgrndTile.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	position:relative;
	width:750px;
	height:317px;
	top: 100px;
	overflow:scroll;
	scrollbar-face-color: #C46535; 
	scrollbar-track-color: #2f1204; 
	scrollbar-arrow-color: #2f1204; 
	scrollbar-3dlight-color: #e3936b; 
	scrollbar-shadow-color:  #240d02; 
	scrollbar-highlight-color: #e3936b; 
		
	}

#bottom{
	position:relative;
	top: 82px;
	width:750px;
	height:40px;
	background-color:#C46535;
	}

#image_left{
	float:left;
	padding:25px;
	}
	
#image_right{
	float:right;
	padding:25px;
	}
.image_left{
	float:left;
	
	}
	
.image_right{
	float:right;
	
	}



									
/*--typo--*/

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	

.mainBody {
	font-family:Eurostile, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:25px;
	margin-right:25px;
	text-align:left;
	}
	
#video {
		padding:25px;
		
		}
	
.h1 {
	font-family:Eurostile, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:200;
	color:#333;

	}
	
.h2 {
	font-family:Eurostile, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:justify;
	color:#783a00;
	padding-top:10px;
	
	}
	
.small {
	font-family:Eurostile, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#333;
	}

a {
	color:#783a00;
	text-decoration:none;
	border-bottom:none;
	
	}
	
a:hover {
	color:#750b21;
	border-bottom:1px solid; 
	border-color:#750b21;
	text-decoration:none;
	
	}
	
#btmNav {
	text-align:right;
	padding:10px 10px 10px 10px;
	
}

#btmNav a {
	color:#783a00;
	text-decoration:none;
	border-bottom:none;
	
	}
	
#btmNav a:hover {
	color:#750b21;
	border-bottom:1px solid; 
	border-color:#750b21;
	text-decoration:none;
	
	}
	
	#form {
		padding:20px;
		
	}
	
	#contentLeft{
		text-align:left;
		padding:20px;
	}
	
	
	#fromLogo {
		margin-top:0px;
		width:100%;
		height:30px;
		background-image:url(../frontpage/logo.gif);
		background-repeat:no-repeat;
		background-color:#000;
	}
