﻿* {
    margin: 0;
    padding: 0
}

img 
{
    border: none;
}


html, body {
    text-align: center;
    background-color: #e5e5e6;
    background-image: url(../01_images/01_framework/content_background.png);
    background-position: center top;
    background-repeat: repeat-y;
}

#wrapper {
    width: 100%;
    margin: auto;
    text-align: left;
}

/* ********** */
/* HEADER CSS */
/* ********** */
#headercontainer {
    background: #333;
    background-image: url(../01_images/01_framework/header_background.png);
    background-position: center top;
    background-repeat: no-repeat; 
    border-bottom: 20px solid #e5e5e6;
}

#headercontainerpress {
    background: #333;
    background-image: url(../01_images/01_framework/header_press.png);
    background-position: center top;
    background-repeat: no-repeat; 
    border-bottom: 20px solid #e5e5e6;
}

#headercontainerexhibitorservice {
    background: #333;
    background-image: url(../01_images/01_framework/header_exhibitorservice.png);
    background-position: center top;
    background-repeat: no-repeat; 
    border-bottom: 20px solid #e5e5e6;
}

#headercontent {
	width: 980px;
	height: 140px;
    margin: auto;
}

/* ********** */
/* CONTENT TWO COLUMN CSS */
/* ********** */
#main2column
{
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 980px;
	text-align: left;
}

#main1column
{
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 980px;
	text-align: left;
	background-color: #fff;
}

#main1column a
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #31afc7;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}

#main1column a:hover
{	
	text-decoration: none;
	color: #ef8b1e;	
}

#main1column h2  {
	font-size: 28px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #31afc7;	
	text-indent: 0px;
	margin: 0px;
	padding: 10px 0px 5px 20px;
}

.columnleft{
	float: left;
	margin: 0;
	padding: 0;
	width: 673px;
	clear: left;
}

.columnleft h1{ /* PRIMARY TITLE IN GREY BLOCK */
    margin: 10px;
	display: block !important;
	height: 24px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	text-indent: 15px;
	text-transform:uppercase;
	background-color:#dfe0e1 !important;
}


.columnleftblock{
	float: left;
	margin: 0;
	padding: 0px 0px 20px 0px;
	width: 673px;
	background-color: #fff;
	border-bottom: solid 2px #eaeaeb;
	clear:both;
}


.columnleftblockhome{
	float: left;
	margin: 0;
	padding: 0px;
	width: 673px;
	background-color: #fff;
	clear:both;
}

.columnleftblockalert{
	float: left;
	margin: 0;
	padding: 0px 0px 20px 0px;
	width: 673px;
	background-color: #ffe8e8;
	text-align: center;
	overflow: visible;
}

.columnleftblockalert p{
	padding: 20px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}

.columnleftcontent{
	margin: 10px 15px 10px 15px;
	padding: 0;
	overflow: visible;
}

.columnleftcontent .columnleftcontentindent
{
	margin: 0px 0px 0px 40px;
}

.columnleftcontent a
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #31afc7;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}

.columnleftcontent a:hover
{	
	text-decoration: none;
	color: #ef8b1e;	
}

.columnleftcontent h2  {
	font-size: 28px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #31afc7;	
	text-indent: 0px;
	margin: 0px;
	padding: 10px 0px 5px 10px;
}

.columnleftcontent h2 a 
{
	display:block;
	font-size: 28px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #31afc7;	
	text-decoration: none;
	line-height: 27px;
}

.columnleftcontent h2 a:hover  {
	color: #ef8b1e;	
	text-decoration: none;
}

.columnleftcontent h3 {
	font-size: 15px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #31afc7;	
	margin: 0px 0px 10px 10px;
	padding: 0px;
	text-indent: 0px;
}

.columnleftcontent h3 a:hover  {
	color: #ef8b1e;	
	text-decoration: none;
}

.columnleftcontent h4 {
	padding: 10px 0px 2px 0px;	
	margin: 0px 0px 10px 10px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-transform:uppercase;
}

.columnleftcontent h5{
	font-size: 15px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #31afc7;	
	margin: 20px 0px 10px 10px;
	padding: 0px;
	text-indent: 0px;	
}

.columnleftcontent h5 a  {
	font-size: 15px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #31afc7;	
	text-indent: 0px;	
	text-decoration: none;
}

.columnleftcontent h3 a:hover  {
	color: #ef8b1e;	
	text-decoration: none;
}

.columnleftcontent h5 a:hover  {
	color: #ef8b1e;	
	text-decoration: none;
}

