@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	background: #240000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;		
	font-size: 15px;
	line-height: 19px;
}

.oneColLiqCtrHdr #container { /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	padding: 0;
	min-width: 1024px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColLiqCtrHdr #mainLeftContent {
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	background-image:url(images/body_bg_image.jpg);
	background-repeat:repeat-x;
	float: left;
}
.oneColLiqCtrHdr #mainContent {
	margin: 20px 20px 20px 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 325px;
}

.oneColLiqCtrHdr #mainContent_Exhibitor {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 450px;
}
.oneColLiqCtrHdr #mainContent_Conference {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 600px;
}


.oneColLiqCtrHdr #mainContent2 {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 300px;
	border-left: thin;
	border-left-style:solid;
	border-left-color:#333;
}


.oneColLiqCtrHdr #mainContent h1, .oneColLiqCtrHdr #mainContent2 h1 {
	font-size: 28px;
	line-height: 30px;
	color:#73232e;
	font-weight:bold;
	padding-top: 30px;
	padding-bottom: 0;
	margin: 0;
	}
	
.oneColLiqCtrHdr #mainContent_Exhibitor h1, .oneColLiqCtrHdr #mainContent_Conference h1 {
	font-size: 28px;
	line-height: 30px;
	color:#73232e;
	font-weight:bold;
	padding-top: 50px;
	padding-bottom: 0;
	margin: 0;
	}
		
	
.oneColLiqCtrHdr #mainContent h2, .oneColLiqCtrHdr #mainContent2 h2, .oneColLiqCtrHdr #mainContent_Exhibitor h2, #mainContent_Conference h2 {
	font-size: 18px;
	line-height: 24px;
	color:#000;
	font-weight:normal;
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
	}


#footer { 
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 10px;
	background-image:url(images/footer_line.jpg);
	background-repeat:repeat-x;
	min-width: 1024px;
	width: 100%;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.logo {
	float: left;
	margin: 0;
	padding: 0;
	height: 121px;
	background-image:url(images/header_bg.jpg); background-repeat: repeat-x; height: 121px;
	}
.navigation {
	float:left;
	width: 776px;
	height: 42px;
	background-image:url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin-left: 9px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}	
.phone {
	margin: 0;
	padding: 5px 25px 0 0;
	text-align: right;
	height: 45px;
		 }	
		 
.phone a:link {
	color:#ecb759;
	text-decoration: none;
	}		
	
.co_name {
	font-weight: bold; 
	color: #ecb759; 
	font-size: 10px; 
	font-stretch: condensed;
	margin: 5px 0 5px 0;
	padding: 0 25px 0 0;
	height: 19px;
	text-align: right;
		 }		  		 

.clear { clear:both; }

#main_bg {
	background-color:#fff;
	background-image:url(images/body_bg_image.jpg);
	background-repeat:repeat-x;
	min-width: 1024px;
	}

#nav_container {
	padding: 0;
	margin: 0;
	width: 100%;
	background-image:url(images/header_bg_thick.jpg);
	background-repeat:repeat-x;
	height:121px;
		}
	
#nav ul {
		list-style-type:none;
		margin:0;
		padding:0;
		height: 42px;
		width:733px;
		position: absolute;
		}
#nav li {
	display:inline;
	float:left;
	list-style:none;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	height: 42px;
	text-align: center;
	padding-left: 18px;
	padding-right:18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BD9345;
		}	
	
#nav li a
		{ display:block; padding-top: 8px; padding-bottom: 5px; color:#333; text-decoration:none;}

#nav li a:hover {text-decoration:none; color:#000;}

#nav .single-link a
		{ padding-top: 16px; color:#333; text-decoration:none;}

#nav .single-link a:hover {text-decoration:none;}



#nav li ul
{
	padding:0px;
	display:none;
	z-index: 598;
	position: absolute;
	top: 105px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -15px;
}

#nav li:hover ul
{
display:block;
width: 180px;
}

#nav li li
{
list-style:none;
display: block;
margin:0;
padding: 0;
font-size: 11px;
line-height: 11px;
background-image: none;
background-color:#333333;
color:#FFCC00;
width: 180px;
height: 56px;
border-top: solid;
border-width: 1px;
border-color:#666;
text-align:left;
}
#nav li li a
{
list-style:none;
display: block;
width:100%;
margin:0;
padding: 15px 10px;
font-size: 12px;
line-height: 14px;
background-color:#333;
color:#fff;
width:160px;
}

#nav li li a:hover 
{
	color:#fff;
	color:#fc0;
	}
.exhibitor_list {margin-top: 0; margin-bottom:30px;}
.exhibitor_list li {margin-top: 5px; }
.bold {font-weight: bold; }
.bold_red {font-weight:bold; color:#73232e;}
.agenda {font-size: 14px; background-color:#efefef;}
.agenda p { margin-top: 5px; margin-bottom: 5px; }
.session_title {margin: 0; padding: 0; font-weight:bold;}
.leader_title { font-size: 12px; line-height: 15px; font-style:italic; margin-top: 0; margin-bottom: 0;}
.leader_name { font-style:normal; font-size:14px; }

.sidebar {
	margin:0;
	padding: 0;
	width: 250px;
	text-decoration: none;
	list-style: none;
	}
	
.sidebar li a:link {
	display: block;
	padding: 12px 12px 12px 20px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	background-color:#FFCC66;
	margin-bottom: 2px;
	text-decoration: none;
	color:#600;
	}

.sidebar li a:visited {
	color:#600;
	}	
		
	
.sidebar li a:hover {
	background-color:#700;
	color:#fc6;
	}
	
.sidebar .active_page a:link {
	background-color:#700;
	color:#fc6;
	}	
.sidebar .active_page a:visited {
	background-color:#700;
	color:#fc6;
	}	
	
.homepage_box {
	width: 1000px;
}	
	
.tab {
	float: left;
	margin: 0;
	padding: 0;
	height: 121px;
	background-image:url(images/header_bg.jpg); background-repeat: repeat-x; height: 121px;
	}
.mailing_list {
	font-size: 16px; 
	font-weight:bold; 
	color:#ecb759; 
	margin-top: 20px;
}
	
.mailing_list a:link, .mailing_list a:visited {
	color:#ecb759; 
	text-decoration: underline;
}
			
.mailing_list a:hover {
	color:#fff; 
}
			
