@import "reset.css";
@import "global.css";

/*************************************/
/***   EXXONMOBIL HEBRON PROJECT   ***/
/***          MAIN STYLES          ***/
/*************************************/

.printOnly { display: none; }
.important { color: #C00; }

div#wrap{
	padding: 0;
	margin: 0;
	width: 100%;
}

div#container{
	width: 940px;
	margin: 0 auto;
}

#contentBlock{
	padding: 20px;
	padding-top: 0;
	margin-top: -10px;
}

/*****************/
/*   MAIN MENU   */
/*****************/

#header{
	height: 197px;
}

p#headerImage{
	height: 122px;
	background: url(/media/232/logo_header.jpg) top left no-repeat;
	width: 100%;
	padding: 0;
}

p#headerImage a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 122px;
}

#menu{
	width: 940px;
	overflow: hidden;
	margin-left: 0;
	background: #FFF url(/media/227/menu_header_bg.jpg) top left repeat-x;
}

#menu li{
	float: left;
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
}

#menu li a{
	display: block;
	padding: 14px 10px 10px 20px;
	text-decoration: none;
	color: #FFF;
}

#menu li a strong{
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
}

#menu li a span.updated{
	color: #D34F63;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

#menu li a:hover strong{ color: #D1D9DF;}

#menu li#menuHome a{ width: 80px; }
#menu li#menuProject a{	width: 90px; }
#menu li#menuSafety a{	width: 140px; }
#menu li#menuEmployment a{ width: 100px; }
#menu li#menuProcurement a{ width: 120px; }
#menu li#menuMedia a{	width: 110px; }
#menu li#menuContact a{	width: 90px; }

/*****************/
/*   HOME PAGE   */
/*****************/

#homeMainContent{
	width: 580px;
	float: left;
	padding-right: 20px;
}

#homeMainContent #locationMap{
	text-align: center;
}

#homeSideContent{
	width: 280px;
}

#homeSideContent .homeSideBlock{
	margin: 0 0 20px;
	width: 240px;
	overflow: hidden;
	padding: 40px 0 0 40px;
}


#homeSideContent .homeSideBlock h5{
	margin-top: 8px;
	font-weight: normal;
	font-size: 16px;
}

#homeSideContent #homeNews p{
	margin-left: 8px;
}

#homeSideContent #homeNews{
	background: url(/media/248/home_side_block.jpg) top left no-repeat;
}

#homeSideContent .homeSideBlock h4, #homeSideContent .homeSideBlock h5{
	color: #333;
	line-height: 1.1em;
}

#homeSideContent .homeSideBlock h5.first a{
	font-weight: bold;
	color: #A62A35;
}

#homeSideContent #homeBenefits{
	background: url(/media/242/pdf_block.jpg) top left no-repeat;
}

#homeSideContent #homeBenefits h4{
	margin-left: 40px;
}

#homeSideContent #homeBenefits a{
	text-decoration: none;
	color: #333;
}

.PDFBlock{
	margin: 0 0 20px;
	width: 240px;
	overflow: hidden;
	padding: 40px 0 0 40px;
	float: right;
	background: url(/media/242/pdf_block.jpg) top left no-repeat;	
}

.PDFBlock a{
	text-decoration: none;
	color: #333;
}

.PDFBlock h4{
	margin-left: 40px;	
}

/****************/
/*   SUB PAGE   */
/****************/

#subPageMenu{
	width: 200px;
	float: left;
}

#subPageMenu ul{
	margin: 0;
	width: 180px;
}

#subPageMenu ul li{
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	background: #EFEFEF url(/media/126/submenu_bg.gif) right repeat-y;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
}


#subPageMenu ul a:hover{
	background-color: #D1D9DF;
	border-right: 1px solid #CCC;
	width: 139px;
}

#subPageMenu ul li#topOfList{
	font-weight: bold;
	color: #000;
	border-top: 0;
	padding-left: 0;
	display: block;
	width: 180px;
}

#subPageMenu ul li#topOfList a{
	padding-left: 10px;
	width: 140px;
	color: #000;
}

#subPageMenu ul li#topOfList a:hover{
	background: none;
	border-right: none;
}

#subPageMenu ul li#topOfList span{
	padding: 10px;
	display: block;
	background: url(/media/116/submenu_topoflist.gif) top left no-repeat;
}

