/*
 * GP CSS
 * In this file, we use nth-of-type to target browsers that support CSS3
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #e2e2e2 url(../images/bg-tile.jpg) repeat-x;
	font-size: 13px;
	line-height: 1.5em;
}

body.internal {
	background: #e2e2e2 url('../images/inner-body-bkg.jpg') repeat-x;
}
body:nth-of-type(n) { background-position: 0 14px; }
#header:nth-of-type(n) { 
	padding-top: 14px;
	background-position: 0 14px;
}

a {
	color: #4a78cc;
	text-decoration: none;
}

a img { border: none; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 5px 0; }
p, ul { margin: 0 0 15px 0; }
ul ul { margin-bottom: 0px; }

#page ul {
	padding: 0;
}
#page ul li { 
	margin-left: 45px; 
}


/*
 * Lists
 */
dl {
	width: 100%;
	margin: 0;
}

dt, dd {
	float: left;
	margin: 0;
	padding: 1px 0;
}

dt {
	width: 40%;
	clear: both;
	font-weight: bold;
}

dd {
	width: 60%;
}


.break { clear: both; }

#page h2 {
	font-size: 13px;
	text-transform: uppercase;
}
#page h3 { font-size: 16px; }
#page h4 { font-size: 14px; }

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 879px;
	height: 106px;
	margin: auto;
}

#flame-big {
	background-image: url(../images/flame-big.png);
	width: 59px;
	height: 106px;
	float: left;
	margin-left: -30px;
}

#content {
	width: 100%;
	height: 295px;
/*	background: #e2e2e2 url(../images/main.jpg) no-repeat center;*/
}

#content2 {
	width: 100%;
	height: 200px;
/*	background: #000000 url(../images/main2.jpg) no-repeat center;*/
}

#wrapper {
	background-image: url(../images/main.jpg);
	height: 295px;
	width: 879px;
	margin: auto;
}

#wrapper2 {
	background-image: url(../images/main2.jpg);
	height: 200px;
	width: 879px;
	margin: auto;
}

#main {
	width: 470px;
	float: left;
	margin: 20px 0px 0px 50px;
}
body#home #main { width: 490px; }

#main h1 {
	background: url(../images/main-headline.jpg);
	text-indent: -9999px;
	width: 462px;
	height: 52px;
	font-size: 14px;
}
body#home #main h1 { 
	margin: 10px 0 15px 0;
}


#sidebar {
	width: 190px;
	float: left;
	margin: 0px 0px 0px 125px;
}
body#home #sidebar { margin-left: 105px; }

#sidebar h2 {
	background: url(../images/residential-headline.jpg);
	text-indent: -9999px;
	width: 100px;
	height: 14px;
	margin: 26px 10px 0px 0px;
}

#sidebar h3 {
	background: url(../images/commercial-headline.jpg);
	text-indent: -9999px;
	width: 109px;
	height: 14px;
	margin: 48px 10px 0px 0px;
}

#sidebar p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 5px 0px 0px 0px;
}

body#home #sidebar a, .aboutUsBottomCols a {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

body#home #sidebar a:hover, .aboutUsBottomCols a:hover { color: #000000; }

#main2 {
	width: 300px;
	float: left;
	margin: 35px 0px 0px 345px;
	color: #FFFFFF;
}

#globalGivesBack {
	background: url(../images/global-headline.jpg);
	text-indent: -9999px;
	width: 239px;
	height: 16px;
	font-size: 14px;
	margin: 6px 0px 0px 20px;
}

body#home #main2 p {
	font-size: 12px;
	line-height: 1.7em;
	margin-top: 12px;
}

#sidebar2 {
	width: 150px;
	float: left;
	margin: 0px 0px 0px 30px;
	line-height: 1em;
}

#sidebar2 h2#currentPromotions {
	background: url(../images/promo-headline.jpg);
	text-indent: -9999px;
	width: 153px;
	height: 17px;
	margin: 10px 0px 0px 0px;
}

#sidebar2 em {
	font-size: 10px;
	font-style: normal;
	margin-top: 10px;
	display: block;
}

#sidebar2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #79a1dd;
	letter-spacing: .2em;
	margin: 40px 0px 0px 0px;
}

#sidebar2 p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
}

.sidebar-promo {
	line-height: 1.6em;
}

a.learnmore2 {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.learnmore2:hover {
	color: #79a1dd;
}

.bullet {
	color: #79a1dd;
	font-weight: bold;
	font-size: 10px;
}

#gradient-head {
	background: url(../images/gradient-head.jpg);
	width: 879px;
	height: 42px;
	margin: auto;
}

/*Nav Bar*/

