
body {
	background-color: #FEFEDC;
	margin: 0px;
 	font-family: verdana,arial,sans-serif; 
}
#header {
	background-image: url(../nav/bgtop3.gif);
	height: 98px;
}
#header-left {
	width: 584px;
	float: left;
}
#header-right {
	width: 176px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

#hdr {
	background-image: url(http://www.absolutemichigan.com/nav/hdr.gif);
	background-color: #456EA0;
	height: 178px;
	padding-left: 25px;
	padding-right: 20px;
}

blockquote {
 border-left: 2px solid #2C5A90;
 padding-left: 3px;
 }

.lttxt {
 color: #BFCDDD;
 font-size: 9px;
 letter-spacing: -0.02em;
 }
.ltform {
 border: 1px solid #95ACC7;
 background-color: #416A9B;
 color: #BFCDDD;
 font-size: 9px;
 }
td {
 font-family: verdana,arial,sans-serif;
 font-size: 11px;
 color: #000000;
 line-height: 130%;
}
.destination {
 font-family: georgia, times new roman,serif;
 font-size: 13px;
 color: #333;
 line-height: 130%;
 font-style: italic;
}
.maintable {
 margin: 10px;
 }
li {
 padding: 3px; 
}
.photo {
 float: right;
 padding-left: 5px;
 margin-top: 0;
 text-align: center;
 }
.photol {
 float: left;
 padding-right: 5px;
 margin-top: 0;
 text-align: center;
 } 
 .photo170 {
 float: right;
  width: 170px;
  padding: 2px;
 text-align: center;
 margin-left: 5;
 border: 1px solid #CBD7B5;
 background-color: #E0E7D2;
 font-size: .8em;
 }
 .photo260 {
 float: right;
  width: 260px;
  padding: 2px;
 text-align: center;
 margin-left: 5;
 border: 1px solid #CBD7B5;
 background-color: #E0E7D2;
 font-size: .8em;
 }
 
.sponsor300_right {
 float: right;
 padding: 5px;
 }
.sponsor300_right img {
 border: 1px solid #666;
 }
 
.player {
 background-color: #eee;
 padding: 3px;
 border: 1px solid #333;
 }
.rightblock {
 text-align: center;
 width: 180px;
 border: 1px solid #CBD7B5;
 background-color: #E0E7D2;
 font-size: 9px;
 }
.rightblockhdr {
 text-align: center;
 color:#000;
 background-color: #CBD7B5;
 padding:2px;
 text-transform: uppercase;
 }
.rightblockhdrtxt {
 font-size: 17px;
 font-family: charcoal,arial black,verdana,sans-serif;
 font-weight: normal;
 padding:3px;
 text-transform: none;
 }
.rightblockhdr a:link {
	color: #2C5A90;
 font-weight: normal;
 text-transform: none;
 text-decoration: none;
}
.rightblockhdr a:visited {
 color: #416A9B;
 font-weight: normal;
 text-transform: none;
 text-decoration: none;
}
.rightblockhdr a:hover {
 color: #990000;
 font-weight: normal;
 text-transform: none;
 text-decoration: underline;
} 

.bluebox {
 text-align: center;
 width: 160px;
 border: 1px solid #567BA6;
 background-color: #BFCDDD;
 }
 .bluebox2 {
 border: 1px solid #567BA6;
 background-color: #BFCDDD;
 padding: 2px;
 }
 .bluebox2 strong {
 line-height: 150%;
 }
.bluebox100 {
 border: 1px solid #567BA6;
 background-color: #BFCDDD;
 padding: 3px;
 }
.bluebox100 small {
color: #666;
 }
.bluebox100 a {
font-size: 1.2em;
 }
.blueboxhdr {
 color:#567BA6;
 background-color: #95ACC7;
 padding:2px;
 font-size: 9px;
 }
.blueboxhdr a:link {
	color: #567BA6;
 font-weight: normal;
 text-decoration: none;
}
.blueboxhdr a:visited {
 color: #567BA6;
 font-weight: normal;
 text-decoration: none;
}
.blueboxhdr a:hover {
 color: #990000;
 font-weight: normal;
 text-decoration: underline;
} 
.blueboxfooter {
 background-color: #95ACC7;
 padding:2px;
 font-size: 10px;
 text-transform: uppercase;
 }

