/*CSS-reset*/

* { 
	margin: 0;
	padding: 0;
	outline: 0;
}

:focus {
outline: 0;
}

body
{
background: #f1f1f1 url(../images/body-bg.jpg) repeat-x top left;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #606060;
}

#container {
margin-right: auto;
margin-left: 	auto;
width:		776px;
text-align: left;
background-color: #fff;
padding: 10px 12px 5px 10px;
}

/* =Header
---------------------------------------------------------------------------------------------------- */

#header {
width:		776px;
text-align: left;
margin-bottom: 5px;
color: #909ba4;
}

#header-logo {
	float:left;
	text-align:left;
}

#header-right {
	float:right;
	text-align:right;
}

#header-right a,
#header-right a:link,
#header-right a:visited{
	color: #909ba4;
	font-size:12px;
	text-decoration: none;
}

#header-right a:hover {
	text-decoration: underline;
}

#header-tagline {
	margin-top:25px;	
}

/* =Top Nav
---------------------------------------------------------------------------------------------------- */
#top-nav {
	text-align:left;
	background: url(../images/top-nav-bg.jpg) repeat-x top left;
	width: 776px;
	height: 34px;
	min-height: 34px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size:14px;
}

#top-nav ul {
        margin:0;
        padding:0;
        list-style:none;
		padding-left:55px;
		
      }
#top-nav li {
	  float:left;
      margin:0;
      padding: 8px 15px 3px 15px;
      }
	  
#top-nav a {
	color: #3a3939;
    text-decoration:none;
	font-weight: bold;
      }
	  
#top-nav a:hover,
#top-nav a.activeparent{
	  color: #fff;
      text-decoration:none;
	font-weight: bold;
      }

/* =Layouts
---------------------------------------------------------------------------------------------------- */

#three-column-layout
{
background: url(../images/3-column-layout-bg.gif) repeat-y top left;
width:		776px;
text-align: left;
}


#two-column-layout
{
background: url(../images/2-column-layout-bg.gif) repeat-y top left;
width:		776px;
text-align: left;
}

#content {
	float:left;
	width: 586px;
	padding: 0px 4px 0px 0px;
}

#three-column-layout #left-nav
{
		float:left;
		width: 134px;
		padding-right:5px;
        }		
		
#sidebar {
	float:left;
	width: 186px;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	color: #fff;
}



		
#copy {
		float:left;
		width: 447px;
        }
		

		
#copy .padding {
	padding: 10px 10px 10px 10px;
        }
		
/* =Saved by iridium Layout
---------------------------------------------------------------------------------------------------- */		
#saved-by-iridium-layout
{
background: url(../images/saved-by-iridium-layout-bg.gif) repeat-y top left;
width:		776px;
text-align: left;
}

#saved-by-iridium-layout #saved-by-iridium-stories
{
		float:left;
		width: 143px;
		padding-right:8px;
        }	
		
#saved-by-iridium-layout #copy
{
		float:left;
		width: 435px;
        }	
		
.saved-by-iridium-stories-header {
	margin-bottom:4px;
}


.saved-by-iridium-stories-copy {
	background-color: #dddddd;
	color: #fff;
	padding: 10px 9px 10px 9px;
	margin-bottom:4px;
	width: 125px;
}

/* =Homepage
---------------------------------------------------------------------------------------------------- */

#home-layout
{
width:		776px;
text-align: left;
background: url(../images/home-layout-bg.gif) repeat-y top left;
}

#home-banner
{
	padding-bottom:5px;
}

.home-content-blocks {
	padding-bottom:5px;
}

.home-content-block-1,
.home-content-block-2,
.home-content-block-3{
	float:left;
	width: 190px;
}

.home-content-block-1,
.home-content-block-2{
	padding-right: 8px;
}


/* =Content Assets
---------------------------------------------------------------------------------------------------- */

#conference-banner {
	background-color: #fff;
	padding-bottom:5px;
}

#copy {
		float:left;
		width: 447px;
        }
		
