@charset "utf-8";
body {
	font: 100% Helvetica, Arial, Verdana,  sans-serif;
	background: #e7eaeb url(../graphics/bg_home.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #565151;
}
a{text-decoration:none; color: #FF3300;}
a:hover{text-decoration:none; color:#990000;}
*{
	margin: 0; 
	padding: 0;	
	}
img{border:none;}
#container {	
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../graphics/bg_center.jpg) no-repeat 0 137px ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background:url(../graphics/logo.png) no-repeat 20px 10px; 
	height:137px;
	width: 884px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-indent:-10000px;
}
#mainContent {
 	width: 884px;
	
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent img {
	float:right;
	}
#text-box{
	width:350px;
	padding:10px 5px 0px 20px;
	float:left;
	}
h1{
	font:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#019ece;
	}
h2{
	font-size:16px;
	line-height:1.3em;
	margin:20px 0 10px 0;
	}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../graphics/bg_footer.jpg);
	height:120px; 
}
#footer a img{opacity:1.0;}
#footer a:hover img{opacity:0.8;}
.bag{
	padding:0 0 0 25px;
	}
.construction{
	font-size:16px;
	font-weight:bold;
	color:#019ece;
	margin-bottom:2%;
	}
/*------------------------------------------------------------clear floats*/
.clearer{
 	height:1px;
 	overflow:hidden;
 	margin-top:-1px;
 	clear:both;
}
/* keep superscript text from breaking the line-spacing */
.sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}