@charset "utf-8";
/* CSS Layout 02 (About page) Document */

body  {
	color: #333333;
	background-color: #231E1E;
	margin-top: 40px;
	text-align: left;
}
#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #121212;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1000px;
} 
#header  {
	background-image: url(../images/elements/header_bg.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#header   h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
}
#top_navigation/*This is the blended navigation bar background image*/
  {
	background-image: url(../images/elements/nav_bg.gif);
	width: 780px;
	height: 45px;
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
}
#top_navigation /* "Menu" text is hidden by indenting, using bg image (above) instead */
  h1  {
	margin: 0; 
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: -9999px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

/*Group container for all five navigation tabs */
#top_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 25
	width: 500px;
	left: 260px;
	width: 500px;
	top: 4px;
	height: 25px;
}

/*Below creates navigation list in a horizontal row*/
#top_navigation li {
	display:inline;
	float: left;
	width: 100px;
}

/*Below are the cells for individual navigation tabs*/
#top_navigation li a:link, #top_navigation li a:visited {
	display:block;
	text-decoration:none;
	color:#7E592E;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	background-color: #231F20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	font-weight: bold;
	margin-right: 1em;
}

/*Red color for hover and active navigation tabs*/
#top_navigation li a:hover, #top_navigation li a:active {
	color:#FF0000;
	background:#231E1E
}

/*Gold color for current page tabs*/
#top_navigation li a.current, #top_navigation li a.current:hover, #top_navigation li a.current:active {
	color:#7E592B;
	background:#231E1E
}	
/*This is the container, relative positioned, for main content elements placed inside of it*/
#mainContent  {
	background-color: #121212;
	width: 100%;
	height: 100%;
	position: relative;
}
#mainContent_header     {
	background-image: ;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 259px;
	height: 21px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainContent_textbox  {
	text-align: justify;
	display: block;
	text-indent: 20px;
	padding: 30px;
	margin-top: 30px;
	left: 120px;
	top: 0;
	position: absolute;
	width: 500px;
	right: auto;
}
#mainContent_image  {
	background-image: ;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 218px;
	width: 300px;
	margin-left: 40px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#footer  {
	height: 65px;
	width: 780px;
	padding-top: 25px;
	background-image: url(../images/elements/ftr_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 

.twoColFixLtHdr #container #mainContent_textbox h3 {
	text-indent: -5px;
	font-weight: bold;
}
