html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #3A0404 url(images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
	background: url(images/header.gif) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

#header {
  background: #D9D1BC url(images/detroit_skyline.jpg) no-repeat;
  height: 156px;
}

#logo {
  background: #D9D1BC top left url(images/lightedtolighten.jpg) no-repeat;
  position: absolute;
  top: 1px;
  left: 310px;
  width: 370px;
  color: #52616E;
}

#logo h1 {
  font: bold 20px "arial narrow", arial, sans-serif;
}

#logo p {
  margin: 0;
  font-weight: bold;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 360px;
  width: 500px;
}
#nav li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 20px;
  line-height: .9;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}


/** topcontent **/

#topcon {
  background: url(images/topcon.gif) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

#topconf {
  background: url(images/topconf.gif) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topconf-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topconf h2 {
  font-size: 14px;
}


/** Body **/

#content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 33px;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
  border: 3px solid white;
  background: #901315;
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: #730F11;
  margin-right: 18px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

.photo {
  float: left;
  width: 665px;
  background: #730F11;
  margin-right: 18px;
}
.photo-t { background: top url(images/box_t.gif) repeat-x; }
.photo-r { background: right url(images/box_r.gif) repeat-y; }
.photo-b { background: bottom url(images/box_b.gif) repeat-x; }
.photo-l { background: left url(images/box_l.gif) repeat-y; }
.photo-tr { background: top right url(images/box_tr.gif) no-repeat; }
.photo-br { background: bottom right url(images/box_br.gif) no-repeat; }
.photo-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.photo-tl { background: top left url(images/box_tl.gif) no-repeat; }

.photo-tl {
  padding: 13px 18px;
}

.photo p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 240px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}
/* ------------------------------------------------------------------------- 
                     NAVIGATION SYSTEM v 1.0
---------------------------------------------------------------------------- */





/* Main (tab) Navigation
---------------------------------------------------------------------------- */

/*  global navigation menu */
#navcontainer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 1000px;
	background: #D4CAB6 url(images/bg_tabcontainer.gif) repeat-x 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 64px; /* <- important: height= topnav height + subnav height + borders */
	}

/* ie box model hack (old doctype) */
*html #navcontainer {
	}

#navcontainer a {
	}

/* main nav bar */
#p7TBM {

	}

/* main navigation */
#p7TBMroot {
	background-color: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0px;
	}

/* "rootbox" container */
#p7TBMrootbox {
	background-color: transparent;
	}

#p7TBMroot ul {
	background-color: transparent;
	margin: 0 12px;
	padding: 0;
	/*border: 1px solid red;*/
	}

#p7TBMroot li {
	list-style-type: none;
	display: inline;
	}

#p7TBMroot li a {
	float: left;
}

#p7TBMroot .p7TBMtext li.first a {
	float: left;
	}

#p7TBMroot .p7TBMtext li a {
	text-decoration: none;
	padding: 0;
	height: 33px; /*<- establishes height. Note - not always necessary - works with padding on spans below */
	background: transparent url(images/bg_right_both.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext li a span {
	padding: 12px 9px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	display: block;
	color: #fffeff;
	background: transparent url(images/bg_left_bothOLD.gif) no-repeat left top;
	}
	
*html #p7TBMroot .p7TBMtext li a span {
	padding: 12px 9px 7px 9px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	display: block;
	color: #fffeff;
	background: transparent url(images/bg_left_both.gif) no-repeat left top;
	}	

/* --- Selected/Active State NOTE: this class gets added to the <a> tag "on-the-fly"--- */
#p7TBMroot .p7TBMtext .p7TBMdown, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: black!important;
	background-color: transparent !important;
	padding: 0;
	background: transparent url(images/active_right_both2.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext .p7TBMdown span, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover span {
	padding: 12px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #000;
	background: transparent url(images/active_left_both2.gif) no-repeat left top;
	}
	
*html #p7TBMroot .p7TBMtext .p7TBMdown span, 
*html #p7TBMroot .p7TBMtext .p7TBMdown:hover span {
	padding: 12px 9px 7px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	}

/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active {
	color: #000;
	padding: 0;
	margin: 0;
	background: transparent url(images/active_right_both2.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext li.first a:focus,
#p7TBMroot .p7TBMtext li.first a:active {}


.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon span,
#p7TBMroot .p7TBMtext li a:focus span, 
#p7TBMroot .p7TBMtext li a:active span {
	padding: 12px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #000;
	background: transparent url(images/active_left_both2.gif) no-repeat left top;
	}

#p7TBMroot .p7TBMtext .p7TBMon span {
	color: #981919;
	}

*html .p7ie6Fix:active, 
*html #p7TBMroot .p7TBMtext .p7TBMon span,
*html #p7TBMroot .p7TBMtext li a:focus span, 
*html #p7TBMroot .p7TBMtext li a:active span {
	padding: 12px 9px 7px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	}
	
#p7TBMroot .p7TBMtext .p7TBMon {
	color: #981919;
	}


/* SubNavigation
---------------------------------------------------------------------------- */

