/* CSS Document */

/*Standard Stuff*/
body {
		font: 62.5% Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 10px;
		color: #ffffff;
		background-color: #333333;
		}
a:link {
		font:normal normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
		color:#e5e58a;
		text-decoration:none;
		font-weight:normal;
		}

a:visited {
		font:normal normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFCC;
		text-decoration:none;
		font-weight:normal;
		}

a:hover {
		font:normal normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
		color:#FFFF00;
		text-decoration:underline;
		font-weight:normal;
		}

a:active {
		font:normal normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
		color:#2893e3;
		text-decoration:none;
		font-weight:normal;
		}
p 	{
	font:normal normal 13px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align: left;
	line-height: 1.3;
	}
	
h1 {font:normal normal 20px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#26b9ff;
	text-align:left;
	}
	
h2, h3, h4, h5 {
	font:normal normal 14px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#26b9ff;
	text-align:left;
	text-decoration: none;	
	}
	
h6 {
	font:normal normal 13px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:left;
	text-decoration: none;
	}	
ul {
	font:normal normal 13px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:justify;
	line-height: 1.2;
	}

img
	{  border-style: none;
	}

/*Table CSS*/
table {
	border-collapse: collapse; /*stops double borders being shown*/
	border-color: #ffffff;
	border-width: 2px;
	} 
	
tr {
	background-color: #f2f2f2;
	}
	
tr.header {
	background-color: #f0f0f0;
	border-color: #ffffff;
	border style: solid;
	} 

tr.odd {
	background-color: #f9f9f9;
	}
	
th {
	font:normal normal 12px/1 Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	border-style: none;
	}
	
td {
	font:normal normal 13px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align: center;
	padding: 10px 5px 8px 5px;
	border-style: none;
	border-color: #ffffff;
	}

td.text {
	text-align: left;
	font-size: 12px;
	border-style: solid;
	}
	
/* end of Table CSS*/

#Container {
	margin: 0 auto;
	/*above centres the window*/
	width: 760px;
	background-color:#333333;
	}

/*Banner Code*/
#banner {
	width: 760px;
	height: 141px;
	padding-bottom: 0px;
	background:#333333;
	}
	
/* Main Navigation Bar */
nav {
	width: 760px;
	height: 26px;
	padding-bottom: 0px;
	padding-top: 20px;
	margin-bottom: 20px;
	}
/*	
body#Home a#HomeLink,
body#About a#AboutLink,
body#Processes a#ProcessesLink,
body#Products a#ProductsLink,
body#Downloads a#DownloadsLink,
body#Contact a#ContactLink {
	background:#ffffff;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
*/

nav, ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #999;
	float: left;
	line-height: 1;
	}

nav a {
	color:#005da4;
	font-size: 12px;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	text-decoration:none;
	border: 1px solid #999;
	border-left: none;
	padding: 6px 3px 6px 3px;
	display: block;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: left center;
	}

nav li {
	float: left;
	width: 126px;
	}

nav li ul {
	list-style-type: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 126px;
	left: -999em;
	}
	
nav li ul a {
	text-transform: none;
	list-style-type: none;
	border-top: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}
	
nav li:hover ul, nav li.sfhover ul {
	left:auto;
	}
	
nav a:hover {
	color:#005da4;
	list-style-type: none;
	font-weight: normal;
	background-color: #f0f0f0;
}

/*Stops Sticky nav menu in IE7*/
nav li:hover, nav li.hover {
    position: static;
}

/* End of Horizontal Navigation bar*/

section {
/*below needed to clear content for dropdown menu*/
	clear: left;
	float: left;
	width: 760px;
	padding: 30px 0px 20px 0px;
	margin-bottom: 6px;
	border-bottom: 1px solid #f0f0f0;
	}
div.twoColumn {
/*div to position two columns*/
	/*clear: left;*/
	float: left;
	width: 760px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	}
	
div.rightColumn {
	/*clear: right;*/
	float: right;
	width: 360px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	}
	
div.leftColumn {
	/*clear: left;*/
	float: left;
	width: 360px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	}

div.leftColumn ul{
padding: 0;
margin-left: 17px;
}

div.leftColumn li	{
	padding-bottom: 11px;
	}
	
div.rightColumn ul{
padding: 0;
margin-left: 17px;
}

