/* CSS Document */

/************************************************************************

	Site:		innotechconference.com

	Author:		eROI		[www.eroi.com]  

	Client:		InnoTech

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Left Navigation
	4 - Main Content
	5 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, 
font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    background: transparent;
}

body {
    line-height: 2.7;
    background: #787878 url(../images/bg-body.jpg) repeat-x;
	font: 8pt Arial, Helvetica, sans-serif;
    color: #747474;
	margin-top: 20px;
}

/* ol, ul {
    list-style: none;
} */

a { color: #70a817; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

.clear { clear: both; }


/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/

#container {
	width: 100%; 
}

#header {
	width: 785px;
	height: 86px;
	margin: 0 auto;
	background: url(../images/headerBg.jpg) no-repeat;
	position:relative;
	
}	


#header a { display: block; width: 100%; height: 100%; }	

#line {
	width: 100%;
	height: 3px;
	background:url(../images/line.gif) repeat-x;
}

#contentWrapper {
	width: 783px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/bg-content.gif) repeat-y;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#footer {
	width: 743px;
	margin: 0 auto;
	padding: 30px 20px 25px 20px;
	background: #fff url(../images/line-footer.jpg) repeat-x;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;		
}


/****** Event Info Box *********/

#eventInfo {
	position:absolute;
	height:66px;
	top:9px;
	left:558px;
	width:100%;
	
}
	#eventInfo img#leftcap {
		float:left;
	}

	#eventInfo div#dateText {
		float:left;
		background:url(../images/dateBg.gif) repeat-x;
		height:66px;
		
	}
	
		div#dateText h1 {
			font-family:Garamond, Times New Roman, Times, serif;
			font-size:19px;
			text-transform:uppercase;
			line-height:normal;
			padding-top:10px;
			font-weight:bold;
		}
		
		div#dateText h2 {
			font-family:Garamond, Times New Roman, Times, serif;
			font-size:12px;
			text-transform:uppercase;
			line-height:normal;
			font-weight:bold;
		}
		
		div#dateText h3 {
			font-family:Garamond, Times New Roman, Times, serif;
			font-size:15px;
			text-transform:uppercase;
			line-height:normal;
			font-weight:bold;
		}
	
	#eventInfo img#rightcap {
		float:left;
	}


/***********************************************************************
	3 - LEFT NAV
************************************************************************/

#contentWrapper #left {
	float: left;
	width: 171px;
	padding: 10px 2px; 
}

#left #nav {

}

#left #sidebarBoxes {
	width: 149px;
	padding: 0 11px;
}

#left #sidebarBoxes h2 {
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	border-bottom: 1px solid #dadada;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#left #sidebarBoxes #present {
	padding-bottom: 25px;
}

#left #sidebarBoxes #sponsor {

}


/***** Nav *****/

div.nav
	{
	width: 167px;
	padding-bottom: 30px;
	/*position: absolute; 
	top: 158px;
	left: 0px;	*/
	}

div.nav div
	{
		position: relative;

	}

div.nav a
	{
	width: 163px;
	height: 25px;
	background-color: #e8e8e8;
	display: block;
	padding: 11px 7px 0 0;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	color: #575757;
	font: bold 11px Garamond, Times New Roman, Times, serif;
	margin: 0 0 2px 0;
	}

div.nav a:hover
	{
	background-color: #dadada;
	}

div.nav div.sub
	{
	background-color: #dadada;
	position: absolute; 
	top: -1px; 
	width: 178px;
	margin: 0px;
	padding: 0;
	border: 0px;
	left: 167px;
	line-height: 0px;
	visibility: hidden;
	}	

div.nav div.sub a
	{
	width: 173px;
	height: 12px;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #4a4a4a;
	font-size: 11px; 
	margin: 0;
	}	
	
div.nav div.sub a, div.nav div.sub a:hover 
	{
	padding: 10px 5px 10px 0;
	background-color: #dadada;
	}	

