* { 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: #4d4d4d;
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-image:url(/AppImages/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

/*** 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: right; margin: 0 0 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}

/*** STRUCTURE ***/

.wrapper
{
	margin:0 auto;
	padding:0 18px 0 17px;
	text-align:left;
	width:960px;
}

.banner
{
	margin-top: 20px;
	/*position:relative;*/
}

.banner_left
{
	width:115px;
	float:left;
}
.main_nav
{
	background-image:url(/AppImages/nav_bg.gif);
	background-repeat:repeat-x;
	margin-top: 10px;
	padding-top:5px;
	text-align:right;
	width:845px;	
}
.search
{
	float: right;
	width: 212px;
	height: 28px;
}
.search input
{
	padding:3px;
	margin-right:4px;
	float:left;
	width:69px;
	height:17px;
}
.search input.button_search
{	
background-image:url(/AppImages/fixed_button.gif);
background-repeat:no-repeat;
border:0 none;
height:23px;
padding:0 0 4px;
width:75px;
}
.search a
{
	background-image:url(/AppImages/go_button.gif);
	background-repeat:no-repeat;
	width:24px;
	float:left;
	height:24px;
	display:block;
}
.search a span
{
	display:none;
}

/* 2 Col */

.r2_fl
{
	clear:both;
	margin-top: 15px;
}
.r2_fl .row_wrapper{
	float:left;
	width:100%;
}

.r2_fl .c1 {
	float:left;
	margin-right:19px !important;
	margin-right:5px;
	margin-top:12px;
	width:708px;
}
.r2_fl .c2 {
	width:233px;
	float:left;
}



/* 3 Col */


.r3_9{
	width:100%;
	clear: both;
}
.r3_9 .row_wrapper{
	float:left;
	width:100%;
}
.r3_9 .c1{
	margin: 0 238px;
	padding-top: 15px;
}
.r3_9 .c2{
	float:left;
	width:218px;
	margin-left:-100%;
	display:block;
}
.r3_9 .c3{
	float:left;
	width:218px;
	margin-left:-218px;
}


.r3_flf
{
	padding-top:27px;
}

.callout 
{
	margin-bottom: 15px;
	}

.footer 
{
	margin-top: 15px;
	padding: 20px 0 0 0;
	border-top: 1px solid #DAECEE;
	font-size: 0.9em;
	color: #CCCCCC;
	}
	
.footer a, .footer a:visited, .footer a:active 
{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	}

.footer a:hover 
{
	color: #000000;
	}

.markets 
{
	width: 200px;
	margin-left: 30px;
	float:left;
}
.products_left
{
	width: 200px;
	margin: 10px 30px 10px 0px;
	float:left;
}
.products_right
{
	width: 485px;
	margin: 10px 0px;
	float:left;
}
.reddots
{
	color:#ea0000;
}
.solutions_left
{
	width: 340px;
	margin-right: 15px;
	float:left;
}
.solutions_right
{
	width: 360px;
	float:left;
}
	


/*** FORMATTING ***/

h1
{
	border-bottom: solid 1px #D7D7D7;
	background-image:url(/AppImages/colour_border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
}

h1,h2,h3
{
	font-size: 1.6em;
	font-weight: bold;
	color: #285c90;
	margin-bottom: 0.3em;
	}

h2 
{
	font-size: 1.4em;
	font-weight: normal;
	}

h3 
{
	font-size: 1.2em;
	font-weight: normal;
	}

p 
{
	line-height: 150%;
	margin-bottom: 1em;
	}

ul
{
	line-height: 150%;
	margin-bottom: 1em;
	}
a, a:visited, a:active
{
	text-decoration:none;
	color: #285c90;
}
a:hover
{
	color: #285c90;
	text-decoration:underline;
}

.admin_view_image_fullwidth
{
	margin-bottom: 15px;
}

.c1 ul
{
	margin-left:25px;
}

/**** CALLOUTS ****/

.news
{	
	background-image:url(/AppImages/callout_bg_long.gif);
	background-position:center bottom;
	float:left;
	margin-bottom:15px;
	margin-right:5px;
	padding:0 0 10px;
	width:233px;
}
.news h4
{
	background-image:url(/AppImages/callout_bg.gif);
	background-repeat:no-repeat;
	color: #285c90;
	margin-bottom: 0.3em;
	font-size: 1.4em;
	font-weight: normal;
	padding:10px 10px 15px;
}
.news br
{
	display:none;
}
.news p
{
	padding:5px 10px;
	margin:0 2px;
}
.news p.read_more
{
	padding:0 10px;
	border-bottom:1px solid #ddd;
}

.callout_bg
{
	background-image:url(/AppImages/callout_bg.gif);
	background-repeat:no-repeat;
	float:left;
	height:235px;
	margin-bottom:15px;
	margin-right:3px;
	width:233px;
}
.callout_bg p
{
	font-size: 0.9em;
	padding:0 10px;
}
.callout_bg img
{
	margin-bottom:7px;
	margin-left:2px;
}
.callout_bg h2
{
	padding:10px;
}
.casestudies_callout_text
{
	width: 110px;
	float:left;
	margin-top:5px;
	padding-right:8px;
}
.casestudies_callout_text, .read_more a
{
	background-image: url(/AppImages/callout_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #285c90;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	padding-right:15px;
}
.casestudies_callout_text a:hover
{
	color: #285c90;
	text-decoration: underline;
}
.casestudies_callout_pic
{
	width: 85px;
	float:left;
	margin-top:5px;
}
.news_callout_text
{
	padding-bottom:5px;
	border-bottom: 1px solid #efefef;
}
a.news_callout_text 
{
	background-image: url(/AppImages/callout_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #285c90;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	padding-right:15px;
	border-bottom: none;
}
a:hover.news_callout_text 
{
	color: #285c90;
	text-decoration: underline;
}
.quality_assurance_callout
{
	background-image:url(/AppImages/qa_callout_bg.gif);
	background-repeat: no-repeat;
	width: 203px;
	height: 281px;
	margin-right: 5px;
	float:left;
	margin-bottom:15px;
	padding: 15px;
	
}
.quality_assurance_callout h2
{
	margin-bottom: 20px;
}
a.callout_text
{
	background-image: url(/AppImages/callout_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #285c90;
	text-decoration:none;
	font-weight:normal;
	padding-right:15px;
}
a:hover.callout_text
{
	text-decoration:underline;
}

/**** FOOTER ****/

.footer_wrapper
{
	width:100%;
	background-image:url(/AppImages/footer_bg.gif);
	background-repeat:repeat-x;
	height: 92px;
	margin-top: 10px;
	font-size:0.9em;
}
.footer_left
{
	width:540px;
	float: left;
	color: #ffffff;
	padding: 20px 10px 2px 20px;
}
.footer_right
{
	float:right;
	padding:20px 20px 8px 10px;
	text-align:right;
}
.footer_wrapper a
{
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}
.footer_wrapper a:hover
{
	text-decoration: underline;
}

/**** NEWS ****/

.news_list_item_date
{
	float: right;
	width: 200px;
	text-align:right;
}
.news_list_item_date h4
{
	font-size:0.9em;
}
.news_list_item_title
{
	/*width: 515px;*/
	float: left;
}
.news_detail_header h3
{
	float:right;
}
.news_list_item_header
{
	border-bottom:1px solid #ccc;
	height:22px;
}
.news_detail_back
{
	display: block;
	float: right;
	margin-top: -45px;
}

/**** CONTACT FORM ****/

.map_container
{
	width:390px;
	float:left;
	margin-top: 28px;
}
.contact_form_wrapper
{
	width:300px;
	float:left;
	margin-right: 15px;
}
.contact_form_wrapper h1
{
	display: none;
}

/**** CASESTUDIES ****/

.casestudy_list_item_field_label
{
	display:none;
}
.casestudy_list_item_more_link
{
	float:right;
	width: 153px;
	/*bottom:5px;
	position:absolute;
	right:0;*/
}
.casestudy_list_item
{
	border-bottom: dotted 1px #d7d7d7;
	margin-bottom: 10px;
	padding-bottom:5px;
	position:relative;
}
.casestudy_detail_field_item h3
{
	display:none;
}
.back_link
{
	/*margin-bottom:-45px;
	bottom:-45px;
	position:relative;*/
	float:right;
	font-size:0.9em;
	width:110px;
}


.flowplayer_callout_wrapper
{
	height:129px;
	overflow:hidden;
	text-align:center;
	margin-bottom:8px;
}
.flowplayer_callout_wrapper a
{
	margin-top:-30px;
	margin:0 auto;
}


/*** CASE STUDIES ***/
.casestudy_list_item
{
}
.casestudy_list_item .casestudy_list_primary_image
{
border:4px solid #EEEEEE;
display:block;
float:left;
margin-right:20px;
max-height:200px;
min-height:100px;
overflow:hidden;
width:150px;
}
.casestudy_list_item .casestudy_list_primary_image img
{
	width:150px;
	-ms-interpolation-mode: bicubic;
}
.casestudy_list_item h2
{
	float:left;
	font-size:1.3em;
	font-weight:bold;
	width:530px;
	margin-bottom:10px;
}
.casestudy_list_item h2 a
{
	color:#444;
}
.casestudy_list_item_content
{
	float:left;
	/*padding-bottom:10px;
	padding-right:125px;
	position:relative;
	width:415px;*/
}
.casestudy_list_item_content .casestudy_list_item_more_link
{
	/*position:absolute;
	bottom:5px;
	right:0;
	display:block;*/
	float:right;
}
.casestudy_list_item_content .casestudy_list_item_more_link a
{
	font-weight:bold;
}

.field_download_links a
{
background-image:url(/CoreCode/Images/Icons/pdf.gif);
background-position:left center;
background-repeat:no-repeat;
clear:both;
display:block;
float:left;
font-style:italic;
margin-bottom:7px;
padding:5px 0 5px 35px;
}
.field_download_links
{
	/*position:absolute;
	right:0;
	top:0;*/
	float:left;
}
.casestudy_detail_wrapper
{
	position:relative;
	width: 708px;
}
.casestudy_detail_wrapper .field_download_links
{
clear:both;
float:left;
right:0px;
margin-top:0;
position:absolute;
top:30px;
width:113px;
}
.casestudy_detail_wrapper .field_description
{
	float:left;
	width:575px;
}

.casestudy_detail_wrapper .field_description table
{
	border-collapse:collapse;
	width:580px;
}
.casestudy_detail_wrapper .field_description table td
{
	padding:5px;
	vertical-align:top;
	font-size:0.9em;
	border:1px solid #ddd;
}

.gallery_wrapper 
{
	width: 708px;
	}

.main_gallery_image
{
	border:1px solid #CCCCCC;
	float:left;
	margin-right:10px !important;
	margin-right:0px;
	width:580px !important;
	width: 560px;
}
.main_gallery_image img
{
	width:100%;
}
.gallery.galleria
{
clear:right;
float:right;
margin:57px 0 0 0;
width:115px;
position: relative;
top: 0 !important;
top: 35px;
}
.gallery.galleria li
{
border:1px solid #DDDDDD;
display:block;
float:left;
height:105px;
margin:0 0 10px 0;
overflow:hidden;
width:110px;
}
.gallery.galleria li img
{
	width:104px;
	max-height:108px;
}
.guide_form
{
}
.guide_form label
{
	clear:both;
	float:left;
	display:block;
	height:22px;
	width:120px;
	margin-bottom:3px;
}
.guide_form input
{
	float:left;
	display:block;
	height:22px;
	width:200px;
	margin-bottom:3px;
}
.guide_form textarea
{
	width:200px;
}
.guide_form span
{
	float:left;
	margin:3px;
}
.form_buttons
{
	clear:both;
}

.home_callouts_section
{
	clear:both;
	margin-top:25px;
}
.home_standard_content
{
	padding-right:10px;
	/*height:299px;*/
}

a.generic_button
{	
	background-image:url(/AppImages/generic_button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	color:#285C90;
	padding:0 0 0 15px;
	display:block;
	height:23px;
	float:left;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}
a.generic_button:hover
{	
	background-position:left bottom;
}
a.generic_button span
{	
	background-image:url(/AppImages/generic_button.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	height:13px;
	margin:0;
	padding:3px 15px 7px 0 !important;
	padding:3px 15px 4px 0;
}
a.generic_button:hover span
{
	background-position:right bottom;
}

.sitemap
{
	padding-top:15px;
}
.sitemap ul
{
	margin-left:20px;
}
.sitemap h2
{
	border-bottom: solid 1px #D7D7D7;
	background-image:url(/AppImages/colour_border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
}

.refine_search .search
{
	float:none;
	height:35px;
	width:100%;
}

.form_captcha input
{
	width:80px;
}

.paging_wrapper span span a
{
	background-color:#eee;
	display:block;
	float:left;
	margin-right:2px;
	padding:3px 0;
	text-align:center;
	width:30px;
}
.paging_wrapper span a:hover
{
	background-color:#ddd;
	text-decoration:none;
}

/** site_menus **/

.main_nav
{
	float:right;
	width: 845px;
}
.main_nav ul
{
	margin:0;
}

.main_nav ul li
{
	list-style-type: none;
	margin-left:17px;
	display:block;
	float:left;
}

.main_nav ul li a, .main_nav ul li a:visited, .main_nav ul li a:active
{
	color: #828282;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding: 0px 10px 0px 0;
	float:left;
	display:block;
}

.main_nav ul li a span 
{
	padding:5px 0 8px 8px;
	display:block;
	float:left;
}

.main_nav ul li a:hover, .main_nav ul li.selected a
{
	background-image:url(/AppImages/main_nav_button.gif);
	background-repeat:no-repeat;
	background-position: right top;
	color: #104983;
}

.main_nav ul li a:hover span, .main_nav ul li.selected a span
{
	background-image:url(/AppImages/main_nav_button.gif);
	background-repeat:no-repeat;
	background-position: left top;
	cursor: pointer;
	}

/** site_forms **/

.form_button a
{
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	padding: 5px 17px;
	margin-top: 5px;
	display:block;
	width:41px;
	color: #4d4d4d;
	background-image:url(/AppImages/submit_off.gif);
	background-repeat:no-repeat;
	background-position: left center;
	cursor: pointer;
}
.form_button a:hover
{
	background-image:url(/AppImages/submit_on.gif);
	background-repeat:no-repeat;
	background-position: left center;
	color: #4d4d4d;
}
.form_field
{
	margin:5px 0px;
	width: 300px;
}
.form_field input
{
	width: 290px;
	padding:5px;
	background-image:url(/AppImages/input_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #d6d6d6;
}
.form_field textarea
{
	width: 290px;
	padding:5px;
	background-image:url(/AppImages/textarea_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #d6d6d6;
}
.form_captcha input
{
	padding:5px;
}
