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

/* Centre Code */
/* Ignore the next rule in IE mac \*/

html, body, table {
    min-height: 100%;
    width: 100%;
    height: 100%
    }

body {
    margin: 0;
	font-size:13px;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	color:#626366;
	background: url(../images/gradient1.jpg) bottom fixed repeat-x #002a56;
	line-height:15px;
    }

table {
    position: absolute;
    top: 0;
    left: 0;
    }

#container {
    position: relative;
    margin: 0 auto;
    width: 800px;
	height:500px;
	background-color:#FFFFFF;
    }

/* Stop ignoring in IE mac */
/* End Centre Code */

/* start top area */

.toparea {
	width:800px;
	height:105px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	border-bottom:solid 2px #0067b1;
	position:relative;
}

/* end top area */

/* start menu */

.menuarea {
	width:560px;
	height:105px;
	color:#0067b1;
	position:absolute;
	right:0px;
}
.menuarea ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menuarea ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
.menuarea ul li a {
	background-image:url(../images/menu/grey_btn.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 80px;
	height: 20px;
	padding: 50px 0 0 0;
	margin: 27px 32px 10px 0;
	color: #0067b1;
	text-decoration: none;
	font-size:10px;
	display: block;
	text-align: center;
}
.menuarea ul li a:hover {
	background-image:url(../images/menu/blue_btn.jpg);
}
.menuarea ul li a.active {
	background-image:url(../images/menu/blue_btn.jpg);
}

/* end menu */

/* start image and quote area */

.imagearea {
	width:800px;
	height:103px;
	background-color:#626366;
	float:left;
	position:relative;
}

.phoneno {
	position:absolute;
	left:25px;
	top:32px;
	font-size:18px;
	color:#cccccc;
}

.quote {
	background-color:#bbbdbf;
	height:103px;
	width:295px;
	position:absolute;
	left:210px;
}
.quote1 {
	background-image:url(../images/quotes/quote1.jpg);
}
.quotehome {
	background-image:url(../images/quotes/quote_home.jpg);
}
.quotecorp {
	background-image:url(../images/quotes/quote_corp.jpg);
}
.quoteprivate {
	background-image:url(../images/quotes/quote_private.jpg);
}
.quotecontact {
	background-image:url(../images/quotes/quote_contact.jpg);
}
.quotelinks {
	background-image:url(../images/quotes/quote_links.jpg);
}
.image {
	background-color:#626366;
	height:103px;
	width:295px;
	position:absolute;
	left:505px;
}
.home1 {
	background-image:url(../images/home1.jpg);
}
.home2 {
	background-image:url(../images/home2.jpg);
}
.home3 {
	background-image:url(../images/home3.jpg);
}
.private1 {
	background-image:url(../images/private1.jpg);
}
.corporate1 {
	background-image:url(../images/corporate1.jpg);
}
.contact1 {
	background-image:url(../images/contact1.jpg);
}
.links1 {
	background-image:url(../images/links1.jpg);
}

/* end image and quote area */

/* start main area */

.mainarea {
	width:800px;
	height:270px;
	float:left;
}
.bluecolumn {
	width:210px;
	height:270px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#0067b1;
}
.blueboxtitle {
	display:block;
	border-bottom:solid 1px #ffffff;
}
.bluecolumn ul {
	border: 0;
	margin: 0;
	width:180px;
	padding:15px;
	text-align:right;
	color:#ffffff;
	list-style-type: none;
}
.bluecolumn ul li {
	text-align:right;
	padding:5px 15px 5px 0;
	margin:0;
}
.bluecolumn ul li.first {
	text-align:right;
	padding:10px 15px 5px 0;
	margin:0;
}

.contentarea {
	width:590px;
	height:270px;
	float:left;
}
.content {
	width:480px;
	height:240px;
	padding:15px 55px 15px 55px;
	overflow:auto;
	overflow-x:hidden;
}
.content ul {
	padding-left:20px;
}
.links ul {
	border: 0;
	margin: 0;
	width:200px;
	padding:15px;
	color:#0067b1;
	float:left;
}
.links ul li {
	color:#0067b1;
}
.links ul li a {
	color:#626366;
}
.links ul li a:hover {
	color:#0067b1;
}
.title {
	font-size:22px;
	color:#0067b1;
	display:block;
	padding-bottom:7px;
}
.smallcol {
	width:105px;
	float:left;
	padding-right:10px;
	font-size:12px;
}


.list ul {
margin:0 0 10px 0;
text-align: left;
}
.list li {
margin: 0;
padding:0;
}
.list li a{
text-decoration: none;
margin:0;
color:#2d2b2b;
}
.list li a:hover{
color: black;
}

/* start bottom area */

.bottom {
	width:800px;
	height:20px;
	float:left;
	background-color:#0067b1;
	position:relative;
}
.bottom p {
	font-size:9px;
	font-weight:lighter;
	color:#ffffff;
	padding:0px;
	margin:3px 0 0 0;
	width:590px;
	text-align:center;
	position:relative;
	left:210px;
}

/* end bottom area */

.firstpara {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}

a {
	text-decoration:none;
	color:#0067b1;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

.bold {
	font-weight:bold;
}

.blue {
	color:#0067b1;
}

.darkgrey {
	color:#626366;
}

.smalltext {
	font-size:11px;
	color:#333;
}

.treefrog {
	position:absolute;
	top:24px;
	right:12px;
	text-align:right;
	width:578px;
	height:32px;
	font-size:9px;
	color:#ffffff;
}