
html, body  {
	zoom: 1;
	height: 100%;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url('../assets/ma_body_bkg.gif');
	background-repeat: repeat;
	}

p a {
	text-decoration: none;
	color: #fcfcfc;
	border-bottom: #fcfcfc 1px solid;
	}
p a:hover {
	color: #f7af42;
	border-bottom: #f7af42 1px solid;
	}
h1 {
	color: #8accff;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	padding: 12px 0px 10px 0px;
	} 
h2 {
	font-size: 10px;
	font-weight: bold;	
	line-height: 16px;
	}

/* ****** MISC ****** */

.flt_left {
	float: left;
	}
.flt_right { 
	float: right;
	}
.left_column {
	float: left;
	margin-left: 30px;
	}
.right_column { 
	float: right;
	margin-right: 30px;
	}
	
.clear { 
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

.content_wrapper {
	width: 520px;
	margin-left: 100px;
	}


.top_of_page a, .top_of_page a:visited {
	display: block;
	margin: 30px 0px 60px 0px;
	color: #fcfcfc;
	font-size: 10px;
	text-decoration: none;
	border-bottom: #fcfcfc 1px solid;
	}
.top_of_page a:hover {
	color: #aaaaaa;
	border-bottom: #aaaaaa 1px solid;
	}


/* ****** OVERALL WRAP ****** */

#ma_wrap {
	min-height: 100%;
	margin: 0px auto -120px auto;  /* must be same height as the footer */
	background-image: url('../assets/ma_left_sidebar_bkg.gif');
	background-repeat: repeat-y;
	}
body > #ma_wrap { 
	height: auto; min-height: 100%; 
	}
#ma_main {
	height: 100%; top: 240px;
	padding-bottom: 120px;  /* must be same height as the footer */
	width: 100%;
	} 

	
/* ****** TOP WHITE BORDER ****** */
#white_cap {
	width: 100%; height: 10px;
	overflow: hidden;
	background-color: #ffffff;
	}  


/* ****** HEAD ****** */

#ma_head {
	position: relative;
	height: 150px; width: 100%;
	background-image: url('../assets/ma_top_bkg.gif');
	background-repeat: repeat-x;
	}
#ma_head #ma_logo {
	position: absolute;
	top: 30px; left: 20px;
	width: 240px; height: 120px;
	padding-top: 15px;
	background-image: url('../assets/ma_logo_bkg.gif');
	background-repeat: no-repeat;
	} 
#ma_head h1 {
	display: none;
	}
#ma_head #bannerad {
	position: absolute;
	width: 720px; height: 96px;
	top: 42px; left: 280px;
	background: url('../assets/banner_ad.gif') no-repeat; 
	}

/* ** MTC TOP BTNS ** */

#mtc_btn span {
	display: none;
	}
#mtc_btn a {
	position: absolute;
	left: 276px;
	width: 180px; height: 30px;
	background: url('../assets/menu_btns/top_menu_mtc_btn.gif') 0px -30px no-repeat;
	}
#mtc_btn a:hover {
	background: url('../assets/menu_btns/top_menu_mtc_btn.gif') 0px 0px no-repeat;
	}
/* ** MTEL TOP BTN ** */
#mtel_btn span {
	display: none;
	}
#mtel_btn a {
	position: absolute;
	left: 460px;
	width: 180px; height: 30px;
	background: url('../assets/menu_btns/top_menu_mtel_btn.gif') 0px -30px no-repeat;
	}
#mtel_btn a:hover {
	background: url('../assets/menu_btns/top_menu_mtel_btn.gif') 0px 0px no-repeat;
	}
/* ** BIG RIVER TOP BTN ** */
#br_btn span {
	display: none;
	}
#br_btn a {
	position: absolute;
	left: 644px;
	width: 180px; height: 30px;
	background: url('../assets/menu_btns/top_menu_br_btn.gif') 0px -30px no-repeat;
	}