#navbar {
	width: 879px;
	height: 42px;
	display: block;
	float: center;
	position: relative;
	margin: auto;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navbar ul li { display: inline; }

#navHome a {
	background: url(../images/nav/home-nav.jpg) no-repeat;
	width: 64px;
}

#navAboutUs a {
	background: url(../images/nav/about-nav.jpg) no-repeat;
	width: 99px;
}

#navResidential a {
	background: url(../images/nav/residential-nav.jpg) no-repeat;
	width: 115px;
}

#navCommercial a {
	background: url(../images/nav/commercial-nav.jpg) no-repeat;
	width: 120px;
}

#navPropaneFAQ a {
	background: url(../images/nav/faq-nav.jpg) no-repeat;
	width: 122px;
}

#navPropaneSafety a {
	background: url(../images/nav/propane-safety-nav.jpg) no-repeat;
	width: 144px;
}

#navMyAccount a {
	background: url(../images/nav/my-account-nav.jpg) no-repeat;
	width: 118px;
}

#navContactUs a {
	background: url(../images/nav/contact-nav.jpg) no-repeat;
	width: 97px;
}

#navbar a {
	text-indent: -9999px;
	display: block;
	background-position: 0px -42px;
	float: left;
	height: 42px;
	outline: none;
}

#navbar a:hover {
	border: none;
	background-position: 0px 0px;
}

body#home #navHome a, body.aboutUs #navAboutUs a, body.residential #navResidential a, body.commercial #navCommercial a,
body.propaneFaq #navPropaneFAQ a, body.propaneSafety #navPropaneSafety a, body.myAccount #navMyAccount a, body.contactUs #navContactUs a {
	background-position: 0 0;
}



/*Footer*/
#footerWrapper { background: url('../images/footer-bkg.jpg'); }

/*#footerWrapper:nth-of-type(n) {
	margin: 0 13px;
}
*/

body.css3 #footerWrapper {
	margin: 0 13px;
}



#footer {
	background: url(../images/gradient-footer.jpg);
	width: 879px;
	height: 42px;
	margin: auto;
	position: relative;
}
#footer p { display: none; }

#safetyServiceValue {
	height: 40px;
	width: 300px;
	top: 0;
	left: 0;
	position: absolute;
	text-indent: -9999px;
}

#flame-sm {
	background-image: url(../images/flame-sm.png);
	width: 32px;
	height: 56px;
	float: left;
	margin: -14px 0px 0px 850px;
}

#sub-footer {
	width: 879px;
	margin: auto;
	padding-bottom: 50px;
	line-height: 1em;
/*	display: none;*/
}

#sub-footer p {
	font-size: 9px;
	color: #000000;
	margin: 8px 0px 0px 0px;
}

#dinky {
	background-image: url(../images/dinky.jpg);
	width: 10px;
	height: 9px;
	float: left;
	margin: -11px 0px 0px 215px;
}

/*Subpages*/
body.internal #page {
	padding: 30px 70px;
	width: 576px;
}
body.internal#aboutUs #page {
	padding: 0;
	width: 716px;
}

body.internal #content {
	width: 100%;
/*	height: 495px;*/
	height: auto;
/*	background: #e2e2e2;*/
}

body.internal #wrapper {
	background: #fff url('../images/sidebar-bkg.jpg') left repeat-y;
	height: auto;
/*	height: 495px;*/
	width: 879px;
	margin: auto;
}

#page {
	float: left;
	width: 716px;
}

body.internal #main {
	background-color: #FFFFFF;
	width: 716px;
	float: left;
	margin: -137px 0px 0px 163px;
	margin-top: 0px;
	margin-left: 0px;
}

body.internal #main2 {
	width: 716px;
	float: left;
	margin: -30px 0px 0px 163px;
	margin-left: 0px;
}

#separator {
	background-image: url(../images/separator.jpg);
	width: 716px;
	height: 223px;
	margin: 0px 0px 0px 163px;
	float: inherit;
	margin-left: 0px;
	margin-top: 50px;
}

#about-blurb {
	margin: -40px 0px 0px 65px;
	font-size: 13px;
	line-height: 1.6em;
	color: #000000;
	width: 565px;
	float: left;
}

body.internal #main h1 {
	background: url(../images/about-headline.jpg);
	text-indent: -9999px;
	width: 295px;
	height: 54px;
	margin: 30px 0px 0px 65px;
}



#safety-blurb {
	margin: -5px 0px 0px 65px;
	font-size: 11px;
	line-height: 1.7em;
	color: #000000;
	width: 170px;
	float: left;
}

#service-blurb {
	margin: -5px 0px 0px 29px;
	font-size: 11px;
	line-height: 1.7em;
	color: #000000;
	width: 170px;
	float: left;
}

