@charset "UTF-8";
/* CSS Document */
/* Below controls the MAIN looks of the main elements to the website */
body {
	background:url(images/bgLine2.jpg) repeat;
	background-position:top center;
	z-index:1;
	}
	
.footer {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#313193;
	text-align:center;
	}

	
div.bg {
	height:100%;
	background:url(images/productBg.png) no-repeat;
	background-position: center 345px;
	z-index:1;
	}
	
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000000;
	font-variant:normal;
	}
	
h1, h2, h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:35px;
	color:#000000;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003399;
	}
/* End Main CSS Elements */
	
	
	
	
/* Begin MAIN MENU NAVIATION CSS */
table.menu {
	padding: 20px 0px 20px 0px;
	}
/* End menu navigation CSS */




/* The CSS below is for styles specific to the sidebar on the main page (index.html) */
.sidebar {
	width:300px;
	height:700px;
	background:url(images/sidebar.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#FFFFFF;
	padding-top:50px;
	}
	
tr.sbgcolor {
	background-color:#B0C4E7;
	}
	
.sheader {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:strong;
	font-size:18px;
	color:#000033;
	line-height:35px;
	padding: 0px 10px 0px 10px;
	}
	
.sheader, .spadding {
	padding: 0px 10px 0px 10px;
	}
/* End SIDEBAR CSS */
	
	
	

/* This is for the initial page in May 2009 - displays "Under Construction" info. */
div.construction {
	width:715px;
	height:586px;
	position:float;
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	z-index:1
	}
/* End Construction Section */




/* CSS specific to the info on the "Contact Us" page */	
div.address {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	padding-left:10%;
	}
	
div.main {
	border-left:1px #FFFF99 solid;
	border-right:1px #FFFF99 solid;
	border-top:none;
	border-bottom:none;
	background-color:#F9FFEC;
	width:858px;
	position:float;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	z-index:1;
	padding:20px;
	}
	
div.info {
	width:95%;
	padding:3px;
	background-color:#ACC9E8;
	border: 1px #3399CC solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	}
/* End "Contact Us CSS Style */



	
/* SERVICES MENU - This is for the Tabbed Content displaying Services info on the main page. */
body { 
	font-size: 80%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	}
	
ul#tabs { 
	list-style-type:none;
	margin: 0px 0 0 0; 
	padding: 0px 30px 8px 15px;
	}
	
ul#tabs li { 
	margin: 0 0 0 0px;
	padding: 11px 0px 9px 0px;
	background:url(images/norm_left.png) no-repeat left top;
	display:inline;
	}
	
ul#tabs li a {
	display:inline;
	color: #FFFFFF;
	background:url(images/norm_right.png) no-repeat right top;
	border: none; 
	margin: 0 0 0 10px;
	padding: 10px 30px 10px 20px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none; 
	}
	
ul#tabs li:hover { 
	background:url(images/active_left.png) no-repeat left top;
	padding: 10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF0000;
	}
	
ul#tabs li a:hover { 
	background:url(images/active_right.png) no-repeat right top;
	padding: 10px 30px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF0000;
	}
	
ul#tabs li a.selected { 
	color: #FF0000;
	background:url(images/active_right.png) no-repeat right top;
	padding: 10px 30px 10px 20px; 
	}
	
div.tabContent {
	width:878px;
	border-top:none;
	border-right: 1px #FFFF99 solid;
	border-left: 1px #FFFF99 solid;
	border-bottom:none; 
	padding: 10px;
	padding-top: 20px;
	background-color: #F9FFEC;
	text-align:left;
	}
	
div.tabContent.hide { 
	display: none; 
	}
	
p {
	font-size:18px;
	}
	
div.paddingText {
	padding:10px;
	}
	
/* End Tabbed Content CSS Styles */




/* CSS for basic link styles for website */
.width {
	width:325px;
	text-align:left;
	}
	
a:link {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
	}
	
a:hover {
	color:#0033CC;
	text-decoration:none;
	}
	
a:visited {
	color:#CC0000;
	text-decoration:none;
	}
/* End basic link style within page */