#br_btn a:hover {
	background: url('../assets/menu_btns/top_menu_br_btn.gif') 0px 0px no-repeat;
	}
/* ** ALARMS TOP BTN ** */
#alarms_btn span {
	display: none;
	}
#alarms_btn a  {
	position: absolute;
	left: 828px;
	width: 180px; height: 30px;
	background: url('../assets/menu_btns/top_menu_alarms_btn.gif') 0px -30px no-repeat;
	}
#alarms_btn a:hover {
	background: url('../assets/menu_btns/top_menu_alarms_btn.gif') 0px 0px no-repeat;
	}


/* ****** MENU/ADDRESS SIDEBAR ****** */

#ma_main #sidebar1 {
	position: relative;
	float: left;
	width: 240px; height: 640px;
	left: 20px;
	background-image: url('../assets/ma_left_bkg.gif');
	background-repeat: no-repeat;
	background-color: #000000;
	}
#ma_main #sidebar1 h3 {
	display: none;
	}
#ma_main #address {
	position: absolute;
	top: 18px; left: 18px;
	width: 216px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	}
#sidebar1 span {
	display: none;
	} /* this hides the actual menu text */

	
/* ****** MAIN CONTENT, RIGHT SIDEBAR ****** */
#home_content { 
	position: relative;
	float: left; display: block;
	width: 720px; min-height: 100%;
	left: 40px; top: 20px;
	padding-bottom: 40px;
	background-image: url('../assets/concrete_bkg.gif');
	background-repeat: repeat-y;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ececec;
	}
#home_content #mainHeading h1 {
	display: none;
	} 
#interior1 {
	position: relative;
	float: left; 
	width: 720px;
	left: 40px; top: 20px;
	padding-bottom: 40px;
	background-color:#fcfcfc;
	background-image: url('../assets/concrete_bkg.gif');
	background-repeat: repeat-y;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ececec;
	}
#interior1 #mainHeading {
	width: 720px;
	height: 48px;
	}
#interior1 #mainHeading h1 {
	display: none;
	} 
#interior1 #mainHeading h2 {
	font-size: 9px;
	font-weight: bold;	
	line-height: 16px;
	color: #fcfcfc;
	max-width: 420px;
	}
#interior1 p {
	margin: 14px 0px 20px 0px;
	line-height: 1.8em;
	/* CAN'T ADD WIDTH HERE OR IE WILL FUBAR FLOATS */
	}
#interior1 #mainHeading img {
	margin: 0;
	width: 720px; height: 48px;
	}
img#first_img {
	display: block;
	margin: 20px auto;
	}

/* ****** FOOT ****** */
	
#ma_foot {
	position: relative;
	width: 100%; height: 120px;
	margin-top: -120px;
	clear: both;
	background: #000000;
	background-image: url('../assets/ma_bottom_bkg.gif');
	background-repeat: repeat-x;
	} 
#copyright {
	position: relative;
	float: left;
	width: 240px; height: 120px;
	top: 0px; left: 20px;
	background-image: url('../assets/ma_leftbottom_bkg.gif');
	background-repeat: no-repeat;
	}
#copyright p {
	color: #ffffff;
	padding: 10px 0px 0px 10px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	}

#ma_foot #base_info {
	position: relative;
	width: 720px; height: 120px;
	float: left;
	top: 0px; left: 40px;
	font: 9px Verdana, sans-serif;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
	background-image: url('../assets/ma_midbottom_bkg.gif');
	background-repeat: no-repeat;
	}
#ma_foot #base_info ul {
	padding-top: 10px;
	}
#bottom_subnav li {
	display: inline;
	}
#bottom_subnav span {
	margin: 0 9px;
	}
#bottom_subnav a {
	color: #ffffff;
	text-decoration: none;
	}
#bottom_subnav a:hover {
	color: #eeb211;
	}
#mtc_foot img {
	margin: 2px 0;
	}


