@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	border:0;
}

/* General 
--------------------------------*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
}
a{
	color:#005792;
	text-decoration:none;
}
a:hover{
	color:#b01f24;
	text-decoration:underline;
}

ul{
	margin:10px 15px;
	list-style: url(../images/bullet.gif);
}
li{
	margin:5px 20px;
	padding:0;
	list-style:url(../images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
img{
	border:none;
}
/********************************** HEADERS **********************************/


h1 {
	font-weight: normal;
	margin:10px;
	font-size: 20px;
	font-weight:normal;
	color: #b01f24;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-weight: normal;
	margin:10px;
	font-size: 16px;
	font-weight:bold;
	line-height: 22px;
	color: #0065a5;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	margin:0;
	font-size: 14px;
	line-height: 20px;
	color: #127ac1;
}



/* DIVS
--------------------------*/

body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 10px 0;
	background:url(../images/back.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#frame{
	width:954px;
	margin:0 auto;
	padding:5px;
	background:#FFFFFF;
}


#headerbanner {
	background: #FFF;
	height: 90px;
	width: 955px;
	margin:0 auto 0 auto;
	padding:0;
	background:url(../images/header.jpg) left top repeat-x;
}


/* ============================================================== */
/* Navigation Rules */
/* ============================================================== */
#menuContainer {
	z-index: 1;
	width: 955px;
	height: 25px;
	left: 0px;
	margin-bottom:0;
	padding:0;
	background:url(../images/stripbg.jpg) repeat-x top left #9e1b21;
}

#mainmenu { float: left; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#mainmenu, #mainmenu ul { margin: 0; padding: 0; list-style: none; position: relative; z-index: 2; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#mainmenu ul { width: 175px; position: absolute; left: -1px; display: none; }
#mainmenu li { float: left; margin: 0; padding:0; position: relative; z-index: 3; font-family:Arial, Helvetica, sans-serif; font-size:12px; border-right: #FFFFFF 1px solid; list-style:none;}
#mainmenu .lastitem { border-right: none; }
#mainmenu li a { padding: 5px 21px 5px 21px; display: block; color: #fff; text-decoration: none; font-weight:bold; }
#mainmenu .home a { padding:5px 23px; background: none; }
#mainmenu li a:hover {background: #004574; color:#fff;}

#mainmenu li ul { margin:0; padding: 0; background: #004574; border: 1px solid #fff; border-bottom: none; top:25px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#mainmenu li ul li { margin:0; padding: 0; background: none; text-indent: 9px; border-right: none; border-bottom: 1px solid #fff; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#mainmenu li ul li a { width: 161px; height: 18px; padding: 7px; display: block; background: none; color:#fff; }
#mainmenu li ul li a:hover {background:#127ac1; color: #fff;}
#mainmenu li ul li.lastMenu{border-bottom: 1px solid #fff;}


/* Navigation
------------------------------*/
.eventlogo{
	width:218px;
	height:90px;
	float: left;
	margin: 0px 0 0 17px;
	
}

hr{
	clear:both;
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:#c7c7c7 1px solid;
	background:none;
	width:98%;
	height:1px;
	margin:0 auto;
	padding:0;
}

p.dates{
	font-family: Times New Roman,Times,serif;
	font-weight: bold;
	color: #B01F24;
	font-size: 21px;
	float: right;
	margin: 5px 15px 5px 5px;
	text-align: right;
	clear: right;
	width: 500px;
}
span.venue{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #127AC1;
	font-size: 16px;
}
.bookmarks{
	width:415px;
	float:right;
	background:url(../images/bookmark_bg.jpg) top left no-repeat;
	height:18px;
	margin: 0 8px 0 0;
	padding: 7px 0;
}
.bookmarks ul {
	margin:0px 15px;
	list-style:none;
	width:400px;
	height:25px;
	padding: 0;
}
.bookmarks ul li{
	float:left;
	list-style:none;
	padding: 0 5px;
	border-right:1px solid #00466b;
	font-size: 11px;
	margin: 0;
	color:#00466b;
	}
.bookmarks li a{
	text-decoration:none;
	color:#00466b;
}
.bookmarks li a:hover{
	text-decoration:underline;
	color:#00466b;
}
.bookmarks li.last{
	border-right:none;
}
/********************************** INDEX **********************************/

#container {
	background: #FFFFFF;
	width: 955px;
	height:100%;
	margin:5px 0 0 0;
	padding:0;
}
#maincolumn{
	position:relative;
	width:744px;
	float:left;
	padding:0;
}
#leftcolumn {
	position: relative;
	float: left;
	display: block;
	width: 450px;
	border-top: 5px solid #000000;
	margin: 5px 0 0 0;
	clear: left;
}

#middlecolumn {
	background-color: #eaf4f9;
	border-top: 5px solid #b01f24;
	margin: 5px 0px 10px 455px;
}

#rightcolumn {
	width: 200px;
	height:auto;
	float: right;
	background:none;
}
#rightcolumn h3{
	margin:5px;
}

#rightcolumn hr{
	margin:10px auto;
	_margin:0 auto;
}


