/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------
	Client:	TIANB
	Author:	eSolutionsgroup
	Date:	April, 2010
		
*/

/* 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;
	width: 960px;
	background: #FFF;
}


/* ===== Header ===== */

#header {
	float: left;
	margin: 0;
	width: 960px;
	background-image: url(../images/structure/homepage_banner.jpg);
	background-repeat: no-repeat;
	height:380px;
}
#headerInt{
	float: left;
	margin: 0;
	width: 960px;
	background-image: url(../images/structure/flag.gif);
	background-repeat: no-repeat;
	height:147px;
}

#memberLogin {
	position: absolute;
	top: 41px;
	right: 10px;
	width: 172px;
	height: 26px;
}



/* ===== Search ===== */

#search {
	position: absolute;
	display: block;
	top: 41px;
	right: 198px;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 26px;
	background: url(../images/structure/search.gif) no-repeat 0 0;
}

#search form { display: inline; }

#search .searchText {
	position: absolute;
	padding: 0;
	top: 5px;
	left: 8px;
	border: none;
	width: 152px;
	background: transparent;
	font-size: 12px;
	color: #666;
}

#search .gobutton {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 25px;
}


/* ===== Top Navigation ===== */

#topNav {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 14px 13px 5px 20px;
	text-align: right;
	width:480px;
	overflow:hidden;
}


/* ===== Logo ===== */

#logo {
	float: left;
	width: 188px;
	height: 147px;
	overflow: hidden;
}


/* ===== Main Navigation ===== */

#mainNav {
	position: absolute;
	top:86px;
	left:201px;
	width: 749px;
	z-index: 1000;
	height: 45px;
	background-image: url(../en/images/structure/mainNav.gif);
	
}




#quickLinksposition {
	position: absolute;
	top: -226px;
	right: 12px;
	width: 222px;
	height: 204px;
	overflow: hidden;
	z-index:800 !important;
}


#mainNews {
	position: absolute;
	top: -205px;
	left: 23px;
	width: 195px;
	height: 190px;
	overflow: hidden;
	font-size:14px;
}
#mainNews p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#mainNews h1 {
	font-size: 24px;
	color:#01728d;
	font-weight:100;
	line-height:28px;
	margin:0px;
	padding:0px;
}




/* ===== Main Content Container ===== */

#main {
	position: relative;
	float: left;
	width: 960px;
}


/* ===== Footer ===== */

#footer {
	float: left;
	margin: 0;
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footerText {
	float: left;
	width: 700px;
	line-height: 1;
	overflow: hidden;
}

#footerNav {
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	width: 700px;
	text-align: left;
	overflow: hidden;
}

#esol {
	float: right;
	margin: 0px 0px 0px 0px;
	background: transparent url(../en/images/structure/esolutionsgroupLogo.gif);
}




#esol a {
	display: block;
	width: 171px;
	height: 17px;
}

#esol img {
	display: block;
	width: 0;
}




/* ===================================================================================== STYLES HOME PAGE */


/* ===== Banner ===== */

#homepageBannerContainer {
	float: left;
	margin: 0 0 1px 0;
	width: 960px;
	height: 98px;
	overflow: hidden;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


/* ===== Left Content ===== */

#homecontentLeft {
	float: left;
	padding-left:23px;
	padding-right:23px;
	width: 328px;
	padding-top:0px;
	padding-bottom:5px;
}
#homecontentLeft p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

#homecontentMiddle {
	float: left;
	padding-right:23px;
	width: 324px;
	padding-top:0px;
	padding-bottom:20px;
}
#homecontentMiddle p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

#homecontentRight {
	float: left;
	width: 221px;
	padding-top:0px;
	padding-bottom:20px;
	
}
#homecontentRight p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}



#interiorbackground {
	position:absolute;
	top:16px;
	left:648px;
	z-index:2;
}




/* ===================================================================================== STYLES FOR CONTENT PAGES */