/** navbar bar styles **/
#navbar a {
	margin: 0;
	padding: 0;
	font-size: .9em;
	text-decoration: none;
	display: block;
	}
#navbar, #navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#navbar ul a {
	display: block;
	width: 197px;
	border-top: 1px solid #CBD7B5;
	border-bottom: 1px solid #CBD7B5;
	padding-left: 2px;
}

#navbar ul a:hover {
	display: block;
	width: 197px;
	background-color: #369;
	color: #fff;
	border-top: 1px solid #173E6B;
	border-bottom: 1px solid #fff;
}

#navbar li { /* all list items */
	float: left;
	padding-right: 10px;
}

#navbar li a:hover { /* all list items */
}

#navbar li ul { /* second-level lists */
	position: absolute;
	background: #CBD7B5;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.topmenu {
	font-size: 9px;
	color: #fff;
	margin-top: 3px;
	}
.topmenu a:link {
	text-decoration: none;
	color: #fff;
	}
.topmenu a:visited {
	text-decoration: none;
	color: #fff;
	}
.topmenu a:hover {
	text-decoration: none;
	color: #F8AD0B;
	}

#dropmenudiv{
position:absolute;
	padding-left: 2px;
border-bottom-width: 0;
font-size: 9px;
z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #CBD7B5;
	border-bottom: 1px solid #CBD7B5;
	background-color: #CBD7B5;
	font-size: 9px;
	padding: 1px 0;
	text-decoration: none;
	}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #369;
	font-size: 9px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* Link lists on category pages */
.linkList_title {
 font-size: 1.6em;
 font-family: charcoal,arial black,verdana,sans-serif;
 font-weight: normal;
 background-color: #fffff0;
 margin-top: 5px; 
 margin-bottom: 3px; 
 padding: 3px;
 border-bottom: 1px solid #eee;
}
#linkList {
 padding: 0; 
 margin: 0;
 }
#linkList li {
 list-style: none; 
 margin: 0; 
 padding: 0; 
 }
#linkList li a {
 list-style: none; 
 margin: 0; 
 padding: 3px;
 		display: block; 
 border-bottom: 1px solid #eee;
 }
#linkList li a:link {
text-decoration: none;
}
#linkList li a:visited {
text-decoration: none;
}
#linkList li a:hover {
text-decoration: none;
 background-color: #fffff0;
 border-bottom: 1px solid #ccc;
}
#linkList2 {
 padding: 0; 
 margin: 0;
 }
#linkList2 li {
 list-style: none; 
 margin: 0; 
 padding-top: 3px; 
 		display: block; 
 border-bottom: 1px solid #eee;
 }

.sponsor160_notused {
 text-align: center;
 border: 1px solid #D7D7C0;
 background-color: #fffff0;
 padding: 4px;
 }
.sponsor160 img {
 border: 1px solid #D7D7C0;
 }
  