#rightcolumn p{
	margin:5px 0 5px 10px;
	font-size: 11px;
}
#rightcolumn p strong{
	color:#0e2f65;
}
#rightcolumn p a{
	color:#005792;
	font-size:11px;
	text-decoration:underline;
	margin:0 0 3px 0;
}

#flashhero {
	width: 744px;
	height: 225px;
	z-index:1;
}


/********************************** CTA's, PA's, highlited **********************************/

#ctatop{
	width:188px;
	height:78px;
	background: url(../images/cta_topbg.gif) no-repeat top;
	text-indent: 22px;
	margin:0 auto 3px auto;
}

#ctatop h2.h2head{
	font-family:Arial, Helvetica, sans-serif;
	color:#0065a5;
	margin: 5px;
	font-size: 18px;
	font-weight:normal;
	line-height: 40px;
	color: #0065a5;
}

#ctabottom {
	background: url(../images/cta_bottombg.gif) no-repeat top;
	text-align: center;	
	margin:0 auto 3px auto;
	width:188px;
	height:138px;
}

#ctabottom h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#0065a5;
}

.regbutton{
	display:block;	
	width:188px;
	height:78px;
	background:url('../images/bookonline.gif') no-repeat;
	padding:0px;
	text-align:left;
}

.regbutton a{
	font-family: Trebuchet MS;
	font-size:19px;
	color:#127ac1;	
	display:block;
	padding-top:26px;
	width:188px;
	height:78px;
	line-height:24px;
	font-weight:bold;
	background:url('../images/bookonline.gif') no-repeat;
	text-decoration:none;
}
.regbutton a:hover{
	font-family: Trebuchet MS;
	font-size:19px;	
	color:#b01f24;	
	display:block;
	width:188px;
	height:78px;
	line-height:24px;
	font-weight:bold;
	background:url('../images/bookonlineO.gif') no-repeat;
	text-decoration:none;
}

.sponsor_box{
	width:188px;
	margin:0 auto;
	padding:20px 0px 15px 0px;
	background:url(../images/sponsor_box.gif) top left no-repeat;
	height: 85px;
	clear: left;
	text-align: center;
}
.sponsor_box img{
	margin:0;
}
.bottom_box{
	border:#c7c7c7 3px solid;
	margin:10px auto;
	height:250px;
	width:700px;
	background:url(../images/edisco_logo_box.jpg) bottom right no-repeat;
}


/* Sponsors */

/****************************************************/
.Sponsors .partner { clear: both; overflow: hidden; margin-bottom: 15px; }
.Sponsors .partner img {
	float: left;
	border:none;
	margin: 15px 0 0 15px;
}
.Sponsors .partner img a{border:none;}
.Sponsors .partner p  {
	float: right;
	clear: right;
	width: 450px;
	_width: 350px;
}
.Sponsors .partner ul {float: right; clear:right; width:380px; _width: 350px;}




#clecredits {
	color: #FFF;
	width: 245px;
	height: 118px;
	background: url('../images/creditsbg.gif') no-repeat bottom;
	padding-left: 180px;
	padding-top: 0px;
	margin: 5px auto;
}

#clecredits h2 {
	padding: 35px 0px 0px 0px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 22px;
}

#clecredits a {
	color: #FFF;
}


#moduleright {
	float:right;
	display:block;
	width:180px;
	margin:0;
	padding:12px 8px 8px 8px;
	_padding:15px 8px 0 8px;
	height:auto;
}
.edisco_logo{
	float:right;
	width:197px;
	margin:5px 0;
	text-align:center;
}
#linkedin {
	float:right;
	display:block;
	width:180px;
	margin:0;
	padding:5px 8px 5px 8px;
	height:auto;
}
#moduleright h3 a{
	color: #005792;
	font-size: 13px;
	text-decoration:none;
	margin:5px 0;
}
#moduleright h3 a:hover{
	color: #127ac1;
	font-size: 13px;
	text-decoration:underline;
	margin:5px 0;
}

.border{
	border-bottom: 1px solid #cccccc;
}
.bordertop{
	border-top: 1px solid #cccccc;
	padding:10px 0 0 0;
	margin: 10px 0;
}


#linkedin p{
	margin:5px 0 5px 25px;
	font-size: 11px;
}
#linkedin a{
	color:#005792;
	font-size:11px;
	text-decoration:underline;
	margin:0 0 3px 0;
}
.twitter{
	margin:9px 0 0 9px;
}

.Venue .eventimageleft{
	margin-left:10px;
}
.venueimages{
	float:left;
	margin:5px 10px;
	height:800px;
	width:200px;
}

/********************************** IMAGES **********************************/

.eventimageleft, .eventimageright, .eventimagecenter, .eventimagecentre {
	background: #fff;
	margin-bottom: 5px ;
	border:1px solid #cccccc;
}

.noborder{
	border:none;
}

a .eventimageleft, a .eventimageright, a .eventimagecenter, a .eventimagecentre {
	border:none;
}


.eventimagecenter, .eventimagecentre {
	text-align: center;
}

