/* CSS Document */

* + html #div { /* Stuff*/ }  /* for IE 7 */

html, body { margin: 0; padding: 0; font-family: Arial, Helvetica, Verdana sans-serif; font-size: 90%; color: #353735; background: #eeeeee; }


/* Text */
h1 { font-size: 34px; color: #004048; margin: 0; padding: 0; font-weight: normal; }
h2, h2 a { font-size: 24px; color: #6c6f70; margin: 0; font-weight: normal; }
h2.blue, h2.blue a { color: #005f7e; }
h2.white { color: #FFF; }
h3 { font-size: 18px; color: #6c6f70; margin: 0; font-weight: normal; }
h3.blue { color: #005f7e; }
h4 { margin: 0; padding: 0; font-size: 15px; color: #005f7e; }



/* Links */
a { margin: 0; padding: 0; color: #cf820a; text-decoration: none; }
a:hover { color: #005f7e; }
a.small_link { font-size: 0.8em; text-transform: uppercase; font-weight: bold; }

/* Images */
img { margin: 0; padding: 0; border:none; }

/* Tables */
table { margin: 0; padding: 0; border-collapse: collapse; }

/* Forms */
form { margin: 0; padding: 0; }

/* Clear */
.clear { clear: both; margin: 0; padding: 0; height: 0px; font-size: 0px; line-height: 0px; }

/* HR */
.hr { margin: 30px 0; padding: 0; width: 100%; height: 1px; background: #d7d7d7; overflow: hidden; }


#content_container_home { margin: 0; padding: 0 0 40px 0; width: 100%; background: #FFF url(/images/background.jpg) top center no-repeat; }
#content_container_content { margin: 0; padding: 0 0 40px 0; width: 100%; background: #FFF url(/images/background_content.jpg) top center no-repeat; }

/* Masthead */
#masthead { margin: 0 auto; padding: 0; width: 984px; height: 117px; background: url(/images/background_masthead.jpg) no-repeat; color: #FFF; }
#masthead img.ophir_logo { float: left; display: inline; margin: 22px 0 0 16px; padding: 0;  }
#top_links_container { float: right; display: inline; margin: 10px; padding: 0; width: 300px; }
#top_links_container img.top_links  { float: right; display: inline; margin: 0; padding: 0;  }
#top_links_container p { float: right; display: inline; margin: 0; padding: 0; line-height: 25px; font-size: 10px; text-transform: uppercase; background: #2e3b3b; }
#top_links_container p a { color: #FFF; }
#top_links_container p a:hover { color: #fbb70f}


/* Main Navigation */
#main_navigation { margin: 0 auto; padding: 0; width: 984px; height: 56px; background: url(/images/main_navigation_bg.gif) no-repeat; } 
#main_navigation ul {list-style: none; margin: 0; padding: 0;  }


#main_navigation ul .level1
{
    padding: 10px 15px;
    width: 270px;
    background: white;
    border: 5px solid #eeeeee;
}

#main_navigation ul .level1 a
{
    display: block;
    padding: 10px 0;
    color: #CF820A;
    border-bottom: 1px solid #D7D7D7;
    font-weight: normal;
    height: auto;
    width: 270px;

}

#main_navigation ul .level1 a.last
{
    border-bottom: 0px solid #D7D7D7;
}

#main_navigation ul .level1 a:hover
{
    color: #005f7e
}

#main_navigation ul li { display: inline; margin: 0; padding: 0; }
#main_navigation a { float: left; display: block; height: 56px; /*overflow: hidden; text-indent: -10000px; font-size: 0px; line-height: 0px;*/ }
 
a.home { width: 61px; background: url(/images/navigation/home_off.gif) no-repeat 0 0; }
a.home#selected { background: url(/images/home_on.gif) no-repeat 0 0; }
a:hover.home { background: url(/images/navigation/home_over.gif) no-repeat 0 0; }

a.about_us { width: 78px; background: url(/images/navigation/about_us_off.gif) no-repeat 0 0; }
a.about_us#selected { background: url(/images/navigation/about_us_on.gif) no-repeat 0 0; }
a:hover.about_us { background: url(/images/navigation/about_us_over.gif) no-repeat 0 0; }

a.assets { width: 67px; background: url(/images/navigation/assets_off.gif) no-repeat 0 0; }
a.assets#selected { background: url(/images/navigation/assets_on.gif) no-repeat 0 0; }
a:hover.assets { background: url(/images/navigation/assets_over.gif) no-repeat 0 0; }

a.drilling { width: 75px; background: url(/images/navigation/drilling_off.gif) no-repeat 0 0; }
a.drilling#selected { background: url(/images/navigation/drilling_on.gif) no-repeat 0 0; }
a:hover.drilling { background: url(/images/navigation/drilling_over.gif) no-repeat 0 0; }

a.investors { width: 86px; background: url(/images/navigation/investors_off.gif) no-repeat 0 0; }
a.investors#selected { background: url(/images/navigation/investors_on.gif) no-repeat 0 0; }
a:hover.investors { background: url(/images/navigation/investors_over.gif) no-repeat 0 0; }

a.community { width: 94px; background: url(/images/navigation/community_off.gif) no-repeat 0 0; }
a.community#selected { background: url(/images/navigation/community_on.gif) no-repeat 0 0; }
a:hover.community { background: url(/images/navigation/community_over.gif) no-repeat 0 0; }

a.careers { width: 74px; background: url(/images/navigation/careers_off.gif) no-repeat 0 0; }
a.careers#selected { background: url(/images/navigation/careers_on.gif) no-repeat 0 0; }
a:hover.careers { background: url(/images/navigation/careers_over.gif) no-repeat 0 0; }

a.contact { width: 76px; background: url(/images/navigation/contact_off.gif) no-repeat 0 0; }
a.contact#selected { background: url(/images/navigation/contact_on.gif) no-repeat 0 0; }
a:hover.contact { background: url(/images/navigation/contact_over.gif) no-repeat 0 0; }

#search_container { float: right; display: inline; margin: 16px 14px 0 0; padding: 0; width: 269px; }
#search_container img { float: left; display: inline; margin: 0; padding: 0; }
#search_input { float: left; display: inline; margin: 0; padding: 0; width: 185px; height: 25px; background: url(/images/search_input.gif) no-repeat; }
#search_input input.search { margin: 0; padding: 5px; width: 175px; background: transparent; border: 0; font-family: Arial, Helvetica, Verdana sans-serif; font-size: 12px; color: #353735; }
.search_submit_button { float: left; display: inline; margin: 0; }

#search_input_large { float: left; display: inline; margin: 0; padding: 0; width: 589px; height: 25px; background: url(/images/search_input_large.gif) no-repeat; }
#search_input_large input.search { margin: 0; padding: 5px; width: 579px; background: transparent; border: 0; font-family: Arial, Helvetica, Verdana sans-serif; font-size: 12px; color: #353735; }


/* Home Content */
#homepage_content_container { margin: 0 auto; padding: 0; width: 984px; }
#homepage_content_right { float: right; display: inline; margin: 0; padding: 0; width: 362px; }
#homepage_content_left { float: left; display: inline; margin: 0; padding: 0; width: 622px; }

#homepage_flash { float: left; display: inline; margin: 0; padding: 0; width: 622px; height: 400px; background: url(/images/home_flash_background.gif); }
#homepage_flash p.no_flash { margin: 0; padding: 160px 0 0 0; text-align: center; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #FFF; }
#homepage_flash p.no_flash a { color: #fbb70f; }
#homepage_flash p.no_flash a:hover { color: #333; }

#homepage_welcome_text { float: left; display: inline; margin: 0; padding: 20px; width: 322px; height: 290px; background: url(/images/home_welcome_bg.gif); color: #FFF; }
#homepage_welcome_text h2 { color: #FFF; font-size: 28px; }
#welcome_text_container { margin: 0; padding: 10px 0 20px 0; width: 322px; height: 120px; border-bottom: 1px solid #b6b7b8; overflow: hidden; }

#latest_news_container { margin: 20px 0 0 20px; padding: 0; width: 322px; font-size: 12px; }
#latest_news_container ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #b0b0b0; }
#latest_news_container ul li { margin: 0; padding: 0; border-bottom: 1px solid #b0b0b0;  }
#latest_news_container ul li a { display: block; height: 63px; margin: 0; padding: 10px 10px 0 10px; color: #6c6f70; background: #eeeeee; }
#latest_news_container ul li a:hover { background: #dadada; }
#latest_news_container ul li a .date { float:left; font-size: 10px; text-transform: uppercase; font-weight: bold; line-height: 17px;}
#latest_news_container ul li a .title { margin-left:75px; display:block;}

.homepage_small_content_container { float: left; display: inline; width: 160px; margin-top: 32px; }
.homepage_small_content_container_inner { margin: 0; padding: 0; width: 160px; height: 190px; border-bottom: 1px solid #b0b0b0; overflow: hidden; }
.homepage_small_content_container p.link { margin: 0; padding: 13px 0 0 0; font-size: 15px; }
.homepage_small_content_container p.link a { color: #005f7e; }
.homepage_small_content_container p.link a:hover { color: #cf820a; }
.homepage_small_content_container p.small { margin: 0; padding: 5px 0 0 0; font-size: 10px; text-transform: uppercase; font-weight: bold; color: #6c6f70; }

.price_box { background-color: #FBB70F;}

.price_box .price { font-size: 40px; color: #005f7e; border-bottom: 1px solid #FCC53F; padding: 15px 0 10px 15px; }

.price_box .details { padding: 10px 0 0 15px; font-size:10px; height: 88px; margin: 5px 0 0 0;}

.price_box .details .text { text-transform: uppercase; color: #005f7e; font-weight:bold; }

.price_box .details .price_change { }

/* Footer  */
#footer { width: 940px; margin: 0 auto; padding: 20px; background: #004048; color: #FFF; font-size: 11px; }
#footer p.copyright { float: left; display: inline; margin: 0; padding: 0; }
#footer ul { float: right; dispay: inline; list-style: none; margin: 0; padding: 0;  }
#footer ul li { display: inline; margin: 0 0 0 10px; padding: 0 13px 0 0; background: url(/images/footer_nav_pipe.gif) center right no-repeat; }
#footer ul li.last { padding: 0; background: none; }
#footer ul li a { color: #FFF }
#footer ul li a:hover { color: #fbb70f }


/* Content Page Content */
#content_page_content_container { margin: 0 auto; padding: 25px 32px 0 32px; width: 920px; min-height: 250px; background: url(/images/content_page_bg_inner.gif) no-repeat; }
#content_page_content_container p { line-height: 20px; }
#content_page_content_container ul.content li { padding: 5px 0; }


#content_page_header { margin: 0; padding: 0; width: 920px; height: 100px; }
#content_page_content_container p.page_path { float: left; display: inline; font-size: 10px; text-transform: uppercase; color: #005f7e; margin: 0; padding: 0; }
#content_page_content_container p.page_path a { color: #005f7e; } 
#content_page_content_container p.page_path a:hover { color: #002a30; } 
#content_page_content_container p.text_size { float: right; display: inline; font-size: 10px; text-transform: uppercase; color: #005f7e; margin: 0; padding: 0; }

#content_page_content_container a.text_size_increase { float: right; display: block; margin-left: 3px; height: 13px; width: 13px; overflow: hidden; text-indent: -10000px; font-size: 0px; line-height: 0px; background: #033 url(/images/text_size_increase.gif) no-repeat; margin-top: 4px; }
#content_page_content_container a.text_size_increase:hover { background-position: 0 -13px; }

#content_page_content_container a.text_size_decrease { float: right; display: block; margin-left: 3px; height: 13px; width: 13px; overflow: hidden; text-indent: -10000px; font-size: 0px; line-height: 0px; background: #033 url(/images/text_size_decrease.gif) no-repeat; margin-top: 4px; }
#content_page_content_container a.text_size_decrease:hover { background-position: 0 -13px; }

#assest_left_column ul.assets_sub_nav { list-style: none; margin: 0; padding: 0;  }
#assest_left_column ul.assets_sub_nav li { display: inline; margin: 0 0 0 10px; padding: 0 13px 0 0; font-size: 0.8em; text-transform: uppercase; background: url(/images/sub_nav_nav_pipe.gif) center right no-repeat; }
#assest_left_column ul.assets_sub_nav li.last { padding: 0; background: none; }
#assest_left_column ul.assets_sub_nav li.first { margin: 0; }
#assest_left_column ul.assets_sub_nav li a { color: #cf820a }
#assest_left_column ul.assets_sub_nav li a.selected { color: #6c6f70 }
#assest_left_column ul.assets_sub_nav li a:hover { color: #005f7e }

#asset_content {  margin: 30px 0 0 0; padding: 0; }
#asset_content h2 { color: #005f7e; }
#asset_content h3 { color: #005f7e; }
#asset_content p { font-size: 0.95em; line-height: 20px; }
#asset_quote { float: right; width: 145px; margin: 30px 0 100px 55px; padding: 0; }
#asset_quote h2 { color: #cf820a; line-height: 24px; }

#asset_content > div
{
    width: 550px;
    float: left;
}

.mapImage
{
    float: right;
}

#asset_content .imageContentImage
{
    width: 940px;
}

#assest_right_column { float: left; display: inline; width: 320px; }

/* Other Assests Carousel */
img.arrow_left { float: left; display: inline; margin: 49px 31px 0 0; padding: 0; }
img.arrow_right { float: left; display: inline; margin: 49px 0 0 0; padding: 0; }
.small_asset_container  { float: left; display: inline; margin: 20px 31px 0 0; padding: 0; width: 181px; }
.small_asset_container p.link { margin: 0; padding: 13px 0 0 0; font-size: 15px; }
.small_asset_container p.link a { color: #005f7e; }
.small_asset_container p.link a:hover { color: #cf820a; }
.small_asset_container p.content { margin: 0; padding: 5px 0 0 0; font-size: 12px; }
.small_asset_container p.small { margin: 0; padding: 5px 0 0 0; font-size: 10px; text-transform: uppercase; font-weight: bold; color: #6c6f70; }


.presentation_left_column { float: left; display: inline; margin: 10px 0 0 0; padding: 0; width: 470px; font-size: 12px; line-height: 20px; }
.presentation_left_column p.title { font-weight: bold; }
.presentation_left_column p { margin: 0; padding: 0; }

.presentation_center_column { float: left; display: inline; margin: 10px 0 0 40px; padding: 0; width: 135px; font-size: 11px; text-transform: uppercase; font-weight: bold; line-height: 20px; }
.presentation_right_column { float: left; display: inline; margin: 10px 0 0 0px; padding: 0; font-size: 11px; text-transform: uppercase;  line-height: 20px;}
.presentation_right_column a { font-weight: bold; }

p.page_numbers { margin: 0; padding: 0; font-size: 10px; text-transform: uppercase; font-weight: bold; }


/* Side Navigation */
#side_nav_outer_1 { margin: 0; padding: 0; width: 920px; background: url(/images/side_nav_line.gif) repeat-y; }
#side_nav_outer_2 { margin: 0; padding: 0; width: 920px; background: url(/images/side_nav_line_top.gif) 698px 0 no-repeat; }
#side_nav_outer_3 { margin: 0; padding: 0; width: 920px; background: url(/images/side_nav_line_bot.gif) 698px bottom no-repeat; }

#content_area_side_nav { float: left; display: inline; margin: 0; padding: 0; width: 660px; }
#content_area_side_nav p { line-height: 20px; }
#content_area_side_nav ul.content li { padding: 5px 0; }

#side_nav_container { float: right; display: inline; margin: 0 10px 0 0; padding: 0 0 0 0; width: 222px; }

#side_nav_container h2 { margin-left: 41px; }

#side_nav_container ul { list-style: none; margin: 10px 0 0 0; padding: 0; background: url(/images/side_nav_ul_border_bottom.gif) 0 top no-repeat; }
#side_nav_container ul li { margin: 0; padding: 0; font-size: 11px; text-transform: uppercase; font-weight: bold; background: url(/images/side_nav_ul_border_bottom.gif) 0 bottom no-repeat; }
#side_nav_container ul li a { display: block; margin: 0; padding: 12px 0 12px 41px; }
#side_nav_container ul li a.side_nav_selected { background: url(/images/side_nav_arrow.gif) 0 center no-repeat; color: #005f7e;  }

#latest_pres_home_container { margin: 0; padding: 10px; width: 140px; height: 137px; background: #fbb70f; overflow: hidden }
#latest_pres_home_container p { margin: 0; padding: 5px 0 0 0; font-size: 10px; line-height: 12px; text-transform: uppercase; color: #353735; }
#latest_pres_home_container p a { font-weight: bold; color: #005f7e; }
#latest_pres_home_container p a:hover { font-weight: bold; color: #FFF; }


div.image
{
	float: left;
	
	clear: left;
	margin: 10px;
}


#search_resuts_container { margin: 10px 0; padding: 15px 20px 20px 20px; width: 620px; background: #eeeeee; }

#contact_form_container { margin: 10px 0; padding: 15px 20px 20px 20px; width: 880px; background: #eeeeee; }
.form_left { float: left; display: inline; margin: 10px 0 0 0; padding: 5px 0; width: 100px; font-size: 12px; font-weight: bold; }
.from_asterix { float: left; display: inline; margin: 10px 0 0 0; padding: 5px 0; width: 10px; color: #9b0415; font-size: 12px; font-weight: bold; }
.form_input_520px { float: left; display: inline; margin: 10px 0 0 0; padding: 0; width: 510px; height: 25px; background: url(/images/search_input_510px.gif) no-repeat; }
.form_input_520px input.form { margin: 0; padding: 5px; width: 500px; background: transparent; border: 0; font-family: Arial, Helvetica, Verdana sans-serif; font-size: 12px; color: #353735; }
.form_input_255px { float: left; display: inline; margin: 10px 0 0 0; padding: 0; width: 255px; height: 25px; background: url(/images/search_input_255px.gif) no-repeat; }
.form_input_255px input.form_small { margin: 0; padding: 5px; width: 245px; background: transparent; border: 0; font-family: Arial, Helvetica, Verdana sans-serif; font-size: 12px; color: #353735; }

.textarea_510px { float: left; display: inline; margin: 10px 0 0 0; padding: 0; width: 510px; height: 105px; background: url(/images/textarea_510px.gif) no-repeat; }
.textarea_510px textarea.comments { margin: 0; padding: 5px; border: 0; width: 500px; height: 95px; background: transparent; font-family: Arial, Helvetica, Verdana sans-serif; font-size: 12px; color: #353735; }

.form_hr { clear: both; margin: 15px 0 5px 0; padding: 0;  height: 1px; border-top: 1px solid #FFF; width: 100%; }


.contact_paragraph { float: left; margin: 20px 0 0 0; padding: 0; width: 215px; }
.contact_paragraph p.content { margin: 7px 0 0 0; padding: 7px 0 0 0; font-size: 12px; line-height: 18px; border-top: 1px solid #d4d4d4; }
.contact_paragraph p.small_text { margin: 0; padding: 0; font-size: 10px; text-transform: uppercase; font-weight: bold; color: #6c6f70;  }



/* Nav Dropdown */
.nav_drop_down_container { margin: 0; padding: 10px 15px; width: 270px; background: #FFF; border: 5px solid #005f7e; }
.nav_drop_down_container ul.drop_down_links { list-style: none; margin: 0; padding: 0; }
.nav_drop_down_container ul.drop_down_links li { display: inline; margin: 0; padding: 0; font-size: 0.8em; text-transform: uppercase; }
.nav_drop_down_container ul.drop_down_links li a { display: block; padding: 10px 0; color: #cf820a; border-bottom: 1px solid #d7d7d7; }
.nav_drop_down_container ul.drop_down_links li a:hover { color: #005f7e }
.nav_drop_down_container ul.drop_down_links li a.last { border-bottom: none; }

p.date_small { margin: 0; padding: 20px 0 0 0; font-size: 0.8em; text-transform: uppercase; font-weight: bold; }
p.small { font-size: 0.8em; }
.grey_border { margin: 0; padding: 5px; width: 650px; background: #eeeeee; }
.grey_border_half { float: left; display: inline; margin: 0; padding: 5px; width: 435px; background: #eeeeee; }
.grey_border_half p { font-size: 10px; text-transform: uppercase; font-weight: bold; text-align: center; margin: 0; padding: 5px 0 0 0; }
.grey_border_large { margin: 0; padding: 5px; width: 910px; background: #eeeeee; }
.grey_border_large p { font-size: 10px; text-transform: uppercase; font-weight: bold; text-align: center; margin: 0; padding: 5px 0 0 0; }
.grey_border_276 { float: left; display: inline; margin: 0; padding: 5px; width: 276px; background: #eeeeee; }
.grey_border_276 p { font-size: 10px; text-transform: uppercase; font-weight: bold; text-align: center; margin: 0; padding: 5px 0 0 0; }


table.corporate_structure { margin: 10px 0; padding: 0; width: 100%; font-size: 12px; }
table.corporate_structure th { padding: 7px 5px; background: #EEEEEE; text-align: left; }
table.corporate_structure td { padding: 7px 5px; border-bottom: 1px solid #EEEEEE; }
table.corporate_structure td.left { width: 150px; font-weight: bold; }

#asset_content table
{
    width: 100%;
     margin-top: 40px;
}

#asset_content table th
{
    background: #eeeeee;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    min-width: 135px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#licenceDetailsTable th
{
    width: 135px;
}

#asset_content table td
{
     border-bottom: 1px solid #cfcfcf;
     border-top: 1px solid #cfcfcf;
     padding: 10px;
}

#asset_content table tfoot td
{
    border-bottom: 0px;
}

#licencees
{
   
}

.imageList
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 26px;
}

.imageList li
{
    float: left;
    width: 209px;
    margin-right: 26px;
    margin-bottom: 26px;
    overflow: hidden !important;
}

.imageList li img:hover
{
    opacity:0.8;
    filter:alpha(opacity=80)
}

.imageList li img
{
    border: 6px solid #eeeeee;
}

.imageList li div
{
    padding: 6px;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;

}

.download_container { margin: 1px 0 0 0; padding: 20px 30px; background: #EEEEEE; }
.download_container img { float: left; }
.download_container p { margin: 0; padding: 5px 0; font-size: 10px; text-transform: uppercase; }
.download_container h2 { margin: 0; padding: 2px 0 0 0; }


.downloadList
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.downloadList .download
{
    background: url(/images/downloadIcon.jpg) no-repeat;
    width: 94px;
    height: 87px;
    display: block;
    float: left;
    padding-left: 18px;
}

.downloadList .title
{
    font-size: 24px!important;
    color: #6c6f70;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.downloadList li
{
    margin: 0px;
    padding: 0px;
    background: #eeeeee;
    height: 87px;
    border-bottom: 1px solid #fff;
}

.formcontainer
{
    margin: 10px 0;
    padding: 15px 20px 20px 20px;

    background: #EEE;
}

.formcontainer .formitems table
{
   
    border-bottom:  1px solid white;
    width: 100%;
         margin-bottom: 15px;
}

.formcontainer .formitems table td
{
     padding-bottom: 15px;

}

.formcontainer .formitems input, .formcontainer .formitems textarea
{
    margin: 0;
    padding: 5px;
    width: 500px;
    background: transparent;
    border: 0;
    font-family: Arial, Helvetica, Verdana sans-serif;
    font-size: 12px;
    color: #353735;
}

.formcontainer .formitems .formtabletitle
{
    margin: 10px 0 0 0;
    padding: 5px 0;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
}

.textarea_510px textarea {
margin: 0;
padding: 5px;
border: 0;
width: 500px;
height: 95px;
background: transparent;
font-family: Arial, Helvetica, Verdana sans-serif;
font-size: 12px;
color: #353735;
}

.requiredfield
{
    float: right;
    display: inline;
    margin: -3px 0 0 0;
    padding: 5px 0;
    width: 10px;
    color: #9B0415;
    font-size: 12px;
    font-weight: bold;
}

.landingList
{
    background: #EEE;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 11px;
    padding-top: 31px;
}

.landingList .small_asset_container
{
    background: #fff;
    padding: 5px;
    margin-left: 31px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;  
}

.sitemap
{
     list-style-type: none;
}

.sitemapmain
{
    float: left;
    width: 43%;
    margin-right: 3%;
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;  
}

.Assets, .Careers, .Community, .Careers, .Utilities
{
    float: right;
}

.sitemapmain > a
{
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}