/* Stylesheet used with the HVP Policy and Procedures Manual Website */

/*------------- Universal ---------------*/
/* The following elements are either applied across the entire site or are designed to be used
in various locations on the site */

html {font-size: 75%;} /*sets default font size to 12px*/
/*default settings for site content area*/
body {background-color:#fff; margin:0; padding:0; font-family:arial, helvetica, sans-serif; color:#000; font-size:1em;}

/*--- Links ---*/

a:link	{color:#03f; font-weight:bold; text-decoration:none;} /*style of neutral link*/
a:visited {color:#609; font-weight:bold; text-decoration:none;} /*style of visited link*/
a:hover	{text-decoration:underline; color:#09f;} /*style of link when hovered*/
a:focus {text-decoration:underline;} /*style of links when using tab*/

a img {border: none;} /*removes border from linked images*/

#page_menu a {padding-left: 0.125em; padding-right: 0.125em;} /*page links below Michigan.gov banner*/

/*--- Lists ---*/

ol {list-style-type:upper-alpha;}
ol ol {list-style-type:decimal;padding-top:0.333em;} /*from alpha to decimal*/
ol ol ol {list-style-type:lower-roman;padding-top:0.333em;} /*from alpha to decimal to lower roman*/

ol.loweralpha {list-style-type:lower-alpha;} /*lower alpha orderd list*/

ul ol {list-style-type:decimal; padding-top:0.333em;} /*from bullets to decimal*/
ul ol ol {list-style-type:lower-roman; padding-top:0.333em;} /*from bullets to decimal to lower roman*/

ol.priority {list-style-type:decimal; padding-top:0.333em;} /*decimal*/
ol.priority ol {list-style-type:lower-alpha; padding-top:0.333em;} /*from decimal to lower letters*/
ol.priority ol ol{list-style-type:lower-roman; padding-top:0.333em;}

ol ul {list-style-type:disc; padding-top:0.33em; padding-bottom: 0.833em;} /*unorderd within ordered*/

li {padding-bottom:0.167em;vertical-align:middle;} /*spacing between lists and alignment to fix IE6 issue*/

.indexsection ul {list-style:none; margin:0; padding:0; font-weight:bold;} /* Index items */
.indexsection ul li a {padding-left:4px;}
.indexsection ul ul {list-style:square; list-style-position:inside; padding:0; margin-left:10px;}

dl.margin {margin: 0;padding: 0;}
.margin dt{margin: 0;padding: 0;font-weight: bold;}
.margin dd{margin: 0 0 1em 0;padding: 0;}

ul.listcol {	/* used for lists organized in columns  (ch 1 sec b)*/
	list-style:none;
	float: left;
	width:9.17em;
	padding:0 0.833em 0;
	margin:0;
	border-left: 1px solid #ccc;
	}

/*--- Headings ---*/

h1 {font-size:1.167em; font-weight:bold; margin:0 0 0 125px; color: #005dab;} /*main site header*/
h2 {font-size:1.083em; font-weight:bold; color: #000; margin:0;} /*header under mich gov graphic*/
h3 {font-size:1.083em;font-weight:bold;margin:0;padding:0;text-align:center;}
h4 {font-size:1.083em;font-weight:bold;margin-bottom:0.417em; margin-top:0;}
h5 {font-weight:bold;font-size:1em;padding:0;margin:0;}
h6 {background:url(layoutimg/titlebg.png); /* index section and table headings, blue gradient for background */
	background-repeat: repeat;
	color:#fff;
	font-weight:bold;
	font-size:0.917em;
	padding:0.167em 0 0.137em 0.5em;
	margin-bottom:0.333em;}

/*--- Alignment ---*/

/*adds indent*/	
.indent {margin-left: 15px;}
.indent2 {margin-left: 40px;}

.alignleft {float: left;} /* allows text to be on same line (site index) */
	
.leftspace {float: left; margin-left: 10px;} /* floats text on same line w/ space (site index) */

/*--- Columns ---*/

.chartcolumn {	/* columns used for centered chapter chart sections (ch 1 sec b)*/
	width: 260px;
	padding: 5px;
	float: left;
	margin-bottom:5px;
	margin-left: 130px;
	border: 1px solid;
	display: inline;	/* resolves column issues experienced with IE */
	}
	
.chartcolumn2 {	/* columns used for inline chart sections (ch 1 sec b)*/
	width: 260px;
	padding: 5px;
	float: left;
	margin-bottom:5px;
	border: 1px solid;
	}
	
.chartcolumn3 {	/* columns used for right justified chapter chart sections (ch 1 sec b)*/
	width: 260px;
	padding: 5px;
	float: left;
	margin-bottom:5px;
	margin-left: 275px;
	border: 1px solid;
	display: inline;
	}
	
/*--- Tables ---*/

td {border-bottom: 1px solid #ccc; font-weight:bold;} /*styles for table cells*/
.collapse {border-collapse: collapse;} /* colapse table borders */

/*--- Misc ---*/

.backtop{text-align:right; padding-bottom:0.583em; margin:0;} /*contains "go to top" links*/

.hide {visibility:hidden;} /*hides elements used with this class*/

.clearfix:after /*clears floated elements*/
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.highlight {background-color: #ddd;} /* shades sections of text and table cells */
	
/*------------- Layout ------------------*/
/* The following elements are used to create the site layout. */

#search /*holds search feature*/
	{
	width:340px;
	height: 38px;
	float: right;
	margin: 5px 25px 0 0;
	}

#contain /*holds entire site*/
	{
	width:960px;
	margin:0 auto;
	padding:0;
	}
	
#chaptercontain	{width:560px; margin-left:35px; margin-top:7px; padding:0;} /*holds entire top navigation*/

#banner	 /*holds site banner*/
	{
	margin-top:10px;
	width:960px;
	padding:0;
	background-image: url(layoutimg/layout_01.png);
	height: 91px;
	background-repeat: no-repeat;
	}
	
#mshda /* mshda home link*/
	{ 
	float: left;
	position:absolute;
	width : 250px;
	height: 125px;
	margin-left:54px;
	text-decoration:none;
	}

#footer /*holds site footer*/
	{
	width:960px;
	margin:0 auto;
	padding:0;
	background-image: url(layoutimg/layout_10.png);
	height: 41px;
	background-repeat: no-repeat;
	}
	
#copyright /*holds State of Michigan copyright*/
	{
	width:960px;
	text-align:center;
	font-size:0.917em;
	margin:0 auto;
	padding-top:15px;
	}

#bodymain1 /*holds entire site under banner*/
	{
	width:960px;
	padding:0;
	background-image:url(layoutimg/layout_11.png);
	background-repeat: repeat-y;
	}
	
#bodymain2 /*holds body between right and left border*/
	{
	width:889px;
	padding:0;
	float:left;
	}

#leftborder /*left graphic drop shadow*/
	{
	width:35px;
	padding:0;
	background-image: url(layoutimg/layout_02.png);
	background-repeat: no-repeat;
	float:left;
	height:10px;
	}

#rightborder /*right graphic drop shadow*/
	{
	width:36px;
	padding:0;
	background-image: url(layoutimg/layout_05.png);
	background-repeat: no-repeat;
	height:10px;
	float:left;
	}
#navcontain /*sits above left and right body*/
	{
	width:889px;
	padding:0;
	}

#govbanner /*holds SOM banner*/
	{
	background-image: url(layoutimg/layout_03.png);
	background-repeat: no-repeat;	
	width:269px;
	height:139px;
	float:left;
	}

#gov  /* mich gov site*/
	{
	float: left;
	position:absolute;
	margin-top:46px;
	margin-left:20px;
	width : 249px;
	height: 93px;
	text-decoration:none;
	}

#navspace /*empty block space for chaptercontain*/
	{
	background-image: url(layoutimg/layout_04.png);
	background-repeat: no-repeat;	
	width:600px;
	height:139px;
	float:left;
	}
	
#sitemapbg /*replaces navspace for sitemap*/
	{
	width:600px;
	height:139px;
	float:left;
	}
	
#leftbody, #leftbody_home /*empty block space for sections menu and home page left banner*/
	{
	background-repeat: no-repeat;	
	width:269px;
	float:left;
	}

#leftbody /*holds left side navigation*/
	{	
	background-image: url(layoutimg/layout_07.png);
	}
	
#leftbody_home /*places HVP logo in place of left side navigation*/
	{
	background-image: url(layoutimg/homepg.png);
	height: 400px;
	}
	
#rightbody /*empty block space for body content*/
	{
	background-image: url(layoutimg/layout_08.png);
	background-repeat: no-repeat;	
	width:620px;
	min-height:400px;
	float:left;
	}
	
#leftbodyhead /*left header space*/
	{
	width:200px;
	position:absolute;
	margin-left:22px;
	margin-top:7px;
	}

#rightbodyhead /*right header space*/
	{
	width:200px;
	margin-left:40px;
	margin-top:2px;
	position:absolute;
	}

#leftbodycontent /*holds left side content*/
	{
	width:242px;
	padding-left:8px;
	padding-top:25px;
	}

#rightbodycontent /*holds right side content*/
	{
	width:570px;
	padding-left:30px;
	line-height:140%;
	}
	
#page_menu /*links for glossary index appendix sitemap*/
	{
	width:245px;
	float: left;
	display: inline;
	margin-left: 18px;
	font-size:12px;
	padding: 0;
	}

#alphanav {		/* alphabetical navigation (site index) */
	padding-bottom: 15px;
	padding-top: 5px;
	width: 870px;
	height: 50px;
	clear: both;
	text-align: center;
	}
	
#siteindex /*holds site index content*/
	{
	width:889px;
	padding: 0;
	float:left;
	margin:0;
	}
	
/*------------- Navigation --------------*/
/* The following elements are used with navigation located throughout the site. */

/* used with left navigation menu */
.show{
display: block; /*show subsection menu*/
padding-bottom: 10px;
}
.show ol {list-style-type:decimal; padding-top:0.333em; padding-left: 0; margin-left: 1.5em;} /*left nav sections*/
/*from decimal to lower letters w/ less indent (ex: ch3 sec E)*/
.show ol ol {list-style-type:lower-alpha; padding-top:0.333em; padding-left: 0; margin-left: 1.5em;} 

ul.nav	{padding:0; margin:0; list-style:none;} /*removes styles from navigation*/
li.nav, li.none	{padding:0; list-style:none;} /*removes styles from navigation*/

.menu a, .menu a:visited  /*neutral style navigation menu*/
	{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	background-color:#dee0e5;
	color:#000;
	display:block;
	width:84px;
	padding:0.2em;
	margin:0.1em auto;
	border-left:5px solid #fff;
  	}

.menu a:hover  /*navigation menu hover effect*/
	{
  	border-left:5px solid #09f;	
	text-decoration:none;
	background-color:#c0c5d3;
	color:#000;
  	}
	
.menu a:hover span.lk /*description dropdown effect*/
	{
	display:block;
	text-decoration:none;
	text-align:left;
	position:absolute;
	z-index:20;
	top:106px;
	left:0;
	width:150px;
	margin:auto;
	padding:02px;
	background-color:#09f;
	color:#fff;
	font-variant: small-caps;
  	}

.menu a span {display:none;} /*hides description dropdown*/

.chaptertable /*holds a column of chapter navigation*/
	{
	width:90px;
	position:relative;
	float:left;
	}
/*------------- Home --------------------*/
/* The following elements were created to be specifically used within the Home page. */

ul.home {padding:0; margin:0.417em 0 1.25em 2.083em; list-style:none;} /*home page list items*/

/*.homepg class attributes apply to the main site page (home/index)*/
.homepg a:link, .homepg a:visited{font-size: 1.083em; font-weight: bold; margin:0;}

/*------------- Index -------------------*/
/* The following elements were created to be specifically used within the Index page. */

.linkindex a:link, .linkindex a:visited /*styles for site index navigation links*/
	{
	background:url(layoutimg/titlebg.png);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:2px 5px 2px 5px;
	font-variant: small-caps;
	}

.linkindex a:hover /*styles for links when the mouse cursor is over links*/
	{
	background:#369;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	font-variant: small-caps;
	border: 1px solid #336699;
	}
	
.indexcolumn {		/* index section column */
	width: 444px;
	float: left;
	padding-bottom: 20px;
	}

.indexsection { /* formats sections within index columns */
	width: 403px;
	padding-left: 20px;
	line-height:140%;
	float: left;
	} 
	
.indexnav { /*hols navigation used with site index content*/
	height: 10px;
	width: 250px;
	float: left;
	padding-left: 15px;
	}

/*------------- Site Map ----------------*/
/* The following elements were created to be specifically used within the Site Map. */

ol.sm_list {list-style-type:upper-alpha;margin-top: 0;padding-right:2px;} /*site map list format*/

/*contains site map content*/
#sitemap
	{
	width:889px;
	padding: 0;
	float:left;
	margin:0;
	}

.columns{width:289px; float:left; margin-left: 5px; display: inline;} /*columns for sitemap*/
.sm_section{margin: 0; border:1px solid #ebebeb; border-top: none;} /*site map list section*/
/*sets site map section headings to links with gradient background*/
.columns a.sm_heading {
	background:url(layoutimg/titlebg.png);
	background-repeat: repeat;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	padding:2px 0 2px 6px;
	margin:4px 0 4px;
	display: block;
	}

/*-------------- used to highlight search results --------------*/
.hl0	{ background-color: #FFFF99 }
.hl1	{ background-color: #FF99FF }
.hl2	{ background-color: #99FFFF }
.hl3	{ background-color: #FF9999 }
.hl4	{ background-color: #9999FF }