.eventimageleft{
	float: left;
	margin-right: 10px;
	clear: left;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
	border:1px solid #ccc;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.img_sponsor a {
	border: none;
}

.img_countdown {
	float: left;
	vertical-align: top;
	margin-right: 5px;
}

.img_javawidget {
	vertical-align: middle; 
}

.img_speaker_sm {
	display: block;
	float: left;
	margin: 0px 12px 45px 0px;
}

.img_speaker {
	display: block;
	margin: 0px 0px 20px 0px;
}

.quote1 {
	display: block;
	float: left;
	vertical-align:	middle;
	margin-top: 8px;
}

.endquote {
	margin-top: -40px;
	margin-left: 77px;	
}
.quote2 {
	background: url("../images/accolades/end_quote.jpg") no-repeat right;
}

.img_cta1 {
	margin:8px auto 1px auto;
	border: none;
}

.img_cta3 {
	margin:0 5px 0 3px;
	vertical-align: top; 
}
.greyback{
	background:#fff;
	border-bottom: 1px solid #cccccc;
}
.twitterback{
	background:url(../images/twitterback.gif) top repeat-x #fff;
	
}
.img_venue {
	margin-bottom: 10px;
}

.img_icon {
	vertical-align: middle; 
	margin-bottom: 8px;
	margin-right: 3px;	
}
.img_border {
	border: 1px solid #dbdbdb;
}

.img_border a:link {
	border: 1px solid #dbdbdb;
}

.img_noborder {
	border: none;
}

.img_noborder a {
	border: none;
}

.img_arrow {
	float:right;
	padding-right: 12px;
	padding-bottom:10px;	
}

/********************************** MISC **********************************/

#Registration {
	min-height: 600px;
	padding: 20px;
}


.earlybirdcountdown {
	font-family: Arial, Helvetica, sans-serif;
	height:55px;
	width:165px;
	overflow:hidden;
	background:#e9e9e9;
	margin:0;
	padding:0;
}



.cta_align {
	border: none;
	text-align: left;
	display: block;
	margin:0;
	padding: 0 0 0 15px;
}

.cta_align a {
	font-size: 11px;
}

.cta_align_top {
	border: none;
	text-align: left;
	display: block;
	margin:0;
	padding: 0 0 0 15px;
}
.cta_align strong{
	color:#127ac1;
}

.green{
	color:#54b948;
}


/* DownloadCenter */

/****************************************************/
.DownloadCenter .item { clear: both; overflow: hidden; margin-bottom: 15px; width:400px; }
.DownloadCenter .item img {
	float: left;
	border:none;
	margin: 5px 0 0 15px;
}
.DownloadCenter .item img a{border:none;}
.DownloadCenter .item p  {
	float: right;
	clear: right;
	width: 225px;
	_width: 350px;
	font-size:11px;
	margin-right:45px;
}
.DownloadCenter .item ul {float: right; clear:right; width:380px; _width: 350px;}



/* Prices */

.Prices table {
	margin:0 10px;
	width:98%;
	}

.Prices th {
	font-weight: bold;
	background: #E9E9E9 url("/images/data/IQPC_TEXTBLOCK/image8/73272.PNG") repeat-x;
	padding: 5px;
	vertical-align: middle;
	}

.Prices tr:hover {
	background-color: #F5F5F5;
	}

.Prices tr {
	text-align: center;
	padding: 5px;
	background-color:#E9E9E9;
	}

.Prices td {
	padding:5px;
	}
	
.Prices .RegisterRow {
	background: #E9E9E9;
	text-align: right;
	padding: 5px;
	}

.Prices .Package {
	text-align: left;
	background-color: #D6D6D6;
	vertical-align: middle;
	}
.quote{
	display:block;
	text-align:right;
}


/* Agenda */
.Agenda table{
	margin:0 10px;
	width: 98%;
	border: none;
}
.Agenda table hr{
	width:300px;
}
.Agenda td{
	vertical-align:top;
	padding: 5px 0;
}

.Agenda tr{
	vertical-align:top;
}

.Agenda .Time{
	font: bold Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px 7px 0 0;
	color:#000000;
	display: block;
}

.Agenda .Break{
	display:block;
	padding:10px;
	background: #fff;
	border-bottom: 1px #e14c00 solid;
	margin:0;
	_margin: 0 5px 0 0;
}
.Agenda .Session{
	display:block;
	padding:15px 10px 5px 0px;
	border-bottom: 1px #b01f24 solid;
	margin:0;
	_margin: 0 5px 0 0;
}
.Agenda  .last{
	border-bottom:none;
	margin-bottom:10px;
}

/* Footer
------------------------*/
#footer {
	clear:both;
	bottom:0;
	background: url(../images/footerbg.gif) repeat-x;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#004880;
	width: 955px;
	height:68px;
	margin:10px 0 0 0;
	border-top:#cccccc 1px solid;
}

#footer p{
	margin:32px 0 0 16px;
	width:724px;
	float:left;
	font-size:11px;
}

#footer a{
	color:#004880;
}

.iqpclogo{
	margin:0 10px 0 0;
	float:right;
}
