/* Layout */
* {
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
}
html {
	height: 100%;
}
body {
	min-height: 101%;
	text-align: center;
	background: #244795 url(bgd.gif) 0 218px repeat-x;
}
#container {
	width: 960px;
	margin: 40px auto;
	text-align: left;
	color: #666;
	background-color: #fff;
}
#container_logo {
	width: 100%;
	float: left;
	clear: both;
}
#logo {
	width: 300px;
	float: left;
}
#heading {
	width: 660px;
	float: left;
}
#container_content {
	width: 100%;
	float: left;
	clear: both;
}
#left {
	width: 50%;
	float: left;
	overflow: hidden;
}
#right {
	width: 50%;
	float: left;
	overflow: hidden;
}
#container_footer {
	width: 100%;
	float: left;
	clear: both;
}
#footer {
	border-top: 1px solid #004494;
	text-align: center;
}
.padding_logo {
	padding: 40px 50px 20px 50px;
}
.padding_heading {
	padding: 40px 50px 20px 0;
}
.padding_content, .padding_footer {
	padding: 10px 50px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* Fonts, font-sizes and margins ************************************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 75% x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
}
p {
	font-size: 1em; /* 1 x 12px = 12px */
	margin: 0.75em 0; /* total of 1.5 x 12px = 18px */
	line-height: 1.5em; /*1.5 x 12px = 18px */
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: 500; /* change? */
	color: #004494;
}
h1, .componentheading, .contentheading {
	font-size: 1.5em; /* 1.5 x 12px = 18px */
	margin: 0 0 1em 0; /* total of 1 x 18px = 18px */
	line-height: 1em; /* 1 x 18px = 18px */
}
h2, h2.contentheading {
	font-size: 1.25em; /* 1.25 x 12px = 15px */
	margin: 0.6em 0; /* total of 1.2 x 15px = 18px */
	line-height: 1.2em; /* 1.2 x 15px = 18px */
}
h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0.75em 0; /* total of 1.5 x 12px = 18px */
	line-height: 1.5em; /*1.5 x 12px = 18px */
}
/* for Group text re: site under construction */
.tiny { 
	font-size: 0.833em; /* 0.833 x 12px = 10px */
	margin: 0.5em 0; /* total of 1 x 10px = 10px*/
	line-height: 1em; /* 1 x 10px = 10px */
}
/* Images */
img {
	margin: 0;
	border: 0;
	padding: 0;
}
a {
	color: #004494;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Group links */
#group, #construction, #homes, #land, #plant, #rail {
	position: relative; /*to allow .group_link to use position: absolute */
}
.group_link {
	position: absolute; /* NB containing divs must have position: relative */
	right: 50px;
	top: 90px;
	z-index: 1;
}
.group_link a {
	display: block;
	width: 175px;
	margin: 0;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#group .group_link a {
	color: #fff;
	background-color: #244795;
	text-decoration: none;
}
/* Removed link from Group because site under construction - so added these rules to style the Group text.  Remove later 
.group_link {
	display: block;
	width: 175px;
	margin: 0;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#group .group_link {
	color: #fff;
	background-color: #244795;
	text-decoration: none;
}
/* remove to here */
#group .group_link a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}
#construction .group_link a {
	color: #fff;
	background-color: #4d90c3;
	text-decoration: none;
}
#construction .group_link a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}
#homes .group_link a {
	color: #fff;
	background-color: #6baa24;
	text-decoration: none;
}
#homes .group_link :hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}
#land .group_link a {
	color: #fff;
	background-color: #c6c7c9;
	text-decoration: none;
}
#land .group_link a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}
#plant .group_link a {
	color: #fff;
	background-color: #e8c600;
	text-decoration: none;
}
#plant .group_link a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}
#rail .group_link a {
	color: #fff;
	background-color: #f08a00;
	text-decoration: none;
}
#rail .group_link a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}
