*{ 
	margin: 0; 
	padding: 0; 
}*
	body {
	background: #fff url(../images/bg.gif) repeat-x;
	color: #878787;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	h1 {
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
	h1 a { 
	text-decoration: none; 
}
	h2 { 
	font-size: 2em; 
	color: #FFF2B3; 
	font-weight: normal; 
	margin: 0 0 .8em; 
}
	h3 {
	font-size: 1.5em;
	margin: 0 0 .8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
	h4 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
	p  {
	line-height: 1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
}
.infobox {
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	clear: both;
	margin-bottom: 18px;
}
.thumbbox {
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	clear: both;
	margin-bottom: 18px;
	float: left;
}
.quotebox {
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
	clear: both;
	margin-bottom: 18px;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
.newsbox {
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
	clear: both;
	margin-bottom: 18px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
	em {
	border-bottom: 
	1px dotted #fff;
}
	a {
	color: #1076BC;
}
	a:hover {
	color: #A0000E;
	text-decoration: none;
}
	img { 
	border: 0; 
}
	.red {
	color: #1076BC;
}
.blue {
	color: #1076BC;
}
	
	.wrap { 
	width: 900px; 
	margin: 0 auto; 
}
 
	#header {
	width: 900px;
	height: 84px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
	#menu  {
	float: right;
	list-style: none;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	#menu li { 
	display: inline; 
}
	#menu a {
	display: block;
	float: left;
	margin-left: 6px;
	text-decoration: none;
	font-size: 13px;
	color: #878787;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
	#headerlogo {
	width: 200px;
	float: left;
}
		#menu a:hover {
	color: #0F72B9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0F72B9;
}
	#menu .active a {
	color: #878787;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #878787;
}
 
	#teaser {
	clear: both;
	height: 240px;
	background: #fff url(../images/teaserbg.jpg) repeat-x;
}
 
	#teasershort {
	clear: both;
	height: 135px;
	background: #fff url(../images/teaserbg.jpg) repeat-x;
}
	.box {
	float: left;
	width: 390px;
	color: #C7E3EE;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	z-index: 1;
	}
	.boxlong {
	float: left;
	width: 900px;
	color: #C7E3EE;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	z-index: 1;
}
	#image {
	float: right;
	width: 500px;
	position: relative;
	height: 240px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	top: -1px;
}
	
	#bar { 
	height: 40px; 
	margin: 0 0 30px; 
	padding: 8px 0 0 0; 
	background: url(../images/bar.gif) repeat-x; 
}
	.step {
	color: #515151;
	font-size: 1.4em;
	float: left;
	text-align: center;
	height: 30px;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
	.hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
	.breaker {
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	height: 15px;
}
	.step a { 
	color: #fff; 
	margin: 0 10px 0 0; 
}
	
	.col {
	float: left;
	width: 280px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0;
}
	.colwide {
	float: left;
	width: 590px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 16px;
	margin-left: 0;
}
	.picpad {
	padding-bottom: 10px;
	padding-left: 10px;
}
	.last {
	float: right;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
	.info { 
	border: 1px solid #e0e0e0; 
	background: #f4f4f4; 
	padding: 7px; 
}
#list     {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: .95em;
}
#list  ul {
	margin: 0px;
	padding: 0px;
}
#list  li  {
	list-style-type: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.hlinelast {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#list a {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #878787;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#list a:hover {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1076BC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	color: #1076BC;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #D9F0FF;
}
#list h2 {
	font-size: 14px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#listnews     {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: .95em;
}
#listnews ul {
	margin: 0px;
	padding: 0px;
}
#listnews   li  {
	list-style-type: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#listnews a {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #878787;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#listnews a:hover {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A0000E;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	color: #A0000E;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #EBEBEB;
}
.newscolour {
	color: #A0000E;
}
#listnews h2 {
	font-size: 14px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.sectors {
	background-color: #1076BC;
	color: #FFFFFF;
}
.commercial {
	background-color: #9900FF;
}

#footer {
	clear: both;
	width: 900px;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	background-image: url(../images/small-logo.gif);
	background-repeat: no-repeat;
	background-position: right 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 21px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #C1C1C1;
	font-size: 0.84em;
}	
	#footer .right {
	float: right;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
}
	#footer a {
	color: #C1C1C1;
}
#footer a:hover {
	color: #A0000E;
}
	.holder {
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	text-align: right;
}
.newsholder {
	float: right;
	width: 360px;
	padding-left: 10px;
}
.newsholder p {
	color: #1076BC;
}
#specs {
	padding: 0px;
	float: right;
	width: 255px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #D9F0FF;
}
#specs p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #D9F0FF;
	font-size: 0.84em;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#specs  .thumb  {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#specs  .thumb1  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#specs  h2  {
	color: #FFFFFF;
	background-color: #1076BC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
ul {
	margin-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.circle_bullet {
	padding-right: 5px;
}
#leftCol   {
	width: 285px;
	float: left;
	padding-top: 10px;
}
#rightCol {
	float: right;
	width: 285px;
	padding-top: 10px;
}
#gmap {
	float: none;
	clear: both;
}

