/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #fff;
	height: 100%;
	background-color: #333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(newmfgc/img/new masthead.gif);
	background-repeat: no-repeat;
	background-position: -10px 0px;
	background-image: url(images/new%20masthead.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	}
#header div {
	text-align: left;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
	}
#header li {
	display: inline;
	list-style-type: none;
	font-size: 92%;
	background: url(images/nav.gif) no-repeat;
	width: 100px;
	height: 25px;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	}
#header li.right {
	background: url(images/nav-R.gif) no-repeat;	
	}
#header li a {
	display: block;
	width: 100%;
	color: #fff;
	padding-top: 7px;
	font-weight: bold;
	}		
#header li a.on,
#header li a:hover { background-color: #333; color: #9c0; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { 
	padding-bottom: 60px; 
	}	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 {
	font-size: 1.2em;
	color: #9c0;
	font-weight: bold;
	margin: 0 0 20px 0;
	clear: both;
	border-bottom: 2px solid #9c0;
	}	
#content p {
	line-height: 1.5em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: disc;
	line-height: 1.5em;
	text-indent: 15px;
	list-style-position: inside;
	}	

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li {
	float: left;
	padding: 0;
	list-style-type: none;
	}
#content ul.thumbs li a img { border: 2px solid #a29d4d; }
#content ul.thumbs li a:hover img { border: 2px solid #fff; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 15px;
	}


/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 475px;	
	text-align: left;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }

/*------------------------------------------------------------*
**  General Things
**------------------------------------------------------------*/
.emphDates {
	font-size: 110%;
	font-weight: bold;
	color: #a29d4d;
	}
.italicizeThis {
	font-style: italic;
	}
.CDtitles {
	color: #a29d4d;
	font-style: italic;
	}
.purchases {
	color: #a29d4d;
	font-size: 90%;
	font-weight: bold;
	}
	
a img.thumbnail { 
	border: 2px solid #a29d4d; 
	}
a:hover img.thumbnail { 
	border: 2px solid #fff;
	}	
.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
	}
