@charset "UTF-8";
/* CSS Document */
img	{
	border:0px;
	}
a {
	font-size:.9em;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #872c13;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color:#CCCCCC;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

body  {
    background: #000000;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #cccccc;
	font-size:85%;
}
#container { 
    position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
    width: 1042px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
    height: 200px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
    background: #000000; 
    padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    border:none;
} 
#sidebar1 {
	overflow:auto;
	background-image:url(../site-images/sidebar1BG.jpg);
	background-repeat:no-repeat;
	position: absolute;
	top: 200px;
	left: 0;
	width:247px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:343px;
	padding: 30px 10px 0px 30px; /* padding keeps the content of the div away from the edges */
}
#sidebar2BG { /* this will be strictly a Backgroundbox */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height:1.2em;
	background-image:url(../site-images/sidebar2BG.jpg);
	background-repeat:no-repeat;
    position: absolute;
    top: 200px;
    right: 0;
    width: 167px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:373px;
    padding: 0px 70px 0px 10px; /* padding keeps the content of the div away from the edges */
}



.scroll-pane { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height:1.2em;
	letter-spacing:inherit;
	text-align: left;
    position: absolute;
    margin:0px 0px 0px 0px;
    right: 60px;
    width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
}


.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:right;
	width: 170px;
	margin: 250px 0px 0px 0px;
	}



#mainContent { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height:1.5em;
	letter-spacing:inherit;
	text-align:justify;
	background-image:url(../site-images/mainBG.jpg);
	background-repeat:no-repeat;
	height: 343px;
	width:480px;
    margin: 0 277px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
    padding: 15px 0px 15px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#HomeVideo, #TheChamberVideo, #Windfield2017Video, #AmericanHardwareVideo { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url(../site-images/homeBG.jpg); 
	background-repeat:no-repeat;
	height: 343px;
	width:480px;
	position: absolute;
	top:220px;
	left:305px;
	text-decoration: none;
	text-indent:10px;
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	
}


.HomeText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-repeat:no-repeat;
	height: 343px;
	width:480px;
	position: absolute;
	text-decoration: none;
	text-indent:10px;
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	background-color:#FFFFFF;
	margin-top: 180px; 	
}


	
#footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
    padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: #000000; 
	height: 200px;
}


#HomeVideoContent {
    margin:290px 30px 0px 30px;
    text-align:center ;
    }

.moreLink a:link {
    color: #8E202B;
}
