

/* CSS Document */

#global {
	position: relative;
	margin: 0 auto;
	width: 990px;
                text-align:justify;
	}
	
/* header*/	
#header {
	position:absolute;
	width: 990px;

}
	
	
#breadcrumbs {
	position: absolute;
	width: 970px;
	margin-left: 10px;
	margin-top: 15px;/* 20 px between the bread and search bar*/
}


/* Containers for the 2 ip-floats */

#container {
	color: #000;
	top: 233px;
	position: absolute;
	width: 970px;
	margin-left: 10px;
                border-bottom: 20px solid #ffffff;
	
}

/* container for google search page > modification because no breadcrumbs*/

#container-google {
	color: #000;
	top: 188px;
	position: absolute;
	width: 970px;
	margin-left: 10px;
                border-bottom: 20px solid #ffffff;
	
}


/* container used in institutionnal_page.html only */	
#container-ip-float {
	float: left;
	width: 970px;
	margin-bottom: 20px;
	}

/* FLOAT1 for MENU LEFT and SMAll BANNER (ip for "institutional page") */

#ip-float1 { 
	float: left;
	width: 235px;
}


#menu-left {
	float: left; /* 28-8 css modified */
	width: 235px;
	}
	
#banner_medium {
	float: left;
	margin-top: 20px;
	margin-left: 1px;

}


.square {
float: left;
	margin-top: 20px;
	/*margin-left: 1px;*/

}



/* FLOAT2 for FLASH BANNER and CONTENT */


#ip-float2 { 
	float: right;
	width: 720px;
}

#flash-banner {
	float: left;
	margin-bottom: 20px;
}



/* added for job description and press release full pages */

#content-jd {
	float: left;
	padding-bottom: 15px;
	background: #f9fafa url(http://images1.avanquest.com/Espana/Images/job_description_bottom_tcm18-4062.gif) no-repeat center bottom;

}

#content-jd1 {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 705px;
	display: inline;
}

#content-jd2 {
	float: left;
	margin-left: 15px;
	width: 705px;
	margin-top: 20px;
	display: inline;
}

#content {
	float: left;
	width: 720px;
}

#ip-footer{
	clear: both;
}

#footer-jd{
	clear: both;
	padding-top: 20px;
}

/* **************** MENU LEFT > Commmon to all corporate/institutional pages *********************** */

dl, dt, dd, ul, li {
	padding: 0;
	margin: 0;
}


#menu_inst_page {
	width: 235px;
                text-align:left;
}



#menu_inst_page ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu_inst_page li {
	padding-right: 15px;
}


li.menu_inst_page {
	list-style: url(http://images3.avanquest.com/Espana/Images/bullet_tcm18-1777.gif);
}

li.menu_inst_page_selected {
	list-style: url(http://images3.avanquest.com/Espana/Images/bullet_tcm18-1777.gif);
}

#menu_inst_page dt {
	cursor: pointer;
	height: 37px;
	width: 235px;
	margin-top: ;/* for the buttons to overlap*/
	z-index: 10;
}

dt.overlap {
	margin-top:-4px;

	}

#menu_inst_page dd {
	background: url(http://images4.avanquest.com/Espana/Images/background_big_tcm18-1778.gif) no-repeat bottom;
	margin-top: -3px;
	z-index: 1;
}

#space {
height: 1px;

}

#menu_inst_page  a {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;

}

#menu_inst_page a:hover {
	color: #006ea9;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu_inst_page_selected {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #006ea9;
	}

ul.menu_inst_page {
	padding-top: 10px;
	padding-bottom: 10px;
                padding-left: 40px;
}
