@charset "UTF-8";
/* CSS Document */




/*********** Reset CSS  from "http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/" ***********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type:none; 
}



* {
margin: 0;
}
html {
height: 100%; /****** this helps with the 'Sticky Footer' ******/
}
/******see http://www.cssstickyfooter.com/using-sticky-footer-code.html for info on sticky footer********/



ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
	}
	
 table img { display:block;
  }


/*********** END of Reset CSS   ***********/


Body {
	font-family:  Arial, sans-serif;
	font-size: 0.75em; /* 0.75em of 16pt standard font size across all browers */
	line-height: 1.5em; /* to make the text easier to read line-height should be between 1.4em-1.6em */
	letter-spacing: 0.1pt;
	text-align : center;
	background-image: url(Images/2morrow-BG.jpg);
	background-repeat: no-repeat;	
	background-position: 0px 300px; 
	background-attachment: fixed;
	background-color:#e1e9d2; 
	height: 100%;

	}
html {	overflow-y: scroll; /****** forces scroll-bar to always appear in Firefox, so no horizontal shift occurs*****/
		height: 100%;
}

body > #divWrapper {height: auto; min-height: 100%;}


/******************************************************* end of body style and reset *****/

#crumbs {
	height:2.3em;
	border:0px;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#666666;
	padding-right:1px;
	}		
#crumbs li a {
	display:block;
	padding:0 6px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#666666;
	font-weight: normal;
	font-size: 9px;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#6ca344;
	font-weight: normal;
	font-size: 9px;
}		









/************************************************************************* start of Michael's stylesheets *****/


a:link {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #585956;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #585956;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #4f7f37;
	text-decoration: none;
	font-weight: bold;
}
input {
	font-family:  Arial, sans-serif;
	font-size: 11px;
	padding: 1px;
}
select {
	font-family:  Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
}

TD.radiobutton
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 100%;
    VERTICAL-ALIGN: top;
    COLOR: #083d65;
    LINE-HEIGHT: 10px;
    TEXT-ALIGN: left;
}



/************************ Class for lighter font links style eg on webRes Glass Buttons *****/
.lightLink:link {
                font-family:  Arial, sans-serif;
                font-size: 11px;
                color: #518947;
                text-decoration: none;
                font-weight: normal;
}
.lightLink:visited {
                font-family:  Arial, sans-serif;
                font-size: 11px;
                color: #518947;
                text-decoration: none;
                font-weight: normal;
}
.lightLink:hover {
                font-family:  Arial, sans-serif;
                font-size: 11px;
                color: #3a6633;
                text-decoration: none;
                font-weight: normal;
}

 /********************************************* navigation starts here *****/
	  
#navigation {
   	font-family:  Arial, sans-serif;
	line-height:15px;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:right;
	width:100%;
	vertical-align:bottom;
      }
	  
#navigation ul {
	margin:0;
	list-style:none;
	float:right;
      }
	  
#navigation li {
	float:left;
	background: url(Images/left_both.jpg) no-repeat left top;
	margin:0;
	padding:0px 3px 0 10px;
	border:bottom:0px solid #000;
	border-width:0;
	list-style:none;
      }
	  
#navigation a {
	float:left;
	display:block;
	width:.1em;
	background: url(images/right_both.jpg) no-repeat right top;
	padding:5px 10px 7px 0px;
	text-decoration:none;
	color:#cfe5ae;
      }
	  
#navigation > ul a {
	width:auto;
	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {
	float:none;
	}
    /* End IE5-Mac hack */
#navigation a:hover {
	
	color:#ffffff;
      }

#navigation li:hover, #navigation li:hover a {
	background-position:0% -150px;
      }
	  
#navigation li:hover a {
	background-position:100% -150px;
      }
	
	
	

/***these give the page id's to keep current page tab highlighted - check they match with IncMenuHeader.htm *****/
#index #nav-index, 
#aboutUs #nav-aboutUs 

{ 
background-position:0 -150px;
border-width:0
}

#index #nav-index a, 
#aboutUs #nav-aboutUs a
{ 
background-position:100% -150px;
padding-bottom:7px;
color:#ffffff /**********************colour for selected state? *****/

}






.LNtabBot 
{
	line-height:5px;
	padding-top:5px;
	display : block;
	margin-bottom:2px
}






<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: right;
font-weight: bold;
background-color: #f9ff91;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: right;
color: #BCDF95;
padding: 2px 12px;
text-decoration: none;
background: transparent url(Images/vertical.gif) center left no-repeat;
}

#vdividermenu ul li a:visited{
color: #BCDF95;
}