.columnleftcontent .articleimage {
	float: left;
	clear: none;
	margin: 5px 15px 15px 10px;
	padding: 0px;
	border: none; /*temp*/
	/*border: 1px solid #e0e0e0;*/
}

.columnleftcontent .articleimage2 {
	float: left;
	clear: none;
	margin: 0px 15px 10px 10px;
	padding: 0px;
	border: none; /*temp*/
}

.columnleftcontent .articleimage3 {
	float: left;
	clear: none;
	margin: 5px 15px 15px 10px;
	padding: 0px;
	border: 1px solid #e0e0e0;
}

.columnleftcontent .articleimagerep {
	float: left;
	clear: none;
	margin: 5px 15px 35px 0px;
	padding: 0px;
}

.columnleftcontent p {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 17px;
}

.columnleftcontent .innerdiv {
	margin: 10px;
	padding: 0px;
}

.columnleftcontent .videodiv {
	margin: 10px;
	padding: 10px 0px 10px 0px;
	text-align:center;
}

.columnleftcontent ol {
	margin: 5px 10px 20px 15px;
	padding: 0px 0px 0px 15px;
}

.columnleftcontent ul {
	margin: 5px 10px 20px 15px;
	padding: 0px 0px 0px 15px;
}

.columnleftcontent li {
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 10px 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 17px;
}

#disqus_thread
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
}

#disqus_thread .dsq-comment-message 
{
	padding: 0px 25px 10px 25px;
}

.columnleftcontent .sharethiscontainer
{
	 clear:both; 
	 padding: 10px 0px 10px 0px; 
}

.columnleftcontent .sharethis
{
	 width: 625px;
	 clear:both; 
	 margin: 0px;
	 padding: 10px; 
	 overflow: auto;
	 background-color:#f5f5f5;
	 border: 1px solid #f5f5f5;
	 -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

.columnleftcontent .sharethis .sttext
{
	padding-right: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	line-height: 16px;
	text-decoration: none;
}

.columnright{
	float: right;
	margin: 0;
	padding: 0;
	width: 305px;
}

.columnrightblock{
	float: right;
	margin: 0;
	padding: 0;
	width: 305px;
	background-color: #fff;
	border-bottom: solid 2px #eaeaeb;
	clear: right;
}

.columnrightblock #social
{
    margin: 10px 10px 0px 10px;
    padding: 25px 15px;
    height: 63px;
    background-color: #233856;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
}

.columnrightblock #social img
{
    padding: 9px 2px 10px 0;
    border: none;
}

.columnrightblock h5{
	font-size: 15px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #31afc7;	
	margin: 20px 0px 10px 0px;
	padding: 0px;
	text-indent: 0px;	
}

.columnrightblock p{
	margin: 0px 10px 5px 10px;
	padding: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 17px;	
}

.columnrightblock a
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #31afc7;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}

.columnrightblock a:hover
{	
	text-decoration: none;
	color: #ef8b1e;	
}

.columnrightcontent{
	margin: 10px 15px 10px 15px;
	padding: 0;
	background-color: #fff;
}

.columnrightcontent ul 
{
	position: relative;
	margin: 0px;
	padding: 5px 0px 10px 10px; 
	list-style: none;
}

.columnrightcontent li 
{
	padding: 0px 0px 10px 0px; 
}

.columnrightcontent li a
{
	display: block;
	color: #31afc7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.columnrightcontent li a:hover
{
	color: #ef8b1e;
	text-decoration: none;
}

/* ********** */
/* EMAIL BLOCK CSS */
/* ********** */
#emailblock {
	margin: 10px auto;
	padding:0px;
	background-image: url(../01_images/01_framework/content_email.png);
	background-repeat: no-repeat;
	height: 214px;
}

#pressblock {
	margin: 10px auto;
	padding:0px;
	background-color: #404041;
	height: 214px;
}

#emailfieldset 
{
	margin: auto;
	width: 255px;
	border: none;
}

#emailfieldset ul {   
padding: 55px 0px;   
list-style: none;  
}  

#emailfieldset li {   
padding-bottom: 8px;  
}

.emaillabel
{
	display: inline-block;
	padding: 0px 5px 0px 0px ;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align:right;
}

.emaillabel2
{
	display: inline-block;
	padding: 0px 5px 0px 0px ;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align:right;
}

.emailfield
{
	display: inline-block;
	padding: 0px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border: 1px solid #666;
	background-color:#efefef;
}

