@charset "UTF-8";
@import url("fonts.css");
html {
	/*overflow-y: scroll;*/
}
body {
	margin: 0px;
/*	overflow-y: visible;*/
	padding: 0px;
	background-color:#FFF;
}
body-old {
	margin: 0px;
/*	overflow-y: visible;*/
	padding: 0px;
/* background: #f9f9f9; Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
/* background: -moz-linear-gradient(top,  #f9f9f9 0%, #e1e0e0 100%); FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e1e0e0)); Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e1e0e0 100%);  Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #f9f9f9 0%,#e1e0e0 100%); Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #f9f9f9 0%,#e1e0e0 100%);  IE10+ */
/*background: linear-gradient(to bottom,  #f9f9f9 0%,#e1e0e0 100%);  W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e1e0e0',GradientType=0 ); IE6-8 */
}
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
/*	margin: 0px;
	padding: 0px;*/
}
h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
p {
	
}
a{
	text-decoration:none;
}
img {
	display:block;
}
.body {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
	line-height: 18px;
}
#slider {
	display: block;
	margin-bottom: 15px;
	background-color: #000;
	height: 345px;
	width: 690px;
	overflow: hidden;
	border:0px;
	margin-top: 0px;
	padding:0px;
	position: relative;
}

.body a {
	color: #666;
	text-decoration: none;
}
.body a:hover {
	font-size: 12px;
	color: #f08b00;
	text-decoration: none;	
}
.column-count-2 {
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
-moz-column-gap:20px; /* Firefox */
-webkit-column-gap:20px; /* Safari and Chrome */
column-gap:20px;
}
.column-count-2 p{
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
}
p.body  {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
 ul.body{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
}
ul.body  li{
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
	line-height: 16px;
	list-style-type: disc;
	margin-bottom: 6px;
}
.body strong {
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
h3.body{
	font-family: Myriad-Pro_regualr, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3F3F3F;
	text-decoration: none;
	line-height: 21px;
	display:block;
	margin-bottom:6px;
}
#header-container{
	display: block;
	width: 100%;
		background: #f9f9f9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e1e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e1e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e1e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e1e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e1e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e1e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e1e0e0',GradientType=0 ); /* IE6-8 */
		-webkit-box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.3);
	z-index:10px;
	position:relative;
}
#header {
	display: block;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	height: 165px;
	margin-bottom: 0px;
	z-index: 110;
	position: relative;
}
#strapline-headerbar {
	display: block;
	padding: 0px;
	z-index: 100;
	position: absolute;
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: right;
	top: 38px;
	right: 20px;
	font-weight: normal;
}
/*#strapline-headerbar span{
	color: #023785;
}*/
#top_logo_left {
	display: block;
	padding: 0px;
	height: 110px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	/*	moz-box-shadow: 0px 6px 2px RGBA(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 65px RGBA(0,0,0,0.5);
	box-shadow: 0px 2px 6px RGBA(0,0,0,0.5);*/
	background-image: url(../images/set-up/MHM-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9;
	position: absolute;
	float: left;
	top: 15px;
}
#background {
	display: block;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 90;
	margin-bottom: 0px;
	padding-bottom: 0px;/*		moz-box-shadow: 0px 6px 5px RGBA(0,0,0,0.25);
	-webkit-box-shadow: 0px 6px 5px RGBA(0,0,0,0.25);
	box-shadow: 0px 6px 5px RGBA(0,0,0,0.25);*/
	background-color: #FFF;
}
#footer_info {
	display: block;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	background-color: #1a171b;
	background-image: url(../images/set-up/background-grey.jpg);
	background-repeat: repeat;*/
}
#footer_container{
	display: block;
	width: 100%;
		-webkit-box-shadow:inset  0px 10px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:inset  0px 10px 10px rgba(0, 0, 0, 0.5);
	box-shadow:inset  0px 10px 10px rgba(0, 0, 0, 0.5);
	z-index:10px;
	position:relative;
		background-color: #1a171b;
	background-image: url(../images/set-up/background-grey.jpg);
	background-repeat: repeat;
}
/*#footer_info_2 {
	display: block;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}*/
