body{
	margin:0 20px 40px 20px;
}
body, td, p, span{
	font-size:12px;
	font-family:Arial, Verdana, Sans Serif;
}
a, a:visited{
	color:#053f8c;
}
body.fire-services a, body.fire-services a:visited, .fire-services{
	color:#9f0200;
}
a:hover, body.fire-services a:hover{
	color:#464646;
}
td{
	vertical-align:top;
}
h1{
	clear:both;
	margin:20px 0 20px 0;
	font-size:16px;
	color:#04468d;
	font-style:italic;
}
body.fire-services h1{
	color:#9f0200;
}
h2{
	clear:both;
	padding:0;
	font-size:14px;
	color:#04468d;
	font-style:italic;
}
body.fire-services h2{
	color:#9f0200;
}
h3{
	margin:15px 0 0 0;
	font-size:12px;
	color:#04468d;
	font-style:italic;
}
body.fire-services h3{
	color:#9f0200;
}
p{
	margin:0;
	padding:0 0 20px 0;
}
em{
	color:#053f8c;
	font-weight:bold;
}

#container{
	width:100%;
	height:100%;
	border:0;
}

#top{
	height:40px;
	background-repeat:no-repeat;
	background-position:top right;
}

#header{
	color:#ffffff;
	background-color:#2e5fa3;
	height:172px;
}

#header .logo{
	float:left;
	height:148px;
}

#header .animation{
	width:575px;
	height:150px;
	float:right;
}


/*
	CONTENT
*/

		#content-holder{
			width:100%;
			height:100%;
			border-left:1px solid #d6d6d6;
			padding:20px 30px 0 30px;
			background-image:url("../images/content-flares.jpg");
			background-position:top left;
			background-repeat:no-repeat;
			background-color:#FFFFFF;
		}
		
		#content{
			width:560px;
			text-align:left;
			padding-bottom:50px;
		}
		
		#content h1{
			display:block;
			height:38px;
			text-indent:-1500px;
			background-repeat:no-repeat;
			background-position:top left;
		}
		
		#content .page-image-left{
			margin:0 20px 20px 0;
			float:left;
		}
		#content .page-image-right{
			clear:both;
			padding:0 0 20px 20px;
			float:right;
		}
			
		/* PROJECTS */	
		
			#content .project-link h3{
				margin:0 0 0 100px;
				padding:10px 10px 10px 0;
				font-size:14px;
			}
			#content .project-link p{
				margin:0 0 0 100px;
				padding:0 10px 0 0;
			}
			#content .project-link p.text-link{
				text-decoration:underline;
				padding:5px 0 0 0;
				color:#87a9dc;
			}
			#content a.project-link, #content a.project-link:visited{
				float:left;
				margin:0 0 10px 0;
				width:275px;
				height:87px;
				background-position:top left;
				background-repeat:no-repeat;
				overflow:hidden;
				text-decoration:none;
				color:#464646;
			}
			#content .project-label{
				font-weight:bold;
				width:150px;
				float:left;
			}
			#content .project-link .location{
				font-weight:bold;
			}
		
			#content a.pdf-link, #content a.pdf-link:visited{
				background-image:url('../images/pdf-link.gif');
				background-position: 0 0;
				background-repeat:no-repeat;
				padding:5px 0 4px 30px;
				height:24px;
				overflow:hidden;
			}
			#content a.pdf-link:hover{
				background-position: 0 -24px;
			}
			
			#content a.doc-link, #content a.doc-link:visited{
				background-image:url('../images/doc-link.gif');
				background-position: 0 0;
				background-repeat:no-repeat;
				padding:5px 0 4px 30px;
				height:24px;
				overflow:hidden;
			}
			#content a.doc-link:hover{
				background-position: 0 -24px;
			}
			
			#content a.web-link, #content a.web-link:visited{
				background-image:url('../images/web-link.gif');
				background-position: 0 0;
				background-repeat:no-repeat;
				padding:5px 0 4px 30px;
				height:24px;
				overflow:hidden;
			}
			#content a.web-link:hover{
				background-position: 0 -24px;
			}
		
			/* NEWS */
			
			a.news-listing, a:visited.news-listing{
				border-bottom:1px dotted #464646;
				padding:10px;
				width:550px;
				float:left;
				text-decoration:none;
			}
			a:hover.news-listing{
				background-image:url('../images/bg-hover.gif');
				background-repeat:repeat-x;
				background-position:top left;
				font-weight:bold;
			}
			
			a.news-listing .title, a:visited.news-listing .title, a:hover.news-listing .title{
				float:left;
				text-decoration:underline;
			}
			
			a.news-listing .date, a:visited.news-listing .date, a:hover.news-listing .date{
				float:right;
				font-style:itallic;
				font-weight:bold;
			}
			
			a.news-listing .summary, a:visited.news-listing .summary, a:hover.news-listing .summary{
				clear:both;
				color:#464646;
				padding-left:5px;
			}
			
			/* COMMENDATIONS */
			
			.com{
				border-bottom:1px dotted #464646;
				padding:0;
				margin:0;
			}
			.com_text{
				padding:10px 0;
			}
			.com_left_text{
				width:400px;
				float:left;
				padding:0;
				margin:0;
			}
				.com_left_text h2{
					padding:0;
					margin:0;
				}
				.com_left_text ul{
					list-style:none;
					padding:0 0;
					margin:0;
				}
				.com_left_text ul li{
					list-style:none;
					padding:0;
					margin:14px 0;
				}
			.com_right_text{
				float:right;
			}
				.com_right_text .date_text{
					padding:10px 0 0 0;
					text-align:right;
					font-size:10px;
					color:#BCBCBC;
				}
			.clear{
				clear:both;
			}
			
			
		#content a.left, #content a.left:visited{
			margin-right:10px;
		}
		#content a.project-link:hover{
			background-position:0 -87px;
		}
		
		#content .accreditations{
			clear:both;
			border-top:1px solid #023885;
		}
			#content .accreditations .accreditation_logo{
				margin:0 3px;
			}
		
		.fire-services #content .accreditations{
			border-top:1px solid #9f0200;
			padding-top:8px;
		}
		
		.services-group{
			width:185px;
			float:left;
		}
		.services-group ul{
			margin:0;
			list-style:disc;
			padding:0 0 0 20px;
		}
		
		.client-logo{
			width:170px;
			float:left;
			margin:0 15px 10px 0;
			height:100px;
			text-align:center;
		}
		
		
