/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../imgs/global/mn-back.jpg);
	background-color: #A8A8A8;
	background-repeat: repeat-x;	
}
  td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 150%;
}
.footerContact {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 120%;
}

a {
  color: #E20A16;
  text-decoration: none;
  font-weight: normal;

}
a:hover {
  text-decoration:underline;
}

.background-shadow {
	background-attachment: fixed;
	background-image: url(/imgs/global/drop-shadow.png);
	
}
.footer-shadow {
	background-image: url(../imgs/global/footer-shadow.png);
}
.line-white {
	background-color: #FFFFFF;
}


/*
TD Styles
------------------------------------------------------------------------------------
*/


.tdMainNavBack {
	background-color: #000000;
}

.tdWhite {
  background-color:#FFFFFF;
}

.tdBlackNavLeft {
	background-color:#000000;
	height: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tdBlackNavRight {
	background-color:#000000;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
/*
NAV Styles
------------------------------------------------------------------------------------
*/

.mainNav {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #F7A10D;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	display: inline;
}
..mainNav:hover {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #F7A10D;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 10px;
	display: inline;
}
.mainNav:selectedPageRoot {
	display:inline;
	color: #F7A10D;
	
}
.mainNav:selectedPage {
	display:inline;
	color: #ffffff;
}

.utilityNav {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.utilityNav a:hover, a:active {
	text-decoration: underline;
}

/*
Test Styles
------------------------------------------------------------------------------------
*/
.redTtl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E20A16;
	text-decoration: none;
	font-weight: bold;
}