/***************************/
/* Template-related Styles */
/***************************/
#vertical{
  float:left;
  height:50%;
  margin-top:-281px;/* half vertical height*/
  width:100%;
}

#mainContainer {
	margin: auto;
	position: relative;
	width: 980px;	/* The entire template's width is set in this class. */
	text-align: left;
}

/******* HEADER *******/
#header {
  height: 85px;
  background-color: #CF7019;
}
#header #left {
  width: 317px;
  float: left;
}
#header #right {
  float: right;
  text-align: right;
  margin:0;
  padding: 60px 10px 0px 0px;
}
/* Tertiary Nav */
#header .tertiaryNav,
#header .tertiaryNavOn {
  padding: 0px 10px 0px 10px;
  display: inline;
  font-size: 11px;
  font-family: arial;
  border-right: 1px solid #FFF;
}
#header .tertiaryNav a {
  text-decoration: none;
	color: #FFF;
}
#header .tertiaryNav A:hover,
#header .tertiaryNavOn A {
  color: #6E7980;
  text-decoration: underline;
}
#header #search {
  display: inline;
}

/****** TOP NAV ******/

/* Level 1 Nav */
#primaryNav {
  background: transparent url('/images/template/HDThnav_bg.jpg') top left; 
  clear: both;
  height:15px;
  margin: 0;
  padding: 6px 0;
}

#primaryNav .NavLevel1,
#primaryNav .NavLevel1On {
	margin: 0;
	padding: 0;
	height: 28px;
	display: inline;
    border-right: 1px solid #FFF;
}
#primaryNav .NavLevel1 A,
#primaryNav .NavLevel1 A:hover,
#primaryNav .NavLevel1On A {
  font-weight: bold;
  font-size: 13px;
  padding: 9px 15px 9px 15px;
  margin: 0;
}
#primaryNav .NavLevel1 A {
  color: #FFF;
  background: transparent url('/images/template/primary_nav_back_off.gif') no-repeat left; 
}
#primaryNav .NavLevel1 A:hover,
#primaryNav .NavLevel1On A {
  color: #CF7019;
  background: transparent url('/images/template/primary_nav_back_on.gif') no-repeat left; 
  text-decoration: none;
}

#middleContainer {
  background-color: #FFF;
}

/* Left Column */
#leftTD {
  padding: 0px 0px 0px 0px;
  width: 200px;
}

/***** SIDE NAV *****/
#sideNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
  margin: 0px;
  width: 199px;
  padding: 10px 0 10px 10px;
}

#sideNav .NavLevel2 A,
#sideNav .NavLevel2On A,
#sideNav .NavLevel2 A:hover {
  display: block;
	padding: 8px 5px 4px 15px;
  color: #81898F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#sideNav .NavLevel2On A,
#sideNav .NavLevel2 A:hover {
	color: #CF7019;
	background: #FFF url(/images/template/HDTlnav_bullet.gif) no-repeat 5px 8px;
}

#sideNav .NavLevel3 A,
#sideNav .NavLevel3On A,
#sideNav .NavLevel3 A:hover {
  display: block;
  width: auto;
	padding: 3px 5px 5px 21px;
  color: #81898F;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel3On A,
#sideNav .NavLevel3 A:hover {
	background: #FFF url(/images/template/HDTlnav3_bullet.gif) no-repeat 14px 8px;
  color: #CF7019;
}

#sideNav .NavLevel4 A,
#sideNav .NavLevel4On A,
#sideNav .NavLevel4 A:hover {
  display: block;
  width: auto;
	padding: 3px 5px 5px 27px;
  color: #81898F;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel4On A,
#sideNav .NavLevel4 A:hover {
  background-color: #FFF;
  color: #CF7019;
  text-decoration: underline;
}

#sideNav .NavLevel5 A,
#sideNav .NavLevel5On A,
#sideNav .NavLevel5 A:hover {
  display: block;
  width: auto;
	padding: 0px 5px 0px 33px;
  color: #81898F;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel5On A,
#sideNav .NavLevel5 A:hover {
  background-color: #FFF;
  color: #CF7019;
  text-decoration: none;
}
#sideNav .NavLevel6 A,
#sideNav .NavLevel6On A,
#sideNav .NavLevel6 A:hover {
  display: block;
  width: auto;
	padding: 0px 5px 0px 39px;
  color: #81898F;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel6On A,
#sideNav .NavLevel6 A:hover {
  background-color: #FFF;
  color: #CF7019;
  text-decoration: none;
}



#rightTD {
 background-color: #FFF;
}

/* Breadcrumb bar */
.breadcrumbBar {
	height: 35px;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(/images/template/HDTbread_bg.jpg) repeat-x top;
}
.breadcrumbBar DIV {
  color: #CF7019;
  padding: 10px 15px 0 25px;
  font-size: 11px;
}
.breadcrumbBar A {
  display: inline;
  color: #CF7019;
  background: transparent url("/images/template/breadcrumb_separator.gif") no-repeat left;
  padding-left: 10px;
}
.breadcrumbBar A:hover {
  text-decoration: underline;
  color: #CF7019;
}

