@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  padding: 0;
  margin: 0;
}
  
/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .8em arial, sans-serif;
  background: #C4E9E8 url(../images/back.png) repeat-x;
  color: #555;
}

p { 
  padding: 0 0 16px 0;
  line-height: 1.7em;
  margin-bottom: 16px;
}

h1, h2, h4, h5, h6 { 
  color: #555;
  padding: 0 0 5px 0;
}

h1, h2, h3, h4 {  
  font: normal 200% arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 20px 5px 0;
  color: #53C7FD;
}

h2, h3, h4 {  
  font: normal 150% arial, sans-serif;
}


h5 {  
  color: #888;
  font: italic 95% arial;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

h6 {  
  padding: 5px 0 25px 0;
}

.size {
	font-size: 16px;
}

img { 
  border: 0;
}

a, a:hover { 
  outline: none;
  color: #20BFD4;
  text-decoration: underline;
}

a:hover { 
  text-decoration: none;}
  
strong {
	font-weight: normal;
}
  
blockquote { 
  margin: 20px 0 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #F5F5F1;
}

ol { 
  margin: 2px 0 0 24px;
}

ol li { 
  margin: 0 0 6px 0;
}

center {
	padding: 50px;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

.clear {
	clear: both;
}

.border {
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.images {
	margin: 0 0 20px 0;
}

#padding {
	padding: 2px 10px 4px 10px;
}

#item-1 a, #item-2 a, #item-3 a, .sidebar a {
	font-size: 85%;
}



#main, header, #logo, nav, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main { 
  margin-top: 40px;
  margin-bottom: 40px;
  width: 863px;
  padding: 10px 20px 30px 20px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  background: #fff;
  position: relative;
  z-index: 2;
}

header { 
  width: 847px;
  background: #FFF;
  color: #FFF;
}

header div	{
	float: right;
	font-family: "Trebuchet MS", "Courier New";
	font-size: 20px;
	text-align: right;
	color: #53C7FD;
}

header div p {
	margin-bottom: -16px;
}



nav { 
  width: 846px;
  height: 45px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border: 10px 10px 0 0;
  background: #53C7FD;
} 

#site_content { 
  width: 847px;
  background: #FFF;
  color: #aaa;
  overflow: hidden;
  padding: 0px 0 0px 0;
} 

#sidebar_container {  
  position: absolute;
  top: 165px;
  right: 26px;
  width: 202px;

}

.sidebar { 
  margin: 10px 0;
  width: 178px;
  padding: 10px;
  border: 1px solid #C9E5E9;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  background: #F5FEFF;
}

#view-port {
	height: 130px;
	overflow: hidden;
}

#news {
	width: 100%;

}

#news ul { 
  padding: 0 0 16px 0;
}

#news ul li{ 
  line-height: 1.6;
}

#news span {
  line-height: 2.4;
  color: #777;
  font-weight: bold;
  text-transform: uppercase;
}

#promo-container {
	background: #ffffff;
	padding: 8px;
}

#promo-container span {
	display: none;
}

#promo-container h4 {
	width: 100%;
	margin-bottom: -20px;
}

.services-container {
	padding-bottom: 30px;
}

.area-container ul {
	list-style: none;
	margin-left: 10px;
}


#services {
	list-style-type: none;
}

#services li {
	margin-bottom: 9px;
}

#content { 
  text-align: left;
  width: 620px;
  padding: 10px 0 25px 0px;
}

#box-container {
	width: 100%;
}

#box-container h2 {
	margin-bottom: 0;
}

#box-container img {
	border-top: 1px solid #eee;
	padding: 20px 0;
}

#box-container div {
	width: 200px;
	float: left;
}

#item-1, #item-2, #item-3, #box-container p {
	width: 180px;
}

#promotional-content {
	margin-top: 370px;
}

#promotional-content h2 {
	margin-left: 180px;
}

#promotional-content #quote p {
	font-size: inherit;
	padding: 0;
	color: #C9E5C9;
	margin-bottom: 2px;
}

#quote {
	float: left;
	width: 120px;
	padding: 10px;
	margin-left: 10px;
	border: 2px solid #C9E5C9;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border: 15px 15px 15px 15px;
	
	-webkit-box-shadow: -2px 3px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 3px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 3px 10px rgba(50, 50, 50, 0.75);
	margin-top: 18px;
}

#quote a {
	color: #C9E5C9;
	font-weight: 800;
}

#quote p span {
	font-size: 250%;
	text-transform: uppercase;
	margin-bottom: -16px;
}

.quote-copy {
	width: 420px;
	margin-left: 180px;
}

#logo-container {
	clear: both;
	margin-top: 120px;
}

#logo-container p {
	min-height: 134px;
}

#logo-container img {
	margin-left: 180px;
}


