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

body {
	line-height: 1.4;
	font-size: 100%;
	font-family: pt-sans;
	font-style: normal;
	text-align: center;
	width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
	color: #000;
}
#mainContent{
	width:980px;
	margin: auto;
}
.container {
	width: 1000px;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	clear: none;
	padding-top: 40px;
	padding-bottom: 80px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page-header {
	padding:50px 0;
	font-family: arvo;
	font-style: normal;
	font-weight: 600;
	background-attachment:fixed;
	background-position:center 470px;
}
#page-header #text {
	width:90%;
	max-width: 960px;
	margin:0 auto;
}
#page-header h1 {
	font-family: arvo;
	font-style: normal;
	font-weight: 600;
	font-size:60px;
	color:#FFF;	
	margin:0;
	text-align: left;
}
.sections {
	max-width:960px;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
}
.sections p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.sections h2 {
	font-size: 36px;
	font-weight: 600;
	font-family: arvo;
	font-style: normal;
}
	
.joinBTN {	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-color:#ffffff;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:5px 45px;
	text-transform:uppercase;
}

	.joinBTN:hover {
		background:#2AA237;
		color:#fff;
	}
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width: 950px;
	margin: auto;
	font-size: 10px;
	color: #FFF;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

#footer-back {
	background-color:#666;
	background:url(../images/footer-back.jpg) repeat-x;
	border-top:8px solid rgba(29,117,188,1.00);
	padding:50px 0;
}
#footer td h3 {
	font-family: arvo;
	font-style: normal;
	font-weight: 400;	
	font-size:24px;
}
#footer {
	max-width:960px;
	width:100%;
	margin:0 auto;
	color:#FFF;
}
.footer td {
	vertical-align:top;
}
.copyright-back {
	background:#333;
	padding:10px 0;
	border-top:1px solid #fff;
}
.copyright {
	width:980px;
	margin:0 auto;
}

a:link {
	color: #0085be;
	text-decoration:none;
}
a:visited {
	color: #0085be;
	text-decoration:none;
}
a:hover {
	color: #2AA237;
	text-decoration:none;
}
a:active {
	color: #0085be;
	text-decoration:none;
}
.sydesign {
	letter-spacing:normal;
	line-height: 10px;
}
.sydesign a:link {
	color: #999;
	text-decoration:none;
}
.sydesign a:visited {
	color: #999;
	text-decoration:none;
}
.sydesign a:hover {
	color: #F00;
	text-decoration:none;
}
.sydesign a:active {
	color: #999;
	text-decoration:none;
}
.footer a:link {
	color: #FFF;
	text-decoration:none;
}
.footer a:visited {
	color: #FFF;
	text-decoration:none;
}
.footer a:hover {
	color: #12AE02;
	text-decoration:none;
}
.footer a:active {
	color: #FFF;
	text-decoration:none;
}

.contactform {
	color: #FFF;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../images/contactback.gif);
	margin-bottom: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0A364F;
	padding-bottom: 20px;
}
	.example-right {
  text-align:left;
  position:relative;
  padding:15px 30px;
  margin:0;
  color:#fff;
  background:rgba(29,117,188,1.00); /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(29,117,188,1.00)), to(rgba(19,77,124,1.00)));
  background:-moz-linear-gradient(rgba(29,117,188,1.00), rgba(19,77,124,1.00));
  background:-o-linear-gradient(rgba(29,117,188,1.00), rgba(19,77,124,1.00));
  background:linear-gradient(rgba(29,117,188,1.00), rgba(19,77,124,1.00));
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-right + p {margin:15px 0 2em 85px; font-style:italic;}

/* creates the triangle */
.example-right:after {
  content:"";
  position:absolute;
  bottom:-50px;
  left:50px;
  border-width:0 20px 50px 0px;
  border-style:solid;
  border-color:transparent rgba(19,77,124,1.00);
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
	
.contactHeader {
	background:#12AE02;
	padding:5px 10px;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.asterisk {
	color:red;
	margin-right:3px;
	font-size:16px;
}
.propane_btn {
	display: block;
	float: left;
	width:365px;
	margin:0 20px;
	padding:30px 20px;
	background:#0085be;
	color: #fff;
	text-align: center;
	font-size:24px;
	text-decoration: none;
	font-weight: bold;
	border: solid 3px #0085be;
}
.propane_btn:link {
	color:#fff;
}
.propane_btn:visited {
	color:#fff;
}
.propane_btn:hover {
	color:#FFF;
	border:solid 3px #2AA237;
	background:rgba(0,133,190, 0.8);
}
.propane_btn:active {
	color:#fff;
}