/* main style sheet */


/* header */
#header {
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 500px;
	background-image: url(../img/noFlash_header.jpg);
	background-repeat: repeat;
}




/* end of header 
**********************/





/* nav */
#nav {
	margin: 0px;
	padding-top: 215px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 240px;

}
#nav a {
	margin: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}




/* end of nav 
**********************/




/* content */

#content {
	padding: 0px;
	margin: 0px;
	width: 900px;
}
.box1 {
	margin: 0px;
	padding: 0px;
	width: 900px;
}
.box1-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 610px;
}
.box1-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 290px;
}

.box2-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 775px;
}
.box2-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 125px;
}

.box3-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
}
.box3-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 610px;
}
.gasfitter-lists {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
}

.gasfitter-lists2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}
.gasfitters-lists-lines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00aeef;
}
.hairline {
	color: #00aeef;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}



.box-list {
	margin: 0px;
	padding: 0px;
	width: 590px;
}
.Lbox-list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 295px;
}
.Rbox-list {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 295px;
}




#slogan-text {
	font-size: 15px;
	line-height: 1.3em;
	color: #00aeef;
	background-image: url(../img/pattern.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
	margin: 0px;
	width: 720px;
	font-weight: bolder;
}

#slogan-text2 {
	font-size: 15px;
	line-height: 1.3em;
	color: #00aeef;
	background-image: url(../img/pattern.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
	margin: 0px;
	font-weight: bolder;
}

#slogan-text3 {
	font-size: 15px;
	line-height: 1.3em;
	color: #00aeef;
	background-image: url(../img/pattern.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
	margin: 0px;
	width: 550px;
	font-weight: bolder;
}

.box-link {
	text-decoration: none;
}


.list1 {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.list1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-align: justify;
	line-height: 1.3em;
}
#sitemap {
	font-size: 1.2em;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sitemap a {
	color: #666666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}



/* end of content 
**********************/





/* footer */
#footer {
	padding: 0px;
	width: 900px;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottom-nav {
	font-size: 0.95em;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bottom-nav a {
	color: #999999;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.9em;
}
#bottom-nav a:hover {
	color: #333333;
	text-decoration: underline;
}



/* end of footer 
**********************/





/*  General style */
html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 85%;
	margin:0;
	border:none;
	padding:0;
	color:#333333;
	background-image: url(../img/back_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
*html body  {
	/*font-size:85%;*/
}
*:first-child+html body {
	/*font-size:85%;*/
}




#container{
	width:900px;
	margin:0 auto;
	padding: 0;
}


/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
	margin:0;
	padding:0;
	display: block;
	border-width: 0;
	border:none;
}




.image-border {
	border: 1px solid #666666;
}

h1 {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
h2 {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#title {
	background-image: url(../img/back_title1.gif);
	background-repeat: repeat-x;
	height: 60px;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#index-title {
	background-image: url(../img/back_title2.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 40px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.index-title {
	background-image: url(../img/back_title2.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 40px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#heading {
	background-color: #00aeef;
	padding: 20px;
	margin-top: 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #454547;
	margin-bottom: 10px;
	text-align: justify;
}

.heading {
	background-color: #00aeef;
	padding: 20px;
	margin-top: 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #454547;
	margin-bottom: 10px;
	text-align: justify;
}

h4 {
	margin:0;
	padding:0;
}

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.clear-both {
 clear:both;
}

.margin5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}

.margin10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: justify;
	line-height: 1.3em;
}
.margin20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: justify;
}

.nomargin {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.page-top {
	padding: 0px;
	width: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	border:1px solid #333333;
	background-color:#ffffff;
  background-image:url(../img/white.gif);
  background-repeat:repeat;
}

/* Link */
a {
	border: none;
}  

a:link {
	color:#00aeef;
	text-decoration:none;
}

a:visited {
	color:#00aeef;
	text-decoration:none;
}


a:hover {
	color:#333333;
	text-decoration:underline;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
	border:0;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#666666;
	text-decoration:none;
}  

a.linkcopy:hover {
	color:#000000;
	text-decoration:underline;
}
a:focus { 
	-moz-outline-style: none; 
}


/* end of general style */

