* { padding:0; margin:0; }
html { min-height:101%; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	padding:0;
	text-align: center;
	font-family: Arial, Verdana, sans serif;
	font-size:0.8em;
	color: #666;
	background-color:#f4f8fe;
	/*background-repeat:repeat-x;
	background-image:url(/AppImages/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;*/
}

.language
{
	padding-left:5px;
	padding-right:5px;
}

/*** USEFUL ***/

.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
/*.right {text-align: right;}*/
.img_left {float: left; margin: 0 15px 5px 0;}
.img_right {float: left; margin: 0 10px 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}

/** improve resize sampling on images in IE (this may slow site down?) **/
img{ -ms-interpolation-mode: bicubic; }


a
{
	text-decoration:none;
	font-weight:bold;
	color: #333;
}
a:hover
{
}

.site_wrapper
{
	width:1065px;
	margin:0 auto;
	text-align:left;
	background-color:#143458;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	position:relative;
}


/** TYPOGRAPHY ;-P **/

h1
{
	font-size:1.6em;
	margin:0 0 10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.testimonial_wrapper h1
{
	font-size:1.4em;
}
h2
{
	font-size:1.2em;
	padding:10px 0;
	color:#555;
}
h3
{
	border-bottom:1px solid #DDDDDD;
	font-size:1.1em;
	margin-bottom:10px;
	padding:15px 0 8px;
	clear:both;
}
h4
{
	font-size:1em;
	padding:10px 0;
	color:#555;
}

.c1 ul, .c1 ol
{
	list-style-position:outside;
	margin-left:25px;
	padding:20px 0 10px;
}
.c1 ul ul, .c1 ol ol
{
	padding:5px 0;
}

.c1 p
{
	padding:4px 0;
	line-height:1.5em;
}
.c1 a
{
	color:#555;
	text-decoration:underline;
}
.c1 a:hover
{
	text-decoration:none;
}

p.highlighted
{
	background-image:url(/AppImages/highlighted_paragraph.gif);
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
	color:#233450;
	font-size:1.2em;
	font-weight:bold;
	min-height:60px;
	padding:20px 30px;
	text-align:left;
}

.c1 table
{
	border:1px solid #999;
	border-collapse:collapse;
}
.c1 table th
{
	font-weight:bold;
}
.c1 table td
{
	padding:5px;
}

/*WIND*/
.featured_section_wind_content h1,
.featured_section_wind_content h2,
.featured_section_wind_content h3,
.featured_section_wind_content h4,
.featured_section_wind_content .c1 a,
.featured_section_wind_content .c2 .second_level_nav ul li.selected a
{
	color:#007b41;
}


/*TRANSPORT*/
.featured_section_transport_content h1,
.featured_section_transport_content h2,
.featured_section_transport_content h3,
.featured_section_transport_content h4,
.featured_section_transport_content .c1 a,
.featured_section_transport_content .c2 .second_level_nav ul li.selected a
{
	color:#7CA222;
}


/*** HEADER ***/

.header_wrapper
{
	background-image:url(/AppImages/full_banner.gif);
	background-repeat:no-repeat;
	width:953px;
	height:166px;
	padding:0px 62px 0px 50px;
	position:relative;
}

.romax_logo
{
	padding-top:31px;
	display:block;
	float:left;
}

.header_search
{
	left:675px;
	position:absolute;
	top:10px;
}
.header_search span
{
	color:#FFFFFF;
	display:block;
	float:left;
	padding-right:10px;
	padding-top:2px;
}
.header_search input
{
	background-color:#D6D6D6;
	border:1px solid #7B8E98;
	display:block;
	float:left;
	height:19px;
	margin-right:2px;
	width:155px;
}
.header_search input:focus
{
	background-color:#fff;
}
.header_search input.button_search
{
	width:20px;
	height:20px;
	display:block;
	float:left;
	background-image:url(/AppImages/header_search_button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px none;
}
.header_search a:hover
{
	background-position:left bottom;
}

.language_selection
{
	display:block;
	left:923px;
	position:absolute;
	top:9px;
	width:79px;
}
.language_selection a
{
	width:33px;
	height:21px;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.language_selection a span
{
	display:none;
}
.language_selection a:hover
{
	background-position:left top;
}
.language_selection a.language_english
{
	background-image:url(/AppImages/language_english.gif);
}
.language_selection a.language_chinese
{
	background-image:url(/AppImages/language_chinese.gif);
	margin-left:12px;
}
/****/

/*** FOOTER ***/
.footer_wrapper
{
	width:1015px;
	clear:both;
	background-image:url(/AppImages/footer_bg.gif);
	background-repeat:no-repeat;
	background-color:#22334f;
	color:#fff;
	padding:25px 0 25px 50px;
	padding-bottom:0;
	min-height:132px;
}
.footer_wrapper.footer_transport
{
	background-image:url(/AppImages/footer_transport.gif);
	background-color:#61811F;
}
.footer_wrapper.footer_wind
{
	background-image:url(/AppImages/footer_wind.gif);
	background-color:#155838;
}
.footer_wrapper h2
{
	display:block;
	float:left;
	font-weight:normal;
	margin-left:10px;
	font-size:1.5em;
}

.footer_section
{
	display:block;
	width:140px;
	float:left;
	margin-left:25px;
}
.footer_section h3
{
	border-bottom:2px solid #616e83;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:5px;
}
.footer_section ul
{
	list-style-type:none;
}
.footer_section ul li
{
}
.footer_section ul li a
{
	color:#fff;
	font-weight:normal;
}
.footer_section ul li a:hover
{
	text-decoration:underline;
}

.footer_section_end
{
	display:block;
	float:right;
	margin-left:25px;
	width:210px;
}
.footer_section_end ul
{
	list-style-type:none;
}
.footer_section_end ul li
{
}
.footer_section_end ul li a
{
	color:#fff;
	font-weight:normal;
}
.footer_section_end ul li a:hover
{
	text-decoration:underline;
}
a.senior_link
{
	background-image:url(/AppImages/senior_logo.gif);
	background-position:top left;
	width:65px;
	font-size: 9px;
	display:block;
	margin-top:5px;
	background-repeat:no-repeat;
}
a.senior_link:hover
{
	background-position:bottom left;
	
}
.footer_wind a.senior_link
{
	background-image:url(/AppImages/senior_logo_wind.gif);
}
.footer_transport a.senior_link
{
	background-image:url(/AppImages/senior_logo_transport.gif);
}

.c1 img
{
	margin:10px;
}
.c1 img.admin_view_image_fullwidth
{
	margin:0;
}

/****/

/*** COMMON CONTENT TEMPLATES ***/
.r2_fl
{
	padding-top:25px;
	/*background-image:url(/AppImages/home_content_bg.gif);
	background-repeat:repeat-x;*/
	padding-bottom:30px;
}
.r2_fl .row_wrapper{
	float:right;
	width:100%;
	margin-left:-240px;
}

.r2_fl .c1 {
	margin-left:240px;
	padding-left:30px;
	padding-right:20px;
	overflow:hidden;
}
.r2_fl .c2 {
	float:left;
	width:225px;
	padding-left:15px;
}

/**/
.r2_lf
{
	padding-top:20px;
	padding-bottom:30px;
}
.row_wrapper{
	float:left;
	width:100%;	
}
.r2_lf .c1{
	margin-right:240px;
	padding-left:20px;
	padding-right:30px;
}
.r2_lf .c2{
	margin-left:-240px;
	float:right;
	width:225px;
	padding-right:15px;
}

/**/

.r3_flf .row_wrapper{
	float:left;
	width:100%;
}
.r3_flf{
	width:100%;
	clear: both;
	padding-bottom:30px;
	padding-top:20px;
}
.r3_flf .c1{
	margin: 0 240px;
	padding-left:30px;
	padding-right:20px;
}
.r3_flf .c2
{
	width:225px;
	padding-left:15px;
	float:left;
	margin-left:-100%;
	display:block;
}
.r3_flf .c3
{
	width:225px;
	padding-left:15px;
	float:left;
	margin-left:-240px;
}
/**/



/*** MAIN CONTENT ***/

.main_content_wrapper
{
	background-image:url(/AppImages/main_content_bg_left.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	width:1015px;
	background-color:#fff;
	overflow:hidden;
	padding-bottom:30px;
}
.inner_content_wrapper
{
	background-color:#fff;
	background-image:url(/AppImages/main_content_bg_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:62px;
	width:953px;
}

.content
{	
	/* padding around main content, inside layout template. may need to remove this if content need to go full width */
	padding:10px;
	background-image:url(/AppImages/home_content_bg.gif);
	background-repeat:repeat-x;
}
.content_home
{
	padding:0;
	overflow:hidden;
}
.c1
{
	clear:both;
}

.admin_view_image_fullwidth
{
	max-width:664px;
}

/*** HOME PAGE ***/

.home_page_feature_wrapper
{
	background-image:url(/AppImages/home_features_divider.gif);
	background-repeat:no-repeat;
	background-position:468px 0;
	padding-top:20px;
}
.home_page_feature_wrapper img
{
	float:right;
}
.home_page_feature_section_transport
{
	/*background-color:Red;*/
	float:left;
	margin-right:13px;
	padding-left:20px;
	padding-right:20px;
	width:430px;
}
.home_page_feature_section_wind
{
	/*background-color:blue;*/
	float:left;
	padding-left:20px;
	width:430px;
}
.home_page_feature_wrapper ul
{
	/*background-color:White;*/
	display:block;
	float:left;
	list-style-type:none;
	margin:20px 0 0;
	width:168px;
}.home_page_feature_wrapper ul li
{
	background-image:url(/AppImages/green_bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
}
.home_page_feature_wrapper ul li a
{
	/*background-image:url(/AppImages/home_features_list_bg.gif);*/
	background-image:url(/AppImages/secondary_nav_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#666666;
	display:block;
	margin:0 0 0 7px;
	padding:8px 3px;
}
.home_page_feature_wrapper ul li a:hover
{
	color:#333;
	background-position:left -29px;
	text-decoration:underline;
}

.home_page_content_section
{
	background-image:url(/AppImages/home_page_content_section.gif);
	background-repeat:no-repeat;
	clear:both;
	float:left;
	display:block;
	padding:20px 25px;
	width:912px;
	margin-top:20px;
}
.home_page_content_section h1
{
	text-align:center;
	margin:0;
	padding:0;
	padding-bottom:10px;
	color:#4d4d4d;
}
.home_page_content_section p
{
	padding-bottom:1.5em;
}

.home_callout_section
{
	clear:both;
}
.home_callout_section .home_callout
{
	width:202px;
	display:block;
	float:left;
	background-image:url(/AppImages/callout_grad_bg.jpg);
	background-repeat:no-repeat;
	padding:15px;
	margin-right:6px;
	padding-bottom:20px;
}
.home_callout_section .callout_end
{
	margin:0;
}
.home_callout_section .home_callout p
{
	font-size:0.85em;
	padding-bottom:8px;
	padding-top:8px;
}
.home_callout_section .home_callout.callout_brouchure
{
	background-image:url(/AppImages/callout_home_brochure.jpg);
}
.home_callout_section .home_callout.callout_brouchure p
{
	font-size:0.85em;
	padding-bottom:8px;
	padding-top:8px;
	width:104px;
}
.generic_button
{
	background-image:url(/AppImages/generic_button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 10px;
	height:22px;
	display:block;
	cursor:pointer;
	float:left;
	margin-top:5px;
	text-decoration:none !important;
}
.generic_button span
{
	background-image:url(/AppImages/generic_button.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	padding:2px 15px 0px 0;
	height:20px;
	color:#666;
	font-size:0.9em;
}
.generic_button:hover
{
	background-position:left bottom;
}
.generic_button:hover span
{
	background-position:right bottom;
	color:#333;
}

/*** FEATURED SECTIONS ***/




/*** NEWS LIST ***/
.news_list
{

}

.news_header_wrapper 
{
	margin-bottom: 15px;
	}

.news_list .news_title
{
	/*padding:0;*/
	margin:0;
}
.news_list .news_abstract
{
	margin:0;
	clear:both;
}

.news_list_item
{
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:0px;
	margin:0 0px 10px;
}

.news_list_item_header
{
	padding:0 0 5px;
}
.news_list_item_header h3
{
	margin:0;
	padding:0;
	color:#696969
}
.news_list_item_title a
{
	text-decoration:none;
	color:#4c758e;
}
.news_list_item_title a:hover
{
	color:#2c4e63;
}

.news_list_item_header .news_list_item_date
{
	float:right;
	margin:0;
	padding:0;
}
.news_list_item_header .news_list_item_date h4
{
	border:0px none;
	margin:0;
	padding:0;	
}

p.news_list_item_abstract
{
	display:block;
	float:left;
	margin:0;
	padding:0 0 0;
	width:480px;
}

.news_list_item_abstract ul
{
	list-style-image:none !important;
	list-style-type:none;
}

.news_list_item .associated_media_thumbs
{
	/*clear:both;*/
	/*display:block;*/
	padding-top:10px;
}

.news_list_item
{
}

.news_list_primary_image {
	float:left;
	margin-right:25px;
	max-height:120px;
	overflow:hidden;
	width:155px;
}

.news_list_primary_image img 
{
width: 150px;
margin:5px 0;
}

.news_list_more_link 
{
	display: none;
	}

.pager 
{
	padding: 8px;
	margin: 8px 0;
	background-color: #F0F0F0;
	}

.pager a, .pager a:visited, .pager a:active
{
	color: #2C4E63;
	padding: 2px 5px;
	border: 1px solid #E0E0E0;
	}

.pager a:hover
{
	background-color: #E0E0E0;
	border: 1px solid #D0D0D0;
	}

/*** NEWS DETAILS ***/

.gallery_wrapper 
{
	float: right;
	width: 250px;
	padding: 10px;
	margin: 0 0 10px 10px;
	/*border: 1px solid #F0F0F0;
	background-color: #F9F9F9;*/
	}

.galleria_wrapper 
{
	/*min-height: 215px;*/
	}

#main_gallery_image img 
{
	width: 250px;
height:auto;
	margin:0;
}
	
.casestudy_detail_wrapper #main_gallery_image img
{
	width:120px;
}

#divArticle p, #divArticle h2, #divArticle h3, #divArticle h4 
{
	margin:0;
	margin-bottom: 10px;
	padding-top:0;
	}
#divArticle ul
{
	padding-bottom:20px;
	padding-top:5px;
}
.news_detail_header
{
border-bottom:1px solid #696969;
clear:both;
margin:0 0 10px 0;
padding: 5px 0;
width: 653px;
}
.news_detail_header h3
{
	float:right;
	border:0px none;
	margin:0;
}
.news_detail_header h2
{
	float:left;
	border:0px none;
	margin:0;
}
.news_back_button
{
	/*display:none;*/
}
.news_back_button a, .news_back_button a:visited, .news_back_button a:active
{
	display:block;
	float:right;
	font-weight:bold;
	padding-bottom:0px;
	text-decoration:none;
	color: #2C4E63;
}
.news_back_button a:hover
{
	text-decoration:none;
	color:#097b94;
}
.news_detail_content
{
	padding:15px 0;
}
.associated_media_image{ clear:both; }
.news_detail_content font{ font-family:arial, verdana, sans-serif !important; font-size:1em;}

.news_detail_primary_image 
{
	display:block;
}
.news_detail_primary_image img
{
	width:100%;
	margin:0;
}

.map_container
{
	width:350px;
	float:left;
	overflow:hidden;
	/*padding:25px;*/
}
.contact_form_wrapper
{
	padding-left:20px;
	/*float:left;
	width:340px;*/
}
.contact_form_wrapper h1
{

}

.contact_form_address, .contact_form_phone
{
	display:block;
	float:left;
	width:220px;
}
.contact_form_address h2
{
	padding:10px 0 10px 40px;
	background-image:url(/AppImages/mail.gif);
	background-repeat:no-repeat;
	display:block;
	margin:0;
}
.contact_form_address p
{
	font-size:1.3em;
	padding-left:40px;
}
.contact_form_phone h2
{
	padding:10px 0 10px 40px;
	background-image:url(/AppImages/phone.gif);
	background-repeat:no-repeat;
	display:block;
	margin:0;
}
.contact_form_phone p
{
	font-size:1.3em;
	padding-left:40px;
}

.streetview_link a
{
	background-image:url(/AppImages/streetview_button.gif);
	height:38px;
	width:288px;
	background-position:left top;
	display:block;
	background-repeat:no-repeat;
	margin-top:10px;
}
.streetview_link a:hover
{
	background-position:left bottom;
}
.streetview_link a span
{
	display:none;
}

.contact_form input
{
	width:320px;
	padding:5px;
	margin:5px 0 10px 0;	
}
.contact_form textarea
{
	width:320px;
	padding:5px;	
	margin:10px 0;
}
.create_event_button_wrapper 
{
	float:right;
}
.form_captcha input
{
	width:100px;
}


.form_button a
{
background-image:url(/AppImages/generic_button.gif);
background-position:left top;
background-repeat:no-repeat;
cursor:pointer;
display:block;
float:left;
height:22px;
margin-top:25px;
padding:0 0 0 10px;
text-decoration:none;
}
.contact_form .form_button a
{
	width: 57px;
}
.form_button a span
{
	background-image:url(/AppImages/generic_button.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	padding:2px 15px 0px 0;
	height:20px;
	color:#666;
	font-size:0.9em;
}
.form_button a:hover
{
	background-position:left bottom;
}
.form_button a:hover span
{
	background-position:right bottom;
	color:#333;
}

/** EVENTS **/
.event_category_item a
{
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:1.2em;
	border-bottom:1px dashed #999;
	display:block;
	color:#999;
}
.event_category_item a:hover
{
	color:#333;
}
.event_list_wrapper
{
	margin-bottom:20px;
}
.event_list_item
{
	clear:both;
	width: 100%;
	border-bottom:1px dotted #1E326A;
	margin-bottom:15px;
	padding-bottom:5px;
}
.event_list_item h2
{
	border:0px none;
	margin-bottom: 10px;
}
.event_list_item h3
{
	clear:both;
	float:left;
}
.event_list_item h2 a
{
	text-decoration:none;

}
.event_item_date
{
	color:#999999;
	font-size:0.9em;
	font-weight: normal;
	float:right;
}
.event_list_item_header
{
	margin-bottom:10px;
}
.event_list_item_header a
{
	color:#555;
}

.event_list_item p
{
	
}

.event_detail_book
{
	background-color:#46477F;
	color:#fff;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	float:left;
	margin:10px 0;
}
.event_detail_book:hover
{
	background-color:#575880;
	color: #FFFFFF;
}
.event_occurrence_list
{
	padding:15px 10px 10px 10px;
	background-color: #F6F6F6;
}
.event_occurrence_list h2
{
	padding-left:0;
	margin-left:0;
}
.event_occurrence_list ul
{
	padding-top:5px;
	margin-left: 0;
	list-style-type:none;
}
.event_occurrence_list ul li
{
	padding-top:3px;
}
.event_occurrence_list ul li label
{
	font-weight:bold;
	margin-right:5px;
}

.event_occurrence_item
{
	border-bottom:1px dashed #BBBBBB;
	margin-bottom:5px;
	padding-bottom:10px;
}

/*** EVENT DETAILS ***/

.event_booking_form
{
	padding:10px;
}
.event_booking_form p
{
	padding:0px;
}

.event_booking_form label
{
	display:block;
	float:left;
	width:100px;
	clear:both;
	margin-bottom:3px;
	padding:3px;
}
.event_booking_form span
{
	display:block;
	float:left;
}
.event_booking_form input, .event_booking_form textarea
{
	display:block;
	float:left;
	width:200px;
	margin-bottom:3px;
	padding:3px;
}

.event_booking_form .checkbox input
{
	margin-top:4px;
	width:18px;
}

.event_delegate_list
{
	padding-bottom:10px;
}

.event_delegate_list table
{
	margin:0;
}


/*** FOOTER CALLOUTS ***/

.footer_callouts .news
{
	background-image:url(/AppImages/callout_footer.png);
	background-repeat:no-repeat;
	color:#333333;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:207px;
	height:147px;
	display:block;
	/*font-size:0.9em;*/
	margin-right:33px;
	position:relative;
	font-size:0.85em;
}

.footer_callouts .news h4
{
	border-bottom:1px dashed #999999;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:0;
}
.footer_callouts .news p a
{
	color:#222;
}
.footer_callouts .news p a:hover
{
	color:#000;
}
.footer_callouts .news .story
{
	/*display:none;*/
	display:block;
	margin-top:3px;
}
.footer_callouts .news br
{
	display:none;
}
.footer_callouts .news .read_more
{
	
	bottom:10px;
	position:absolute;
	right:15px;
}
.footer_callouts .news p.read_more a
{
	display:block !important;
}
.footer_callouts .home_callout
{
	width:202px;
	display:block;
	float:left;
	background-image:url(/AppImages/callout_footer.png);
	background-repeat:no-repeat;
	padding:15px;
	margin-right:6px;
	padding-bottom:20px;
	color:#333;
	height:140px;
}
.footer_callouts .callout_end
{
	margin:0;
}
.footer_callouts .home_callout p
{
	font-size:0.85em;
	padding-bottom:8px;
	padding-top:8px;
}
.footer_callouts .home_callout.callout_brouchure
{
	background-image:url(/AppImages/callout_footer.png);
}
.footer_callouts .home_callout.callout_brouchure p
{
	font-size:0.85em;
	padding-bottom:8px;
	padding-top:8px;
	width:104px;
}


.news_callout
{
	
}

.news_callout_list_item{
	height:80px;
	margin-bottom:10px;
	overflow:hidden;
}

/*** CASE STUDIES ***/

.casestudy_list_item_field_label
{
	display:none;
}
.casestudy_list_item_more_link
{
	padding-top:8px;
	font-style:italic;
}
.casestudy_list_item
{
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
.casestudy_list_primary_image
{
	float:right;
	margin-left:10px;
	overflow:hidden;
	width:150px;
}

.casestudy_list_primary_image img
{
	margin:0;
	width:100%;
}

/*** TESTIMONIAL ***/
.testimonial_wrapper
{
}

.testimonial_wrapper .casestudy_detail_field_item .casestudy.field_value_text
{
	background-image:url(/AppImages/testimonial_open.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	margin-left:20px;
	padding:20px 0 0 20px;
	width:480px;
}
.testimonial_wrapper .casestudy_detail_field_item .casestudy.field_value_text .field_value_inner
{
	background-image:url(/AppImages/testimonial_close.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0 20px 20px 0;
}

.testimonial_wrapper .casestudy_detail_field_item h3
{
	display:none;
}
.testimonial_wrapper .casestudy_detail_field_item .casestudy.field_value h3
{
	display:block;
}


.testimonial_wrapper .gallery_wrapper ul
{
	display:none;
}
.testimonial_wrapper .galleria_wrapper
{
	min-height:0;
}
.testimonial_wrapper .main_gallery_image
{
	width:auto;
	margin:0;	
}
.testimonial_wrapper .gallery_wrapper
{
	width:auto;
	float:left;
	border:0px none;	
	margin:0;
}

.testimonial_wrapper .casestudy.field_value
{
	background-image:url(/AppImages/testimonial_divider.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
	padding-top:20px;
}

.casestudy_detail_field_item p
{
	padding:10px 0;
}

.casestudy_detail_field_item
{
	
}

.news_detail_back{margin:0;}

.content_share a img 
{
	margin:0 4px 0 0;
}

.c2 .news_callout{
	padding:10px 0 10px 15px;
}
.c3 .news_callout{
	padding:10px 15px 10px 0;
}
.c2 .news_callout h4, .c3 .news_callout h4{
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
}
.c2 .news_callout .read_more, .c3 .news_callout .read_more
{
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	margin-bottom:5px;
	display:block;
}
.c2 .news_callout br, .c3 .news_callout br
{
	display:none;
}

/*remove this when vacancies callout is redone (.news is not a good class name)*/
.c2 .news{
	background-image:url(/AppImages/callout_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0 5px 10px 20px;
}
.c3 .news{
	background-image:url(/AppImages/callout_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0 20px 10px 5px;
}
.c2 .news h4, .c3 .news h4
{
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
}
.c2 .news br, .c3 .news br
{
	display:none;
}
.c2 .news .read_more, .c3 .news .read_more
{
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	margin-bottom:5px;
	display:block;
}
.c2 .news .story, .c3 .news .story
{
	display:block;
}


/*** NEW VACANCIES ***/

.hidden 
{
	display: none;
	}

.vacancy_list_wrapper 
{
	/*border-top: 1px solid #DDDDDD;*/
	}

.vacancy_listitem 
{
	/*margin: 10px 0;*/
	padding: 0 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	}
	
.vacancy_listitem h2 a
{
	color: #4C758E;
	text-decoration: none;
	}	

.vacancy_listitem h2 a:hover
{
	color: #000000;
	text-decoration: none;
	}	
	
.vacancy_list_description_value 
{
	margin: 5px 0;
	line-height: 140%;
	}

.vacancy h2
{
	color: #4C758E;
	}

.vacancy_description_value, .vacancy_package_value
{
	margin: 5px 0;
	line-height: 140%;
	}

.vacancy_form 
{
	/*margin: 0 auto;*/
	width: 400px;
	margin-top:15px;
	}

	
.vacancy_page_wrapper
{
	position:relative;
}
.vacancy_back_button
{
	position:absolute;
	right:0;
	top:5px;
	display:none;
}
.vacancy_page_wrapper .vacancy_speculative
{
	position:absolute;
	right:0px;
	top:5px;
}
.vacancy_page_wrapper .buttons img
{
	margin:0;
}

.vacancy_buttons a
{
	background-image:url(/AppImages/generic_button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 10px;
	height:22px;
	display:block;
	cursor:pointer;
	float:right;
	margin-top:5px;
	margin-left:10px;
	text-decoration:none;
}
.vacancy_speculative
{
	width: 136px;
}
.vacancy_buttons a span
{
	background-image:url(/AppImages/generic_button.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	padding:2px 15px 0px 0;
	height:20px;
	color:#666;
	font-size:0.9em;
	text-align:center;
	width:75px;
}
.vacancy_buttons a:hover
{
	background-position:left bottom;
}
.vacancy_buttons a:hover span
{
	background-position:right bottom;
	color:#333;
}


.vacancy_notify .contact_form
{
	margin:0 !important;
	margin-top:15px;
}

.checkbox_field
{
	clear:both;
}
.checkbox_field label
{
	float:left;
}
.checkbox_field input
{
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	width:18px;
}
.form_field
{
	clear:both;
}

.footer_callouts .case_study_callout
{
	background-image:url(/AppImages/callout_footer_case.png);
	background-repeat:no-repeat;
	color:#333333;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:207px;
	height:125px;
	display:block;
	/*font-size:0.9em;*/
	margin-right:33px;
	position:relative;
}
.case_study_callout h2
{
	border-bottom:1px solid #CCCCCC;
	font-size:1.2em;
	margin-bottom:10px;
	padding-bottom:5px;
	color:#555;
}
.case_study_callout h2 a
{
	color:#ccc;
}
.case_study_callout h3
{
	border:0 none;
	clear:both;
	font-size:1em;
	padding:10px 10px 0 0;
}
.case_study_callout_image{
	float:right;
	height:80px;
	overflow:hidden;
	position:absolute;
	right:10px;
	top:42px;
	width:80px;
	display:none;
}
.case_study_callout_image img
{
	width:100%;
}
.case_study_callout_image h2
{
	display:block;
}
.sitemap 
{
	padding: 10px 15px;
	background-color: #FFFFFF;
	}

.sitemap h2
{
	margin-bottom: 10px;
	color:#008aba;
	font-size:1.5em;
	margin-top:20px;
	}

.sitemap ul
{
	margin:0;
	list-style-type:none;
	margin-left:25px;
	
}
.sitemap ul li 
{
	font-weight: bold;
	display:block;
	margin-left:0px;
	zoom:1;
	}
	
.sitemap ul ul
{
	
}
.sitemap ul ul ul
{
	margin-left:10px;
}

.sitemap ul ul ul li a
{
	padding:0 0 0 15px;
	background-image:url(/AppImages/sitemap_bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#333;
}
.sitemap ul ul ul ul li a
{
	padding:0 0 0 15px;
	background-image:url(/AppImages/sitemap_bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#777;
}
.sitemap ul li li li
{
	font-weight: normal;
	}

.sitemap ul ul ul ul
{
	list-style-type:circle;
	margin-left:30px;
	
}
.sitemap ul ul ul ul li a
{
	padding:0 !important;
	background-image:none;
}

.sitemap ul li a
{
	text-decoration: none;
	font-size:0.9em;
	display:block;
	}


.sitemap ul li a:hover
{
	text-decoration: underline;
	}
	
	
	
.map_page_content
{
	float:left;
	padding-left:20px;
	width:280px;
}

.media_panel
{
	padding-bottom:10px;
}
.media_panel a
{
	float:left;
}
.media_panel img
{
	width:auto !important;
	height:auto !important;
	margin-right:10px;
	margin-left:10px;
}
.media_panel div
{
	height:auto !important;
}
.media_panel div div
{
	/*padding-left:0px !important;
	padding-top:0px !important;
	width:175px;
	height:160px !important;
	margin-left:12px;
	padding-left:0 !important;
	padding-top:0 !important;
	width:212px;*/
}
.thickbox
{
	float:left !important;
	margin-left:12px;
}
.media_panel br
{
	display:none;
}

.media_callout_video .flowPlayer {
	width:225px !important;
}
.media_callout_video .flowPlayer img {
	margin:0;
}
.support_form
{
	padding-top:20px;
	width: 660px;
}

.support_form .divider
{
	padding:0;
	display:block;
	height:1px;
	background-color:#ccc;
	margin:10px 0;
	font-size: 1px;
}
.support_form span.validation
{
	float:right;
	background-image:url(/AppImages/form_error.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	color:#fff !important;
	font-weight:bold;
	text-align:center;
}
.support_form label
{
	float:left;
	display:block;
	width:250px;
}
.support_form input
{
	float:left;
	display:block;
	width:220px;
}
.form_captcha input
{
	width:100px;
	font-size:1.5em;
	padding:5px;
}

.support_form select
{
	float:left;
	display:block;
	width:220px;
}
.support_form textarea
{
	clear:both;
	width:500px;	
	display:block;
}
.support_form .file_upload
{
	width:auto;
	clear:both;
	padding:5px 0;
}
.support_form .error_message
{
	clear:both;
	color:#f30000;
}


.case_study_callout
{
	background-image:url(/AppImages/callout_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0 5px 10px 20px;
}


/*** POWER NAV ***/
ul.powernav_col
{
	display:none;
}
ul.powernav_col.col_1
{
	display:block;
}
.powernav_row.row_5, .powernav_row.row_6
{
	display:none;
}
.powernav_title
{
	display:none;
}
.search_result_image img{
margin:0;
}


/*** BESPOKE VACANCY ***/
.vacancy_detail_date
{
	display:none;
}
.vacancy_package, .vacancy_salary_min
{
	padding-top:15px;
}
.vacancy_package span
{
	clear:both;
	display:block;
}

/** site_menus **/
/*** MAIN NAV ***/

.main_nav
{
	display:block;
	float:left;
	left:278px;
	position:absolute;
	top:58px;
	width:723px;
}
.main_nav ul
{
	list-style-type:none;
	margin:0;
}
.main_nav ul li
{
	float:left;
}
.main_nav ul li a
{
	float:left;
	display:block;
	margin:0 0 0 15px !important;
	margin:0 0 0 7px;
	padding:0;
	font-weight:normal;
	color:#ededed;
	font-weight:bold;
	padding:0 0 3px;
	font-size:0.95em;
}
.main_nav ul li a:hover
{
	border-bottom:2px solid #fff;
	color:#fff;
}
.main_nav ul li.selected a
{	
		border-bottom:2px solid #fff;
		color:#fff;
}
.main_nav ul li.page_transport
{
	clear:both;
}
.main_nav ul li.page_transportation a
{
	display:none;
}
.main_nav ul li.page_transport a
{
	display:none;
}
.main_nav ul li.page_wind_energy a
{
	display:none;
}
/*.main_nav ul li.item_12 a
{
	display:none;
}
.main_nav ul li.item_13 a
{
	display:none;
}
*/
.main_nav ul li.page_?? a
{
	display:none;
}
.main_nav ul li.page_?? a
{
	display:none;
}


/*** FEATURED NAVIGATION ***/
.featured_section_nav
{
	clear:both;
	position:absolute;
	top:125px;
}
.featured_section_nav ul
{
	list-style-type:none;
}
.featured_section_nav ul li
{
	float:left;
}
.featured_section_nav a
{
	background-repeat:no-repeat;
	display:block;
	width:471px;
	height:33px;
	float:left;
	color:#fff;
	/*text-align:center;*/
	font-size:1.4em;
	padding-top:8px;
	background-position:left -43px;
	z-index:1;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.featured_section_nav a span
{
	display:block;
	float:left;
	font-weight:normal;
	padding:0;
	text-align:center;
	width:470px;
	cursor:pointer;
}
.featured_section_nav .page_transportation a
{
	/*background-image:url(/AppImages/featured_nav_transportation.gif);
	color:#7E982A;*/
	
	background-image:url(/AppImages/featured_nav_transportation.gif);
	color:#fff;
	left:484px;
	position:absolute;
	width:470px;
	background-position:right -43px;
}
.featured_section_nav .page_transportation a span
{
	display:block;
	float:right;
	font-weight:normal;
	padding:0;
	text-align:center;
	width:470px;
	cursor:pointer;
}
.featured_section_nav .page_wind_energy a
{
	background-image:url(/AppImages/featured_nav_wind_energy.gif);
	margin-right:11px;
	/*color:#55b791;*/
}

.featured_section_nav a:hover
{
	/*background-position:top left;*/
}

.both_unselected .featured_section_nav a
{
	background-position:bottom left;
}
.featured_section_nav a:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;	
}
.both_selected .featured_section_nav a
{
	background-position:left -43px;
	color:#fff;
	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.both_selected .featured_section_nav .page_transportation a
{
	background-position:right -43px;
}
.transport_selected .featured_section_nav .page_transportation a
{
	background-image:url(/AppImages/featured_nav_transportation.gif);
	background-position:top left;
	color:#fff;
	z-index:2;
	width:612px;
	position:absolute;
	left:341px;
	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.wind_selected .featured_section_nav .page_wind_energy a
{
	/*background-image:url(/AppImages/featured_nav_wind_energy.gif);
	background-position:top left;
	margin-right:11px;
	color:#fff;*/
		
	background-image:url(/AppImages/featured_nav_wind_energy.gif);
	background-position:top right;
	color:#fff;
	z-index:2;
	width:612px;
	position:absolute;
	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/****/

.featured_section_transport_highlight
{
	background-color:#7ca222;
	height:14px;
	margin-left:1px;
	margin-right:1px;
	background-image:url(/AppImages/featured_highlight_transport.gif);
}
.featured_section_transport_highlight span
{
	width:340px;
	border-top:1px solid #fff;
	display:block;
	float:left;
}
.featured_section_transport_footer_highlight
{
	/*background-color:#7ca222;
	height:14px;
	position:relative;
	left:-50px;
	width:1065px;*/
}

.featured_section_wind_highlight
{
	background-color:#007945;
	height:14px;
	margin-left:1px;
	margin-right:1px;
	background-image:url(/AppImages/featured_highlight_wind.gif);
}
.featured_section_wind_highlight span
{
	width:340px;
	border-top:1px solid #fff;
	display:block;
	float:right;
}
.featured_section_wind_footer_highlight
{
	/*background-color:#007945;
	height:14px;
	position:relative;
	left:-50px;
	width:1065px;*/
}

/*** SECONDARY NAV ***/
.c2 .second_level_nav
{
	margin-top:36px;
	margin-bottom:35px;
}
.c2 .second_level_nav .second_level_nav
{
	margin-top:5px;
	margin-bottom:10px;
}
.c2 .second_level_nav .second_level_nav .second_level_nav
{
	margin-top:0px;
}
.c2 .second_level_nav ul
{
	list-style-type:none;
	margin:0;
}
.c2 .second_level_nav ul li
{
	display:block;
	padding-left:12px;
}
.c2 .second_level_nav ul li a
{
	display:block;
	background-image:url(/AppImages/secondary_nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:28px;
	width:213px;
	overflow:hidden;
	padding:4px 0 0 0;
	color:#666666;	
}
.c2 .second_level_nav ul li a span
{
}
.c2 .second_level_nav ul li a:hover
{
	background-position:left -29px;
}
.c2 .second_level_nav ul li a:hover span
{
}
.c2 .second_level_nav ul li.selected
{
	background-image:url(/AppImages/transport_bullet.gif);
	background-position:left 10px;
	background-repeat:no-repeat;
}

/** third level **/ 
.c2 .second_level_nav ul ul
{
	margin-bottom:15px;
}
.c2 .second_level_nav ul ul li a
{
	background-image:none;
	height:auto;
	width:auto;
	font-weight:normal;
	padding:4px 0 4px 15px;
}
.c2 .second_level_nav ul ul ul li a
{
	padding:4px 0 4px 30px;	
}
.c2 .second_level_nav ul ul ul li a span
{
	color:#666;
}
.c2 .second_level_nav ul ul ul
{
	margin:0;
}

.c2 .second_level_nav ul ul li a:hover
{
}
.c2 .second_level_nav ul li.selected ul li
{
	padding:0;
	/*background-image:none;*/
}

.c2 .second_level_nav ul li.selected ul li.selected a
{
	font-weight:bold;
}

.c2 .second_level_nav ul ul ul li.selected
{
	background-position:16px 10px;
}

/** style 1 **/
	
.pager.style1
{
	padding: 8px;
	margin: 8px 0;
	background-color: Transparent;
	border: medium none;
}
.pager.style1 span em
{
	display:inline;
}

.pager.style1 a, .pager.style1 a:visited, .pager.style1 a:active
{
	color: #333;
	padding: 2px 5px;
	border: 0px none;
}

/*.pager.style1 .pager_first, .pager.style1 .pager_previous, .pager.style1 .pager_next, .pager.style1 .pager_last
{
	background-repeat:no-repeat;
	background-position:center;
	height:16px;
	width:16px;
	display:block;
	float:left;
	padding:0 !important;
	margin-right:4px;
}*/
.pager.style1 .pager_first span, .pager.style1 .pager_previous span, .pager.style1 .pager_next span, .pager.style1 .pager_last span
{
	display:inline;
}
.pager.style1 a.pager_first, .pager.style1 a.pager_previous, .pager.style1 a.pager_next, .pager.style1 a.pager_last
{
	display:inline;
	float:left;
	margin-right:3px;
	height:16px;
	padding:4px 9px !important;
	color:#D4D4D4;
	text-decoration:none;
	border:1px solid #D4D4D4;
	background-image: none;
	width:41px;
}
.pager.style1 a.pager_first:hover, .pager.style1 a.pager_previous:hover, .pager.style1 a.pager_next:hover, .pager.style1 a.pager_last:hover
{
	background-color:#efefef;
	text-decoration:underline;
	color:#444444;
	border:1px solid #888888;
}
.pager.style1 a
{
	text-decoration:none;
}
.pager.style1 a.pager_item
{
	float:left;
	margin-right:3px;
	height:16px;
	padding:4px 9px;
	color:#D4D4D4;
	text-decoration:none;
	border:1px solid #D4D4D4;
}
.pager.style1 a.pager_item:hover, .pager.style1 a.pager_item.selected
{
	background-color:#efefef;
	text-decoration:underline;
	color:#444444;
	border:1px solid #888888;
}

.faq_question label{
clear:both;
float:left;
width:100px;
margin-top:10px;
}
.faq_question span{
clear:both;
display:block;
}

.faq_question input{
float:left;
margin-top:10px;
}
.faq_question textarea{
clear:both;
float:left;
margin-top:10px;
}
.form_captcha{
clear:both;
}

.media_callout_document_image img
{
margin:0;
}

.vacancy_callout a{
display:block;
padding-top:6px;
}

.vacancy_callout a:hover{
text-decoration:underline;
}
.vacancy_callout .news_callout_view_all{
text-align:right;
}