/*
	SIDE
*/

		#side{
			background-image:url("../images/side-border.gif");
			background-position:top right;
			background-repeat:repeat-y;
			width:320px;
			height:100%;
			background-color:#FFFFFF;
		}
		
		#side-container{
			height:100%;
			width:315px;
			margin:20px 26px 20px 0;
		}
		
		#side-container h2{
			margin:30px 20px 20px 20px;
		}
		
		#side-container .contact-details{
			padding:0 20px;
		}
		#side-container .contact-details .address-details{
			margin:0 0 5px 0;
			font-weight:bold;
		}
		#side-container .contact-details .phone-details{
			float:left;
			font-weight:bold;
			padding:0 0 20px 0;
		}
		#side-container .contact-details .fax-details{
			float:right;
			font-weight:bold;
			padding:0 0 20px 0;
		}
		#side-container .contact-details h3{
			padding-bottom:10px;
		}
		#side-container .contact-details p{
			padding-bottom:5px;
		}
		#side-container .brochure_graphic{
			margin-top:15px;
			width:280px;
			height:100px;
		}
			#side-container .brochure_graphic a, #side-container .brochure_graphic a:visited{
				float:left;
				background-image:url('../images/brochure_button.gif');
				background-position:0 0;
				background-repeat:no-repeat;
				width:315px;
				height:100px;
				overflow:hidden;
				text-indent:-1000px;
			}
			#side-container .brochure_graphic a:hover{
				background-image:url('../images/brochure_button.gif');
				background-position:0 -100px;
			}
		#side .project-link h3{
			margin:0 0 0 100px;
			padding:10px 0 5px 0;
			font-size:14px;
		}
		#side .project-link p{
			margin:0 0 0 100px;
			padding:0;
		}
		#side a.project-link, #side a.project-link:visited{
			clear:both;
			float:left;
			margin:20px 20px 0 20px;
			width:275px;
			height:87px;
			background-position:top left;
			background-repeat:no-repeat;
			overflow:hidden;
			text-decoration:none;
			color:#464646;
		}
		#side a.project-link:hover{
			background-position:0 -87px;
		}
		
		.commendation{
			padding:0 0 10px 0;
			margin:0 0 10px 0;
			border-bottom:1px dotted #464646;
		}
		.commendation p{
			padding:0;
		}
		.commendation em{
			font-weight:normal;
		}
		.commendation .job_title, .commendation .client_name, .commendation .date{
			text-align:right;
			padding:5px 0 0 0;
		}
		
		
		
/*
	FOOTER
*/
		
		#footer{
			font-size:12px;
			color:#6b6b6b;
			vertical-align:middle;
			background-image:url('../images/footer-corner-left.gif');
			background-position:bottom left;
			background-repeat:no-repeat;
			background-color:#d6d6d6;
		}
		#footer .company-details{
			background-image:url('../images/footer-corner-right.gif');
			background-position:bottom right;
			background-repeat:no-repeat;
			padding:10px 0 10px 0;
		}
		#footer .company-details .company-name{
			margin-left:30px;
		}
		#footer .company-details .company-address{
			margin-left:30px;
		}
		#footer .company-details .company-tel{
			margin-left:30px;
		}
		#footer .company-details .company-fax{
			margin-left:30px;
		}
		
		td.itrm-link{
			padding:5px 30px;
			text-align:right;
		}
		td.itrm-link a, td.itrm-link a:visited{
			color:#aaa;
			font-size:10px;
		}
		td.itrm-link a:hover{
			color:#464646;
		}