footer { 
  width: 806px;
  height: 100px;
  padding: 25px 20px 25px 20px;
  text-align: center; 
  background: #fff;
  border-top: 1px dashed #aaa;

  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border: 0 0 10px 10px;
  color: #fff;
  font: 150% 'Yanone Kaffeesatz', arial, sans-serif;
  text-decoration: none;
  color:#aaa;
  clear: both;

}
  
footer p { 
  line-height: 1.7em;
  padding: 0 0 4px 0;
}
  
footer a { 
  color: #aaa;
}

footer a:hover { 
  color: #53c7fd;
  text-shadow: none;
}

#copyright {
	font-size: 50%;
}

#firstname, #phone, #email, #message {
  color: #47433F;
}

.error {
	font-size: 75%;
	color: #cc2200;
}

fieldset { 
  margin: 15px 0 0 0;
}

.fieldgroup { 
  padding: 0 0 12px 0;

}

fieldset span { 
  float: left; 
  width: 100px; 
  margin-top: 6px;
}

.label {
	text-align: right;
	margin-right: 12px;
}
  
fieldset input, fieldset textarea { 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;
  margin-right: 12px;

  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
fieldset .submit { 
  font: 150% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 120px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 0 0 3px 0;
  cursor: pointer; 
  background: #53C7FD; 
  color: #FFF;
  text-shadow: 1px 1px #0BA0E5;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}

fieldset textarea, fieldset select { 
  font: 100% arial; 
  width: 299px;
}

fieldset select { 
  width: 310px;
}

fieldset .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

fieldset {
	border: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 10px 0 30px 0;
}

caption {
	margin: 0 0 10px 0;
}

table tr th, table tr td { 
  background: #96D7E8;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}

table tr th, table tr td  {
  text-align: center;
}
  
table tr td { 
  background: #C8EAE9;
  color: #47433F;
  border-top: 1px solid #FFF;
}


th:first-child {
  text-align: left;
}

.align-left {
  text-align: left;
}

.equal-width {
	width: 16.66666%;
}


/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 10;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float: left;
}

ul#nav ul { 
  background: #53C7FD;
  margin-top: 0;
  padding-bottom: 15px;
}

ul#nav li a { 
  padding:9px 25px 1px 15px;
  font: 170% 'Yanone Kaffeesatz',helvetica,arial,verdana,sans;
  color: #FFF;
  text-shadow: 1px 1px #0BA0E5;
  text-decoration: none;
}

ul#nav li a:hover { 
  color: #d1d1d1;
  text-shadow: none;
}

ul#nav #current {
  background: url(../images/check-mark-white.png) no-repeat right 14px;
  right: 0;
}

#boilers-pg h2 img {
	margin-left: 12px;
	border: 2px solid #aaa;
}

.padding-top {
	padding-top: 6px;
}

#about-h1-img {
	padding: 20px 8px 3px 0;
}

#stars {
    background: url("../images/star.gif") repeat-x scroll 0 0 #FFFFFF;
    margin: 20px auto 0;
    min-height: 16px;
    width: 80px;
}

#energy-label {
	margin-top: -20px;
}

.body-container {
	position: relative;
	width: 260px;
	min-height: 620px;
	margin: 0 15px 30px 0;
	padding: 0 15px;
	float: left;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.67, #FAFAFA),
	color-stop(0.98, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #FAFAFA 67%, #FFFFFF 98%);
background-image: -moz-linear-gradient(bottom, #FAFAFA 67%, #FFFFFF 98%);
background-image: -webkit-linear-gradient(bottom, #FAFAFA 67%, #FFFFFF 98%);
background-image: -ms-linear-gradient(bottom, #FAFAFA 67%, #FFFFFF 98%);
background-image: linear-gradient(to bottom, #FAFAFA 67%, #FFFFFF 98%);
}

.body-container img {
	margin: 0 0 10px 0;
}

#check-list
{
padding: 16px 16px 16px 0;
}


#check-list ul
{
list-style-type: disc;
line-height: 1.5;
margin-left: 30px;
}

#check-list ul li
{
margin-bottom: 12px;
}

#gs-register
{
margin-bottom: 50px;
}

#corgi-badge
{
padding-top: 5px;
}

.seal
{
position: absolute;
background: url("../images/100pc-seal.png") no-repeat;
min-height: 100px;
min-width: 72px;
top: -24px;
left: 250px;
z-index: 100;
}

#inside-container
{
color: #ffffff;
background: url("../images/water.pg") #003366 repeat;
text-align: center;
font-size: 20px;
font-weight: 600;
padding: 12px;
margin: 0 0 35px 0;
}

.grn-energy img
{
margin: 0 0 30px 0;
}

ul#contact-list
{
list-style-type: disc;
margin: 0 0 30px 20px;
}

ul#contact-list li
{
word-spacing: 2px;
padding-bottom: 3px;
}

#gallery
{
margin-bottom: 24px;
}

#horizontal img
{
margin: 0 4px 6px 0;
}