#subPageMenu ul li a{
	display: block;
	padding: 6px 10px 6px 30px;
	width: 140px;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#subPageMenu ul li a:hover{
	text-decoration: underline;
	color: #103959;
}

#subPageMenu ul li#endOfList{
	border-bottom: 0;
}

#subPageMenu ul li#endOfList span{
	height: 20px;
	display: block;
	background: url(/media/121/submenu_endoflist.gif) bottom left no-repeat;
}

#subPageContent{
	width: 680px;
}

#subPageContent h2{
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#subPageContent h2 span{
	position: relative;
	bottom: -4px;
}

#subPageContent h3, .mceContentBody h4{
	font-weight: bold;
	color: #103959;
	font-size: 13px;
}

#subPageContent h4, .mceContentBody h4{
	font-weight: bold;
	color: #a32437;
	font-size: 14px;
}

#wrap table.standardTable{
	width: 600px;
}

#wrap table.standardTable td{
	padding: 10px;
}

/*****************/
/*   ICON LIST   */
/*****************/

.iconBlock{
	margin: 10px 0;
	height: 70px;
}

.iconBlock a{
	font-weight: bold;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 10px;
	overflow: hidden;
}

.iconBlock a:hover{
	background: #D1D9DF;
}

.iconBlock a img{
	display: block;
	float: left;
	margin-right: 10px;
	border: 2px solid #113A5A;
}

/****************/
/*   SITE MAP   */
/****************/

#sitemap li{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

#sitemap li ul li{
	font-weight: normal;
	font-size: 14px !important;
	margin-bottom: 0;
}

#sitemap a:link{
	color: #113A5A;
}

#sitemap a:visited{
	color: #B0124C;
}

/**************/
/*   FOOTER   */
/**************/

#footer{
	background: #FFF url(/media/237/footer_logos.jpg) bottom left no-repeat;
	width: 940px;
	border-top: 1px solid #333;
	margin-top: 15px;
}

#footer p, #footer a{
	color: #333;
	font-size: 11px;
}

#footer #footLeft{
	width: 490px;
	float: left;
}

#footer #footLeft a{
	display: block;
	width: 100%;
	height: 40px;
	text-decoration: none;
}

#footer #footRight{
	padding: 8px 10px 0 0;
	width: 400px;
	float: right;
	text-align: right;
	position: relative;
	top: 4px;
}

/******************/
/*   SEARCH BAR   */
/******************/

div#searchForm{
	position: relative;
	background: #113A5A;
	top: -6px;
	left: 704px;
	width: 220px;
	padding: 4px 8px;
}

div#searchForm form, div#searchForm form fieldset{
	padding: 0;
	margin: 0;
}

/**********************/
/*   SEARCH RESULTS   */
/**********************/

#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_formContentHolder_umbSearchControl_1_PanelDotNet p{
	padding: 0;
}

#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_formContentHolder_umbSearchControl_1_PanelDotNet a{
	display: block;
	padding: 14px 0 5px;
	font-size: medium;
	font-weight: bold;
}

p.searchArrowsTop, p.searchArrowsBottom{
	text-align: center;
}

span.searchFooter{
	display: none; /*
	padding-top: 6px;
	font-size: 12px;
	font-style: italic;
	color: #666; */
}

span.SearchHighlight{
	background: #FEFF7F;
}

/*********************/
/*   PHOTO GALLERY   */
/*********************/

.galleryFolder{
	width: 600px;
	margin: 10px auto;
	clear: left;
}

.galleryFolder h4{
	margin-bottom: 6px;
	font-size: 24px;
	text-align: center;
}

.galleryFolder hr{
	width: 70%;
	clear: left;
	margin: 5px auto;
}

div.photoGallery{
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
}

a.galleryPhoto{
	width: 100px;
	height: 100px;
	padding: 10px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
}

a.galleryPhoto:hover{
	background: #D1D9DF;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {
font-weight: bold;
color: #103959;
font-size: 13px;
}

h4 {
font-weight: bold;
color: #a32437;
font-size: 14px;
}

.left {
float:left; margin-right: 6px;
}

IMAGE Align Right {
float:right; margin-left: 6px;
}


