
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/mtc_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: 21px;
	}
.right_column { 
	float: right;
	margin-right: 21px;
	}
	
.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 ****** */

#mtc_wrap {
	min-height: 100%;
	margin: 0px auto -120px auto;  /* must be same height as the footer */
	background-image: url('../assets/mtc_left_sidebar_bkg.gif');
	background-repeat: repeat-y;
	}
body > #mtc_wrap { 
	height: auto; min-height: 100%; 
	}
#mtc_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 ****** */

#mtc_head {
	position: relative;
	height: 150px; width: 100%;
	background-image: url('../assets/mtc_top_bkg.gif');
	background-repeat: repeat-x;
	}
#mtc_head #mtc_logo {
	position: absolute;
	top: 30px; left: 20px;
	width: 240px; height: 120px;
	padding-top: 15px;
	background-image: url('../assets/mtc_logo_bkg.gif');
	background-repeat: no-repeat;
	} 
#mtc_head h1 {
	display: none;
	}
#mtc_head #bannerad {
	position: absolute;
	width: 720px; height: 96px;
	top: 42px; left: 280px;
	background-image: url('../assets/mtc_head_banner021710.jpg');
	background-repeat: 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 ****** */

#mtc_main #sidebar1 {
	position: relative;
	float: left;
	width: 240px; height: 640px;
	left: 20px;
	background-image: url(../assets/mtc_left_bkg.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	}
#mtc_main #sidebar1 h3 {
	display: none;
	}
#mtc_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: 40px auto;
	}

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

#mtc_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/mtc_midbottom_bkg.gif');
	background-repeat: no-repeat;
	}
#mtc_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;
	}


/* **888888** SIDEBAR MENU BUTTONS **888888** */
#home_btn a {
	position: absolute;
	top: 112px; left: 0px;
	width: 240px; height: 30px; 
	background: url('../assets/menu_btns/home_btn.gif') 0px 0px no-repeat;
	}
#home_btn a:hover {
	background: url('../assets/menu_btns/home_btn.gif') 0px -30px no-repeat;
	}
#paymybill_btn a {
	position: absolute;
	top: 140px;	left: 0px;
	width: 240px; height: 30px;
	background: url('../assets/menu_btns/paymybill_btn.gif') 0px 0px no-repeat;
	}
#paymybill_btn a:hover {
	background: url('../assets/menu_btns/paymybill_btn.gif') 0px -30px no-repeat;
	}
#contact_btn a {
	position: absolute;
	top: 168px; left: 0px;
	width: 240px; height: 30px;
	background: url('../assets/menu_btns/contact_btn.gif') 0px 0px no-repeat;
	}
#contact_btn a:hover {
	background: url('../assets/menu_btns/contact_btn.gif') 0px -30px no-repeat;
	}
#new_service_btn a {
	position: absolute;
	top: 196px;	left: 0px;
	width: 240px; height: 30px;
	background: url('../assets/menu_btns/new_service_btn.gif') 0px 0px no-repeat;
	}
#new_service_btn a:hover {
	background: url('../assets/menu_btns/new_service_btn.gif') 0px -30px no-repeat;
	}
#customer_care_btn a {
	position: absolute;
	top: 224px;	left: 0px;
	width: 240px; height: 30px;
	background: url('../assets/menu_btns/customer_care_btn.gif') 0px 0px no-repeat;
	}
#customer_care_btn a:hover {
	background: url('../assets/menu_btns/customer_care_btn.gif') 0px -30px no-repeat;
	}
#long_distance_btn a {
	position: absolute;
	top: 252px; left: 0px;
	width: 240px; height: 30px;
	background: url('../assets/menu_btns/long_distance_btn.gif') 0px 0px no-repeat;
	}
#long_distance_btn a:hover {
	background: url('../assets/menu_btns/long_distance_btn.gif') 0px -30px no-repeat;
	}
#voice_mail_btn a {
	position: absolute;
	top: 280px;	left: 0px;
	width: 240px; height: 30px;
	background: url('../assets/menu_btns/voice_mail_btn.gif') 0px 0px no-repeat;
	}