#lfieldset 
{
	margin: auto;
	width: 255px;
	border: none;
}

#lfieldset ul {   
padding: 5px 0px 10px 0px;   
list-style: none;  
}  

#lfieldset li {   
padding-bottom: 8px;  
}

#lfieldset p
{
	margin: 0px 10px 10px 10px;
	padding: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
}

#lfieldset a
{
	display:inline;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #31afc7;
	line-height: 15px;
}

#lfieldset a:hover
{
	color: #ef8b1e;
}

.lfield
{
	display: inline-block;
	padding: 0px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border: 1px solid #666;
	background-color:#efefef;
}

.llabel
{
	display: inline-block;
	padding: 0px 5px 0px 0px ;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align:right;
}

/* ********** */
/* FORMS CSS */
/* ********** */

#ffieldset 
{
	margin: auto;
	width: 600px;
	border: none;
}
#ffieldset ul {   
padding: 0px 0px;   
list-style: none;  
}  

#ffieldset li {   
padding-bottom: 15px;  
}

.ffieldsetmulti
{
	margin: auto;
	width: 600px;
	border: none;
}
.ffieldsetmulti ul {   
padding: 0px 0px;   
list-style: none;  
}  

.ffieldsetmulti li {   
padding-bottom: 15px;  
}
/*
input
{
	padding-right: 5px;
	margin-right: 5px;
}
*/
.flabelenews
{
	display: inline-block;
	padding: 0px 5px 0px 0px ;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align:right;
	vertical-align:top;
}

.flabel
{
	display: inline-block;
	padding: 0px 5px 0px 0px ;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align:right;
	vertical-align:top;
}

.ffield
{
	display: inline-block;
	padding: 4px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	border: 1px solid #666;
	background-color:#f7f7f7;
}

.fferror
{
	display: inline-block;
	padding: 0px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	border: 1px solid #666;
	background-color:#fbf4f5;
}

.columnleftcontent .fcaption
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
	border-top: 10px solid #fff;
}

/* ********** */
/* FOOTER CSS */
/* ********** */
#footercontainer {
    width: 980px;
   	background-color: #404041;
    margin: auto;
	border-top: solid 1px #404041;
    height: 640px;
    text-align: left;
    overflow: visible;
    clear: both;
}

#footercontainer1{
	margin: 20px auto 20px auto;
	width: 930px;	
}

#ftcolumn1, #ftcolumn2,#ftcolumn3,#ftcolumn4,#ftcolumn5,#ftcolumn6{
	float: left;
	clear:none;
	height: 390px;
	border-right: solid 1px #58595b;
	padding: 0px 20px 0px 20px;
}

#ftcolumn1{
	padding: 0px 20px 0px 0px;
	width: 50px;
}

#ftcolumn2{
	width: 130px;
}

#ftcolumn3{
	width: 130px;
}

#ftcolumn4{
	width: 120px;
}

#ftcolumn5{
	width: 130px;
}

#ftcolumn6{
	width: 140px;
	border-right: none;
}

ul.ftlinks, li.ftlinks { /* remove all indentation, whether li margins or ul padding, ie6 */
    margin:  0;
    padding: 0;
	border-bottom: 1px solid #404041;
}

ul.ftlinks{	
	list-style: none;
}

ul.ftlinks li {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	border-bottom: 1px solid #404041;
}	

ul.ftlinks li .ftsub {
	display:block; 
	margin-top: 15px;
	padding: 15px 0px 0px 0px;
}
	
ul.ftlinks li a {
	display:block; 
	padding:3px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #c9cbcc;
	text-transform:none;
	text-decoration:none;
}
	
ul.ftlinks li a:hover {
	color: #31afc7;
}

#footercontainer2{
	clear:both;
	margin: auto;
	padding: 20px 0px 10px 0px;
	width: 930px;
}

#footercontainer2 p{
	margin: 0px 0px 0px 9px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#footercontainer2 a {
	float: left;
	display:block; 
	padding:5px 0px 0px 10px;
}


#footercontainer3{
	clear:both;
	margin: auto;
	padding: 20px 0px 10px 0px;
	width: 930px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #c9cbcc;
	border-bottom: 1px #58595b dotted;
}

#footercontainer4{
	clear:both;
	margin: auto;
	padding: 10px 0px 10px 0px;
	width: 930px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #c9cbcc;	
}

#footercontainer4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #c9cbcc;
	text-transform: uppercase;
	text-decoration: underline;
}

#footercontainer4 a:hover {
	color: #31afc7;
}