#vdividermenu ul li a:hover{
color: #24743a;
background-color: #a7be7b;
}

</style>


#navcontainer 
{
	height : 26px;
	margin : 0 0 0 0;
	padding : 0;
	text-align : center;
	width : 100%;
}
#navcontainer ul 
{
	border : 0 none;
	list-style-type : none;
	margin : 0;
	padding : 0;
	text-align : center;
}
#navcontainer li 
{
	display : block;
	float : left;
	margin : 0;
	padding : 0;
	text-align : center;
}
#navcontainer  a 
{
	border : medium none;
	color : #446084;
	display : block;
	height : 26px;
	margin : 0 0 0;
	padding : 0;
	text-align : center;
	text-decoration : none;
}
#navcontainer  a:hover 
{
	color : #16b3f5;
}
#navcontainer  a:active 
{
	color : #16b3f5;
}



.SubNavCurrent {
	color:#ffffff
	}







 
.Footercenter
{
    BORDER-RIGHT: 1px medium;
    BORDER-LEFT: medium none;
    PADDING: 0px 20px 0px 20px;
    DISPLAY: inline;
    BACKGROUND-COLOR: #cfe5ae;
    MARGIN: 0px;
    HEIGHT: 26px;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none;
}

 .clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

 


/************************************************************************* navigation end *****/




/************************************************************************* main text styles - start *****/
p {
    font-family: Arial, sans-serif;
    font-size: 1em;
    color:#333333;
    letter-spacing: 0.5 em;
    margin-bottom: 4px;
	display: block;
	text-align:left;
	}

.intro {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	color:#666666;
	letter-spacing: 0.5 em;
}


  
.copyright {
                font-family: Arial, sans-serif;
                font-size: .85em;
                color:#666666;
                letter-spacing: 0.5 em;
				background-color:#FFFFFF;
				width:958px;
				margin-right:auto;
				margin-left:auto;
				text-align:center;
				}


.push {
	height: 150px;
	clear: both;
	}


h1 {
	font-family:  Arial, sans-serif;
	font-size: 13pt;
	color: #6ca344;
	text-align:left;
	font-style: normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
    margin-bottom: 8px;
	display: block;
	line-height: 17px;
}



h2 {
	font-family:  Arial, sans-serif;
	font-size: 13pt;
	color: #518947;
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 15px;
    padding: 15px 0px 3px 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.h2:link {
	font-family:  Arial, sans-serif;
	font-size: 13pt;
	color: #518947;
	text-decoration: none;
	font-weight: normal;
}
.h2:visited {
	font-family:  Arial, sans-serif;
	font-size: 13pt;
	color: #518947;
	text-decoration: none;
	font-weight: normal;
}
.h2:hover {
	font-family:  Arial, sans-serif;
	font-size: 13pt;
	color: #3a6633;
	text-decoration: none;
	font-weight: normal;
}

h3 {
	font-family:  Arial, sans-serif;
	font-size: 11pt;
	color: #222222;
	font-style: normal;
	font-weight:normal;
	margin-top: 12px;
	line-height: 15px;
	padding: 0px, 0px, 0px, 0px;
	display: block;
	margin-bottom: 2px;
}

.h3NoSpace {
	font-family:  Arial, sans-serif;
	font-size: 11pt;
	color: #222222;
	font-style: normal;
	font-weight:normal;
	margin-top: 0px;
	line-height: 15px;
	padding: 0px, 0px, 0px, 0px;
	display: block;
	margin-bottom: 2px;
}

h4 {
	font-family:  Arial, sans-serif;
	font-size: 10pt;
	color: #585956;
    font-style: normal;
    font-weight: normal;
    top: 0px;
    margin: 0px;
    padding: 0px, 0px, 0px, 0px;
    display: inline;
}



h5 {
	font-family:  Arial, sans-serif;
	font-size: 17pt;
	color: #518947;
	font-style: normal;
	font-weight: bolder;
	top: 0px;
	margin: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	display: block;
	line-height: 23px;
	text-align:left;
}


.h5Highlight {
	font-family:  Arial, sans-serif;
	font-size: 17pt;
	color: #95af5e;
	font-style: normal;
	top: 0px;
	font-weight: bolder;
	display: inline;
	line-height: 21px;
}


.SubMenu {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}


.BreadCrumb {
	padding-left: 20px;
	font-family:  Arial, sans-serif;
	font-size: 9px;
	color: #808080;
	font-weight: normal;
}
A.SubMenulinks:link
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: bold;
	font-style: italic;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	text-decoration: none;
}
A.SubMenulinks:hover
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: bold;
	font-style: normal;
	FONT-SIZE: 12px;
	COLOR: #d2d3d4;
	text-decoration: underline;
}
A.SubMenulinks:visited
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: bold;
	font-style: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	text-decoration: none;
}

