/* CSS Document */

*{margin:0; padding:0;}

body{
	margin:0; padding:0;
	font-size:10px; 
	font-family:Tahoma,Verdana, sans-serif;
	background-color: #CCCCCC;
	}
	
/* comment*/
	
#wrapper{
	width:800px;
	height:720px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/topcorners.png);
	background-repeat: no-repeat;

	}
	

	
/* comment*/



/* comment*/

#head{
	float:left;
	width:800px;
	height:145px;
	background: url(images/logo2.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
	
	#head h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 370px;
}

/* comment*/

#left{float:left;
	width:150px;
	height:392px;
	background: url(images/leftpic.png) no-repeat;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 50px;}
	
	#left h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 170px;
	padding-left: 25px;
}
	#left ul {font:  10px Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-bottom: 5px;
}
	#left li {
	font: 10px Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
}

/* comment*/

#mid{
	float:left;
	width:624px;
	height:520px;
	background: url(images/body.png) no-repeat;
	margin-top: 5px;
	padding-left: 5px;	
	}

/* comment*/

#mid p{
	
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	background: left;
	text-align: justify;
	padding-right: 25px;
	padding-bottom: 5px;
	
}
#mid h1{
	color: #336699;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 55px;
	padding-right: 5px;
	padding-bottom: 5px;
	
}
#mid h2{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #336699;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;	
}

#mid h3{
	color: #000000;
	text-align: center;
	border-top: thin solid #CCCCCC;
	margin-right: 30px;
	margin-left: 30px;
}

#mid h4{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #336699;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#gaslogo{
	
	padding-left: 10px;
	padding-top: 155px;
}

#image{
	float:left;
	width:95px;
	height:95px;
	padding: 55px 10px 5px 30px;
}
	#image2{
		float:left;
		width:95px;
		height:95px;
		padding: 0px 10px 5px 30px;
	}
/* comment*/

#footer{
	width:800px;
	height:91px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	
}
	
	#footer h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;

}
	
/* form starts here*/	
	
.feedbackform{

	
	padding-left: 30px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 150px; /*width of label (left column)*/
	text-transform: uppercase;
	margin-right: 5px; /*spacing with right column*/
	color: #336699;
	font-weight: bold;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 5px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 250px;
height: 50px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	margin-top: 5px; /*space above buttonsdiv*/
	margin-left: 2px;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #CCCCCC;
}
