html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#333;
	background-color:#000;
	background-position:center;
	background-repeat:repeat-x;
	font: 11px arial, helvetica, sans-serif;	
	height:100%;
    width:100%;
}

h1 {	font-size:13px;		}
h2 {	font-size:12px;		}
h3 {	font-size:11px;	}


/* GENERAL CLASSES */
#bg {   position: absolute;	position: fixed;	height:100%;    width:100%;   }
#bg img {    margin:0 auto;    min-width:1280px; width:100%;  }

.mhwMain {  	position:relative; width:950px;	left: 50%; 	margin-left:-475px; 	}
.container {background:url(../images/bg.png) repeat-y 32px; float:left; width:100%; }

a:link, a:visited, a:active {	color: #000;	text-decoration: none; font-weight:bold;}
a:hover {	text-decoration: underline;	color: #0098d6; font-weight:bold;}

a img{border:none;}

.forms {color: #402d1c; }

/*BODY CLASSES*/

.header {width:100%; height:331px; background: no-repeat 57px;}

.copy {float:left; width:853px; border-top:5px solid #1ab374; margin:5px 0 0 57px;}
	.menu {float:left; width:159px; margin:20px;}
	.copy #content {float:left; width:630px; margin-top:20px; margin-bottom: 35px; }
		.copy #content h1 {width:100%; float:left; margin:0; background-image:url(../images/h1-bg.jpg); background-repeat:no-repeat; height:19px; padding:6px 6px 6px 10px; color:#1ab374; text-transform:uppercase;}
		.copy #content h2 { margin:0; background-repeat:no-repeat; padding:6px 6px 0 10px; color:#1ab374;}
		.copy #content h3 { padding: 6px 6px 0px 10px; }
		.copy #content p { margin:6px 0 6px 10px;}
	.moduleCont {float:left; width:100%;}
		.moduleCont #container {width:100%; margin-bottom:10px; float:left;}
		.moduleCont #container .thumb {width:181px; height:132px; float:left; margin:10px 20px 10px 0;}
		.moduleCont #container #copy {float:left; width:98%; margin-left:10px;}
			.moduleCont #container #copy .title {color:#1ab374; font-size:12px; font-weight:bold; margin-top:15px;}
			.moduleCont #container #copy .location {color:#333; font-size:11px; font-weight:bold; margin-top:3px;}
			.moduleCont #container #copy .time {color:#333; font-size:11px; font-weight:bold;}
			.moduleCont #container #copy .info {color:#333; font-size:11px; margin-top:10px;}
				.moduleCont #container #copy .info p {margin-left:0px;}
		.moduleCont #galleryThumb {float:left; margin:10px 20px 0 0; min-height:165px; width:181px;}
				.moduleCont #galleryThumb .thumb a:link, 
				.moduleCont #galleryThumb .thumb a:visited, 
				.moduleCont #galleryThumb .thumb a:active { background-position:bottom; width:181px; height:132px; display:block; }
				.moduleCont #galleryThumb .thumb a:hover {background-position:top;}
			.moduleCont #galleryThumb #title {width:100%; text-transform:uppercase; text-align:center; color:#333; font-size:11px; font-weight:bold; margin-top:5px; height: 45px;}
		.moduleCont #csaThumb {float:left; margin:10px 40px 0 10px; min-height:170px; width:257px;}
				.moduleCont #csaThumb .thumb a:link, 
				.moduleCont #csaThumb .thumb a:visited, 
				.moduleCont #csaThumb .thumb a:active { background-position:bottom; width:257px; height:135px; display:block; }
				.moduleCont #csaThumb .thumb a:hover {background-position:top;}
			.moduleCont #csaThumb #title {width:100%; text-transform:uppercase; text-align:center; color:#333; font-size:11px; font-weight:bold; margin-top:5px}
		.moduleCont #sp {float:left; width:100%; margin-top:10px;}
			.moduleCont #sp h2 {margin:5px 0 0 0; text-transform:uppercase;}
			.moduleCont #sp h3 {margin:3px 0 0 0; font-weight:normal;}
			.moduleCont #sp img {float:left; margin:0 20px 10px 0;}

/*FORM CLASSES*/
.warning {	font-weight:bold;	color:#FF0000;	}
.success {	font-weight:bold;	color:#00CC00;	}
.radio {width:100%; float:left; margin-left:2px;}
	.radio input {float:left; margin-top:7px; margin-right:-5px; margin-left:9px;}
	.radio p {float:left; margin:0 2px 0 0;}
.question { padding-top:10px; float:left; width:100%;}
	.question12 {width:90%; font: 11px arial, helvetica, sans-serif;}

/*FOOTER CLASSES*/

.Footer {float:left; width:100%; background:url(../images/footer-bg.png) no-repeat 32px; height:100px;  padding-left:10px; text-align:center; }
	.Footer a:link, .Footer a:visited, .Footer a:active { margin:0 4px 0 4px;	}
	.Footer a:hover {	}