A.mainlinks:link
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #585956;
	text-decoration: none;
}
A.mainlinks:hover
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #003366;
	text-decoration: underline;
}
A.mainlinks:visited
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #585956;
	text-decoration: none;
}



.BtmMenu A:link
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #518947;
	text-decoration: none;
}

.BtmMenu A:visited
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #518947;
	text-decoration: none;
}

.BtmMenu A:hover
{
	font-family:  Arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #a3c66b;
	text-decoration: none;
}




/****************************left nav links *****/

.leftNavHead a:link
{
                font-size: 9px;
				line-height: 9px;
                text-align: left;
                font-weight: normal;
				color:#518947;
				}

.leftNavHead a:visited
{
                font-size: 9px;
				line-height: 9px;
                text-align: left;
                font-weight: normal;
                color:#518947;
}

.leftNavHead a:hover
{
                font-size: 9px;
				line-height: 9px;
                text-align: left;
                font-weight: normal;
                color:#b5ca89;
}

.leftNavHead {  font-family: Arial, sans-serif;
                font-size: 9px;
				line-height: 9px;
                text-align: left;
                font-weight: normal;
				display: block;
				letter-spacing: 0.5px;
				margin-bottom: 6px;
                color:#518947;
}



.LeftNav a:link
{
                font-family:  Verdana, Arial, sans-serif;
                font-size: 9px;
                font-weight: normal;
                text-align: left;
                color:#518947;
				}

.LeftNav a:visited
{
                font-family:  Verdana, Arial, sans-serif;
                font-size: 9px;
                font-weight: normal;
                text-align: left;
                color:#518947;
}

.LeftNav a:hover
{
                font-family:  Verdana, Arial, sans-serif;
                font-size: 9px;
                font-weight: normal;
                text-align: left;
                color:#b5ca89;
}

.LeftNav {
				line-height: 10.5px;
				display: block;
				margin-bottom: 8px;
}

 
 
 
 


/************************************************************************* main text end *****/

/************************************************************************* border - start *****/
.borderdarkblue {
	border: 1px solid #003366;
}
.borderlightblue {
	border: 1px solid #585956;
}	
.bordergrey {
	border: 1px solid #c4c4c4;}
/************************************************************************* border end *****/


/************************************************************************* end of Michael's Stylesheets*****/









/*******************these are the container Divs, which act like tables*****/

#divWrapper {
		min-height: 100%;
		height: 100%;
		width:958px;
		border-right: 1px solid #d2d3d4;
		border-left: 1px solid #d2d3d4;
		height:auto;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color: #ffffff;
		overflow:hidden;
}

		
#divMain {
	display: inline;
	float:left;
	width: 428px;
	margin-left: 170px;
	padding-bottom: 150px;
	padding-left: 20px;
	}



/**************** these are the exceptions: 2 column versions for the 'search result' page only *****/

#divMain2column {
	padding-right: 40px;
	display: inline;
	float: right;
	width: 728px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	}
	
#divLeftNav2column{
	float: left;
	width: 150px;
	margin-left: 20px;
}		

/*****************************************end of exceptions*****/
		
		
		
			
#divRight{
	padding-right: 20px;
	float: right;
	width: 300px;
	margin: 0px 0px 50px 0px;
	}
	
#divLeftNav{
float: left;
width: 150px;
margin-left: -598px;
}		

	
#divTopBanner {
		width:958;
		height:123px;
		padding:0px 0px 0px 0px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color: #ffffff;
		}
		
	
#divLogoHold {
		float:left;
		width:300px;
		padding:0px 0px 0px 20px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding-top:10px;
		}

#divGlassHold {
		padding:20px 20px 0px 730px;
		right:0px;
		margin-right:0px;
		margin-left:auto;
		margin-top:0px;
		text-align:right;
		}

#divNavHold {
		float: right;
		width:600px;
		height:29;
		right:0px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding: 16px 18px 0px 0px;
		text-align:right;
		}
		
#divSUBNavHold {
		float:right;
		width:938px;
		height:27;
		top:123px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding-right: 20px;
		text-align:right;
		background-color: #548b48;
			}
			
			
			
#divBtmNavHold {
	clear: both;
	float:left;
	width:918px;
	margin-right:auto;
	margin-left:auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;
	background-color: #cfe5ae;
	}
		
		
		
		
