/* @override http://amerigas.pubdyndev.com/styles.css */

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

/*Main*/
body {
	margin: 22px 0 0 0;
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body {
	background: url(images/bg.jpg) repeat-x #fff;
}
a:link, a:visited {
	text-decoration: none;
	color: #0053a0;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #0053a0;
	}	
#container {
	margin:auto;
	height:557px;
	width: 966px;
	position: relative;
	background-image:url(images/bgBody.jpg);
	background-repeat:repeat-x;
	}
#borderLeft {
	height: 557px;
	width: 19px;
	background-image:url(images/borderLeft.jpg);
	background-repeat:no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}
#borderRight {
	height: 557px;
	width: 19px;
	background-image:url(images/borderRight.jpg);
	background-repeat:no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	}
#logo {
	width: 223px;
	height: 46px;
	position: absolute;
	left: 43px;
	top: 35px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	display:block;
	}
#pcclogo {
	width: 69px;
	height: 75px;
	position: absolute;
	left: 580px;
	top: 10px;
	background-image:url(images/logo_propane_lg.png);
	background-repeat:no-repeat;
	display:block;
	}	
input {
	background: url(images/text_bg.gif) top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	padding: 6px 9px 0 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height: 18px;
	border: 1px solid #b7bfc2;
	}
textarea {
	background: url(images/text_bg.gif) top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height: 18px;
	border: 1px solid #b7bfc2;
	}
input.checkbox{
	background: none;
	margin: 0;
	border: none;
	}
input:focus, textarea:focus{
	background: url(images/text_bg_on.gif) top;
	background-repeat: repeat-x;
	background-color: #FAFFDC;
	border: 1px solid #86a4e1;
	font-weight: bold;
}
a.genericButton {
    background: transparent url('images/buttonReuseRight.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
	}
a.genericButton span {
    background: transparent url('images/buttonReuseLeft.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 8px 1px 8px 11px;
	color: #fff;
}
/*Search*/
#search {
	left: 646px;
	top: 24px;
	position: relative;
	width: 300px;
	height: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
#search a:link, a:visited {
	text-decoration: none;
	color: #000000;
	}
#search a:hover, a:active {
	text-decoration: underline;
	color: #0053a0;
	}
.searchBox {
	width:144px;
	position: absolute;
	right: 53px;
	top:23px;
	}
#btnGo:link, #btnGo:visited {
	position: absolute;
	top:20px;
	right:0px;
	background-image:url(images/btnGo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:46px;
	height:30px;
	display:block;
	}
#btnGo:hover {
	position: absolute;
	top:20px;
	right:0px;
	background-image:url(images/btnGo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:46px;
	height:30px;
	display:block;
	}
#btnGo:active {
	position: absolute;
	top:20px;
	right:0px;
	background-image:url(images/btnGo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:46px;
	height:30px;
	display:block;
	}	

/*Navigation*/
#navBar {
	background-image:url(images/bgNav.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 904px;
	height: 41px;
	left: 43px;
	top: 37px;
	}
#borderLeftNav {
	background-image:url(images/borderLeftNav.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 41px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
#borderRightNav {
	background-image:url(images/borderRightNav.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 41px;
	position: absolute;
	right: 0px;
	top: 0px;
	}
#navResidential:link, #navResidential:visited {
	position: absolute;
	left: 21px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
	width:78px;
	height:19px;
	display:block;
	}
#navResidential:hover, #navResidential:active {
	position: absolute;
	left: 21px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:0px bottom;
	width:78px;
	height:19px;
	display:block;
	}
#seperator1 {
	position: absolute;
	left: 114px;
	top: 16px;
	height: 15px;
	width: 1px;
	background-color: #FFFFFF;
	}
#navBusiness:link, #navBusiness:visited {
	position: absolute;
	left: 130px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-78px top;
	width:60px;
	height:19px;
	display:block;
	}
#navBusiness:hover, #navBusiness:active {
	position: absolute;
	left: 130px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-78px bottom;
	width:60px;
	height:19px;
	display:block;
	}
#seperator2 {
	position: absolute;
	left: 204px;
	top: 16px;
	height: 15px;
	width: 1px;
	background-color: #FFFFFF;
	}
#navFinder:link, #navFinder:visited {
	position: absolute;
	left: 220px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-138px top;
	width:108px;
	height:19px;
	display:block;
	}
#navFinder:hover, #navFinder:active {
	position: absolute;
	left: 220px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-138px bottom;
	width:108px;
	height:19px;
	display:block;
	}
#navAbout:link, #navAbout:visited {
	position: absolute;
	left: 471px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-246px top;
	width:66px;
	height:19px;
	display:block;
	}
#navInvestor:link, #navInvestor:visited {
	position: absolute;
	left: 568px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-391px top;
	width:124px;
	height:19px;
	display:block;
	}
#navInvestor:hover, #navInvestor:active {
	position: absolute;
	left: 568px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-391px bottom;
	width:124px;
	height:19px;
	display:block;
	}
#navCareer:link, #navCareer:visited {
	position: absolute;
	left: 722px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-515px top;
	width:55px;
	height:19px;
	display:block;
	}
#navCareer:hover, #navCareer:active {
	position: absolute;
	left: 722px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-515px bottom;
	width:124px;
	height:19px;
	display:block;
	}
#seperator5 {
	position: absolute;
	left: 791px;
	top: 16px;
	height: 15px;
	width: 1px;
	background-color: #FFFFFF;
	}
#seperator4 {
	position: absolute;
	left: 706px;
	top: 16px;
	height: 15px;
	width: 1px;
	background-color: #FFFFFF;
	}
#seperator3 {
	position: absolute;
	left: 553px;
	top: 16px;
	height: 15px;
	width: 1px;
	background-color: #FFFFFF;
	}
#navAbout:hover, #navAbout:active {
	position: absolute;
	left: 471px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-246px bottom;
	width:66px;
	height:19px;
	display:block;
	}
#navContact:link, #navContact:visited {
	position: absolute;
	left: 807px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-312px top;
	width:79px;
	height:19px;
	display:block;
	}
#navContact:hover, #navContact:active {
	position: absolute;
	left: 807px;
	top: 13px;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:-312px bottom;
	width:79px;
	height:19px;
	display:block;
	}

/*Content Area*/
#content {
	position: relative;
	width: 927px;
	height: auto;
	left: 19px;
	top: 43px;
	}