.contact-scroll-box {
	font-family:  Myriad-Pro_regular, Arial, TradeGothicLight, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	display: block;
	padding-left: 20px;
	text-align: left;
	margin-top:20px;
	border-right-width: 1px;
	border-right-style: dotted;
	min-height: 305px;
	width: 420px;
	padding-right: 20px;
	border-right-color: #f08b00;
	margin-bottom: 20px;
	float: left;
	clear: none;
}
.contact-scroll-box table, th, td{
	vertical-align: top;
	text-align: left;
	padding: 0px;
	border-spacing: 0px;
	border-top: 0px  undefined;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
.contact-scroll-box_header {
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f08b00;
	text-decoration: none;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom:10px;
	width:200px;
}
.contact-scroll-box_text {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom:10px;
	width:400px;
}
/*.footer_info_quick-links {
	font-family:  Arial, TradeGothicLight, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	display: block;
	width: 140px;
	left: 0px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #f08b00;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 25px;
}
.footer_info_quick-links a{
	color: #FFF;
	text-decoration:none;
}
.footer_info_quick-links ul{
	display: inline-block;
	float: left;
	list-style-type: none;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_info_quick-links ul li{
	color: #FFF;
	font-family: Myriad-Pro_regular, Arial, TradeGothicLight, Helvetica, sans-serif;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 16px;
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f08b00;
}
.footer_info_quick-links ul li a{
	color: #FFF;
	display: block;
}
.footer_info_quick-links ul li a:hover{
	color: #f08b00;
}
.footer_info_quick-links ul li:first-child a{
	font-family:  Myriad-Pro_regular, Arial, TradeGothicBold, Helvetica, sans-serif;
	margin-bottom: 4px;
	color: #9ACBD3;
	font-size: 13px;
}
.footer_info_quick-links ul li:first-child a:hover{
	color: #f08b00;
}
.footer_info_quick-links strong{
	font-family:  Myriad-pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}*/
#footer_info_address_box {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	float: left;
	

	display: block;
}
.footer_info_address_image{
	float:right;
	text-align: left;
	display: block;
	width:450px;
}
.footer_info_address_text {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
	line-height:14px;
	display: block;
	float:left;
	padding-top: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.footer_info_address_text a{
	color: #FFF;
}
.footer_info_address_text p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.footer_info_address_text span{
	color:#FFF;
}
/*.mailing-list-box {
	font-family:  Arial,TradeGothicLight,  Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	display: block;
	height: 75px;
	width: 150px;
	position: absolute;
	right: 45px;
	top: 0px;
}
.mailing-list-box p{
	margin-left: 15px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.mailing-list-go-button {
	font-family: TradeGothicBold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0093dc;
	background-color: #FFF;
	display: block;
	margin-left: 15px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mailing-list-email-feild {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0093dc;
	background-color: #EFEFEF;
	display: block;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:135px;
	height:18px;
	text-indent: 4px;
}
.mailing-list_header{
	font-family: TradeGothicLight, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-bottom:10px;
	margin-top:15px;
}*/
#quick-enquiry-headerbar {
	padding: 0px;
	z-index: 100;
	position: absolute;
	top: 0px;
	right: 20px;
	color:#FFF;
	display:block;
	font-size:15px;
	height:30px;
	text-align:center;
	text-decoration:none;
	width:155px;
	line-height: 30px;
	background-color: #f08b00;
	font-family: Myriad-Pro_bold, Helvetica, sans-serif;
}
#quick-enquiry-headerbar:hover{
	background-color: #ff6600;
	color:#FFF;
}
#telephone-headerbar {
	display: block;
	padding: 0px;
	z-index: 100;
	position: absolute;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: right;
	top: 60px;
	right: 185px;
	font-weight: normal;
}
#telephone-headerbar span{
	color: #F08B00;
	margin-right:5px;
}

#twentyfourseven{
	display: block;
	color:  #F08B00;
	position: absolute;
	top: 63px;
	right: 20px;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Opera, Chrome, and Safari */
}

#email-headerbar {
	display: block;
	padding: 0px;
	z-index: 100;
	position: absolute;
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00;
	text-align: right;
	top: 88px;
	right: 16px;
	font-weight: normal;
}
#email-headerbar a{
	color: #000;
	text-decoration: none;

}
#email-headerbar a:hover{
	color: #f08b00;
}
#email-headerbar span{
		margin-right:5px;
}
#social-links {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 20px;
	color: #000;
	display: block;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	z-index: 100;
	position: absolute;
	top: 106px;
	right: 20px;
}
#linkedin-link {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	margin-top:2px;
	z-index: 100;
	display:inline-block;
	padding-left: 6px;
}
#linkedin-link a{
	color: #000;
	text-decoration: none;
	font-weight:normal;
	font-family: Myriad-pro_semibold, Arial, Helvetica, sans-serif;
}
#linkedin-link a:hover{
	color: #0074b1;
}
#linkedin-link:after{
	font-family: Myriad-Pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	display: inlineblock;
	content:"in";
	margin-left:4px;
	padding-right:3px;
	padding-left:3px;
	height:20px;
