/* 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: #FFCC00 url(../Images/Background.jpg) repeat-x top left;
	text-align: center;	
	line-height: 16px;
}

.clear{
	clear:both;
	height:15px;
	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: 868px;	
	background: #6C008F;
	padding: 18px;
	color: #BD9BC9;
}

	#footerholder a
	{
		color: #BD9BC9;
	}

	#footerholder a:hover 
	{	
		text-decoration: none;
	}

	/* Footer Text */
	#footerholder #footertext 
	{		
		float: left;			
		width: 400px;
	}

	/* Footer Disclaimer */
	#footerholder #footerdisclaimer 
	{
		float: left;
		text-align: right;		
		width: 225px;
	}

		#footerholder #footerdisclaimer ul
		{		
			padding: 0px;
			margin: 0px;
		}

		#footerholder #footerdisclaimer li 
		{
			padding-left: 10px;
			display: inline;
			list-style-type: none;
		}
		
			#footerholder #footerdisclaimer li .yellowhighlight 
			{
				color: #FFCC00;
			}
		
	/* Accreditations */
	#footerholder #footeraccred 
	{
		float: left;
		width: 222px;
		border-left: solid 1px #BD9BC9;		
		margin: 4px 0px 0px 10px;		
		height: 42px;
	}
	
		#footerholder #footeraccred ul 
		{
			margin: 0px;
			padding: 0px;
		}
		
			#footerholder #footeraccred ul li 
			{
				list-style-type: none;
				display: inline;
				float: left;
				padding-left: 10px;
			}

/* header */

#header 
{
	background: #6C008F;
}

#header img
{
	padding-top: 13px;
}


/* form fields */
form 
{
	padding: 0px;
	margin: 0px;
}

.contactField, .contactButton 
{	
	font-family: Arial;
	font-size: 100%;
}

/* content */
#contentholder 
{		
	float: left;	
	padding: 18px;	
	width: 868px;	
}

	/* home background */
	#contentholder.homecontainer
	{
		width: 904px;
		float: left;
		height: 390px;
		overflow: hidden;
		background: url(../Images/HomeBG.jpg) repeat-y top left;
		padding: 0px;
		background: #FFF;
	}
	
	/* page content block */
	#contentholder #pageholder 
	{
		background: #ECECF4;
		width: 868px;	
		float: left;		
	}
		#contentholder #pageholder #pageheader 
		{
			height: 25px;
			background: #BEBEC6;
		}
		
			#contentholder #pageholder #pageheader img 
			{
				padding: 4px 0px 0px 13px;
			}
		
		#contentholder #pageholder #pagecontent 
		{
			color: #454545;
			padding: 13px;
			width: 842px;	
			float: left;
		}
		
			#contentholder #pageholder #pagecontent .supportingimage
			{
				padding: 0px 0px 13px 13px;
			}
			
			#contentholder #pageholder #pagecontent .quotemark 
			{
				font-size: 150%;
				font-weight: bold;
				color: #6C008F;
			}
			
			/* The Team */
			#contentholder #pageholder #pagecontent .teamitem 
			{
				width: 822px;
				float: left;
				margin-bottom: 20px;				
				padding: 10px 10px 20px 10px;
				border-bottom: dotted 1px #6C008F;				
			}
			
				#contentholder #pageholder #pagecontent .teamitem.nobottom 
				{
					padding-bottom: 10px;
					border-bottom: none;
					margin-bottom: 0px;
				}
			
				#contentholder #pageholder #pagecontent .teamitem .teamphoto 
				{
					width: 150px;					
					height: 177px;
					float: left;
				}
				
				#contentholder #pageholder #pagecontent .teamitem .teamintro 
				{
					margin-left: 20px;
					width: 652px;
					float: left;
				}
				
					#contentholder #pageholder #pagecontent .teamitem .teamintro strong 
					{
						font-size: 140%;
						color: #000;
					}
					
					#contentholder #pageholder #pagecontent .teamitem .teamintro a 
					{
						color: #6C008F;
					}
					
						#contentholder #pageholder #pagecontent .teamitem .teamintro a span 
						{
							font-weight: bold;
							font-size: 130%;
						}
	
	/* home content block */
	#contentholder #homeholder
	{
		width: 389px;
		float: left;
	}
		#contentholder #homeholder #welcome 
		{					
			background: #ECECF4;
			height: 172px;			
		}
		
			#contentholder #homeholder #welcome #welcomeheader 
			{
				height: 25px;
				background: #BEBEC6;								
			}
			
				#contentholder #homeholder #welcome #welcomeheader img 
				{
					padding: 4px 0px 0px 13px;
				}
		
			#contentholder #homeholder #welcome .welcometext 
			{
				width: 345px;	
				color: #454545;
				padding: 13px;
			}
		
		#contentholder #homeholder #latestnews 
		{
			margin-top: 12px;
			width: 358px;
			height: 83px;		
			background: #C3C3C3 url(../Images/shellGraphics_43.gif) no-repeat top left;
			color: #FFF;
			padding: 36px 16px 16px 16px;
			line-height: 17px;
		}
		
			#contentholder #homeholder #latestnews a 
			{
				color: #FFF;
			}
	
	/* service quick links */
	#contentholder #quickcontainer 
	{
		float: left;
		margin-left: 21px;
		width: 458px;				
	}	