.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

html * {
	font-family: Trebuchet MS,Trebuchet, Arial,sans-serif;
	margin: 0;
	color: #555555;
	padding: 0;
	text-decoration: none;
}

body
{
	height: 100%;
	background: url('/images/content-bg.gif') repeat-y;
}

img
{
	border: 0;
}

p
{
	font-size: 0.7em;
}

p strong
{
	color: #398497;
	font-size: 1.1em;
}

a
{
	text-decoration: none;
	color: #ea530a;
}

a:hover
{
	text-decoration: underline;
	color: #b3440d;
}



div#home-wrapper
{
	height: 100%;
	background: url('/images/green_band_bg.gif') no-repeat 767px 107px;
}

div#content-wrapper
{
	height: 100%;
	background: url('/images/grey_bg.gif') no-repeat 771px 15px;
}

/* HOME PAGE STYLES */

	div#home-head,
	div#content-head
	{
		width: 770px;
		float: left;
		background: #ffffff;
	}
	
		#home-head img
		{
			float: left;
		}
	
		div#home-top-left
		{
			float: left;
			width: 128px;
			height: 241px;
			background: url('/images/epr_02.jpg') no-repeat;
			padding-top: 54px;
			font-family: Arial, Helvetica, sans-serif;
			letter-spacing: 0;
		}		
		
			#home-top-left p,
			#home-bottom-left p
			{
				margin: 3px 8px 0 8px;
				font-size: 0.65em;
				line-height: 12px;
				font-family: Arial,Helvetica,sans-serif;
			}
		
		#home-top-right
		{
			width: 402px;
			float: left;
			background: url('/images/epr_05.jpg') no-repeat;
			background-position: 17px 0;
		}
		
			#main-nav
			{
				float: left;
				width: 400px;
			}
			
				ul#top-nav
				{
					list-style: none;
					float: left;
					margin-top: 1px;
				}
				
					ul#top-nav li
					{
						display: inline;
						border-left: 1px solid #dbe896;
						padding: 10px 26px 0 31px;
					}
					
					ul#top-nav li.first
					{
						border-left: 0;
						padding: 0 21px 0 18px;
					}
					
						ul#top-nav li a
						{
							color: #739810;
							font-weight: bold;
							font-size: 0.8em;
						}
						
						ul#top-nav li a:hover,
						ul#top-nav li.hi a
						{
							color: #314107;
							text-decoration: none;
						}
				img#logo
				{
					padding: 18px 0 0 30px;
				}
				
				img#thetford
				{
					float: left;
					padding: 32px 0 0 176px;
				}
				
				img#green-band-top
				{
					padding-top: 107px;
					float: left;
				}
				
				img#green-band-bottom
				{
					float: left;
				}
	div#home-middle
	{
		float: left;
		width: 100%;	
		background: url('/images/green_band_right.gif') no-repeat #c2cfb7;
		background-position: 770px 0px;
		border: solid #dae2d3;
		border-width: 3px 0 3px 0;
	}
				
		div#home-middle img,
		div#home-bottom img
		{
			float: left;
		}
		
	div#home-bottom
	{
		float: left;
	}
	
		div#home-bottom-left
		{
			float: left;
			width: 128px;
			background: url('/images/epr_08.jpg');
			height: 190px;
			padding-top: 5px;
		}
		
		div#home-bottom-right
		{
			float: left;
			background: #f0f0f0;
			width: 387px;
			height: 195px;
		}
		
			div#home-bottom-right p
			{
				margin: 15px 0 0 15px;
				font-size: 0.7em;
			}
			
			div#home-bottom-right strong
			{
				font-size: 1em;
				letter-spacing: 0;
			}
	div#home-footer
	{
		width: 770px;
	}
	
/* END HOME PAGE STYLES */