#copy .padding {
	padding: 10px 10px 10px 10px;
        }

/* =Left Nav
---------------------------------------------------------------------------------------------------- */

#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
		
#left-nav li {
	list-style: none;
   margin: 0;
   padding: 6px 0px 6px 0px;
   line-height: 13px;
}

/* first level links */

div#left-nav a,
div#left-nav a:link,
div#left-nav a:visited {
   text-decoration:none; 
   color: #606060; 
   text-transform: uppercase;
   font-weight: bold;
	outline: none; 
	font-size:11px;
}

div#left-nav a:hover,
div#left-nav li a.activeparent,
div#left-nav li a.currentpage{
   text-decoration:none; 
   color: #f76f20; 
   text-transform: uppercase;
   font-weight: bold;
	outline: none; 
	font-size:11px;
}

/* second level links */

#left-nav li ul {
	list-style: none;
   border-top: none;
   padding: 0px 0px 0px 8px; 
}

#left-nav li ul li{
	list-style: none;
   border-top: none;
   padding: 8px 0px 0px 0px; 
}

div#left-nav ul ul li a,
div#left-nav ul ul li a:link,
div#left-nav ul ul li a:visited {
   text-decoration:none; 
   color: #909ba4; 
   text-transform: none;
   font-weight: bold;
	outline: none; 
	font-size:11px;
}

div#left-nav ul ul li a:hover,
div#left-nav ul ul li a.activeparent,
div#left-nav ul ul li a.currentpage{
   text-decoration:none; 
   color: #f76f20; 
   text-transform: none;
   font-weight: bold;
	outline: none; 
	font-size:11px;
}

/* third level links */

div#left-nav ul ul ul li a,
div#left-nav ul ul ul li a:link,
div#left-nav ul ul ul li a:visited {
   text-decoration:none; 
   color: #606060; 
   text-transform: none;
   font-weight: bold;
	outline: none; 
	font-size:11px;
}

div#left-nav ul ul ul li a:hover,
div#left-nav ul ul ul li a.activeparent,
div#left-nav ul ul ul li a.currentpage{
   text-decoration:none; 
   color: #f76f20; 
   text-transform: none;
   font-weight: bold;
	outline: none; 
	font-size:11px;
}

/* =Sidebar blocks
---------------------------------------------------------------------------------------------------- */

#sidebar .sidebar-block {
	padding: 0px 4px 0px 4px;
}

#sidebar .sidebar-block img.congrats {
	padding: 5px 0px 5px 0px;
}

#sidebar .sidebar-block-exhibitors {
	margin: 0px 0px 0px 12px;
}

#sidebar a,
#sidebar a:link,
#sidebar a:visited{
	color: #fff;
	text-decoration:	underline;
outline: none; 
}
	
#sidebar a:hover {
	color: #fff;
	text-decoration:	none;
outline: none; 
}

#sidebar h1,
#sidebar h2,
#sidebar h3 {
	color: #fff;
}

/* =footer
---------------------------------------------------------------------------------------------------- */

#footer
{
width:		776px;
margin-top:5px;
margin-bottom:5px;
font-size:10px;
text-align:right;
color: #b9b9b9;
}

/* =Text Styles
---------------------------------------------------------------------------------------------------- */

h1 {
	font-weight:bold;
	color:#606060;
	font-size:18px;
	margin:0;
	padding-bottom:12px;
	text-transform: uppercase;
}

h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited{
	color:#606060;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover{
	color:#f76f20;
	text-decoration: none;
}

h2 { 
	font-size: 18px;
	font-weight: bold;
	padding-bottom:12px;
	color: #606060;	
	text-transform: uppercase;
}



h3 { 
	font-size: 16px;
	font-weight: bold;
	color: #606060;	
	padding-bottom:6px;	
	text-transform: uppercase;
}



p  {
line-height: 16px;
padding-bottom: 12px;
}

#copy p  {
line-height: 18px;
padding-bottom: 12px;
}

