@charset "utf-8";
@import "reset.css";
@import "form.css";
/* logo blue: #13235b  **** green: #7aab04  **** LightGrey: #b0b0b0 ****   darkGrey: #676767 ****   footerTitle: #b1bde4
***footerText: #727fad
*/
/* new green: 7aab04 */
body {
font-size: 11px/*12px*/;
line-height: 18px;
color: #2c2c2c;
font-family: Verdana, Arial, sans-serif;
background-color:#13235b;
}
.wrapper,
.interface100Height {
width: 900px;
margin: 0 auto 0 auto;
float: none;
display: block;
clear:both;
}
.interface100Height {
background:url(../img/layout/bg.gif) repeat-x;
float:left;
background-color:#ffffff;
width: 100%;
}
/************ HEADER ***********************/
	#headContainer {
	width:900px;height:88px; 
	background-image: url(../img/layout/greenHeadBackground900x88.jpg);
	background-repeat: no-repeat;
	}
/*********** MAIN MENU ************/
		#headContainer ul {height:45px;width:auto;margin:0;position:absolute;bottom:0;right:15px;}
		#headContainer ul li {height:45px;margin:0 0 0 1px;background-color:#a3cd17;float:left; font-weight:bold;}
		#headContainer ul li.selected {background-color:#13235b;}
		
		#headContainer ul li a,
		#headContainer ul li a:link,    
		#headContainer ul li a:visited,
		#headContainer ul li a:hover,   
		#headContainer ul li a:active {font-size:12px/*13px*/;text-decoration:none; color:#ffffff; padding:0 20px 0 20px;line-height:45px; text-transform: uppercase;}
		#headContainer ul li a:hover {color:#ffffff;background-color:#13235b;} 
		 
		li.selected a, 
		li.selected a:link,    
		li.selected a:visited,
		li.selected a:hover, 
		li.selected a:active {color:#7aab04!important;}

/************ BODY ***********************/
	.ui_left, .ui_right {width:260px; background:url(../img/layout/ui_left-right_blue_bg.gif) repeat-x;}
	.ui_right {width:640px;}
	
	.mainLogo {margin:30px 0 15px 10px;}
	.mainLogo img {border:none;}
	
	.ui_right ul.subMenu {display:table;width:auto; height:37px;margin-right:auto;margin-left:auto;float:none;}
	.ui_right ul.subMenu li {height:37px;}
		
		.ui_right ul.subMenu li a,
		.ui_right ul.subMenu li a:link,    
		.ui_right ul.subMenu li a:visited,
		.ui_right ul.subMenu li a:hover,   
		.ui_right ul.subMenu li a:active {
			font-size:13px;
			font-weight:bold;
			text-decoration:none; 
			color:#ffffff;
			padding:0 10px 0 10px!important; 
			/*line-height:47px; */
			margin-top:15px;
			text-transform: capitalize;
		}
		.ui_right ul.subMenu li a:hover {color:#ffffff;} 
	
	.contentContainer 
	{
	width:635px;
	background:url(../img/layout/content_bg2.gif) no-repeat;
	min-height:326px;
	height:auto !important;
	height:326px;
	}
	/*.contentContainer  (((submenu)))!!!
	{
	background:url(../img/layout/content_bg.gif) no-repeat;
	}*/
	.content {
	width:585px;
	padding:25px 25px 70px 25px;
	}
	.featureColumn {
	width:245px;
	margin-left:15px;
	}
	
	.content #leftColumn, .content #rightColumn {width:45%;padding-right:20px;}
	.content #rightColumn {padding:0;}

/* ************************** **************************** ***************************  */

.featureBtn
{
	width: 260px;
	height: 230px;
	padding: 10px 10px 20px 10px;
	margin: 5px;
	color: #000000;
	background-color: #f4f8e6;
	border: 1px dotted #7aab04;
}
	
.featureBtn h1 {
	width: 100% !important;
	font-size: 20px !important; 
	line-height: 20px !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}

.featureBtn .elipsisLink
{
	position: absolute;
	bottom: 0;
	left: 10px;
}

.featureBtn.sponsor
{
	background-color: transparent;
	border: 1px dotted #7AAB04;
}
.featureBtn.sponsor img { margin: 10px 0 10px 0; }


.featureBtn.exhibitor
{
	height:170px;
	background-color: transparent;
	border: 1px dotted #7AAB04;
}
.featureBtn.exhibitor img { margin: 10px 0 10px 0; }

/************ TEXT STYLES ********************************************************/

b, strong { font-weight: bold; }

.ui_right .content h1, .ui_left h1 {
	font-size:25px;
	font-weight:normal;
	color:#7aab04;
	width:85%;
	padding:15px 0 5px 0;
	line-height:29px;
}
.ui_left h1 {color:#b0b0b0;}
h2 {
	font-size:16px/*17px*/;
	color:#7aab04;
	width:100%;
	padding:15px 0 7px 0; 
	line-height:normal; 
	font-weight: lighter;
}
.blue { color: #13235b !important; }
/*.ui_left h2 {color:#b0b0b0;}*/
h3, caption, th p {
	font-size:14px;
	font-weight:bold;
	color:#7aab04;
	width:100%;
	padding:15px 0 0 0;
}
p, .content p, .ui_left p {width:100%;padding:10px 0 7px 0;}
.ui_left p {color:#b0b0b0;}
 
.content ul {padding:10px 0 0 0;width:95%;}
.content ul li {
background: url('../img/content/gfx/bullet.gif') no-repeat 0px 8px;
width:95%!important;
padding-left:15px;
clear:both;
}

.content a,
.content a:link, 
.content a:visited, 
.content a:hover,  
.content a:active {color:#7aab04;text-decoration:none;float:none;}

.ui_left a,
.ui_left a:link, 
.ui_left a:visited, 
.ui_left a:hover,  
.ui_left a:active {color:#676767;text-decoration:none;float:none;}

/*******************************************/

/************ FOOTER ***********************/
/* logo blue: #13235b    footerTitle: #b1bde4
***footerText: #727fad
*/
	#hundredPercentWidth {
	width: 100%;
	background-color:#13235b;
	border-top:2px solid #000000;
	clear:both;
	}
	
	.footerColumn1 {
	padding-left:25px;
	width:200px;
	}
	.footerColumn2 {
	width:400px;
	}

	#hundredPercentWidth h1 {
	font-size:19px;
	color:#b1bde4;
	width:100%;
	padding:15px 0 7px 0; 
	line-height:normal; 
	font-weight:normal;
	}	
	#hundredPercentWidth p {
	width:100%;
	padding:10px 0 7px 0;
	color:#727fad;
	}	
	#hundredPercentWidth a,
	#hundredPercentWidth a:hover
	{
	float:none;
	text-decoration:none;
	color:#727fad;
	}	
	#hundredPercentWidth a:hover {
	color:#b1bde4;
	}	
	.credit {float:right;width:100%;text-align:right;border-top:1px dotted #727fad; padding:10px 0 20px 0;margin:15px 0 0 0;}
	.credit p {float:none;}
	
	.sponsorLogo { padding: 20px 30px 20px 0; }
	

a#twitterIcon:link,
a#twitterIcon:visited,
a#twitterIcon:hover,
a#twitterIcon:active
 {
	width:16px;
	height:16px;
	background-image:url(../img/layout/iconCanvas.gif);	
	overflow:hidden;
	text-indent:-5000px;
	margin-right:5px;
	float:left;
}
a#twitterIcon:hover
 {
	background-position:-16px 0;
}
/***/
a#flickrIcon:link,
a#flickrIcon:visited,
a#flickrIcon:hover,
a#flickrIcon:active
 {
	width:16px;
	height:16px;
	background-image:url(../img/layout/iconCanvas.gif);	
	background-position:0 -48px;
	overflow:hidden;
	text-indent:-5000px;
	margin-right:5px;
	float:left;
}
a#flickrIcon:hover
 {
	background-position:-16px -48px;
}
/***/
a#rssIcon:link,
a#rssIcon:visited,
a#rssIcon:hover,
a#rssIcon:active
 {
	width:16px;
	height:16px;
	background-image:url(../img/layout/iconCanvas.gif);	
	background-position:0 -32px;
	overflow:hidden;
	text-indent:-5000px;
	margin-right:5px;
	float:left;
}
a#rssIcon:hover
 {
	background-position:-16px -32px;
}
/*******************************************/
.copyright {width:80%;margin-top:20px;}

.thumbnail {
	padding:10px;
}
/*
p#Exhibition a img {}
p#Conference a img {}
p#MeetTheBuyer a img {}	
*/