/* CONTENT PAGE STYLES */

	div#content-top-left
	{
		float: left;
		width: 367px;
		height: 180px;
	}
	
	div#content-top-right
	{
		float: left;
		width: 396px;
		background: url('/images/epr_05.jpg') no-repeat;
		background-position: 17px 0;
	}
	
		div#content-top-right img
		{
			padding-top: 18px;
		}
	
	div#grey-band
	{
		float: left;
		width: 100%;
		height: 108px;
		background: url('/images/grey_band_bg.gif') no-repeat 597px 0px #495458;
	}
	
	img#grey-band-top
	{
		float: left;
		padding-top: 13px;
	}
		
	div#content
	{
		float: left;
		width: 770px;
		background: url('/images/content-bg.gif') repeat-y;
	}
	
		div#content-left
		{
			width: 367px;
			float: left
		}
		
			div#content-left p
			{
				margin: 15px 14px 16px 15px;
				line-height: 16px;
			}
			
			div#content-left strong
			{
				font-size: 1em;
			}
		div#content-images
		{
			width: 403px;
			float: left;
			height: auto;
		}
		
		div#content-images img
		{
			float: left;
			margin-bottom: 5px;
		}
		
		div.small-images
		{
			float: left;
		}
		
		div.small-images img
		{
			padding: 0 0 0 5px;
		}
		
	table.asset-detail
	{
		text-align: left;
		margin: 15px 10px 0 15px;
	}
	
		table.asset-detail tr
		{
			border-bottom: 1px solid #eeeeee;
			display: block;
			padding: 5px 0 5px 0;
			vertical-align: top;
		}
		
		table.asset-detail tr.bottom
		{
			border: 0;
		}
		
		table.asset-detail th
		{
			color: #398497;
			font-size: 0.7em;
			width: 130px;
		}
		
		table.asset-detail td
		{
			font-size: 0.7em;
		}
		
		div#content-left ul
		{
			list-style-position: inside;
			margin-left: 1em;
		}
		
		div#content-left li
		{
			font-size: 0.7em;
		}
		
	select#address-selection
	{
		margin: 15px 0 0 15px;
		width: 260px;
		font-size: 0.7em;
	}
	
	div#eye-limited,
	div#ely-limited,
	div#glanford-limited,
	div#thetford-limited,
	div#scotland-limited,
	div#fibrophos-limited
	{
		display: none;
	}
	
	div#map
	{
		width: 500px;
	}
	
	div#map img
	{
		float: left;
		border: 0;
	}

	div.map-row
	{
		width: 500px;
		float: left;
		clear: left;
	}
		
/* END CONTENT PAGE STYLES */

/* ASSETS NAVIGATION STYLES */

div#assets-left,
div#assets-right
{
	float: left;
	width: 275px;
	margin-top: 8px;
}


ul.plants-nav
{
	list-style: none;
}

	ul.plants-nav a,
	ul.plants-nav a:hover
	{
		text-decoration: none;
	}

	li.plant-name
	{
		display: inline;
		float: left;
		font-size: 0.75em;
		font-weight: bold;
		margin: 0;
		text-align: right;
		text-transform: capitalize;
		clear: left;		
	}
	
		li.plant-name a
		{
			color: #9a9a9a;
		}
		
		li.plant-name a:hover
		{
			color: #b5dd0d;
		}
		
		a.asset
		{
			width: 95px;
			text-align: right;
			float: left;
		}
		
		li.selected a,
		li.selected a:hover
		{
			color: #ffffff;
		}
		
		ul#sub-nav
		{
			display: inline;
			margin-left: 11px;
		}
			
			ul#sub-nav li
			{
				border-left: 1px solid #ffffff;
				display: inline;
				padding: 0 7px 0 11px;
			}
			
			ul#sub-nav li.last
			{
				border-right: 1px solid #ffffff;
			}
		
			ul#sub-nav li a
			{
				color: #000000;
			}
			
			ul#sub-nav li a:hover
			{
				color: #ffffff;
			}
			
			ul#sub-nav li.hi a,
			ul#sub-nav li.hi a:hover
			{
				color: #b5dd0d;
			}

div#content-footer
{
	width: 770px;
}

			
	div#footer
	{
		float: left;
		width: 383px;
	}
	
	div#content-footer div#footer
	{
		width: 367px;
	}
	
		div#footer p
		{
			color: #aabc9a;
			font-size: 0.55em;
			margin: 3px 0 0 13px;
		}
		
		div#footer a
		{
			color: #aabc9a;
		}
		
		div#footer a:hover
		{
			color: #666666;
			text-decoration: none;
		}
		
	div#footer-spacer
	{
		background: #f0f0f0;
		width: 387px;
		height: 82px;
		float: left;
		padding-bottom: 0;
	}
	
	div#content-footer div#footer-spacer
	{
		width: 403px;
		height: 20px;
		background: #f0f0f0;
		float: left;
	}
	
	
	
	