#value-blurb {
	margin: -5px 0px 0px 39px;
	font-size: 11px;
	line-height: 1.7em;
	color: #000000;
	width: 160px;
	float: left;
}



body.internal #sidebar {
/*	background-image: url(../images/tabs-bg.jpg);
	background-repeat: repeat-y;*/
	width: 163px;
/*	height: 495px;*/
	float: left;
	margin: 0px 0px 0px 0px;
}

body.internal #sidebar ul {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('../images/tabs-top.jpg');
	width: 164px;
	margin: 0;
	list-style: none;
	padding: 0;
}

body.aboutUs #sidebar ul {
/*	background-image: url('../images/tabs.jpg');*/
/*	height: 137px;*/
}

body.internal #sidebar ul li {
	line-height: 37px;
	height: 37px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('../images/tabs-middle.jpg');
}

body.internal #sidebar ul li.first {
	background-image: url('../images/tabs-top.jpg');
	height: 36px;
	line-height: 36px;
}

body.internal #sidebar ul li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

body.internal #sidebar ul li a:hover, body.internal #sidebar ul li.active a {
	color: #4a78cc;
}

/* Page border */
html, body {
	height: 100%;
}

/*#outerWrapper:nth-of-type(n) {*/
body.css3 #outerWrapper {
	min-height: 100%;
	background: 
		url('../images/border-top-left.png') top left no-repeat, 
		url('../images/border-top-right.png') top right no-repeat,
		url('../images/border-bottom-left.png') bottom left no-repeat, 
		url('../images/border-bottom-right.png') bottom right no-repeat,
		url('../images/border-left.png') repeat-y,
		url('../images/border-left.png') right repeat-y,
		url('../images/border-top.png') repeat-x,
		url('../images/border-top.png') bottom repeat-x;
}

/*
 * Page titles
 */
h1.img {
	height: 27px;
	line-height: 27px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url('../images/all-headings.png');
}

h1#pageHeading-service { background-position: 0 -41px; }
h1#pageHeading-value { background-position: 0 -82px; }
h1#pageHeading-residential { background-position: 0 -122px; }
h1#pageHeading-elite { background-position: 0 -163px; }
h1#pageHeading-premier { background-position: 0 -204px; }
h1#pageHeading-convenience { background-position: 0 -244px; }
h1#pageHeading-essential { background-position: 0 -285px; }
h1#pageHeading-getStarted { background-position: 0 -326px; }
body.residential h1#pageHeading-accountApplication, body.residential h1#pageHeading-send { background-position: 0 -366px; }
h1#pageHeading-commercial { background-position: 0 -407px; }
h1#pageHeading-pricing { background-position: 0 -448px; }
h1#pageHeading-moreInformation { background-position: 0 -488px; }
body.commercial h1#pageHeading-accountApplication, body.commercial h1#pageHeading-send { background-position: 0 -529px; }
h1#pageHeading-propaneFaq { background-position: 0 -570px; }
h1#pageHeading-propaneSafety { background-position: 0 -610px; }
h1#pageHeading-myAccount { background-position: 0 -652px; }
h1#pageHeading-contactUs { background-position: 0 -692px; }
h1#pageHeading-classic { background-position: 0 -732px; }
h1#pageHeading-comfort { background-position: 0 -773px; }


/*
 * Application
 */
input.text, textarea { 
	width: 80%; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
input.text.small { width: 50%; }
table {
	width: 100%;
	font-size: 12px;
	border: 1px solid #eee;
	margin: 0 0 15px 0;
}

table td {
	padding: 2px 8px;
	vertical-align: top;
	width: 50%;
}
table#tradeCreditReferencesTable td { width: 33%; }

table thead td {
	font-weight: bold;
	font-size: 14px;
	background: #eee;
}

#creditDetails, #bankruptDetails { margin: -15px 0 15px 30px; }

#creditDetails input.text, #bankruptDetails input.text { width: 73%; }

#creditDetails dt, #bankruptDetails dt {
	font-weight: normal;
	width: 20%;
}
#creditDetails dd, #bankruptDetails dd { width: 80%; }

#formAgreement {
	font-size: 12px;
	font-weight: bold;
}

#formAgreement textarea {
	font-size: 11px;
	font-family: Helvetica;
	width: 100%;
	height: 150px;
}

/*
 * Contact Us page
 */
#pageSection_column1, #pageSection_column2 {
	width: 45%;
	float: left;
	margin-top: 20px;
}
#pageSection_column2 { float: right; }

#pageSection_column1 strong, #pageSection_column2 strong {
	color: #4a78cc;
}