#divCopyrightHold {
	clear: both;
	float:right;
	width:918px;
	margin-right:auto;
	margin-left:auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;
	background-color: #ffffff;
	}
		
	

#Footer {
	position: relative;
	vertical-align:bottom;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;	}
	

		
#divSearchHold {
		float:left;
		width: 918px;
		margin-right:0;
		margin-left:0;
		padding: 10px 20px 10px 20px;
		text-align:right;
		display:inline;
		background-color: #ffffff;
	}				

.searchbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	height: 15px;
}

	
.searchbutton
{
	border:none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(Images/Gsearch_button.jpg) no-repeat 0 0;
	height: 20px;
	width:73px;
}



.searchbutton:hover
{ 
  background-position: 0 -30px;
}

.searchbutton span
{
  display: none;
}





#divBreadcrumb {
		float: left;
		width:600px;
		margin-right:auto;
		margin:0px;
		padding:0px;
		text-align:left;
		}
		
#divsearchbox {
		float: right;
		margin-right:0;
		margin:0px;
		padding:0px 0px 0px 0px;
		text-align:left;
		}


.divIconOnly {
		float: none;
		width:60px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-align:left;
		}
		

.divTextOnly {
		float: none;
		margin: -72px 0px 0px 65px;
		padding:10px 10px 20px 0px;
		text-align:left;
		}
		
#divBannerRotator {
		float: none;
		width:290px;
		margin:-0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-align:left;
		}
		












/**************************************************** Styling *****/


td.topalign {vertical-align: top}

td.botalign { vertical-align:bottom}

td.centervalign { vertical-align: middle}

td.rightalign {text-align:right}

td.centeralign {text-align:center}








	



/*----------------------------------------Glass Icon rollovers --------------------------------------------------*/


#GlassEntee
{
  padding:0px;
  margin:0px 0px 0px 0px;
  display: block;
  width: 53px;
  height: 60px;
  background: url(../Images/GlassEnteeboth.jpg) no-repeat 0 0;

}

#GlassEntee:hover
{ 
  background-position: 0 -72px;
}

#GlassEntee span
{
  display: none;
}


#GlassLCT
{
  padding:0px;
  margin:0px 0px 0px 0px;
  display: block;
  width: 53px;
  height: 60px;
  background: url(../Images/GlassLCTboth.jpg) no-repeat 0 0;

}

#GlassLCT:hover
{ 
  background-position: 0 -72px;
}

#GlassLCT span
{
  display: none;
}
#GlassTTG
{
  padding:0px;
  margin:0px 0px 0px 0px;
  display: block;
  width: 53px;
  height: 60px;
  background: url(../Images/GlassTTGboth.jpg) no-repeat 0 0;

}

#GlassTTG:hover
{ 
  background-position: 0 -72px;
}

#GlassTTG span
{
  display: none;
}













		
		
		
/*----------------------------------------tabs--------------------------------------------------*/
		
		
#tabs
{
    FONT-SIZE: 93%;
	FLOAT: right;
	WIDTH: 630px;
    LINE-HEIGHT: 15px
}
#tabs UL
{
    PADDING-RIGHT: 0px;
    LIST-STYLE: none none outside;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px
}
#tabs LI
{
    PADDING-RIGHT: 0px;
    DISPLAY: inline;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px
}
#tabs A
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 5px;
    BACKGROUND: url("images/tabL.jpg") no-repeat left top;
    FLOAT: left;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    TEXT-DECORATION: none
}
#tabs A SPAN
{
    PADDING-RIGHT: 12px;
    DISPLAY: block;
    PADDING-LEFT: 5px;
    BACKGROUND: url("images/tabR.jpg") no-repeat right top;
    FLOAT: left;
    PADDING-BOTTOM: 4px;
    COLOR: #ffffff;
    PADDING-TOP: 5px
}
#tabs A SPAN
{
    FLOAT: none
}
#tabs A:hover SPAN
{
    BACKGROUND-POSITION: 100% -150px;
    COLOR: #24618e
}
#tabs A:hover
{
    BACKGROUND-POSITION: 0px -150px
}
#tabs #current A
{
    BACKGROUND-POSITION: 0px -150px
}
#tabs #current A SPAN
{
    BACKGROUND-POSITION: 100% -150px;
    COLOR: #a7be7b
}
.border1 {
	border: 1px solid #666666;
}

a.ship:link {
	color: #ffffff;
	text-decoration: none;
}
a.ship:visited {
	color: #ffffff;
	text-decoration: none;
}
a.ship:hover {
	color: #ffffff;
	text-decoration: none;
}
