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

body {
	font-family:Tahoma, Arial, Helvetica, Verdana, sans-serif;
	margin:0px;
	font-size:12px;
	color:#666666;
	background-image:url(../images/gradient-bg.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-family:Century Gothic, sans-serif;
	font-size:25px;
	color:#78A12F; /*#C0D72F;*/
	line-height:24px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#C0D72F;
	margin-top:0px;
	margin-bottom:5px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
hr {
	border:1px solid #CCCCCC;
	margin-top:25px;
	margin-bottom:25px;
}
p {
}
a {
	color:#72CDF4;
}
#shell {
	width:1024px;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
#header {
	position:relative;
	width:960px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
}
#navbar {
	position:absolute;
	bottom:0px;
	left:318px;
	width:642px;
	height:31px;
	background-image:url(../images/navlink-bg.jpg);
	background-repeat:repeat-x;
}
#navbar .end {
	position:absolute;
	right:0px;
	top:0px;
	width:15px;
	height:31px;
	background-image:url(../images/navbar-end.jpg);
	background-repeat:no-repeat;
}
#navbar ul {
	margin:0px;
	padding:0px;
}
#navbar ul li {
	float:left;
	height:31px;
	list-style:none;
	border-right:1px solid #FFFFFF;
}
.menu_link {
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	padding-left:28px;
	padding-right:28px;
	line-height:31px;
}
.chosen {
	background-color:#72CDF4;
}
#strapline {
	position:absolute;
	top:30px;
	right:0px;
}
.blue_line {
	width:960px;
	height:6px;
	margin-left:auto;
	margin-right:auto;
	background-color:#72CDF4;
}

/* main area */
#content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
#page_header {
	position:relative;
	
}
#left_column {
	float:left;
	width:166px;
	height:527px;
	margin-right:16px;
	/*background-color:#66FFFF;*/
}
.blue_column_top {
	width:166px;
	height:15px;
	background-image:url(../images/blue-column-top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#center_column {
	float:left;
	width:596px;
	/*background-color:#FFFF00;*/
}
#right_column {
	float:left;
	position:relative;
	width:166px;
	height:527px;
	margin-left:16px;
	background-color:#72CDF4;
}
.eco_image {
	position:absolute;
	bottom:0px;
}
.clearer {
	clear:both;
}
.eco_fact {
	padding:40px 20px 40px 20px;
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
}
.map, .list {
	float:left;
}
.list {
	color:#FFFFFF;
	font-size:11px;
}
#footer {
	width:960px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#footer a {
	font-size:11px;
	color:#66CCFF;
}