@charset "utf-8";
/* 
Generic Website Style Sheet 
============================
Author:		John Simpson

Please DO NOT ADD content styles to this style sheet. 
For content styles please include in a seperate style sheet below. ( @import url(".css"); )
*/

/* Other Style Sheets */
@import url("content_styles.css");
img, div, input { behavior: url("../scripts/iepngfix.htc") }
/* */

/* Generic */
body {
	text-align:left;
	background-image:url(../images/template/haztech-bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	color:#FFF;
	margin:0 0 0 0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background-color: #00C;
}
p {
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0;
	color: #666;
}
img { border:none; padding:0px; margin:0px; }
div.hr { height:1px; background-color:#eaeaea; padding:0; margin:15px 0 10px 0; }
div.hr hr { display: none; }
/* -END- */


/* Template Structure */
#container { width:100%; height:100%; }
#main { margin:0 auto 0 auto; padding:0; width:1082px; height:100%; background-image:url(../images/template/haztech-border-repeat.png); background-repeat:repeat-y; } 
#logo-container { width:722px; padding:0 180px 0 180px; }
#main-container { width:680px; margin:0 197px 0 205px; }
/* -END- */

/* Footer */
#footer { width:1082px; background-image:url(../images/template/haztech-border-footer.png); background-repeat:no-repeat; background-position:bottom; padding:0 0 30px 0; margin:0px auto 0px auto; }
#footer-container { clear:both; text-align:right; width:680px; margin:0 197px 0 205px; padding:20px 0 0 0; color:#FFFFFF; font-size:10px;  }
#footer .footer-text { padding:0 50px 0 50px; font-size:11px; }
/* -END- */