background: #0074b1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZmJjZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7fbcda 0%, #0074b1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fbcda), color-stop(100%,#0074b1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7fbcda  0%,#0074b1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7fbcda  0%,#0074b1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7fbcda 0%,#0074b1 100%); /* IE10+ */
background: linear-gradient(to bottom, #7fbcda  0%,#0074b1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbcda', endColorstr='#0074b1',GradientType=0 ); /* IE6-8 */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#twitter-link {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	margin-top:2px;
	z-index: 100;
	display:inline-block;
	padding-left: 8px;
	padding-right:24px;
	background-image:url(../images/set-up/twitter-logo.png);
	background-position: right center;
	background-repeat:no-repeat;
}
#twitter-link a{
	color: #000;
	text-decoration: none;
	font-weight:normal;
	font-family: Myriad-pro_semibold, Arial, Helvetica, sans-serif;
}
#twitter-link a:hover{
	color: #00aced;
}

#facebook-link {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	margin-top:2px;
	z-index: 100;
	display:inline-block;
	padding-left: 8px;
	padding-right:20px;
	background-image:url(../images/set-up/facebook-logo.png);
	background-position: right center;
	background-repeat:no-repeat;
}
#facebook-link a{
	color: #000;
	text-decoration: none;
	font-weight:normal;
	font-family: Myriad-pro_semibold, Arial, Helvetica, sans-serif;
}
#facebook-link a:hover{
	color: #3b579d;
}

