@import "reset.css";

/* orange: ff7b00  -  f48026 */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	background-color: #FFF;
	background: url("../images/ui/bg/body_strip.gif") repeat-x;
}

#wrapper
{
	width: 740px;
	margin: 0 auto;
	float: none;
	display: block;
	/*background-color: #FFF;*/
}
.wrap { width: 100%; }

#wrapper .wrap
{
	/*background: url("../images/ui/bg/flashBanner_bg.gif") no-repeat center 80px; */
	background: url("../images/ui/bg/flashBanner_bg.png") no-repeat center 80px; 
}
			
#header
{
	width: 100%;
	height: 80px;
}
#header img
{
	margin: 15px 60px 10px 40px;
}
#banner
{
	width: 700px;
	padding: 0 20px 20px 20px;
	margin: 20px 0 0 0;
	height: 240px;	
	/*background: url("../images/ui/bg/dropShadow_740.gif") repeat-y;*/
	background: url("../images/ui/bg/dropShadow_740.png") repeat-y;
}
#banner object,
#banner img { margin: -20px 0 0 0; }	
		
#ui
{
	width: 720px;
	padding: 10px 10px 0 10px;
	
	/*background: url("../images/ui/bg/dropShadow_740.gif") repeat-y;*/
	background: url("../images/ui/bg/dropShadow_740.png") repeat-y;
}

/* ****************************************************************************
 * FOOTER
 */

#footer
{
	width: 100%;
	padding: 20px 0 10px 0;
	font-size: 9px;
	line-height: 12px;
	color: #FF7B00;
	background: url("../images/ui/bg/dropShadow_740.png") repeat-y;
	/*background: url("../images/ui/bg/dropShadow_740.gif") repeat-y;*/
}
#footer #footerSplit
{
	width: 700px;
	height: 2px;
	/*padding: 10px;*/
	margin: 10px 20px 10px 20px;
	border-top: 1px dotted #FF7B00;
}
#footer p { width: 100%; margin: 2.5px 0 2.5px 0; }
#sponsorLogos { width: 245px; }
#sponsorLogos img
{
	line-height: 100px;
	display: inline;
	float: none;
	margin: 0 10px 10px 10px;
}
.credits
{
	width: 217px;
	margin: 0 5px 0 5px;
}

.column
{
	margin: 0 10px 0 10px;
}

#benchmarkCredit
{
	width: 100%;
	height: 10px;
	margin: 0 0 20px 0;
	background: url("../images/ui/bg/dropShadow_740-bottom.png") no-repeat left top;
}
#benchmarkCredit p
{
	padding: 5px 10px 0 0;
	float: right;
	text-align: right;
	font-size: 9px;
	color: #ccc;
}
#benchmarkCredit p a:link,
#benchmarkCredit p a:hover,
#benchmarkCredit p a:active,
#benchmarkCredit p a:visited
{
	text-decoration: none;
	border: none;
	color: #ccc;
}

/* ****************************************************************************
 * MENU PANEL
 */

#menus
{
	width: 245px;
}
#menus ul
{
	margin: 0 0 0 15px;
}
#menus ul li
{
	width: 210px;
	height: 31px;
	clear: both;
	margin: 0px 0 20px 0;
	font-family: "Rockwell MSLife",Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menus ul li a:link,
#menus ul li a:visited
{
	display: block;
	width: 185px;
	height: 100%;
	padding: 0px 20px 0 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #FF7B00;
	cursor: pointer;
	background: url("../images/ui/menu/button_bg.gif") no-repeat 0 0; 
}

#menus ul li.tallButton
{
	height: 45px;
}
#menus ul li.tallButton a
{
	line-height: 20px;
	background: url("../images/ui/menu/button_bg-tall.gif") no-repeat;
}

#menus ul li a.activeMenu,
#menus ul li a:hover,
#menus ul li a:visited:hover { color: #FFF; background: url("../images/ui/menu/button_bg_inv.gif") no-repeat; }

#menus ul li a.activeMenu:hover { color: #FF7B00; background: url("../images/ui/menu/button_bg.gif") no-repeat; }

/* ****************************************************************************
 * CONTENT
 */

#content
{
	width: 445px;
	margin: 0 10px 0 0;
}

#content h1,
#content h2
{
	width: 100% !important;
	clear: both;
	font-family: "Rockwell MSLife", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:  #FF7B00;
}
#content h1
{
	font-size: 30px;
	line-height: 35px;
}
#content h2
{
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
}
#content h3
{
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
	font-weight: normal;
	color:  #FF7B00;
}
#content p
{
	width: 100%;
	clear: both;
	margin: 5px 0 5px 0;
}
/*
.speakersText {
	width:auto !important;
}
*/
#content .caption
{
	margin-bottom: 10px;
	font-size: 9px;
	line-height: 12px;
	color: #999;
}
#content ul
{
	width: 100%;
}
#content ul  li
{
	width: 90%;
	clear: both;
	background: url('../images/ui/gfx/bullet.gif') no-repeat 2px 7px;
	padding-left: 5%;
}

#content div.row
{
	width: 100%;
	margin: 5px 0 10px 0;
}

#content div.row p.timeCol
{
	width: 20%;
	margin: 0 5% 0 0;
}
#content div.row p.detailCol
{
	width: 74.5%;
	margin: 0;
}

.halfPageBlock
{
	width: 40%;
	margin: 4%;
}
.halfPageBlock h2
{
	width: 100%;
	margin: 0 0 20px 0;
	border-top: 1px solid #ff7b00;
}

.speaker-img 
{
	border: 0;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

img.thumbnail
{
	margin: 5px 10px 5px 0;
}

/* ****************************************************************************
 * LINKS
 */

#wrapper a:link,
#wrapper a:visited
{
	text-decoration: none;
	color: #ff7b00;
	border-bottom: 1px dotted #ff7b00;
}
#wrapper a:hover,
#wrapper a:visited:hover
{
	color: #db6a00;
	border-bottom: 1px solid #db6a00;
}
#wrapper a:active,
#wrapper a:visited:active
{
	color: #ff9a3c;
	border-bottom: 1px dotted #ff9a3c;
}

#menus a { border: none !important; }

#wrapper #footer a { border: none; }

.textIcon
{
	display:inline;
	float:none;
	margin:0 2px -4px;
}

.googleApi { border: 1px solid #ff7b00; overflow: hidden; }
.googleApi a { border: none; }

