@charset "UTF-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	background-color:#1d1d1d;
}

p
{
	margin-bottom:10px;
}

p.rightalign
{
	text-align:right;
}

hr
{
	border:1px solid #6c6c6c;
	clear:both;
	margin:0 0 20px 0;
}

/* HEADINGS */

h1
{
	margin-bottom:20px;
	font-size:1.1em;
}

h1.newsh1,
h1.clienth1
{
	padding-left:30px;
	background:url(/images/newsh1.jpg) 5px 2px no-repeat;
	margin:0 0 12px 190px;
}

h1.doch1
{
	padding-left:30px;
	background:url(/images/newsh1.jpg) 5px 2px no-repeat;
	margin:0 0 12px 75px;
}


h1.newsarchiveh1
{
	padding-left:30px;
	background:url(/images/newsh1.jpg) 5px 2px no-repeat;
	margin:5px 0 3px 0px;
}

h2
{
	font-size:0.8em;
}

h3
{
	margin-bottom:10px;
	font-size:1.1em;
}

.map
{
	width: 295px;
	height: 225px;
	border: solid #A7A7A7 1px;
	font-size: 6pt;
}

/* LINKS */

a,
a:visited
{
	color:#CCCCCC;
}

a:hover
{
	color:#FF6600;
}

.orange
{
	color:#FF6600;
}

.blockorange
{
	display:block;
	background-color:#FF6600;
	border:2px #FFFFFF solid;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
}

/* HEADER */

#header
{
	width:100%;
	border-top:5px solid #CF7C00;
	background-color:#FF9900;
	height:240px;
	clear:both;
	background:url(/images/header.jpg) center  -5px no-repeat;
}

#logodiv
{
	width:790px;
	margin:0 auto;	
}

#logo
{
	float:left;
	border:none;
	padding:4px 0 0 20px;
}

	#tabnav
	{
		width:790px;
		padding-right:20px;
		clear:both;
	}
		
		#tabnav ul
		{
			list-style:none;
			margin:0 auto 0 auto;
			padding-right:20px;
		}
		
		#tabnav li
		{
			display:inline;
		}
		
		#tabnav a,
		#tabnav a:visited
		{
			float:right;
			width:100px;
			height:34px;
			background:#FF9900 url(../../images/button_orange.jpg) top left no-repeat;
			margin-left:3px;
			text-align:center;
			text-decoration:none;
			color:#000000;
			font-weight:bold;
			padding-top:13px;
		}
		
		#tabnav a:hover
		{
			background:#FF6600 url(../../images/button_orange.jpg) top left no-repeat;
			color:#FFFFFF;
		}
		
		#tabnav a.active
		{
			background:#333333 url(../../images/button_grey.jpg) top left no-repeat;
			color:#FFFFFF;
		}




/* MAIN BODY */

#middle
{
	width:100%;
	background-color:#181718;
	
}
	#middlemainbody_home
	{
		width:750px;
		background: url(/images/middlebg.jpg) center repeat-y #121212;
		margin:0 auto;
		padding: 0 20px;
		border-top:20px solid #121212;
		border-bottom:20px solid #121212;
	}
	
	#middlemainbody
	{
		width:750px;
		background:#121212;
		margin:0 auto;
		padding: 0 20px;
		border-top:20px solid #121212;
		border-bottom:20px solid #121212;
	}

	#middlecolumn1
	{
		float:left;
		padding-right:20px;
		width:187px;
	}
		
		#middlecolumn1 img
		{
			margin-bottom:20px;
		}
		
		p.date,
		p.clientlink	
		{
			font-weight:bold;
			text-decoration:none;
		}
		
		p.summary
		{
			display:block;
			padding-bottom:10px;
			font-weight:bold;
			color:#FF6600;
		}
		
		p.docmainbody
		{
			display:block;
			padding-left:80px;
			padding-bottom:10px;
			margin-bottom:10px;
			border-bottom:2px solid #FF6600;
		}
	
	#middlecolumn2
	{
		float:left;
		padding:0 20px;
		width:367px;
	}
		
		#middlecolumn2 img
		{
			margin:0 20px 20px 0;
			position:relative;
			float:left;
		}
	
	#middlecolumn3
	{
		float:left;
		padding-left:20px;
		width:100px;
	}
	
	#middlecolumn3 p
	{
		text-align:center;
	}
	
	#middlecolumn3 h2
	{
		text-align:center;
	}
	
	#middlecolumn3 h3
	{
		margin-top:15px;
		font-size:1.2em;
		text-align:center;
	}
		
	#middlelinks
	{
		clear:both;
		padding-bottom:20px;
	}
	
		#middlelinks a,
		#middlelinks a:visited
		{
			display:block;
			width:57px;
			height:16px;
			color:#000000;
			font-size:0.8em;
			text-decoration:none;
			padding:2px 0 0 15px;
			background:url(/images/linktriangle.jpg) no-repeat bottom left #FF9900;
			float:left;
		}
		
		#middlelinks a:hover
		{	
			color:#FFFFFF;
			background:url(/images/linktriangle.jpg) no-repeat left top #CF7C00;
		}
		
		
		.linkColumn1
		{
			margin-right:158px;
		}
				
		.linkColumn2
		{
			margin-right:330px;
		}
		
		.linkColumn3
		{
		}

