/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/


*, html
{
	font: normal 12px/16px Arial, Geneva, Helvetica, sans-serif;
}

body
{
	background: #FFF;
	color: #797D7F;
}


body, form, ul, li, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 1em 0 0 0;
}

p.intro
{
	font: normal 26px/27px Georgia, "Times New Roman", Times, serif;
	color: #549CAD;
	margin:0;
}

a
{
	color: #397F91;
	text-decoration: none;
}

strong { font-weight: bold; }

a:hover
{
	color: #397F91;
	text-decoration: underline;
}
	
img
{
	border: none;
}

td
{
	vertical-align: top;
}

h1
{
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #539CAE;
	padding: 42px 0 0 0;
}

h2
{
	font: normal 26px/25px Georgia, "Times New Roman", Times, serif;
	color: #84898B;
	padding:0 0 5px 0;
}

.h2
{
	font: normal 26px/25px Georgia, "Times New Roman", Times, serif;
	color: #84898B;
	padding:0 0 5px 0;
}

h3
{
	font: normal 25px/25px Georgia, "Times New Roman", Times, serif;
	color: #539CAE;
	padding:0 0 3px 0;
}

h4
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #539CAE;
	padding:1px 0 1px 0;
	clear: both;
}

h5
{
	font-weight: bold;
}

.footer h5
{
	clear: both;
	padding: 0 0 20px 148px;
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #539CAE;
	position: relative;
	bottom: 15px;
}

h6
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	display: block;
	clear: both;
}

h6.link
{
	color: #539CAE;
	margin: 0;
	cursor: pointer;
}

.template_01
{
	background: #FFF;
	width: 1002px;
}
	.template_01 .left
	{
		width: 547px;
		float: left;
		margin: 0 0 0 10px;
		padding: 0 0 3em 0;
		position: relative;
	}
		.template_01 .left .split
		{
			padding: 0;
			padding-top:25px;
		}
		
		.template_01 .left .h2
		{
		padding-top:25px;
		}
		
	.template_01 .right
	{
		width: 307px;
		float: left;
		padding: 45px 0 0 0;
		margin: 0;
	}

.template_02
{
	background: #FFF;
	width: 1002px;
}
	.template_02 .left
	{
		width: 453px;
		float: left;
		margin: 0 0 0 10px;
		padding: 0 0 3em 0;
	}
	
	.template_02 .left .split
		{
			padding: 0;
			padding-top:25px;
		}
	
	.template_02 .right
	{
		width: 358px;
		float: left;
		padding: 128px 0 0 0;
		text-align: left;
		
	}


.template_03
{
	background: #FFF;
	width: 100%;
}
	.template_03 .left
	{
		width: 1002px;
		float: left;
		margin: 0 0 0 10px;
		padding: 0 0 3em 0;
	}
	
	.template_03 .left .h2
	{
	padding-top:25px;
	}
	
	.template_03 .right
	{
		display: none;
	}

.title
{
	height: 122px;
}

	.title img
	{
		margin-top: 50px;
	}
	
	.title-2 
	{
		height: 222px;
	}

.split
{
	width: 49%;
	float: left;
	padding: 0 0 3em 0;
}
.clear 
{
	height: 0 !important;
	line-height: 0 !important;
	clear: left !important;
	font-size: 1px !important;
	margin: 0;
	padding: 0;
}

.template_02 .left .split
{
	width: 60%;
	float: left;
}

div.navigation
{
	background: #C5C6C8;
	width: 100%;
	float: left;
}

ul.navigation
{
	list-style: none;
	background: #FFF;
	color: #000;
	float: left;
}

	ul.navigation li
	{
		margin: 0;
		float: left;
		width: 138px;
		font-size: 11px;
		font-weight: bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: 25px;
		height: 25px;
		background: #C5C6C8;
		margin-right: 2px;
	}

	ul.navigation li a, ul.navigation li a:link, ul.navigation li a:visited
	{
		color: #FFF;
		text-decoration: none;
		line-height: 25px;
		height: 25px;
		display:block;
		padding: 0 0 0 10px;
		margin: 0;
		font-size: 11px;
		font-weight: bold;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	ul.navigation li a:hover
	{
		color: #398092;
		text-decoration: none;
	}
	
	ul.navigation li a.active
	{
		color: #398092;
	}
	
ul.subnav
{
	background: #C5C6C8;
	margin: 0;
	padding: 0;
	float: left;
	width: 138px;
}

	ul.subnav li
	{
		float: left;
		width: 138px;
		line-height: 25px;
		height: 25px;
	}

		ul.subnav li a, ul.subnav li a:link, ul.subnav li a:visited
		{
			text-decoration: none;
			display:block;
			padding: 0 0 0 10px;
			margin: 0;
			line-height: 25px;
			height: 25px;
			color: #FFF;
			font-weight: bold;
			font-size: 11px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		
		ul.subnav li a:hover
		{
			color: #398092;
			text-decoration: none;
		}
	
	ul.subnav li.wrap
	{
		line-height: 18px;
		height: 36px;
	}
		
		ul.subnav li.wrap a, ul.subnav li.wrap a:link, ul.subnav li.wrap a:visited
		{
			line-height: 18px;
			height: 36px;
		}
	
	ul.subnav li a.active
	{
		color: #398092;
	}

ul.menu
{
	list-style: none;
	width: 138px;
	float: left;
	margin-top: 147px;
}

	ul.menu li
	{
		margin-bottom: 2px;
		width: 100%;
		float: left;
	}	
	
		ul.menu li a, .menu li a:link, .menu li a:visited
		{
			text-decoration: none;
			color: #FFF;
			background: #549CAD;
			display: block;
			padding: 0 0 0 20px;
			height: 25px;
			line-height: 25px;
			font-weight: bold;
			font-size: 11px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		
		.property
		{
			height:50px;
		}
		
		ul.menu li a:hover
		{
			color: #404040;
			text-decoration: none;
		}
		
		ul.menu li ul
		{
			list-style: none;
			width: 118px;
			float: right;
		}
		
			ul.menu li ul li
			{
				margin: 0;
				width: 100%;
				float: left;
			}
			
			ul.menu li ul li.hr
			{
				margin: 0;
				padding: 0;
				line-height: 1px;
				height: 1px;
				background: #549CAD;
			}
			
			ul.menu li ul li a, .menu li ul li a:link, .menu li ul li a:visited
			{
				color: #549CAD;
				background: #FFF;
				font-size: 10px;
				height: 20px;
				line-height: 20px;
				padding: 0;
			}
			ul.menu li ul li a:hover
			{
				color: #404040;
				text-decoration: none;
			}
			
		ul.menu li a.active, ul.menu li ul li a.active
		{
			color: #404040;
		}

ul.list
{
	padding:0; 
	margin:0;
	padding-left:15px;
	list-style:disc;
}
.details
{
	margin: 0 0 1em 0;
	float: left;
	width: 100%;
}
	.details .key
	{
		height: 1em;
		line-height: 1em;
		width: 10%;
		float: left;
		margin-top: 0.1em;
		margin-bottom: 0.2em;
	}
	
	.details .value
	{
		height: 1em;
		line-height: 1em;
		width: 89%;
		float: left;
		margin-top: 0.1em;
		margin-bottom: 0.2em;
	}

.clients
{
	display: block;
	margin: 20px 10px 0 0;
}

.foot
{
	clear: both;
	padding: 35px 0 20px 138px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #539CAE;
}

#enlarge
{
	position: absolute;
	right: 10px;
	display: none;
}
#enlarge img
{
	display: none;
	padding: 1px;
}

