/* 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: 312px;
	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;
	border-top: 1px solid #776e64
	}

#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: 4px 30px 6px 15px;
color: #6399ae;
}

#nav ul li a:hover
{
color: #fff;
background-color:#6399ae;
}
/*main*/
#main {
	padding: 10px 15px 10px 10px;
}

#main h1 {
	font-size: 14pt;
	color: #6399ae;;
}
#main h2 {
	font-size: 12pt;
	color: #6399ae;
	border-bottom: 1px solid #6399ae;
}
#main h3 {
	font-size: 11pt;
	color: #000;
}

#main p {
	font-size: 10pt;
}
#main ul {
	font-size:10pt;
}
#main ol {
	font-size:10pt;
}

#main .contentImg {
	padding: 0px 0px 10px 10px;
}

#spotlight li { 
	font-size:10pt;
}





	
	
#sidebar {
	font-size:12px;
	border: 1px solid #776e64;
	margin-top: -10px;
	margin-bottom: 10px;

}

#sidebar h1 {
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	padding: 10px 5px 3px 5px;
	text-align:center;
	background-color:#6399ae;
	padding-bottom: 10px;
	margin-top: 0px;	
	}
	
.sidebarHeading {font-size: 14px; font-weight:bold; color: #6399ae; }

#sidebar p {
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #6399ae;
	padding-bottom: 10px ;
	}
	
.btn a {
	background-color:#999999;
	padding: 7px 15px 7px 15px;
	text-decoration:none;
	font-weight: bold;
	color: #000;
	
	}
.btn a:hover  {
	background-color:#CCCCCC;
	padding: 7px 15px 7px 15px;
	text-decoration:none;
	font-weight: bold;
	color: #fff;
	
	}

/*footer*/
#footerblock {
	background-color:#6399ae;
	}
	
#footerblock p {
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	padding: 2px 0px 5px 0px;
		margin-bottom:0px;
}


/*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; }*/

/* Schedules */
#scheduleWrap {
	border: 1px solid #660000;
	font-size: 12px;
}	

.tDateTime {
	font-size: 12px;
	background-color:#6399ae;
	font-weight:bold;
	text-align:center;
	padding: 10px;
	color:#FFFFFF;
	
}

.tTime {
	font-size: 10px;
	background-color:#6399ae;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}