/*.blue_arrow {
	color: #0093dc;
}*/
/*.address {
	font-family: Arial, TradeGothicLight, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	display: inline-block;
	width: 600px;
	left: 740px;
	top: 20px;
	text-align: left;
	margin-left: 35px;
}
.address a{
	color: #333;
	text-decoration:none;
}
.address a:hover{
	color:#CCC;
}*/
/*.box-info {
	font-family:Arial,  TradeGothicLight, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #FFF;
	display: block;
	width: 440px;
	left: 0px;
	top: 0px;
	text-align: left;
	margin-bottom: 8px;
	clear: both;
}*/
/*.links_header_box {
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f08b00;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom:10px;
	width:100%;
}*/
/*.email_box {
	font-family: Arial,TradeGothicLight,  Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	display: block;
	padding: 0px;
	width:955px;
	margin-top: 8px;
	height: 50px;
	float: left;
	margin-left: 25px;
	vertical-align: top;
	line-height: 24px;
}
.email_box a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#email_box a:hover {
	font-size: 14px;
	color: #EBEBEB;
	text-decoration: none;
}
.email_box-label{
	font-family: TradeGothicLight, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-right: 10px;
	margin-left: 20px;
}
.email_box-label-box{
	font-family: TradeGothicLight, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.email_box input{
	font-family: TradeGothicLight, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.email_box textarea{
	font-family: TradeGothicLight, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.email_box-submit{
	font-family: TradeGothicBold, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3E78;
	background-color: #FFF;
	text-align: center;
	width: 100px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 24px;
	height: 24px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
.content_area {
	display: block;
	width: 920px;
	margin-right: 15px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	height: 100%;
	overflow: visible;
}

/*.content_area_plus_sidebar {
	display: block;
	clear: both;
	width: 744px;
	margin-right: 20px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
}*/
.parnter-form-box {
	display: block;
	width: 325px;
	margin-right: auto;
	margin-left: auto;

}
.content-column-single {
	display: block;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.content-column-single-end {
	display: block;
	width: 340px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
}
/*.content-column-single-end {
	display: block;
	width: 325px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
}
.column-double{
	display: block;
	width: 685px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right:15px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #f08b00;
}*/
.content-area-product{
	display: block;
	/*min-width: 550px!important;*/
	margin-bottom: 10px;
	/*margin-right: 15px;
	padding-right: 14px;
	float: left;*/
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #f08b00;
	position: relative;
	z-index: 20;
	padding-top:20px;
}
.content-area-tripple{
	display: block;
	width: 700px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-right: 14px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #f08b00;
	position: relative;
}
.content-area-single-end{
	display: block;
	width: 185px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-right: 0px;
	float: left;
	position: relative;
	z-index: 10;
}
.content-columns-single{
	display: block;
	width: 185px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-right:15px;
	float: left;
		border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #f08b00;
}
.content-columns-single-background-grey-fade{
	display: block;
	width: 185px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right:10px;
	padding-left:10px;
	float: left;
		border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #f08b00;
background: #ecebea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWNlYmVhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(45deg,  #ecebea 0%, #ffffff 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ecebea), color-stop(96%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #ecebea 0%,#ffffff 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #ecebea 0%,#ffffff 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #ecebea 0%,#ffffff 96%); /* IE10+ */
background: linear-gradient(45deg,  #ecebea 0%,#ffffff 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebea', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

background-color:#ecebea
}
.content-columns-double-end{
	display: block;
	width: 480px;
	float: left;
	position:relative;
}
/*.column-single-end {
	display: block;
	width: 240px;
	margin-bottom: 10px;
	float: left;
}

.column-service {
	display: block;
	width: 470px;
	margin-bottom: 10px;
	margin-right:30px;
	float: left;
	-webkit-box-shadow: 8px 0px 6px -6px #CCC;
	-moz-box-shadow: 8px 0px 6px -6px #CCC;
	box-shadow: 8px 0px 6px -8px #CCC;
	padding-right: 30px;
}*/
/*.tab-panel-column-double {
	display: block;
	width: 260px;
	margin-right: 26px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.tab-panel-column-single {
	display: block;
	width: 572px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}*/
.return {
	display: block;
	clear: both;
	height: 1px;
}
.divider-dottedline {
	display: block;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #f08b00;
	min-height: 1px;
	width: 100%;
}
.youtube-button{
	background-image: url(../images/set-up/youtube.png);
	background-position: left bottom;
	display: inline-block;
	height: 36px;
	width: 36px;
	overflow: hidden;
}
.youtube-button:hover{
	background-position: left top;
}
.flickr-button {
	background-image: url(../images/set-up/flickr.png);
	background-position: left bottom;
	display: inline-block;
	height: 36px;
	width: 36px;
	overflow: hidden;
}
.flickr-button:hover{
	background-position: left top;
}
.linkedin-button {
	background-image: url(../images/set-up/linkedin.png);
	background-position: left bottom;
	display: inline-block;
	height: 36px;
	width: 36px;
	overflow: hidden;
}
.linkedin-button:hover{
	background-position: left top;
}
.pintrest-button {
	background-image: url(../images/set-up/pintrest.png);
	background-position: left bottom;
	display: inline-block;
	height: 36px;
	width: 36px;
	overflow: hidden;
}
.pintrest-button:hover{
	background-position: left top;
}
.facebook-button {
	background-image: url(../images/set-up/facebook.png);
	background-position: left bottom;
	display: inline-block;
	height: 36px;
	width: 36px;
	overflow: hidden;
}
.facebook-button:hover{
	background-position: left top;
}
.capture-invalid
{
	display: inline-block;
	color: #FFF;
	border: 0px none #FFF;
	font-family: Myriad-pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 12px;
/*	background-image: url(../images/set-up/required.png);
	background-repeat: no-repeat;
	background-position: 4px center;*/
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #333;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.capture-invalid:before
{
	content:"!";
	display:inline-block;
	font-family: Myriad-pro_bold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#FFF;
	width:16px;
	height:16px;
	background-color:#C00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right:6px;
	text-indent: 6px;
}
.capture-invalid-image {
	display: inline-block;
	background-color: #F5F5F5;
	border: 1px solid #f08b00;
	color: #f08b00;
	padding: 2px;
	text-align:center;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
.unit-box {
	display: block;
	padding: 8px;
	margin-bottom: 10px;
	border: 2px solid #F08B00;

-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#twitterbox {
	font-family:  Arial, TradeGothicLight, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	display: block;

	margin-top: 0px;
	position: relative;
	padding: 30px 10px 0px 10px;;
	float:left;
	
	margin-bottom:0px;
	background-image: url(../images/set-up/twitter-feed.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}
.twitter-timeline1{
	background-color:rgba(225,225,225,0);
	}
.root.timeline.twitter-timeline1 {
	background-color: rgba(0,0,0,0);
	border-style: none;
}
.root.timeline.twitter-timeline1 p, .root.timeline.twitter-timeline1 a{
   font-family: PlanerRegular, Arial, Helvetica, sans-serif;
   color: #333;
   text-decoration:none;
}
.root.timeline.twitter-timeline1 ol, .root.timeline.twitter-timeline1 ul, {
	font-family: PlanerRegular, Arial, Helvetica, sans-serif;
}
.root.timeline.twitter-timeline1 li:nth-child(odd){
	background-color: rgba(255,255,255,0.8);
}
.root.timeline.twitter-timeline1 li:nth-child(even){
	background-color: rgba(255,255,255,0.6);
}
.root.twitter-timeline1 .tweet {
	padding: 4px 6px;
	border-bottom: 1px solid #f08b00;
	display: block;
	background-color: rgba(255,255,255,0);		
}
.root.twitter-timeline1 a, .root.twitter-timeline1 a:visited {
  text-decoration: underline; 
  }
.root.twitter-timeline1 .u-url{
}
.root.twitter-timeline1 .expand,
.root.twitter-timeline1 .hashtag{
  text-decoration: none;
  font-size:10px;
  color:#000;
  display:block;
  
}
.root.twitter-timeline1 .profile {
	display:block;
  text-decoration: none;
  font-size:16px;
  line-height:30px;}
  .root.twitter-timeline1 .u-url:hover,
  .root.twitter-timeline1 .expand:hover,
  .root.twitter-timeline1 .hashtag:hover,
  .root.twitter-timeline1 .profile:hover {
	text-decoration: none;
	color: #f08b00;
	}

.u-photo{
  display: block;
  }
.full-name{
  display: none; }
.inline-media {
  display: block; }
  
  /* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
	height: 60px;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
	margin-right: 30px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 576px;
	height: 60px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	height: 60px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 60px;
}
.optional-extras-table {
	background-color: rgba(240,138,0,0.15);
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
	overflow:auto;
}
.optional-extras-table .title {
	color: #FFF;
	font-family: Myriad-Pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFBB5F;
	display: block;
	text-indent: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-left: 10px solid #f08b00;
}
.optional-extras-table ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 145px;
	float: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.optional-extras-table ul li {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000;
	list-style-type: square;
	float: left;
	clear: left;
	margin-bottom: 3px;
	list-style-position: outside;
	margin-left: 20px;
}
.optional-extras-table ul li strong{
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
.optional-extras-table ul ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	width: 115px;
	display: block;
}
.optional-extras-table ul li li {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/*#sub-menu ul li:first-child {
	font-family: Myriad-Pro_Regular, Helvetica, sans-serif;
	font-size: 12px;
	color: rgba(240,138,0,1.00);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(240,138,0,1.00);
}
#sub-menu ul li:first-child a{
	color: rgba(240,138,0,1.00);
}*/

.showme{
	display:none;
}
.active > .showme{
	display:block;
}
.product_type_icon2 {
	font-family: CabinRegular, CabinRegular, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #F08A00;
	display: block;
	margin-bottom: 2px;
	text-align: center;
	float: left;
	width: 74px;
	height: 58px;
	margin-top: 4px;
	margin-right: opx;
	margin-left: 0px;
	
}
.product_type_icon2 img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
}
.product_type_text_green2 {
	font-family: CabinRegular, CabinRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #F08A00;
	display: block;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align:left;
}
.prod_info_page_box_type2 {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 80px;
	clear: left;
	float:left;
	top: 10px;
	right: 10px;
	width:500px;
	text-align: right;
}
.fuel-strap{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	z-index:200;
}
.testimonial{
	background-color: #FBFBFB;
	display: block;
	clear: both;
	margin-bottom: 25px;
	margin-top:30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	border: 1px solid #666;
}

.testimonial-client{
	display: block;
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin-bottom:5px;
	color: #F08B00;
	text-align: right;
}
.testimonial-position{
	display: block;
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin-bottom:5px;
	color: #F08B00;
	text-align: right;
}
.testimonial-company{
	display: block;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:5px;
	color: #F08B00;
	text-align: right;
}
.testimonial-copy{
	display: block;
	font-family: Myriad-Pro_italic, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #333;
	position:relative;
}
.testimonial-copy:before{
	content:"'";
		display: block;
	font-family: Myriad-Pro_italic, Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 40px;
	color: #333;
	position:absolute;
	top:0px;
	left:-15px;
}
.testimonial-copy:after{
	content:"'";
		display: block;
	font-family: Myriad-Pro_italic, Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 40px;
	color: #333;
	position:absolute;
	bottom: 0px;
	right:-10px;
	width:10px;
	height:20px;
}
.testimonial-copy p{
	display:block;
	margin-bottom:8px;
}
.news-reel-box {
	display: block;
	width: 185px;
	position: relative;
	margin-bottom: 15px;
/*	-webkit-box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.3);*/
	margin-top: 15px;
background: #d0ccc9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwY2NjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWU5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d0ccc9 0%, #eae9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0ccc9), color-stop(100%,#eae9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d0ccc9 0%,#eae9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d0ccc9 0%,#eae9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d0ccc9 0%,#eae9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d0ccc9 0%,#eae9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ccc9', endColorstr='#eae9e8',GradientType=0 ); /* IE6-8 */
background-color: #d0ccc9;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.news-reel-box-title {
	display: block;
	font-family: Myriad-pro_bold, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 28px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	z-index:100;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F08B00;
}
.news-reel-box-text {
	display: block;
	color: #333;
	line-height: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news-reel-box-text ul{
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F08B00;
}
.news-reel-box-text ul li{
	color: #333;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	text-indent: 0px;
	font-family: Myriad-pro_regular, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	position:relative;
}
.news-reel-box-text ul li a{
	color: #000;
}
.news-reel-box-text ul li:hover{
	z-index: 10;
	color: #f08b00;
}
.news-reel-box-text ul li a:hover{
	color: #f08b00;
}.news-reel-box-text ul li a:before{
	font-family: Myriad-pro_Black, Arial, Helvetica, sans-serif;
	content:">";
	position: absolute;
	left: 5px;
	color: #f08b00;
}
.news-story {
	background-color: #FBFBFB;
	display: block;
	float: left;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	clear: left;
	width: 100%;
	}
.news-story-image-box{
	display: block;
	float:right;
	text-align: center;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: thin solid #999;
	background-color: #FFF;
}
.news-story-image-box img{
	display:block;
	float:left;
	
}
.news-story-image-box span{
	display:block;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	clear: both;
	line-height:11px;
	padding-top:4px;
}
.news-story-date{
	display: block;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height:24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f08b00;
	padding-top: 5px;
	
	margin-bottom: 10px;
	color: #666;
}
.news-story-title a{
	display: block;
	font-family: Myriad-Pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	margin-bottom:15px;
	color: #f08b00;
}
.news-story-title a:hover{
	color: #666;
}
.news-story-subtitle{
		display: block;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
		margin-bottom:10px;
		color: #f08b00;
}
.news-story-story{
		display: block;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	
}
.news-story-story img{
		padding: 4px;
	border: thin solid #999;
	background-color: #FFF;
}
.news-story-story .wp-caption{
	display:block;
	padding-left:10px;
	padding-bottom:10px;
}
.news-story-story .wp-caption-text{
	font-size:10px;
	color:#F08B00;
}
.news-story-story a{
	text-decoration:none;
	color: #F08B00;
}
.news-story-info a{
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none;
	color: #333;
}
.news-story-info a:hover{
	text-decoration:none;
	color: #F08B00;
}
.news-story-story p{
	display:block;
	margin-bottom:8px;
}
.contact-details-container {
	text-decoration: none;
	display: block;
	/*width: 310px;*/
	background-color: #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCC;
	-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
	padding: 10px;
}
.contact_imagebox {
	
}
.contact_imagebox img{
	margin:0px;
	padding:0px;
		-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.contact_name {
	font-family: Myriad-Pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #e95d0e;
	display: block;
	margin-bottom: 4px;
	float: left;
	clear:left;
}
.contact_position {
	font-family: Myriad-Pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #F08B00;
	display: block;
	margin-bottom: 4px;
	float: left;
	clear:left;
}
.contact_area {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #e95d0e;
	display: block;
	float: left;
	clear:left;
}
.contact_telephone{
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	display: block;
	margin-bottom: 4px;
	float: left;
	clear:left;
}
.contact_email{
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	display: block;
	text-decoration: none;
	float: left;
	clear:left;
}
.contact_email a{
	color: #666;
	text-decoration: none;
}
.contact_email a:hover{
	color: #f08b00;
}
.contact_linkedin{
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	display: block;
	text-decoration: none;
	float: left;
	clear:left;
	display:block;
	margin-top:2px;
}
.contact_linkedin a{
	color: #666;
	text-decoration: none;
}
.contact_linkedin a:hover{
	color: #0074b1;
}
.contact_linkedin:before{
	font-family: Myriad-Pro_semibold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	display: inlineblock;
	content:"in";
	margin-right:4px;
	padding-right:3px;
	padding-left:3px;
	height:20px;
background: #0074b1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZmJjZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7fbcda 0%, #0074b1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fbcda), color-stop(100%,#0074b1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7fbcda  0%,#0074b1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7fbcda  0%,#0074b1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7fbcda 0%,#0074b1 100%); /* IE10+ */
background: linear-gradient(to bottom, #7fbcda  0%,#0074b1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbcda', endColorstr='#0074b1',GradientType=0 ); /* IE6-8 */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.contact_info {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #e95d0e;
	display: block;
	float: right;
	width:500px;
}
.contact_info a{
	color: #e95d0e;
	text-decoration:none;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
}
.contact_col {
	display: block;
	float: left;
	width:auto;
	margin-right:0px;
	}
	#technical-form {
	background-color: #FBFBFB;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 0px solid #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 23px;
}
#technical-form label{
	display: block;
	padding-top:0px;
	padding-bottom:8px;
	margin-bottom:0px;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align: top;
	line-height: 16px;/*	border-bottom-width: 2px;
	border-bottom-style: none;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: rgba(255,255,255,0.5);*/
}
#technical-form input[type=text]{
	display: block;
	background-color: #F5F5F5;
	border: 1px solid #e95d0e;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f08b00;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	height: 21px;
	width: 250px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 4px;
}
#technical-form input[type=text]:hover {
	background-color: #EFEFEF;
	-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
}
#technical-form input[type=text]:focus {
	background-color: #333;
	-moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	color: #FFF;
	outline: none;
}
#technical-form input[type=text].number{
	width:20px;
	display:block;
	text-align:center;
}
#technical-form textarea{
	display: block;
	background-color: #F5F5F5;
	border: 1px solid #f08b00;
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f08b00;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	line-height: 12px;
	height: 75px;
	width: 250px;
	resize: none;
	outline: none;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#technical-form textarea:hover{
	background-color: #EFEFEF;
	-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
}
#technical-form textarea:focus {
	background-color: #333;
	-moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	color: #FFF;
	outline: none;
}
#technical-form input[type=submit]{
	display: block;
	background-color: #f08b00;
	border: 1px solid #f08b00;
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	height: 26px;
	width: 268px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#technical-form input[type=submit]:hover, #technical-form input[type=submit]:focus {
	background-color: #333;
	-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	color: #FFF;
	outline: none;
}
#technical-form input[type=checkbox] {
	border-radius:0px;
	-webkit-appearance:button;
	border: 1px solid #f08b00;
	background-color:#FFF;
	color:#FFF;
	white-space: nowrap;
	overflow:hidden;
	width:15px;
	height:15px;
	padding: 0px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.25);
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#technical-form input[type=checkbox]:checked {
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color:  #f08b00;
	border: 1px solid #FFF;
}

#technical-form input[type=checkbox]:hover {
	background-color:#E9E9E9;
	box-shadow:inset 0px 0px 4px rgba(0,0,0,0.8);
}
#technical-form input[type=checkbox] ~ div {
    display:none;
}

/* Toggled State */
#technical-form input[type=checkbox]:checked ~ div {
   font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10px;
	color: #999;
   display:inline-block;
   padding-left:10px;
}
.standard-page-title {
	font-family: Myriad-Pro_bold, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
	display: inine;
	margin-bottom: 20px;
	background-color: #f08b00;
	margin-top: 15px;
	margin-right: 200px;
	margin-left: 0px;
	padding-right: 40px;
	padding-left: 20px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #023785;
	line-height: 36px;
	float:left;
}
.standard-page-title span{
	font-size: 18px;
}
.standard-page-subtitle {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e95d0e;
	display: block;
	margin-bottom: 20px;
}
.standard-page-sub-subtitle {
	font-family: Myriad-Pro_regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f08b00;
	display: block;
	margin-bottom: 10px;
}
