﻿@import url('color.css');

/* layout */

html, body { margin: 0px; padding: 0px; }

body {
	text-align: center;
}

.clear { clear: both; }

.floatright { float: right; margin: 0px 0px 10px 10px; }

.title {
	margin: 11px 0px 6px 0px;
}

h4, h5, h6 { margin: 1em 0px; }

table.data { margin: 10px 0px; border-collapse: collapse; border-spacing: 0px; }
	table.data td, table.data th { text-align: left; padding: 3px;}

#container {
	padding: 0px;
	width: 985px;
	margin: 0px auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	height: 123px;
	width: 972px;
}
	
	#logo {
	padding: 0px;
	position: absolute;
	top: 10px; /* change this to 0px if using graphic logo */;
	left: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
	
	#topmenu {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 10px;
		right: 9px;
	}
		#topmenu li {
	/*		display: inline; */
		text-align: right;
	padding: 4px 5px 4px 5px;
}

.menu {
	width: 972px;
	height: 29px;
	border-top: solid 0px #fff;
	background: url('images/menubar.gif') no-repeat;
	position: absolute;
	top: 93px;
	left: 0px;
}
	.menu ul {
		margin: 6px 5px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	
	.menu li {
		padding: 5px 0px;
		display: inline;
	}
	
	.menu a { 
		display: block; 
		float: left;
		padding: 0px 15px 0px 14px;
	}

#body2 {
	width: 179px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

	.box-left {
		width: 179px;
		margin: 0px 0px 9px 0px;
		padding-bottom: 11px;
	}
	
	.box-left-inner { padding-top: 8px; }
	
	#body2 h3 {
		width: 179px;
		height: 21px;
		margin: 11px 0px 2px 0px;
		color: #fff;
		padding: 3px 5px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 169px;
		height: 15px;
	}
		html>body #body2 h3 { width: 169px;  height: 15px; }
	
	.box-left p {
		margin: 0px 11px 8px 11px;
	}
	
	.leftmenu {
		margin: 0px 11px 0px 11px; 
		padding: 0px;
		list-style: none;
	}

#body1 {
	width: 750px;
	float: right;
	margin-bottom: 10px;
	margin-right: 15px;
	text-align: left;
	font-size: 15px;
	line-height: 19px;
}

	.box, box2 {
	width: 750px;
	margin-right: 0px;
	margin-left: 0px;
}
	
	.box-inner, .box2-inner {
		padding: 12px 13px 12px 13px;
		position: relative;
	}
.proddiv{
	width: 720px;
	clear: left;
	border: 1px solid #fff;
}

.proddiv .floatbox{
float: left;
width: 105px;
}

* html .proddiv p{ /* IE 3px jog hack*/
height: 1%;
}

.proddiv p{
margin-top: 0;
margin-left: 145px;
}

/*begin image popup*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -450px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
right: 50px; /*position where enlarged image should offset horizontally */
}	
/*end image popup*/
	
	.box h3, .box2 h3, .box p, .box2 p { margin-top: 0px; }
	
#body1 ul li {
	line-height: 25px;
}
	

#body3 {
	width: 160px;
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	font-size: 13px;
	text-align: center;
}

#page-bottom {
	width: 985px;
	float: left;
	margin-left: -7px;
}

#body4 {
	width: 550px;
	float: left;
	margin-top: 10px;
	font-size: 15px;

}

#body6 {
	width: 220px;
	float: right;
	margin-right: 5px;
	margin-top: 30px;
	font-size: 13px;
}
#flash-movie {
	width: 739px;
	height: 430px;
}

#body7 {
	width: 510px;
	float: left;
	margin-top: 10px;
	font-size: 13px;
}

#home-main-pic {
	margin-bottom: 10px;
}
.image-left {
	float: left;
	margin-right: 10px;
}


#footer {
	clear: both;
	margin: 0px;
	padding: 5px 0px;
	width: 972px;
}



/*
@media print {
	#header, #logo, #menu, #topmenu, #navtitle, #leftnav, #footer { display: none; }
	body { background: #fff; padding: 20px; }
	#body1, #body2 { float: none; }
	#container, #body1, #body2, #footer { width: auto; }
	.box, .box2, .box-left { width: auto; height: auto; display: block; float: none; margin: 0px; background: none; padding: 0px;}
	.box-inner, .box2-inner, .box-left-inner{ background: none; padding: 0px; }
	.title, #body2 h3,  .box h3, .box2 h3, #body2 h3.accent { margin: 10px 0px; padding: 0px; background: none; color: #a30101; }
	#body2 { border-top: solid 1px #5e6d77; }
	.box-left p { margin: 10px 0px; padding: 0px; }
}
*/