#footer p  {
line-height: 16px;
padding-bottom: 0px;
}

ul {
	list-style-type: 	disc;
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 

ol {
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 



ul.doubleLineSpace li
 {
	list-style-type: 	disc;
	font-weight:			normal;
	font-style:				normal;
	margin-bottom: 			12px;
} 


ol {
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 



/* =Link Styles
---------------------------------------------------------------------------------------------------- */

a,
a:link,
a:visited{
	color: #606060;
	text-decoration:	underline;
outline: none; 
}
	
a:hover {
	color: #f76f20;
	text-decoration:	none;
outline: none; 
}

a img {
border: none;
outline: none;
}



/* =Generic Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */
	
strong { font-weight: bold; }
b { font-weight: bold;}
i { font-style: italic; }
.bold{ font-weight: bold;}
.italic{ font-style: italic; }
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.textalign-left {text-align:left;	}
.textalign-right {text-align:right;	}
.textalign-center {	text-align:center;	}
.float-left {float:left;	}
.float-right {float:right;	}

.image-float-left {float:left; margin: 5px 15px 5px 0px; }
.image-float-right {float:right; margin: 5px 0px 5px 15px;}


.disclaimer,
.footnote,
.text-small,
.copyright{
	font-size: 10px;
}

.text-orange {
	color: #fc9a1f;
}

.text-grey {
	color: #606060;
}

.no-text-transform{
	text-transform: none;
}


/* =Lines
---------------------------------------------------------------------------------------------------- */

hr {
	color: #606060;
	background-color: #606060;
	border: 0;
	height: 1px;
	margin: 5px 0 10px 0;
} 

div.hr {
width: 100%; 
height: 1px; 
border: 0; 
background-color: #606060;
margin-top: 12px; 
margin-bottom:12px;
}


/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.singleLineBreak {
	margin:0;
	padding:0;
	}
	
.marginZero {
	margin:0;
	padding:0;
	}

.spacer,
.clear {
	clear: both;
	margin:0;
	padding:0;
}

.padding {
	padding: 10px;
	}

/* =Tables
---------------------------------------------------------------------------------------------------- */		

.tbl_sessionOverview {
	border-left:1px solid #909ba4;
	border-top:1px solid #909ba4;
}

.tbl_sessionOverview th {
	padding: 4px 4px 4px 4px;
	text-align:center;
	vertical-align: top;
	border-bottom:1px solid #909ba4;
	border-right:1px solid #909ba4;
	background-color: #b9b9b9;
	color: #fff;
}

.tbl_sessionOverview td {
	padding: 4px 4px 4px 4px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #909ba4;
	border-right:1px solid #909ba4;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */	


.tbl_forms {
	margin-bottom:16px;
	
	
}
.tbl_forms td {
	vertical-align: top;
	text-align: left;
	padding:6px 12px 6px 0px;
	
}

fieldset {
	border: none;
	
}

legend {
	font-size: 13px;
	font-weight:bold;
	padding-bottom:12px;
	color:#606060;
}

select {
	margin-bottom:12px;
}

.tbl_verifyInfo {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:16px;	
	width:560px;
}

.tbl_verifyInfo td {
	vertical-align: top;
	text-align: left;
	padding:6px 12px 6px 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	
}
.tbl_videoProcess {
margin-bottom:16px;	
}

.tbl_videoProcess  td{
	background-color: #fc9a1f;
	border-bottom: 1px solid #fff;
	padding:3px 6px 3px 6px;
	color: #606060;
}



.tbl_forms {
	margin-bottom:16px;
	
	
}
.tbl_forms td {
	vertical-align: top;
	text-align: left;
	padding:6px 12px 6px 0px;
	
}

fieldset {
	border: none;
	
}

legend {
	font-size: 13px;
	font-weight:bold;
	padding-bottom:12px;
	color:#606060;
}

select {
	margin-bottom:12px;
}

textarea {
	width: 95%;
}

