@charset "UTF-8";

/* created Feb 2008 by Warren Hedges 
using Dreamweaver CS3 */

/* MAXIMUM & MINIMUM WIDTH */
	/* set maximum & minimum widths for the body tag */
	
	body {
		min-width: 770px;
		max-width: 1200px;
		}

/*CONTAINER TO KEEP CONTENT AREA CENTERED ON PAGE */
		/*white background gif is to fix a bug I can't explain
		where some browsers show underlying body background
		instead of #FFFFFF when I specifiy it as container background */

	#container {
	background-image: none;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	z-index: 500;
	width: auto;
	height: auto;
	background-color: #ffffff;
	padding-left: 15px;
	}


/*MAIN CONTENT */
	#mainContent {
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	}
	
/* SUBORDINATE CONTENT 1 */
	#content_sub1 {
	float: right;
	width: 150px;
	clear: right;
	padding-top: 25px;
}

/* ABSOLUTELY POSITIONED ELEMENTS AND THE RELATIVELY POSITIONED
DIVISIONS THEY USE AS REFERENCE POINTS */

	#positioning_container_above_main_cntnt {
	position: relative;
	background-image: none;
	}

		#background_above_main_content {
	background-repeat: no-repeat;
	position: absolute;
	text-align: center;
	height: 80px;
	width: 776px;
	top: -65px;
	background-image: url(../home_pgs/images/corners/tab_top.png);
			}
						
		#logo img {
	position: absolute;
	z-index: 1000;
	top: -110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -10px;
			}
	
		#main_navigation {
	position: static;
	left: 200px;
	top: 200px;
	height: 25px;
	width: auto;
	background-image: none;
	padding-top: 10px;
		}
		

	#positioning_container_below_main_content {
		position: relative;
	}
	
		#background_below_main_content {
	background-repeat: no-repeat;
	position: absolute;
	height: 60px;
	width: 782px;
	top: -20px;
	background-image: url(../home_pgs/images/corners/tab_bottom.png);
	left: -2px;
		}
#tab_content_sub1 {
	float: right;
	width: 150px;
	padding-top: 15px;
}
.tab_content_main {
	width: auto;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.image-right {
	padding: 5px;
	float: right;
}
.image-left {
	padding: 2px;
	float: left;
}
