/* CSS Document */

body {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #333;
	background:#EEE;
	font-size: 62.5%; 
	
	/* centre hack pt 1*/
	text-align: center;
  	min-width: 843px;	
}
#container {
	/* centre hack pt 2*/
	text-align: left;
	width: 843px;
	margin-left: auto;
	margin-right: auto;
	
	background-color:#fff;
	background: #fff url('../../img/logo-post.gif') repeat-y 797px top;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#branding{
	margin-bottom:20px;
}
	#branding #branding-contact{
		width:594px;
		height:178px;
		float:left;
		margin-right:36px;
		background-color:#F47B20;
	}
		#branding #branding-contact img{
			display:block;
		}
		#branding #branding-contact img#product-line{
			margin-top:46px;
		}
	#branding #branding-logo{
	}

#section-banner img{
	margin-left:16px;
	margin-bottom:16px;		
	float:left;
}
	#section-banner img#banner-tagline{
		margin-bottom:32px;
	}
	
#section-products{
	clear:both;
}
	#section-products .product{
		float:left;		
		width:181px;
		margin-left:16px;		
		margin-bottom:32px;	
	}
		#section-products .product li{
			width:157px;
			list-style-type:  square;
			list-style-position: inside;
			margin-left:4px;
			font-size: 1.2em; 
			line-height:1.2em;
		}
#section-blurb{
	clear:both;
}
	#section-blurb div{	
		margin-left:16px;
		font-size:1.4em;
		line-height:1.3em;
		margin-bottom:32px;	
	}
		#section-blurb div p{
			margin-bottom:1.4em;
		}
	#section-blurb #blurb-left{
		width:379px;
		float:left;
	}
	#section-blurb #blurb-right{
		width:260px;
		float:left;
		color:#F47B20;
	}
		#section-blurb #blurb-right strong,
		#section-blurb #blurb-right strong a{
			font-weight:normal;
			color:#333;
			text-decoration:none;
		}
		#section-blurb #blurb-right strong a:hover,
		#section-blurb #blurb-right strong a:active,
		#section-blurb #blurb-right strong a:focus{
			text-decoration:underline;
		}	

#section-accreditation{
	clear:both;
	width:100%;	
	margin-bottom:20px;
}
	#section-accreditation img{
		margin-left:410px;
		margin-bottom:10px;
	}
	#section-accreditation p{
		width:260px;
		margin-left:410px;
		margin-bottom:10px;
		font-size: 1.2em; 
		line-height:1.2em;
	}
		#section-accreditation p a{
			color:#333;
			text-decoration:udnerline;	
		}
		#section-accreditation p a:hover,
		#section-accreditation p a:active,
		#section-accreditation p a:focus{
			text-decoration:underline;	
		}


#section-contact{
	clear:both;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width:765px;
	margin-bottom:16px;
}
	#section-contact p{
		width:578px;
		margin-top:16px;
		margin-left:16px;
		margin-bottom:16px;
		font-size: 1.2em; 
		line-height:1.2em;
	}
	#section-contact p abbr{
		color:#F47B20;
		font-weight:bold;
	}
	#section-contact p a{
		color:#333;
		text-decoration:none;
	}
	#section-contact p a:hover,
	#section-contact p a:active,
	#section-contact p a:focus{
		text-decoration:underline;
	}

#section-legalese{
	clear:both;	
}
	#section-legalese div{
		font-size: 1.1em; 
		line-height:1.1em;
		color:#666;
		float:left;	
		margin-bottom:16px;	
	}
	#section-legalese #legalese-siteinfo{
		width:181px;
		margin-left:16px;
	}
		#section-legalese #legalese-siteinfo a{
			color:#666;
			text-decoration:none;
		}
		#section-legalese #legalese-siteinfo a:hover,
		#section-legalese #legalese-siteinfo a:active,
		#section-legalese #legalese-siteinfo a:focus{
			text-decoration:underline;
		}
	#section-legalese #legalese-reg-numbers{
		width:181px;
		margin-left:16px;
	}
	#section-legalese #legalese-reg-office{
		width:314px;
		margin-left:16px;
	}
	
/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