.newsarchive
{
	margin: 15px 0;
	width: 100%;
	text-align: right;
}

dl
{
	margin:10px 0 20px 0;
	padding:0 20px;
}

dt
{
	font-weight:bold;
}

dd
{
	padding:8px 0 10px 30px;
	/*height:30px;*/
}

dd.i1
{
	background:url(/images/dd_1.jpg) no-repeat top left;
}

dd.i2
{
	background:url(/images/dd_2.jpg) no-repeat top left;
}

dd.i3
{
	background:url(/images/dd_3.jpg) no-repeat top left;
}

dd.i4
{
	background:url(/images/dd_4.jpg) no-repeat top left;
}

dd.i5
{
	background:url(/images/dd_5.jpg) no-repeat top left;
}

dd.i6
{
	background:url(/images/dd_6.jpg) no-repeat top left;
}

dd.i7
{
	background:url(/images/dd_7.jpg) no-repeat top left;
}

dd.i8
{
	background:url(/images/dd_8.jpg) no-repeat top left;
}

dd.i9
{
	background:url(/images/dd_9.jpg) no-repeat top left;
}

dd.i10
{
	background:url(/images/dd_10.jpg) no-repeat top left;
}

dd.i11
{
	background:url(/images/dd_11.jpg) no-repeat top left;
}

#contact_details
{
	width:300px;
	border-left:2px #FF6600 solid;
	padding-left:20px;
	float:right;
}

#contact_form .contact_label
{
	display:block;
	clear:left;
}

#contact_form input,
#contact_form select,
#contact_form textarea
{
	width:400px;
}

#contact_form .tickbox
{
	width:30px;
}


#modulePage ul
{
	list-style-position: inside;
	margin: 5px 0;
}
#modulePage h2
{
	font-size: 10pt;
	margin-top: 25px;
}

/* BOTTOM SECTION */

#bottom
{
	width:100%;
	background-color:#1D1D1D;
}
	
	#bottommainbody
	{
		width:750px;
		margin:0 auto;
		background-color:#242424;
		padding:20px;
	}
	
#subnav
{
	width:160px;
	float:right;
}

#subnav ul
{
	list-style:none;
	padding-top:8px;
}

#subnav li a,
#subnav li a:visited
{
	display:block;
	width:147px;
	height:16px;
	font-size:0.8em;
	text-decoration:none;
	padding:2px 0 0 15px;
	background:url(/images/linktriangle.jpg) no-repeat bottom left #FF9900;
	color:#000000;
	margin-bottom:10px;
	
}

#subnav li a:hover
{
	color:#FFFFFF;
	background:url(/images/linktriangle.jpg) no-repeat left top #CF7C00;
}

#footer
{
	width:750px;
	margin:0 auto;
	text-align:center;
	padding:0 20px 20px 20px;
	background-color:#242424;
}

#footer a,
#footer a:visited
{
	color:#CCCCCC;
	text-decoration:underline;
}

#footer a:hover
{
	color:#FF9900;
}

	.sitedesign,
	{
		color:#666666;
		text-decoration:none;
	}