#voice_mail_btn a:hover {
	background: url('../assets/menu_btns/voice_mail_btn.gif') 0px -30px no-repeat;
	}
#features_btn a {
	position: absolute;
	top: 308px; left: 0px;
	width: 240px; height: 30px;
	background: url('../assets/menu_btns/features_btn.gif') 0px 0px no-repeat;
	}
#features_btn a:hover {
	background: url('../assets/menu_btns/features_btn.gif') 0px -30px no-repeat;
	}
#about_btn a {
	position: absolute;
	width: 240px; height: 30px;
	left: 0px; top: 336px;
	background: url('../assets/menu_btns/about_btn.gif') 0px 0px no-repeat;
	}
#about_btn a:hover {
	background: url('../assets/menu_btns/about_btn.gif') 0px -30px no-repeat;
	}
#donotcall_btn a {
	position: absolute;
	width: 240px; height: 30px;
	left: 0px; top: 364px;
	background: url('../assets/menu_btns/donotcall_btn.gif') 0px 0px no-repeat;
	}
#donotcall_btn a:hover {
	background: url('../assets/menu_btns/donotcall_btn.gif') 0px -30px no-repeat;
	}


/* ****** HOME PAGE MODULES ****** */

#weather {
	width: 728px; height: 90px;
	margin-left: -5px;
	}
.mod_search {
	margin: 12px 0px 20px 0px;
	background-color: #dcdcdc;
	border: 1px solid #888888;
	padding: 64px 4px 4px 12px;
	width: 308px; 
	color: #3c3c3c;
	background-image: url('../assets/google_logo.gif');
	background-repeat: no-repeat;
	}
.mod_search table {
	margin: 6px auto;
	}
.mod_employee {
	margin: 20px 0px;
	border: 1px solid #555555;
	width: 320px; height: 214px;
	}
.mod_paymybill a {
	margin: 19px 0px 20px 0px; display: block;
	background: url('../assets/lm_paymybill_btn.gif') 0px -50px no-repeat;
	width: 320px; height: 50px; 
	}
.mod_paymybill a:hover {
	background: url('../assets/lm_paymybill_btn.gif') 0px 0px no-repeat;
	}
.mod_paymybill span {
	display: none;
	}
.mod_yellowpage a {
	margin: 19px 0px 20px 0px; display: block;
	width: 320px; height: 50px;
	background: url('../assets/lm_yellowpage_btn.gif') 0px -50px no-repeat;
	}
.mod_yellowpage a:hover {
	background: url('../assets/lm_yellowpage_btn.gif') 0px 0px no-repeat;
	}
.mod_yellowpage span {
	display: none;
	}

.mod_voicemailportal a {
	margin: 10px 0px; display: block;
	width: 320px; height: 68px;
	background: url('../assets/voicemailportal_btn.gif') 0px 0px no-repeat;
	}
.mod_voicemailportal a:hover {
	background: url('../assets/voicemailportal_btn.gif') 0px -68px no-repeat;
	}
.mod_voicemailportal span {
	display: none;
	}

.mod_newsfeed {
	width: 324px; height: 472px;
	color: #3c3c3c; background-color:#ffffff;
	border: 1px solid #fcfcfc;
	overflow: hidden;
	}
.mod_newsfeed h1 {
	display: none;
	}
.mod_newsfeed img {
	margin: 0px;
	}
#mod_webmail {
	border: 1px solid #fcfcfc;
	width: 324px; height: 144px;
	font: bold 10px Verdana, sans-serif;
	color: #3c3c3c;
	background-color: #ffffff;
	}
#mod_webmail a {
	width: 250px; height: 38px;
	position: relative; display: block; 
	top: 28px; left: 36px;
	background: url('../assets/webmail_login.gif') 0px 0px no-repeat;
	}
#mod_webmail a:hover { 
	background: url('../assets/webmail_login.gif') 0px -38px no-repeat;
	}
#mod_webmail a span {
	display: none;
	}
