/* CSS styles for the general site layout */
.clear, .clearFix {
	clear:both;
}

a.lightbox, a.thickbox {
	cursor: url(/img/magnify.cur), pointer;
}

table, table tr, table td, table th {
	border:none;
}

html {
	background:url(/img/page-bg.jpg) repeat-x #c0d2de;
}

.newsImageGallery img {
	border:1px solid #333;
	margin:0 10px 10px 0;
}

#wrapper {
	width:962px;
	margin:0 auto 0 auto;
	padding:0 6px 0 6px;
	background:url(/img/wrapper-bg.png) repeat-y;
}

#wrapper .top * {
	float:left;
}

#wrapper .top a.logo {
	width:544px;
	height:188px;
	float:left;
	background:url(/img/logo.gif) no-repeat;
}

#wrapper .top .girl {
	background:url(/img/girl.jpg) no-repeat white;
	width:403px;
	height:188px;
}

#wrapper .top a.logo span {
	display:none;
}

#wrapper .top img.topRounded {
	margin-left:-6px;
}

#wrapper .container {
	background:url(/img/no-people-bg.gif) no-repeat white bottom;
	min-height:630px;
	height:auto !important;
	height:630px;
	width:950px;
	clear:both;
}

#wrapper .container .menu {
	width:198px;
	float:left;
	margin-right:18px;
	min-height:525px;
	height:auto !important;
	height:525px;
}

#wrapper .container .menu ul {
	margin:0;
	padding:0;
}

#wrapper .container .menu ul li {
	margin:0;
	padding:0 23px 0 0;
	background:url(/img/menu-bg-no-arrow.gif) no-repeat 100% -25px;
	clear:left;
	min-height:25px;
	height:auto !important;
	height:25px;
	position:relative;
}

#wrapper .container .menu ul li.selected {
	background-position:100% 0;
}

/*
#wrapper .container .menu ul li:hover ul {
	display:block;
}
*/

#wrapper .container .menu ul li ul {
	position:absolute;
	display:none;
	background:white;
	top:-1px;
	left:190px;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	border-right:1px solid #cacaca;
	padding:0;
	margin:0;
	width:auto;
	z-index:999;
}

#wrapper .container .menu ul li ul li {
	z-index:999;
	background:none;
	margin:0 10px 0 10px;
	padding:0;
	width:auto;
	white-space:nowrap;
	float:left;
	clear:left;
}

#wrapper .container .middleContent {
	width:526px;
	float:left;
	margin-right:18px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#wrapper .rightColContainer {
	float:left;
}

#wrapper .recentHeadlines {
	width:176px;
	margin-bottom:20px;
}

#wrapper .recentHeadlines .top, #wrapper .recentHeadlines .content, #wrapper .recentHeadlines .bottom {
	/* Reset inherited styles */
	margin:0;
	padding:0;
	height:auto;
	width:100%;
	min-height:auto;
	background:transparent;
	clear:left;
}

#wrapper .recentHeadlines .top {
	height:50px;
	background:url(/img/recent-news-heading.gif) no-repeat;
}

#wrapper .recentHeadlines.contributingCompanies .top {
	background-image:url(/img/contributing-companies-heading.gif);
}

#wrapper .recentHeadlines .content {
	padding:0 13px 0 13px;
	background:url(/img/news-bg.gif) repeat-y;
	width:150px;
}

#wrapper .recentHeadlines.contributingCompanies .content {
	height:100px;
}

#wrapper .recentHeadlines .content ul li span{
	display:block;
}

#wrapper .recentHeadlines ul {
	margin:0;
	padding:0;
}

#wrapper .recentHeadlines ul li {
	margin:0 0 0 0;
	padding:5px 0 5px 0;
	list-style:none;
	background:url(/img/dot.gif) repeat-x bottom;
}

#wrapper .recentHeadlines .bottom {
	height:13px;
	background:url(/img/news-bottom.gif) no-repeat;
}

#wrapper .recentHeadlines .top span {
	display:none;
}

#wrapper .container .people {
	background:url(/img/people.gif) no-repeat center center;
	height:98px;
	clear:both;
}

#bottomRounded {
	background:url(/img/bottom.png) no-repeat;
	width:962px;
	margin:0 auto 0 auto;
	height:12px;
	padding:0 6px 0 6px;
}

#footer {
	width:962px;
	margin:10px auto 0 auto;
	padding:0 6px 20px 6px;
	height:18px;
}
/************************ Presenters */
.presenterRow {
	width:100%;
	margin-bottom:30px;
	clear:left;
	float:left;
}

.presenterRow .presenter {
	position:relative;
	float:left;
	margin-right:12px;
	overflow:hidden;
}

.presenterRow .presenter .caption {
	display:block;
	width:97%;
	height:20px;
	position:absolute;
	bottom:0;
	padding:8px 2% 2px 2%;
	background: rgb(27, 60, 79); /* The Fallback */
	background: rgba(27, 60, 79, 0.7);
}

.presenterPic {
	float:right;
	margin:0 0 20px 20px;
}

.presenterRow.presenters .presenter {
	margin-right:20px;
}

.presenterRow.sponsors .presenter {
	margin-right:40px;
}

/************************ Slide Shows */
.slideshow {
	position:relative;
}

.slideshow .item {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.slideshow .item.active {
    z-index:10;
}

.slideshow .item.last-active {
    z-index:9;
}

.slideshow .item .caption {
	margin-top:10px;
	font-size:11px;
}

/************************ Social Networking Links */
.socialNetworking {
	padding:20px 0 20px 0;
	float:left;
}

.socialNetworking.facebook {
	margin-right:10px;
	margin-left:15px;
}

.socialNetworking.addthis_button {
	margin-left:50px;
	padding-top:0;
}
/************************ Forms */

#wrapper .middleContent form label {
	width:150px;
	display:block;
	float:left;
}

#wrapper .middleContent form div.input input, #wrapper .middleContent form div.textarea textarea {
	border:1px solid #7f7f7f;
	margin-bottom:8px;
	padding:2px 4px 2px 4px;
	width:290px;
}

#wrapper .middleContent form div.select select {
	margin-bottom:8px;	
}

#wrapper .middleContent form div.submit input {
	margin-left:150px;
	background:#1B3C4F;
	border:none;
	padding:5px 10px 5px 10px;
}

/************************ Flash messages */
#warningMessage, #successMessage, #errorMessage {
	text-align:center;
	background:#FFD267 none repeat scroll 0 0;
	border-bottom:2px solid #D49600;
	border-top:2px solid #D49600;
	color:#A47607;
	font-size:90%;
	padding:3px 0;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}

#successMessage {
	background:#CDEB8B none repeat scroll 0 0;
	border-bottom:2px solid #006E2E;
	border-top:2px solid #006E2E;
	color:#006E2E;
}

#errorMessage {
	background:#B02B2C none repeat scroll 0 0;
	border-bottom:2px solid #B02B2C;
	border-top:2px solid #B02B2C;
	color:#fff;
}


/************************ Webkit Only Fixes */
@media screen and (-webkit-min-device-pixel-ratio:0){

}

/************************ Firefox Only Fixes */
@-moz-document url-prefix() {

}