/* imports */
@import url(Navigation.css);

/* standard shell template */
html, body 
{
	margin:0;
	padding:0;
	border:0;
	height:100%;
}

body
{		
	font-family: Arial;
	font-size: 70%;
	background: #CBCFEB url("../Images/shellGraphics_01.gif") repeat-x top left;
	text-align: center;	
	line-height: 16px;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
a
{
	color: #320F49;
}

a:hover 
{
	text-decoration: none;
}

/* construct */

#fullheightcontainer 
{	
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	position: relative;
	
	width: 904px;	
	height: 100%;
			
	text-align: left;	
	background: #FFFFFF;		
}
#wrapper 
{
	min-height: 100%;
	height: 100%;		
	background: #FFFFFF;	
}

#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}

/* footer */

#footerholder 
{	
	float: left;
	width: 872px;	
	background: #26436F;
	padding: 16px;
	color: #E4E4E4;
}

	#footerholder a
	{
		color: #E4E4E4;
	}

	#footerholder a:hover 
	{	
		text-decoration: none;
	}

	#footerholder #footertext 
	{		
		float: left;	
	}

	#footerholder #footerdisclaimer 
	{
		float: right;
		text-align: right;
	}

		#footerholder #footerdisclaimer ul
		{		
			padding: 0px;
			margin: 0px;
		}

		#footerholder #footerdisclaimer li 
		{
			padding-left: 16px;
			display: inline;
			list-style-type: none;
		}

/* header */

#header 
{
	background: #26436F;
}

#header img
{
	padding-top: 7px;
}


/* form fields */
.contactField, .contactButton 
{	
	font-family: Arial;
	font-size: 100%;
}

/* content */
#contentholder 
{	
	width: 100%;
	float: left;	
	padding: 14px;	
	width: 876px;	
}
	
	/* page content block */
	#contentholder #standardheader 
	{
		background: #899CBC;
		height: 25px;					
	}
	
	#contentholder #standardheader img 
	{
		padding: 3px 0px 0px 10px;	
	}
	
	#contentholder #standardcontent
	{
		background: #ECECF4;
		padding: 10px;
		color: #2F4161;
	}
	
		#contentholder #standardcontent .staffpadding 
		{
			margin-left: 10px;
			border-left: solid 1px #CBCFEB;
			padding: 0px 0px 0px 10px;
		}
		
		/* Downloads */
		#contentholder #standardcontent .download 
		{
			width: 836px;
			float: left;
			margin-bottom: 10px;
			padding: 10px;	
			background: #FFF;
		}
		
			#contentholder #standardcontent .download h2 
			{
				font-size: 150%;
				margin: 0px;
				padding: 0px;
			}
		
		/* Testimonials */
		#contentholder #standardcontent .testimonial 
		{
			width: 856px;
			float: left;
			margin-bottom: 10px;
		}
					
			#contentholder #standardcontent .testimonial .testimonialtext 
			{
				padding: 10px;	
				background: #FFF;
				color: #000;																				
			}
						
				#contentholder #standardcontent .testimonial .testimonialtext .largequote 
				{
					font-weight: bold;
					font-size: 170%;
					font-family: Arial;
				}
	
	#contentholder #standardfooter 
	{
		background: #899CBC;
		height: 7px;
	}
	
	/* home content block */
	#contentholder #homeholder #newsevents 
	{
		width: 217px;		
		float: left;		
	}
	
		#contentholder #homeholder #newsevents #standardcontent
		{
			background: #ECECF4;			
			padding: 10px;
			color: #2F4161;
			height: 215px;			
		}

		#contentholder #homeholder #newsevents #howecodrive 
		{
			width: 217px;
			float: left;
			margin-top: 16px;	
			background: #CC0000;		
		}		
	
			#contentholder #homeholder #newsevents #howecodrive 
			{
				border: solid 1px #A4A4A4;	
			}
			
	/* welcome block */
	#contentholder #homeholder #welcome 
	{
		width: 368px;
		float: left;
		padding-left: 16px;
	}
		
	#contentholder #homeholder #welcome #plainheader 
	{
		padding: 0px 0px 2px 9px;
	}
		
	#contentholder #homeholder #welcome #content 
	{
		background: #F1F1F1;
		padding: 9px;
		color: #657BA2;
	}		
	
	#contentholder #homeholder #welcome #footer
	{
		float: left;
	}
	
	#contentholder #homeholder #welcome #footer a
	{
		width: 173px;
		border: solid 1px #A4A4A4;		
		background: #FFF;
		height: 62px;
		float: left;
		margin-top: 16px;
		text-align: center;
	}
	
	#contentholder #homeholder #welcome #footer a img	{
		
		border: 0px;
	}
	
	#contentholder #homeholder #welcome #footer .leftpadding 
	{
		margin-left: 17px;	
	}
	
	/* service quick links */	
	#contentholder #homeholder #quicklinks 
	{
		float: left;
		width: 259px;
	}
		
		#contentholder #homeholder #quicklinks ul 
		{
			margin:0px;	
			/*padding-left: 16px;*/
			padding: 25px 0px 0px 16px;
		}
		
			#contentholder #homeholder #quicklinks li 
			{
				list-style-type: none;
			}
	
	#contentholder #homeholder #quicklinks #quickhealthsafety 
	{
		width: 259px;
		height: 94px;
		background: url("../Images/shellGraphics_32.gif") no-repeat top left;			
	}
	
		#contentholder #homeholder #quicklinks #quickhealthsafety a 
		{
			color: #0B565C;
			text-decoration: none;	
		}
	
	#contentholder #homeholder #quicklinks #quickfleetriskmanagement 
	{
		width: 259px;
		height: 94px;
		margin-top: 20px;
		background: url("../Images/shellGraphics_40.gif") no-repeat top left;
	}
	
		#contentholder #homeholder #quicklinks #quickfleetriskmanagement a 
		{
			color: #02556E;
			text-decoration: none;
		}
	
	#contentholder #homeholder #quicklinks #quickworkrelatedstress 
	{
		width: 259px;
		height: 94px;
		margin-top: 20px;
		background: url("../Images/shellGraphics_42.gif") no-repeat top left;
	}
	
		#contentholder #homeholder #quicklinks #quickworkrelatedstress a 
		{
			color: #4F0081;
			text-decoration: none;	
		}	
		
	#contentholder #homeholder #quicklinks .quickboxtext 
	{		
		width: 155px;
		padding: 37px 15px 15px 15px;	
		line-height: 14px;
	}