/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------
	Client:	MESA International
	Author:	Ryan Whillier
	Date:	December, 2009
		
*/

/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */


/* ===================================================================================== STYLES FOR ALL PAGES */


/* ===== Main Wrapper For Site ===== */

#uber {
	position: relative;
	margin: auto auto;
	width: 897px;
}


/* ===== Header ===== */

#header {
	margin: 0px 0px 0px 0px;
	width: 897px;
	height: 106px;
	position: relative;
	background: url(/images/structure/title-globe-background.gif) 205px 42px no-repeat;
}

#bodyContent{
	width:100%;
	background: #fff url(/images/structure/body-content-background.gif) top left repeat-x;
}

/* ===== Logo ===== */

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 197px;
	height: 106px;
	overflow: hidden;
}


/* ===== Page Title ===== */

#pageTitle{
	height:35px;
	width:639px;
	float:right;
	overflow:hidden;
	margin-top: 63px;
}
	#pageTitle p{
		padding:0px;
		margin:0px;
		color:#fff;
		font-size:28px;
		font-weight:bold;
		line-height:22px;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
	}
	
#conferencelocation { /* highlights the conference location */
	color:#deeaf6;
	font-size:17px;
	position:absolute;
	top:70px;
	left:709px;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	width:188px;
}

/* ===== Main Navigation ===== */

#mainNav {
	float: left; /* Contain floated list items */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 188px;
	height: 360px;
	list-style-image: none;
	list-style: none;
	background-color:#dde6f2;
	overflow:hidden;
}

#p2elogo{
	padding: 0px 0px 0px 58px;
}

/* ===== Main Content Container ===== */

#main {
	position: relative;
	width: 897px;
}


/* ===== Footer ===== */

#footer {
	margin: 0 auto;
	padding: 15px 0px;
	width: 897px;
	height:25px;
}

#footerText {
	float: left;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
}
	#footerText a:hover, a:active {
		color:#FFFFFF;
		text-decoration:none;
	}

	#footerText a, #footerText  a:link, #footerText  a:visited {
		color:#FFFFFF;
		text-decoration:underline;
	}

#footerNav {
	float: left;
	margin: 0;
	color: #fff;
	text-align: left;
	overflow: hidden;
}

#esol {
	float: right;
	margin: 0px 0px 0px 0px;
	background: transparent url(/en/images/structure/esolutionsgroupLogo.gif) 0 0 no-repeat;
}

#esol a {
	display: block;
	width: 190px;
	height: 15px;
}

#esol img {
	display: block;
	width: 0px;
}




/* ===================================================================================== STYLES HOME PAGE */

/* ===== Banner ===== */

#homepageBannerContainer {
	width:236px;
	height:360px;
	overflow:hidden;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


/* ===== Left Content ===== */

#contentLeft {
	float: left;
	width: 427px;
	height: 318px;
	padding: 21px 23px;
	overflow: hidden;
	background:url(/images/structure/home-content-background.gif) top left repeat-y;
}


/* ===== Right Content ===== */
		
#contentRight {
	float: right;
	width: 236px;
	padding: 0px;
}

/* ===== Resource Library ===== */

#resourceLibrary{
	clear:both;
	width:897px;
	height:97px;
	position:relative;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
	#resourceLibrary img{
		margin:0px;
		padding:0px;
	}
	#resourceLibrary p{
		margin:0px;
		padding:0px;
		color:#32598a;
	}
	#resourceLibrary a{
		margin:0px;
		padding:0px;
		color:#32598a;
		text-decoration:none;
	}
		#resourceLibrary a:hover{
			text-decoration: underline;
		}
#featuredPick{
	top:0px;
	left:188px;
	width:206px;
	height:16px;
	overflow:hidden;
	padding: 62px 15px 20px 15px;
	background: url(/en/images/structure/home-featured-background.gif) top left no-repeat;
	position:absolute;	
}
#downloads{
	top:0px;
	left:424px;
	width:207px;
	height:16px;
	overflow:hidden;
	padding: 62px 15px 20px 15px;
	background: url(/en/images/structure/home-downloads-background.gif) top left no-repeat;
	position:absolute;	
}
#readersChoice{
	top:0px;
	left:661px;
	width:209px;
	height:16px;
	overflow:hidden;
	padding: 62px 13px 20px 15px;
	background: url(/en/images/structure/home-readers-background.gif) top left no-repeat;
	position:absolute;	
}

/* ===== Resource Library ===== */

#sponsorsContainer {
	clear:both;
	width:100%;
	background: #fff url(/images/structure/home-sponsors-background.gif) repeat-x;	
}
	#sponsors{
		width:897px;
		margin: 0 auto;
	}
		#sponsors table{
			margin:0px;
			padding:0px;
		}
		#sponsors td{
			vertical-align: middle;
		}
		#sponsors table p{
			color:#32598a;	
			text-transform:uppercase;
			font-size: 12px;
		}
		#sponsors a{
			margin:0px;
			padding:0px;
		}
		#sponsors table img{
			margin:0px 10px 0px 0px;
		}