.navheader {
 font-family: charcoal,arial black,sans-serif;
 padding: 3px;
 padding-left: 0px; 
 font-size: 13px;
}
.nav {
 width: 200px;
 border: 1px solid #2C5A90;
 background-color: #BFCDDD;
 color: #173E6B;
 font-size: 11px;
 padding: 3px;
 line-height: 140%;
}
.navbottom {
 border: 1px solid #2C5A90;
 background-color: #BFCDDD;
 color: #173E6B;
 font-size: 11px;
 padding: 3px;
 line-height: 140%;
}
.related {
 width: 200px;
 border: 1px solid #98AF6B;
 background-color: #C3D1A9;
 color: #173E6B;
 font-size: 11px;
 padding: 3px;
 line-height: 140%;
}
.hp {
 border: 1px solid #98AF6B;
 background-color: #C3D1A9;
 color: #173E6B;
 font-size: 10px;
 padding: 3px;
 line-height: 140%;
}
.newscallout {
 border-top: 1px solid #98AF6B;
 border-bottom: 1px solid #98AF6B;
 background-color: #E0E7D2;
 color: #173E6B;
 font-size: 10px;
 padding: 3px;
 line-height: 140%;
}
.michigan {
 width: 200px;
 border: 1px solid #BEBE53;
 background-color: #E0E7D2;
 color: #173E6B;
 font-size: 11px;
 padding: 3px;
 line-height: 140%;
}
div.michigan ul {

	margin: 0;
	padding: 0;

}
div.michigan li {

	list-style: none;
	margin: 0 0 .5em 0;

}
.michigan-links {
 border: 1px solid #BEBE53;
 background-color: #FDFDBF;
 color: #173E6B;
 padding: 3px;
 font-family: verdana,arial,sans-serif;
 font-size: 10px;
 line-height: 110%;
 font-weight: bold;
}
.premium {
 border: thin dotted #7A8E54;
 background-color: #ffffff;
 padding: 3px; 
 font-size: 12px;
} 
.premium2 {
 border: thin dotted #7A8E54;
 background-color: #ffffff;
 padding: 3px; 
 font-size: 10px;
} 
.premium3 {
 border: thin dotted #7A8E54;
 background-color: #ffffff;
 padding: 3px; 
 font-size: 10px;
 text-align: left;
 width: 160px;
 margin-left: auto;
 margin-right: auto;
 line-height: 110%;
} 
.sidebar {
 font-size: 9px;
 font-family: Verdana,Arial, Geneva, sans-serif;
 line-height: 120%;
}
.toc {
 border: 1px solid #2C5A90;
 background-color: #BFCDDD;
 padding: 3px;
 font-size: 9px;
 line-height: 120%;
}
.enhanced {
 font-size: 12px;
}
.larger {
 font-family: verdana,arial,sans-serif;
 font-size: 14px;
 line-height: 150%;
 font-weight: bold;
}
.larger2 {
 font-family: verdana,arial,sans-serif;
 font-size: 12px;
 line-height: 130%;
}
.body {
 font-family: verdana,arial,sans-serif;
 font-size: 10px;
 line-height: 110%;
 font-weight: bold;
}
.byline {
 width: 320px;
 border: 1px solid #98AF6B;
 background-color: #C3D1A9;
 color: #173E6B;
 font-size: 10px;
 padding: 3px;
 line-height: 140%;
}
.comment {
 border: 1px solid #BAA887;
 background-color: #F4D192;
 color: #173E6B;
 font-size: 10px;
 padding: 3px;
}
 
.articles_top { 
 border: 1px solid #BAA887;
 background-color: #FEFEED;
 color: #173E6B;
 font-size: .85em;
 padding: 3px;
 margin-bottom: 3px;
 margin-right: 10px;
}
.articles_top strong {
 font-size: 1.4em;
 line-height: 120%; 
}
 
.articles_top_home { 
 border: 1px solid #BAA887;
 background-color: #FEFEED;
 color: #173E6B;
 font-size: .85em;
 padding: 3px;
 margin-bottom: 3px;
}
.articles_top_home strong {
 font-size: 1.4em;
 line-height: 120%; 
}
a:link {
	color: #2C5A90;
 font-weight: bold;
}

a:visited {
 color: #416A9B;
 font-weight: bold;
}

a:hover {
 color: #990000;
 font-weight: bold;
} 

.alert {
 font-weight: bold;
 font-size: 1.2em;
 
}

.alert a {
 color: #CC6600;
 }

.alert a:hover {
 color: #990000;
 }

small {
 font-size: 9px;
 font-family: Verdana,Arial, Geneva, sans-serif;
 line-height: 180%;
 letter-spacing: -0.02em;
}

.sidebar small {
 font-size: .94em;
 line-height: 130%;
 text-transform: uppercase;
}

h1 {
 font-size: 17px;
 font-family: charcoal,arial black,verdana,sans-serif;
 line-height: 110%;
 font-weight: normal;
}

h2 {
 font-size: 17px;
 font-family: charcoal,arial black,verdana,sans-serif;
 font-weight: normal;
}

strong {
 font-size: 17px;
 font-family: charcoal,arial black,verdana,sans-serif;
 font-weight: normal;
}

h3 {
 font-size: 15px;
 font-family: charcoal,arial black,verdana,sans-serif;
 font-weight: normal;
}
.vidframe {
  border: 2px groove #666;
 background-color: #fff;
}