div.rightColumn li	{
	padding-bottom: 11px;
	}
	
section img {
	padding: 5px 0px 5px 20px;
	}

footer {
	clear: both;
	width: 760px;
	height: 33px;
	margin-top: 0px;
	padding-top: 10px;
	/*border-top: 1px solid #f0f0f0;*/
	background: none;
	}

footer img {
	float: left;
	padding: 0px 0px 0px 0px;
	}	

footer P {
	text-align: right;
	color: #ffffff;
	}
/*Puts the address in a centred box*/
#AddressBox {
	width: 410px;
	float: left;
	padding-bottom: 0px;
	} 
	
#AddressText {
	float: none;
	padding: 4px 45px 4px 0px;
	margin: 0px
	line-height: 6px;
	color: #ffffff;
	font-size: 16px;
	text-align: center
	}	
#AddressText p{
	line-height: 8px;
	color: #ffffff;
	text-align: center
	}
	
.floatright { 
	float: right;
	}
	
.floatleft { 
	float: left;
	}
		
.boldunderline {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:underline;
	}
	
.singlespaced {
	line-height: 1.1;
	}

.textsize11px {
	font-size: 11px;
	}
	
.textsize9px {
	font-size: 9px;
	}

div.container760 {
	width: 760px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
div.photocaptionR {
	width: 320px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

.photocaptionR img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.photocaptionR p {
	text-align: center;
	margin: 3px 35px 20px 35px;
	font-style: italic;
	}

div.photocaptionL {
	width: 320px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

.photocaptionL img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.photocaptionL p {
	text-align: center;
	margin: 3px 35px 20px 35px;
	font-style: italic;
	}
	
div.photocaptionC {
	width: 740px;
	/*float: right;*/
	padding: 0px 0px 10px 10px;
	margin: 0px;
	}

.photocaptionC img {
	padding: 5px 0px 0px 0px;
	/*margin: 0px 0px 0px 0px;*/
	display: block;
	margin-left: auto;
    margin-right: auto;}
	
.photocaptionC p {
	text-align: center;
	margin: 3px 35px 20px 35px;
	font-style: italic;
	}
	
div.photocaptionR410 {
	width: 420px;
	float: right;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	}

.photocaptionR410 img {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.photocaptionR410 p {
	text-align: center;
	margin: 3px 35px 20px 35px;
	font-style: italic;
	}	
	
/*Index Photo Table CSS*/

#PhotoTable {
/*below needed to clear content for dropdown menu*/
	clear: left;
	float: left;
	width: 760px;
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
	border-bottom: none;
	}
		
#PhotoTable table {
	border-collapse: collapse; /*stops double borders being shown*/
	border: none;
	} 
	
#PhotoTable img {
	border: none;
	margin: none;
	padding: 0px 35px 0px 35px;
	}
	
#PhotoTable tr {
	background-color: #333333;
	}
	
#PhotoTable th {
	font:normal normal 15px/1 Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
	padding: 10px 30px 5px 100px;
	border-style: none;
	}
	
#PhotoTable td {
	font:normal normal 13px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align: center;
	padding: 5px 0px 8px 0px;
	border-style: none;
	border-color: #333333;
	}
	
#PhotoTable p {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 13px 0px;
	border: none;
	line-height: 1px;
	}
/*Equipment Table CSS*/

#EquipTable {
/*below needed to clear content for dropdown menu*/
	clear: left;
	float: left;
	width: 760px;
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
	border-bottom: none;
	}
		
#EquipTable table {
	border-collapse: collapse; /*stops double borders being shown*/
	border: none;
	} 
	
#EquipTable img {
	border: none;
	margin: none;
	padding: 0px 35px 0px 35px;
	}
	
#EquipTable tr {
	background-color: #333333;
	}
	
#EquipTable th {
	font:normal normal 15px/1 Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
	padding: 10px 50px 5px 100px;
	border-style: none;
	}
	
#EquipTable td {
	font:normal normal 13px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	vertical-align: top;
	text-align: left;
	padding: 5px 10px 8px 0px;
	border-style: none;
	border-color: #333333;
	}
	
#EquipTable p {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 13px 0px;
	border: none;
	line-height: 1px;
	}
	
	
	
/* end of Table CSS*/