@charset "utf-8";



.conveyortable {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 105px;
	margin-right: 105px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	background-color: #333;
	font-color: #333;
	
}
.tableSM {
	padding: 0px;
	float: right;
	background-color: #666;
	margin-right: 10px;
	margin-left: 10px;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 840px; /* since this element is floated, a width must be given */
	background: #000000; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	height: 330px;
	border: 2px ridge #666666;
}
.thrColHybHdr #footer {
	height: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 950px;
	border: 1px solid #333;
} 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	width: 920px; /* top and bottom padding create visual space within this div */
	background-color: #FFF;
	padding-right: 0;
	padding-left: 0;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 40px;
	padding-bottom: 25px;
}
.tablemargin {
	margin-bottom: 200px;
	margin-top: 0px;
	clear: none;
	padding-bottom: 200px;
}
.centerimage {
	margin-top: 8px;
	margin-bottom: 10px;
	background-color: #333333;
	background-position: center center;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	margin: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	background-position: center top;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	margin-top: 10px;
}
link {
	background-color: #000000;
	background-position: center center;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	display: table-cell;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #333;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
}
h4 {
	font-family: "Trajan Pro";
	font-size: 27px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* CSS Document */

body, td, th {
margin: 0;
padding: 0;
color: #ECE9D8;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#wrapper3 {
	border: 2px double #666666;
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: center center;
	padding: 0px;
}
#wrapper2 {
	background-position: center center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 795px;
}


#wrapper {
	width: 950px;
	border: 0px none #666666;
	height: 560px;
	background-position: center center;
	vertical-align: middle;
}
.rightimage {
	float: right;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}
.leftimage {
	border: 0;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 20px;
	margin-top: 20px;
}
background {
	background-color: #333333;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 370px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #ece9d8;
	background-color: #333333;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	margin-left: 50px;
}

.style1 {
	font-size: large;
	font-weight: normal;
	color: #FFFFFF;
}
.opacity100 {
	opacity:1; /* firefox, opera, safari, chrome */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
	filter:alpha(opacity=100); /* IE 4, 5, 6 and 7 */
	zoom:1 /* so the element "hasLayout"
    /* or, to trigger "hasLayout" set a width or height */;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.phototable {
	margin-left: 10px;
	margin-right: 10px;
}