#utility {
  background-color: #F4F4F4;
  padding: 5px 15px 6px 0;
  text-align: right;
  border-bottom: 1px solid #CCC;
}
#utility A {
  text-decoration: none;
  font-size: 11px;
  color: #58595b;
  margin-left: 22px;
  
}
#utility A:hover {
  color: #000;
  text-decoration: none;
}

/* Right Column */
#content {
  background-color: #FFF;
  padding: 0 0 30px 0;
}
#content #body,
#bodyRight {
  font-family: arial, sans-serif;
	font-size: 12px;
	color:#58595b;
	line-height: 1.6em;
}

/* far right column */
#bodyRight {
  margin:0 20px 20px 20px;
  padding-top:29px;
  width: 260px;
}
#bodyRight #inner {
  margin: 0 0 0 30px;
  padding: 20px 15px;
  width: 180px;
  color:#CF7019;
  color:#535B62 !important;
  background-color: #D6DBDD;
  border-left: 8px solid #A9AFB4;
}
#bodyRight #innerblank {
  margin: 0 0 0 30px;
  padding: 20px 15px;
  width: 180px;
  color:#FFF;
  background-color: #FFF;
}
#bodyRight H1 {
  font-size: 14px;
  font-weight: bold;
  color:#535B62;
}


#bodyRight span .nopad {
  font-size: 14px;
  font-weight: bold !important;
  color:#535B62 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#bodyRight H2 {
  font-size: 13px;
  font-weight: bold;
  color:#535B62;
}

#bodyRight P, #bodyRight UL, #bodyRight LI, #bodyRight DIV, #bodyRight TD {
  font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#CF7019;
  color:#535B62 !important;
}

/* far right column of Product page*/
.product #bodyRight {
  margin:0 20px 20px 20px;
  padding:0;
  width: 260px;
}
.product #bodyRight #inner {
  margin: 0 0 0 30px;
  padding: 20px 15px;
  width: 180px;
  color:#CF7019;
  background-color: #D6DBDD;
  border-left: 8px solid #A9AFB4;
}


/* Site Map Level 1 */
.MapLevel1 {
  padding: 12px 0px 6px 10px;
}
.MapLevel1 a {
	color: #00467f;
	font-weight: bold;
  font-size: 12px;
}
/* Site Map Level 2 */
.MapLevel2 {
  padding: 4px 0px 0px 35px;
}
.MapLevel2 a {
	color: #00467f;
	font-weight: bold;
  font-size: 11px;
}
/* Site Map Level 3 */
.MapLevel3 {
  padding: 2px 0px 0px 60px;
}
.MapLevel3 a {
	color: #00467f;
}
/* Site Map Level 4 */
.MapLevel4 {
  padding: 2px 0px 0px 85px;
}
.MapLevel4 a {
  text-decoration: none;
	color: #00467f;
}
/* Site Map Level 5 */
.MapLevel5 {
  padding: 2px 0px 0px 110px;
}
.MapLevel5 a {
  text-decoration: none;
	color: #00467f;
}
/* Site Map Level 6 */
.MapLevel6 {
  padding: 2px 0px 0px 135px;
}
.MapLevel6 a {
  text-decoration: none;
	color: #00467f;
}

/* Login */
#loginForm {
  margin-top: 20px;
  width: 300px;
  border: 1px solid #666;
  background: #EEE;
}
#loginForm INPUT {
  font-family: verdana;
  font-size: 10px;
}
#loginForm TD {
  color: #000;
}

/* Search results */
#search #resultBar {
  width:100%; 
  border-top: 1px solid #A9AFB4; 
  background:#D6DBDD; 
  padding:1px;
}
#search .resultBlock {
  margin-bottom: 7px;
  margin-top: 7px; 
  font-size:12px;
}
#search DIV.title A {
  font-weight:bold;
  font-size:12px;
  text-decoration:underline;
  color:#00477F;
}
#search .urlDisplay {
  color:#CF7019;
}

/* Footer area */
#footer {
	width: 874px;
	margin: 0 auto;
	padding:2px 0 2px 106px;
	color:#6F7159;
	font-size:10px;
	background: #ffffff url(/images/template/HDTfooter_bg.jpg);
	}
#copyright {
  color: #FFF; 
  font-size: 11px;
  height: 20px;
  padding: 4px 5px 0 0;
}
#copyright A {
  color: #FFF;
  text-decoration: none;
}
#copyright A:hover {
  color: #FFF;
  text-decoration: underline;
}

/* Drop-down menu */
#dropmenudiv {
  z-index: 1000;
  position: absolute;
  border: 1px solid #5c636b;
  border-bottom-width: 0;
  line-height: 16px;
  background: #e8e8ea;
}
#dropmenudiv a {
  z-index: 1001;
  width: 180px;
  display: block;
  border-bottom: 1px solid #5c636b;
  padding: 3px 0 2px 5px;
  font-size: 11px;
  color: #5c636b;
  text-decoration: none;
  font-family: arial;
}
#dropmenudiv a:hover { 
  z-index: 1002;
	background: #FFF;
  color: #3484c2;
}

.newsSource{
	font-style:italic;
	color:#999;
}
