body {
	background: #fff;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:normal;
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:auto;
	color: #666666;
}

a:active, a:visited, a:link {
	color:#666666;
	text-decoration:none;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	font-size:9pt;
}

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

#fullpage {
	background: white;
	width: 940px;
	display: block;
	margin: 16px auto 16px auto;
	height: auto;
	min-height:500px;
	text-align:center;
	overflow:auto;
}

#masthead {
	display: block;
	width:488px;
	height: 129px;
	text-align:right;
	margin: 0px auto;
}

#breadcrumbs {
	text-align:left;
	display: block;
	width:488px;
	margin: 0 auto;
	font-size:8pt;
	min-height:3em;
	height:3em;
	color: #666666;
}

#breadcrumbs a{
	color: #666666;
	font-size:8pt;
}

#mainfull {
	display: block;
	margin: 0 auto;
	height: auto;
	min-height: 400px;
	width: 940px;
}

#mainleft {
	background: #fff;
	display: block;
	float: left;
	width: 193px;
	height: 400px;
	min-height:400px;
	text-align:right;
}

#maincentre {
	background: #fff;
	display: block;
	float: left;
	width: 488px;
	height: auto;
	min-height:400px;
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #393939;
	margin-right: 16px;	
	padding-right: 16px;	
	border-right: 1px solid #393939;	
	text-align:left;
}

#maincentre .tagline {
	float: right;
	display: block;
	margin-bottom:20px;
	width:488px;
	text-align:right;
}

#mainwide {
	background: #fff;
	display: block;
	float: left;
	width: 681px;
	height: auto;
	min-height:400px;
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #393939;
	margin-right: 16px;	
	padding-right: 16px;	
	text-align:left;
}

#mainwide .tagline {
	float: right;
	display: block;
	width:681px;
	text-align:left;
}

#mainwide .taglineimage {
	border: 1px solid blue;
}

#content {
	text-align:left;
	font-size: 10pt;
	height: auto;
	z-index:3;
	line-height: 1.25em;
}

#content p {
	margin-top: 0px;
	line-height: 1.25em;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	font-size:10pt;
}

#mainright {
	background: #fff;
	display: block;
	float: left;
	width: 193px;
	height: 400px;
	min-height:400px;	
	text-align: left;
}

#footerfull {
	display: block;
	margin: 0 auto;
	min-height: 62px;
	width: 940px;
	clear: both;
}

#footerleft {
	background: #fff;
	display: block;
	float: left;
	width: 193px;
	text-align:right;
}

#footercontent {
	display: block;
	width:488px;
	height: 54px;
	text-align:left;
	margin: 0px auto;
	font-size:8pt;	
	padding-top: 8px;
}

#footercontent a {
	font-size:8pt;	
}

#footercontent .left {
	text-align:left;
	float:left;
	width:auto;
}

#footercontent .right {
	text-align:right;
	float:right;
	width:auto;
}

#rollovers {
}

#rollovers a {
	opacity:0.50;
	filter:alpha(opacity=50);
}

#rollovers a:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#ourpeople {
	text-align: left;
	line-height: 1.25em;
}

.image {
	border: 0px solid white;
}
.picleft {
	text-align: left;
}

#ourpeople ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align:left;
}

#peoplecomment {
	font-size: 8pt;
	margin-bottom: 1em;
	width: 90px;
}

#prevnext {
	display: block;
	float: right;
	text-align: right;
	margin-right: 0px;
	padding-top: 0px;
}

#prevnext a {
	color: #990000;
}

#quoterequest {
	width: 90px;
	margin-left: 107px;
	text-align: right;
	margin-bottom: 24px;
}

.tablecontents {
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	font-size:10pt;
}

.logopic {
	margin-top:32px;
}

.blue {
	color: #336699;
}

.red {
	color: red;
}

.floatleft {
	float: left;
}

.whowearepics {
	margin-bottom: 8px;
	border: 0px;
}



.columns2 {
	float: left;
	width: 330px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	font-size:10pt;
}

.columns3 {
	float: left;
	width: 210px;
	margin-right: 10px;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	font-size:10pt;
	margin-bottom: 20px;
}

.columns3s {
	float: left;
	width: 160px;
	margin-right: 2px;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
	font-size:10pt;
	margin-bottom: 20px;
}

/* navigation from here down */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
	}

	#nav ul li a.active {
		color: red;
		border: 1px solid green;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		padding-left: 24px;
		display: block;
	}
	
	#nav ul li a {
		border: 0px solid black;
		font-family:Trebuchet,Arial,Helvetica,sans-serif;
		font-size:10pt;
	}
	
	#nav li ul li {
		padding: 0;
	}
	
	#nav ul ul ul {
		padding:0;
	}
	
	
	#nav li.active {
		font-weight: bold;
	}

	#nav li.last {
		margin-bottom: 1em;
	}
	
	#nav li ul { /* second-level lists */
		z-index:1;
		float:none;
		display: none;
		color: #666666;
	}
	
	#nav li.active ul { /* second-level lists - active only*/
		z-index:1;
		float:none;
		display: block;
		color: #666666;
	}
	
	#nav li.active ul a { /* second-level lists - active only*/
		float:none;
		display: block;
		color: #666666;
		font-weight:normal;
	}

	#nav ul li.active ul li.active a { /* second-level lists - active only - shows current location */
		float:none;
		display: block;
		font-weight:normal;
		color: #336699;
	}

	#nav li ul ul { /* third level lists */
		position : absolute;
		left: -999em;
		margin-left : 160px;
		margin-top : -1.35em;
		text-align:left;
		display: none;
		padding: 0;
		opacity:0.90;
		filter:alpha(opacity=90);
	}
	
	#nav li ul ul li, #nav li ul ul li a { /* third level list items */
		padding-left: 5px;
		background: #f9f9f9;
		display: none;
	}
	
	#nav li ul ul {
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #336699;
		text-decoration : none;
		background-color : white;
		padding : 0 10px;
		position:relative;
		margin-left:20px;
		border: none;			
	}
	
	#nav li a:hover {
		color : #666666;
		background:#d9d9d9;
	}

	#nav li ul a:hover {
		color : #666666;
		background:#d9d9d9;
	}
	
	#nav li ul ul a:hover {
		color : #336699;
		background:#d9d9d9;	
	}
	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	

