/* CSS Document */
/* Making it Safely - 2007 Manufacturing Conference*/
/*  August 20, 2007 */


/*Header*/
#header{
  	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	height: 160px;
	background-color:#000;
}



#header h1 {
	color: #fff;
	font-size:5px;
	font-weight: bold;
	text-align:right;
	margin-top: 73px;
	visibility:hidden;
	
}

#header h1 a {
	text-decoration: none;
	color: #fff;
	}
	
/*Navigation*/
#nav {
	margin-top: 0px;
	padding: 0px 0px 5px 0px;
	}

#nav ul { 
 	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	list-style-type: none;
	text-align: right;
}
#nav ul li { 
	display: inline; 

}

#nav ul li a
{
font-size:12px;
font-weight: bold;
text-decoration: none;
padding: 3px 10px 6px 10px;
color: #412819;
}

#nav ul li a:hover
{
color: #fff;
background-color:#412819;
}
/*main*/
#main {
	padding: 10px 15px 10px 10px;
}

#main h1 {
	font-size: 14pt;
	color: #412819;
	width: 95%;
	padding-bottom: 5px;
	border-bottom: 2px solid #412819;
}
#main h2 {
	font-size: 10pt;
	color: #412819;
	width: 95%;
	font-weight: bold;
	padding-bottom: 5px;

}

#main p {
	font-size: 10pt;
}
#main ul {
	font-size: 10pt;
}

#main .contentImg {
	padding: 0px 0px 10px 10px;
}
#main li {
	list-style-image: url(/_img/bullet.gif);
	padding-bottom: 10px;
	padding-left: 5px;
	
}
/*mainfull*/
#mainfull {
	padding: 20px 15px 10px 30px;
}

#mainfull h1 {
	font-size: 14pt;
	color: #412819;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 2px solid #412819;
}

#mainfull p {
	font-size: 10pt;
}
#mainfull ul {
	font-size: 10pt;
}

#mainfull .contentImg {
	padding: 0px 0px 10px 10px;
}
#mainfull li {
	list-style-image: url(/_img/bullet.gif);
	padding-bottom: 10px;
	padding-left: 5px;
	
}
/*Agenda*/
.tDateTime {
	font-size: 12px;
	background-color:#412819;
	font-weight:bold;
	text-align:center;
	padding: 10px;
	color:#FFFFFF;
	
}

.tSpeaker {
	font-size: 10px;
	background-color:#fff;
	padding: 10px;
	
}

.tSession {
	font-size: 10px;
	background-color:#fff;
	padding: 10px;
	
}

.tTime {
	font-size: 10px;
	background-color:#412819;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}




#spotlight li { 
	font-size:12px;
	list-style-image: url(/_img/bullet.gif)
}

/*Sposors level*/
.platinum {font-size:14px; font-weight:bold; color:#999999;}

.bronze {font-size:14px; font-weight:bold; color:#996600;}

.silver {font-size:14px; font-weight:bold; color:#6c6c6c; }
	
	
#sidebar {
	font-size:8pt;

}

#sidebar h1 {
	font-size: 12pt;
	color:#fff;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	text-align:center;	
	background-color:#412819;
	
	}
#sidebar h2 {
	font-size: 10pt;
	color:#000;
	font-weight: bold;
	padding: 10px 5px 3px 15px;
	text-align:left;	
	}
	
#hotel	{text-align: center; padding-top: 10px;}
#whyAttend {border-top: 1px solid #412819; padding: 20px 20px 10px 20px; background-color:#ccc;}
#whyAttend strong {font-size: 10pt; color: #412819; }
#whyAttend ol {margin-top: 5px;}

#sidebar p {text-align:left; padding: 0 20px 10px 20px;}

 	
#sponsorRoll h1 {
	font-size: 12pt;
	color:#fff;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	text-align:center;	
	background-color:#412819
	
	}
#sponsorRoll {text-align: center;}








.btn a {
	background-color:#999999;
	padding: 7px 15px 7px 15px;
	text-decoration:none;
	font-weight: bold;
	color: #000;
	
	}
.btn a:hover  {
	background-color:#68878a;
	padding: 7px 15px 7px 15px;
	text-decoration:none;
	font-weight: bold;
	color: #fff;
	
	}

/*footer*/
#footerblock {
	background-color:#412819;
	}
	
#footerblock p {
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	padding: 2px 0px 0px 0px;
		margin-bottom:0px;
}

a {	color:#412819;}
a:hover { color:#FF9900;}

/*button
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/_img/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }*/