div.nav div.sub a:hover 
	{
	background-color: #c7e157;
	/*background: url(images/bg_sub_over.gif) bottom right no-repeat;*/
	}


/***********************************************************************
	4 - CONTENT
************************************************************************/

#contentWrapper #content {
	float: left;
	width: 568px;
	padding: 15px 20px;
} 

	*html #contentWrapper #content {
	float: left;
	width: 560px;
	padding: 15px 20px;
	} 

#content img { padding: 4px 7px; }

#content h1 {
	font: bold 12pt Garamond, Times New Roman, Times, serif;
	color: #454545;
	text-transform: uppercase;
	border-bottom: 1px solid #dadada;
	padding-bottom: 3px;
	margin: 5px 0;
}

#content h1#intro {
	margin: 0 0 5px 0;
}	

#content h2 {
	font: bold 9pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 2px;
color: #454545
}

#content h5 {
	font: italic bold 8pt Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
color: #454545
}

#content p {
	margin-bottom: 8px;
line-height: 17px;
}	

#content ul {
	padding: 5px 30px 10px 30px;
}	

#content div#intro {
	width: 100%;
}

#content div#register {
	width: 170px;
	height: 50px;
	float: right;
	padding-left: 20px;
}	

#content div#articles {
	width: 100%;
}

#content div#articles div#conferenceBox {
	width: 210px;
	background: #fff url(../images/bg-box.jpg) no-repeat 15px top;
	float: right;
	padding:  10px 10px 10px 30px;
}	

#content div#articles div#conferenceBox h3 {
	font: bold 10pt Garamond, Times New Roman, Times, serif;
	color: #454545;
	text-transform: uppercase;
	border-bottom: 1px solid #dadada;
	padding-bottom: 3px;
	margin-bottom: 5px;
}	

#content div#articles div#conferenceBox h4 {
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #83b436;
}	

div#conferenceBox div#topic {
	padding-bottom: 10px;
}

div#conferenceBox div#date {
	padding-bottom: 10px;
}

div#conferenceBox div#go {
	padding-bottom: 10px;
}

div#conferenceBox ul {
	padding: 0;
	margin: 0;	
}

div#conferenceBox ul li {
	list-style-type: none;
	background: url(../images/arrow-green.gif) no-repeat;
	padding: 0 0px 4px 14px;
}	

div#conferenceBox ul li a {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: none;
}

div#conferenceBox ul li a:hover {
	text-decoration: underline;
}

div#conferenceBox ul li p {	
	margin: 0;
	text-transform: uppercase;
}		

/***********************************************************************
	5 - FOOTER
*******************************;*****************************************/

#footer ul {
	margin: 0;
	padding: 0 90px 0 105px;
}

#footer ul li {
	float: left;
	display: inline;
	padding: 0 15px;
}

#footerCap {
	width: 785px;
	height: 10px;
	margin: 0 auto;
	background: url(../images/footer-cap.gif) no-repeat;
}

/***********************************************************************
	6 - SESSIONS TABLE
*******************************;*****************************************/

table.schedule {
	/*border: 1px solid #dadada; */
padding: 0 10px;
}
table.schedule td h2 {
	background-color: #e8e8e8;
text-transform: uppercase;
color: #575757;
padding: 5px;
margin: 0;
}

table.schedule td.time {
	padding: 8px 2px 2px 15px;
font-weight: bold;
font-size: 11px;
}

table.schedule td.item {
	padding: 0 2px 6px 15px;
}


/***********************************************************************
	6 - SPEAKERS
************************************************************************/

#content ul.speakers
	{
	margin: 10px 0px ;
padding: 10px;
	list-style-type: none;
	background: #e8e8e8;
	}	
	
ul.speakers li
	{
	margin: 0px 0px 10px 0px;
	}

div.bio
	{
	padding: 10px;
	background: #e8e8e8;
	margin: 10px;
	}
	
div.bio img 
	{
	float: left;
	margin: 3px 10px 10px 0px;
	}	

div.bio p
	{
	margin-top: 10px;
	margin-bottom: 0px;
	}