/* main subnav wrapper */
#p7TBMsubwrap {
	position: relative;
	height: auto;
	font: bold 11px arial, helvetica, sans-serif;
	background: #D9D1BC url(images/bg_subnav.gif) 0 0 repeat-x;
		}

/* subnav wrapper */
#p7TBM .p7TBMsub {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	margin:0;
	background: #D9D1BC;
	
	}

.p7TBMsubbox {
	padding: 0 0 0 0;
	}


/*SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0 0 0 3px;
	padding: 7px 5px 0 5px;
	background-image: url(images/iebfix.gif);
	background-color: transparent;
	border: 0;
	
	}

.p7TBMsub li {
	list-style-type: none;
	display: inline;
	}
	
.p7TBMsub li.weather {
padding: 0px 6px 1px 10px;
font-size: 11px;
font-weight: normal;
}

.p7TBMsub li.weather .red {
font-weight: bold;
color: #b6302d;
padding: 0;
display: inline;
float: none;
}

.p7TBMsub li.weather a:link, 
.p7TBMsub li.weather a:active, 
.p7TBMsub li.weather a:hover, 
.p7TBMsub li.weather a:visited,
.p7TBMsub li.weather a:focus {
font-weight: normal;
float: none;
display: inline;
background: none;
border: none;
padding: 0;
margin: 0;
text-decoration: underline;
}

/* ---  BOTH submenu links and non-links
 NOTE: When there is no link - always use a span as a replacement: */
.p7TBMsub li a:link, .p7TBMsub li a:visited 
 {
   background: transparent url(images/nav_bullet.gif) no-repeat 0% 50%;
   }
   
.p7TBMsub li a, .p7TBMsub li span { 
	color: #3e3e3c;
   display: block;
   float: left;
   border: none;
   text-decoration: none; 
   padding: 1px 6px 1px 7px;
   } 


.p7TBMsub li.first a:link,
.p7TBMsub li.first a:visited
 {
	/*margin-left: 5px;*/
	display: inline-block;
	background: none;
	}
	
.p7TBMsub li.label {
	/*margin-left: 5px;*/
	float: left;
	background: none;
	color: #3e3e3c;
	display: inline-block;
	width: auto;
	padding: 1px 0 0 0;
	}
	

.p7TBMsub li.last a,
.p7TBMsub li.last span {
	border-color: #000;
	text-decoration: none;
	}

.p7TBMsub li a:hover,
.p7TBMsub li a:focus {
	color: #3e3e3c;
	border: 1px solid #666;
	margin-right: -1px;
	margin-left: -1px;
	background:#FFF none;
	text-decoration: none;
	padding: 0 6px 1px 7px;
	}

.p7TBMsub li.first a:hover,
.p7TBMsub li.first a:active,
.p7TBMsub li a.image:hover,
.p7TBMsub li a.image:active

 {
	display: inline-block;
	background: #FFF none;
	}
	
.p7TBMsub li a.image:hover,
.p7TBMsub li a.image:active
{
	border: none;

}	

/* ---  non-link submenu items
 When there is no link - always use a span as a replacement: */
.p7TBMsub li span {
	margin: 0;
	}


/* current state marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	color: #3e3e3c;
	border: 1px solid #666;
	margin-right: -1px;
	margin-left: -1px;
	background:#fff none!important;
	text-decoration: none;
	padding: 0 6px 1px 7px;
	
	}


/* ------ HOME TAB SPECIFIC*/

.rightSub ul {
	float:right;
	padding-right: 10px;
	}

/* subnav - optional class */
.p7TBMsub li.right,
.p7TBMsub2 li.right {
	float: right;
	}


/* ------ subnav adjustments*/

#p7TBMsub01 ul {

	}

#p7TBMsub02 ul {
	}

#p7TBMsub03 ul {
	padding-left: 50px;
	}

#p7TBMsub04 ul {

	}

#p7TBMsub05 ul {

	}
	
#p7TBMsub06 ul {

	}	

#p7TBMsub07 ul {

	}

#p7TBMsub08 ul {
	padding-left: 200px;
	}


#p7TBMsub09 ul {
	padding-left: 370px;
	}




#p7TBMsub10 ul {

	}


#p7TBMsub11 ul {

	}
	

#p7TBMsub12 ul {

	
	}
	

#p7TBMsub13 ul {
	
	}

/* ------ misc additional styles */

/*this tells firefox not to display the " dotted border " when you click - do not change */
#p7TBMroot .p7TBMtext a,
#p7TBMroot .p7TBMtext .p7TBMdown, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover,
#p7TBMroot .p7TBMtext .p7TBMdown:focus,
.p7TBMsub li a,
.p7TBMsub li a:hover,
.p7TBMsub li a:focus {
	outline: none;
	-moz-outline: none !important;
	}

#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

img.sitemap {
position: absolute;
top: 0;
right: 24px;
z-index: 500;

}


a:link.image,
a:hover.image,
a:active.image,
a:visited.image,
a:focus.image
 {
background: none!important;