/* ===== Actions and Breadcrumbs ===== */

#actionsContainer {
	position: absolute;
	top:5px;
	width: 713px;
	right:23px;
	z-index:8;
}
#actionsContainerOnecolumn {
	position: absolute;
	top:5px;
	width: 913px;
	right:23px;
	z-index:8;
}

#breadcrumbs {
	float: left;
	width: 500px;
	color: Silver;
	overflow: hidden;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height:16px;
}
#breadcrumbswide {
	float: left;
	width: 503px;
	color: Silver;
	overflow: hidden;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height:16px;
}

#actions {
	position: relative;
	float: right;
	width: 390px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}	

#actions form { display: inline; }


/* ===== Interior Layout ===== */

.mainInterior {
	background-image: url(../images/structure/bg_twocolumn_int.gif);
	background-repeat: repeat-y;
}
.mainInteriorwide {
	background-image: url(../images/structure/bg_onecolumn_int.gif);
	background-repeat: repeat-y;
}
.mainInteriorWideR {
	background-image: url(../images/structure/bg_onecolumn_int.gif);
	background-repeat: repeat-y;
}
.mainHome {
	background-image: url(../images/structure/border.gif);
	background-repeat: repeat-y;
}

.clearWideR
{
    background-image: url(../images/structure/bg_onecolumn_int.gif);
	background-repeat: repeat-y;
}

#contentInt {
	float: left;
	width: 486px;
	/*overflow: hidden;*/
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#contentIntWide {
	float: left;
	width: 712px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#contentIntWideR {
	float: left;
	width: 912px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#contentInt.WideR {
	float: left;
	width: 686px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
	
	background-color:Transparent;
}

#rightcontentInt {
	float: left;
	width: 205px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#rightcontentInt img {
	width: 200px;
	height:170px;
	overflow: hidden;
	z-index:5;
	position:relative;
	padding: 1px;
	border: 1px solid #7b7b7b;
	margin-bottom:15px;
}
.quicklinksint {
	width: 167px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 28px;
	color: #FFF;
	background-image: url(../images/structure/quicklinks_bg.gif);
	background-repeat: no-repeat;
}
.quicklinksint a {
	color: #FFF !important;
	font-weight:bold;
}
.quicklinksintbot {
	width: 205px;
	padding:0px;
	background-image: url(../images/structure/quicklinks_bottom.gif);
	background-repeat: no-repeat;
	height:12px;
	overflow:hidden;
	margin:0px;
}


/* -- This is a full width interior - used when there is no sub navigation on the page -- */


#contentInt.wide {
	width: 940px;
	background-color: #FFF; /* This hides mainInterior's bg image */		
}









#uber #printArea #quickLinksposition .quickLinksContainer {
	width: 222px;
	height: 204px;
	overflow: hidden;
}

#uber #printArea #quickLinksposition .quickLinksContainer ul {
	margin: 0;
	padding: 0;
	width: 222px;
	list-style: none;
}

#uber #printArea #quickLinksposition .quickLinksContainer li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 34px;
}

#uber #printArea #quickLinksposition .quickLinksContainer li a {
	display: block;
	padding: 0 0 0 30px;
	height: 34px;
	background: url(../images/structure/h_quicklinksIcon_default.gif) 8px 12px no-repeat;
	font-size: 14px;
	line-height: 2.25;
	color: #FFF;
	overflow: hidden;
}

#uber #printArea #quickLinksposition .quickLinksContainer li.btn01 a { background: url(../images/structure/h_quicklinksIcon_events.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn02 a { background: url(../images/structure/h_quicklinksIcon_learning.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn03 a { background: url(../images/structure/h_quicklinksIcon_members.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn04 a { background: url(../images/structure/h_quicklinksIcon_conference.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn05 a { background: url(../images/structure/h_quicklinksIcon_awards.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn06 a { background: url(../images/structure/h_quicklinksIcon_tour.gif) 0 5px no-repeat; }








