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

body
{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin:0px;
}

#Container
{
	width:990px;
	margin:auto;
	text-align:left;
}

#Header
{
	margin:23px 18px 23px 18px;
	height:106px;
	position:relative;
}

#Logo
{
	float:left;
}

#HeaderText
{
	position:absolute;
	bottom:-3px;
	right:0px;
	padding-top:10px;
	text-align:right;
}

#MainPic
{
	clear:both;
}

#MainArea
{
	margin:23px 18px 0px 18px;	
}

#CarServices
{
	float:left;
	width:354px;
	padding-right:18px;
	margin:0px 0px 23px 0px;	
}

#Consultancy
{
	float:left;
	width:351px;
	background:url(../images/Common/column_divider.jpg) no-repeat top left;
	padding-left:18px;
	padding-right:18px;
	margin:0px 0px 23px 0px;
}

#HomeAdmin
{
	float:right;
	width:177px;
	background:url(../images/Common/column_divider.jpg) no-repeat top left;
	padding-left:18px;
	margin:0px 0px 23px 0px;
}


#Footer
{
	clear:both;
	padding:5px 18px 5px 18px;
	border-top:1px solid #003399;
}

h1
{	
	font-size:26px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:5px;
	color:#003399;
	line-height:1.1em;
	font-weight:normal;
}
h2
{
	line-height:1.6em;
	font-size:13px;
	font-weight:normal;
}
h3
{
	line-height:1.6em;
	font-size:13px;
	font-weight:normal;
}
p
{
	line-height:1.6em;
	font-size:13px;
	font-weight:normal;
}

.Strapline
{
	font-size:18px;
	margin-top:0px;
	padding-top:48px;
	line-height:1.6em;
	color:#003399;
}
.StraplineSub
{
	font-size:18px;
	line-height:1.3em;
}
.StraplineSub a
{
	color:black;
	text-decoration:none;
}
.StraplineSub a:hover
{
	color:black;
	text-decoration:underline;
}

.topPara
{
	margin-top:0px;
	padding-top:0px;
}

.bottomPara
{
	margin-bottom:0px;
	padding-bottom:0px;
}
.justify
{
	text-align:justify;
}

.consultancy
{
	height:30px;
	overflow:hidden;
}
.services
{
	height:30px;
	overflow:hidden;
}
.homeadmin
{
	height:30px;
	overflow:hidden;
}

ul
{
	margin-top:15px;
	line-height:1.65em;
	margin-bottom:0px;
	padding-bottom:0px;
}

.Copyright
{
	float:left;
	font-size:13px;
	width:600px;
}
.GriffinWebDesign
{
	float:right;
	font-size:11px;
	width:200px;
	text-align:right;
}
.GriffinWebDesign a
{
	color:#000000;
	text-decoration:none;
}