#sponsorsFooter{
	width:100%;
	height: 27px;
	clear: both;
	background: url(/images/structure/home-sponsor-footer-background.gif) repeat-x;
}


/* ===================================================================================== STYLES FOR CONTENT PAGES */

/* ===== Actions and Breadcrumbs ===== */

#actionsContainer {
	position: relative;
	float: left;
	width: 800px;
	background-color: #fff;
	border-top: solid 1px gray;	
}

#breadcrumbs {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 390px;
	color: Silver;
	overflow: hidden;
}

#actions {
	position: relative;
	float: right;
	padding: 3px 5px 3px 5px;
	width: 500px;
	text-align: right;
}	

#actions form { display: inline; }


/* ===== Interior Layout ===== */

#contentHeader{
	width:688px;
	height:107px;
	position:relative;
	margin: auto 0px;
	padding: 0px 0px 0px 21px;
	background:url(/images/structure/body-content-background.gif) top left repeat-x;
}
.wide #contentHeader{
	width:876px;	
}
	#pageMainTitle{
		width:407px;
		height:43px;
		top:33px;
		left:21px;
		overflow:hidden;
		position:absolute;
	}
		#pageMainTitle p{
			margin:0px;
			color:#fff;
			font-size: 18px;
			line-height: 22px;
			font-weight: bold;
		}
	#pageSubTitle{
		width:275px;
		height:50px;
		top:33px;
		left:441px;
		overflow:hidden;
		position:absolute;
	}
	.wide #pageSubTitle{
		left: 631px;	
	}
		#pageSubTitle p{
			margin:0px;
			color:#b4d7f2;
			font-size: 14px;
			line-height: 18px;
		}
.mainInterior {
	background: #FFF url(/images/structure/template_content_background.jpg) repeat-y 0 0;
	border-top: solid 1px gray;		
}

#contentInt {
	float: right;
	padding: 0px;
	width: 709px;
	overflow: hidden;
	position: relative;
}
	.wide #contentInt{
		width:897px;	
	}
	.rightBar #contentInt{
		width: 486px;	
	}
	.wideRightBar #contentInt{
		width: 686px;	
	}
	#content{
		width:667px;
		padding: 35px 21px 0px 21px;
		overflow: hidden;
	}
	.wide #content {
		width: 855px;
	}
	.rightBar #content{
		float:left;
		width: 435px;	
	}
	#content.wideRightBar {
		width: 620px;
	}
		#content p{
			color: #05262f;	
		}

/* ==== Interior Conference Sponsors ==== */

#contentSponsors{
	clear:both;	
}

#contentSponsors td {
	text-align:center;	
}
#contentSponsors img {
	margin: 10px 10px 0px 0px;
}
#contentSponsors table {
	margin:0px 0px 0px 1px;
	padding:0px;
}

.sponsorHeaderRow{
	width:235px;
	height:27px;
	color:#2e7565;
	font-size:11px;
	text-align: center;
	text-transform:uppercase;
	background:url(/images/structure/int-sponsors-header-bar.gif) top left no-repeat;	
}

/* ===== content footer shadows ====== */

#contentFooter{
	width:100%;
	background:url(/images/structure/content-footer-shadow-repeat.gif) top left repeat-x;
}

#contentFooterShadow{
	width:897px;
	height:22px;
	margin: 0 auto;
	background: url(/images/structure/content-footer-shadow.gif) top left no-repeat;
}
	#contentFooterShadow.wide{
		background:none;	
	}

/* ===== Styles for Right Green Panel ===== */

#contentRightBar{
	float:right;
	width:224px;
	background:#c6e0da;
	margin-top: 65px;
	overflow: hidden;
}
#rightBarBottom{
	background: url(/images/structure/right-panel-bottom.gif) bottom left no-repeat;	
}
#rightBarTop{
	padding:21px;
	background:url(/images/structure/right-panel-top.gif) top left no-repeat;	
}
	#rightBarTop p{
		color:#2e7565;		
	}
		
/*

	Sitemap
	
*/

.siteMapSection
{
	float: left;
	width: 240px;
	margin-right: 30px;
}

.siteMapSectionHeading
{
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #DFEEEA;
	color: #2E7565 !important;
	font-size: 14px;
	font-weight: bold;
}

.siteMapSectionHeading a, .siteMapSectionHeading a:active, .siteMapSectionHeading a:visited
{
	color: #2E7565 !important;
	text-decoration: none !important;
	padding: 5px 0px 5px 0px;
}

.siteMapSection ul
{
	margin: 0px 0px 0px 5px !important;
	padding: 0px 0px 0px 0px !important;
	list-style-type: none;
	list-style-image: none;
}

.siteMapSection ul li
{
	padding: 0px !important;
	margin: 0px !important;
}

.siteMapSection li a, .siteMapSection li a:active, .siteMapSection li a:visited
{
	display: block;
	color: #2E7565;
	padding: 3px 0px 3px 0px !important;
	text-decoration: none;
}

.siteMapSection li a:hover
{
	color: #8EA4C1;
}

/* Second level */
.siteMapSection ul li ul
{
	margin: 0px 0px 0px 15px !important;
}	
