/* Mother and Lanello
 * copyright 2007, 2009 cheyennesnow.com. All rights reserved.	*/

html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	/* must be included to center div in IE8 */
	text-align: center;
}
#wrap {
	width:790px;
	/* must be included to center div */
	margin:0 auto;
	text-align:left;
	font-size:12pt;
	/* ------------------------------ */
	margin-top:-215px;
}
#header_bar {
	background-image:url('./images/header_bar.jpg');
	background-repeat:repeat-x;
	height:180px;
	margin-top:45px;
	z-index:1;
}
#header {
	background-image:url('./images/header_back.jpg');
	background-repeat:repeat-x;
	width:600px;
	height:180px;
	background-position:0;
	z-index:2;
	font-family: "Book Antiqua",Georgia, "Times New Roman", serif;
	font-size:36pt;
	line-height:1.0em;
	margin-left:50px;
	position:relative;
}
#header img {
	position:absolute;
	top:5px;
	right:10px;
}
#header_text {
	float:left;
	line-height:0.9em;
}
#header_title {
	z-index:3;
	color:#D6F4FC; /*#B8ECFC;*/
	position:absolute;
	top:8px;
	left:50px;
}
#header_title_shadow {
	z-index:2;
	color:#039;
	position:absolute;
	top:11px;
	left:53px;
}
#header_title_quote {
	font-size:0.4em;
	font-style:italic;
	position:absolute;
	top:126px;
	left:90px;
}
#header_title_shadow_quote {
	font-size:0.4em;
	font-style:italic;
	color:#039;
	position:absolute;
	top:128px;
	left:89px;
}
#main {
	float:right;
	width:540px;
	padding:10px;
	font-family: "Book Antiqua",Georgia, "Times New Roman", serif;
	font-weight:normal;
	font-size:12pt;
	margin-top:10px;
	color:#039;
}
h2 {
	margin:0 0 1em;
}
#footer {
	clear:both;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:8pt;
	font-family:Arial, helvetica, sans-serif;
	width:560px;
	margin-left:-20px;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}
.blockquote {
	margin-left:0.25in;
}
.longquote{
	margin-left:0.25in;
	text-indent:0.375in;
	margin-top:-1em;
}
h3 {font-size:1.4em;}
.indent { margin-left:0.20in; }
#glossary {}
a {
	text-decoration:none;
	font-weight:bold;
	}
a:link {color:#00A}
a:visited {color:#0B4D60}	/*#7F676A*/
a:hover {color:#5B196B} 	/*#5B196B*/
a:active {color:#5B196B}
/* ------------------------------- Navigation -------------------------------
	See "navigate_ml.css for styles that are loaded AFTER these
----------------------------------------------------------------------------- */ 
#sidebar {
	float:left;
	width:205px;
	margin:0;
	margin-top:60px;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:1.0em;
	text-indent:-1em;
	padding-left:1em;
}
/* ------ horizontal or vertical menu -------
 *  horizontal	display:inline
 *  vertical	display:block		*/
#navmenuList li { display:block; }
/*  horizonta	white-space:nowrap
 *  vertical	white-space:normal 	*/
#navmenuList a { white-space:normal; } 	

/* main navigation wrapper */
#navmenuList { 	
	margin: 0px;     
	padding: 0px;
}
/* spacing around list items */
#navmenuList li {
	padding:5px;
} 	
/* dropdown menu offset from main navigation link */
#navmenuList ul	{ 	
	z-index:100;
	margin-top:20px;
	margin-left:25px;
}
/* main navigation links */ 	
#navmenuList a { 	
	margin: 0px;
	text-align:left;
	padding-left: 7px;
	padding-right: 7px;
}
/* all links (main & dropdown) */  	
a.starter { 	
	margin: 0px;	
	padding: 0px;	
	border:none;
	text-decoration:none;
}
/* dropdown menu box */ 	
.navmenu { 	
	border:solid 1px #7F676A; 
	background:#FFFFFF; 
	text-align: left;
}
/* dropdown menu links */
.navmenu li {
	margin-left:-25px;
	width:150%;
}
.navmenu li a { 	
	padding-left: 4px;
} 

/* ------ Navigation Bar Link Colors ---------- */

a.starter:link {color:#7F1486}		/* unvisited link */
a.starter:visited {color:#7F1486}	/* visited link */
a.starter:hover {color:#286EA0}		/* mouse over link */
a.starter:active {color:#286EA0}	/* selected link */

/* ------------------------------- Navigation End ------------------------------- */ 

#arrows {
	margin:0;
	padding:0;
	margin:0 auto;
	text-align:left;
}
#arrows img {
	width:70px;
	height:35px;
	text-decoration:none;
	border-style: none;
}
#arrows a {
	text-decoration:none;
	border-style: none;
}
#arrow_next {margin-left:360px;}
#arrows a:hover {
	background-color: white;
	border:none;
	padding:0;
}
#dhtmltooltip{
	position: absolute;
	width: 300px;
	border: 2px solid black;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	text-align:left;
	font-size:0.9em;
	font-family:Georgia,Arial,Times;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
*/
}
.tip {
	cursor:pointer;
	color:#992178;	/* #94004C; blue; 008F9A 3C00FF; */
}
#graphic {
	float:left;
	width:200px;
	border-top:solid 5px white;
	border-right:solid 15px white;
	border-bottom:solid 5px white;
	border-left:0;
	text-align:center;
	font-size:10pt;
}	
.center {text-align:center;}
