@font-face {
	font-family: 'TradeGothicLTStdRegular';
	src: url('fonts/tradegothicltstd-webfont.eot');
	src: url('fonts/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tradegothicltstd-webfont.woff') format('woff'), url('fonts/tradegothicltstd-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-webfont.svg#TradeGothicLTStdRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothicLTStdBold';
	src: url('fonts/tradegothicltstd-bold-webfont.eot');
	src: url('fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tradegothicltstd-bold-webfont.woff') format('woff'), url('fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 12px;
	line-height: 16px;
}
a {
	color: #002138;
	text-decoration: underline;
}
a:hover {
	color: #D82231;
	text-decoration: underline;
}
a h2,
h2 a {
    color: #002138;
    text-decoration:underline;
}
a h2:hover,
h2 a:hover {
    color:#D82231;
    text-decoration:underline;
}
img {
	display: block;
}


ul {
	display: block;
    margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 10px 0;
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 2px;
	padding-left: 10px;
	color: #666666;
}
ul li a {
    text-decoration: underline;
    color: #002138;
}
ul li a:hover {
	text-decoration: underline;
	color: #D82231;
}

ol li {
    color: #666666;
}

.top, .footer {
	padding: 10px 0;
	background: #000;
}
.top a, .footer a {
	color: #FFF;
	text-decoration: none;
}
.top a:hover, .footer a:hover {
	color: #D82231;
	text-decoration: underline;
}
.top {
	padding:0;	
}
.main {
	padding: 20px 0;
	background: #FFF;
}
.sticky {
	background: #f3f4f6;
}
.container {
	background:#FFF;	
	padding:0 22px;
	overflow: hidden;
}
.sticky .main {
	background: #f3f4f6;
	padding: 0;
}
.footer.white {
	background: #f3f4f6;
	color: #666;
	padding:0;
}
/***** TEXT *****/

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
/***** ALIGNMENT *****/

.pull-left {
	float: left;
	display: inline;
}
.pull-right {
	float: right;
	display: inline;
}
/***** LISTS *****/

.unstyled {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.dl-horizontal {
	display: inline-block;
	padding-left: 80px;
}
.dl-horizontal dt {
	clear: both;
	float: left;
	display: inline;
	width: 70px;
	margin-left: -80px;
	text-align: left;
}
.dl-horizontal dd {
	float: left;
	display: inline;
	margin-left: 0;
	width: 100%;
}
.ul-inline {
	display: inline;
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
}
.ul-inline li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}
/***** TABLES *****/

.table {
	width: 100%;
	margin: 16px 0;
}
.table th, .table td {
	text-align: left;
	vertical-align: bottom;
	padding: 8px 10px;
	border-top: 1px solid #CCC;
}
.table th {
	border-top: none;
	border-bottom: 1px solid #CCC;
}
.table-bordered, .table-bordered th, .table-bordered td {
	border: 1px solid #CCC;
}
.table-striped tr:nth-child(2n+1) td {
	background: #F3F3F3;
}
.table-striped tr.stripe td {
	background: #F3F3F3;
}
.table tr:hover td {
	background: #E5E5E5;
}
.table-condensed td, .table-condensed th {
	padding: 3px 5px;
}
/***** BLOCKQUOTES *****/

blockquote {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 3px 30px 0 30px;
	quotes: "\201C" "\201D";
	*background:url(../images/quote-left.png) 0 0 no-repeat;
}
blockquote:before,
blockquote:after {
	position: absolute;
	font-size: 80px;
	line-height: 20px;
	color: #E5E5E5;
}
blockquote:before {
	top: 21px;
	left: 0;
	content: open-quote;
}
blockquote:after {
	bottom: -30px;
	right: 0;
	content: close-quote;
}
blockquote p {
	margin: 0 0 6px 0;
}
blockquote small {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
blockquote small:before {
	content: "— ";
}
/***** ERRORS *****/

.error, code {
	color: #CC0000;
}
/*****  *****/

.clear {
	clear: both;
 *height:0px;
}
.no-clear {
	clear: none;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
	vertical-align: middle;
}
.hide {
	display: none;
}
.show {
	display: block;
}
/* ==|== primary styles =====================================================
   Author: CR-87
   ========================================================================== */
   
/* == Required fix for Android portrait view ================================ */
h1, h2, h3, h4, h5, h6, blockquote, p {
	background-image: url(../images/png-8/blank.png);
	background-repeat: repeat;
}
h1, h2, h3, h4 {
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
}
h2 {
	color: #002138;
	font-size: 21px;
}
h3 {
	font-size: 14px;
}
p,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
}
#content.span-17 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#content.span-17 ul li  {
	margin: 10px 0;
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 2px;
	padding-left: 10px;
	color: #666666;
	line-height: 18px;
	list-style:none;
}
#primaryNavigation li, #primaryNavigation li a {
	float: left;
	text-decoration: none;
}
#primaryNavigation {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
}
#primaryNavigation ul li a {
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	padding: 2px 20px;
	color: #999999;
	border: 0;
	font-size: 14px;
	display: block;
	position: relative;
	background: #FFF;
}
#primaryNavigation ul li.active a, #primaryNavigation ul li a:hover {
	color: #002138;/*font-family:'TradeGothicLTStdBold', sans-serif;
	font-weight:normal;
	font-size:16px;*/
}
#primaryNavigation ul {
	margin: 8px;
	position: relative;
	z-index: 10;
	float:left;
	padding:0;
}
.ie7 #primaryNavigation ul {
	padding-bottom:10px;	
}
#primaryNavigation li {
	z-index: 1;
	list-style: none;
    margin:0;
    padding:0;
    background:none;
}
#primaryNavigation li.first a {
	border: 0;
	padding-left: 0;
}
#primaryNavigation li.last a {
	padding-right: 0;
}
#quaternaryNavigation {
    padding-bottom:10px;
}

#quaternaryNavigation ul {
	float: left;
	clear: both;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#quaternaryNavigation ul li {
	border-bottom: 1px solid #CCC;
	clear: both;
    margin:0;
    padding:0;
    background:none;
}
#quaternaryNavigation ul.level-1 {
	border:0;
}
#quaternaryNavigation ul.level-1 ul li {
	border-bottom:0;
}
#quaternaryNavigation ul.level-2 {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
#quaternaryNavigation ul li.active-li ul li a,
#quaternaryNavigation ul li.selected-li ul li a {
	padding: 2px 0 2px 12px;
}
#quaternaryNavigation ul li a {
	text-decoration: none;
	padding:9px 0 9px 12px;
	display: block;
}
#quaternaryNavigation ul li a:hover {
   text-decoration: underline;
} 
#quaternaryNavigation .active-ul.level-2 a{
	padding-left: 10px;
	margin-left: 10px;
    background-position:0 4px;
}
#quaternaryNavigation .active-ul.level-3 a{
	margin-left: 20px;

}
#quaternaryNavigation ul li.active-li a {
    color:#D82231;
    background:none;
}
#quaternaryNavigation ul li.selected-li a{
    color:#D82231;
    background: url(../images/sprites/li_arrow.jpg) no-repeat 0 11px;
}
#quaternaryNavigation ul li a,
#quaternaryNavigation ul li.inactive-li a{
    color:#666;
    background:none;
}


/* ==|== general =====================================================*/
.header {
	position: relative;
	padding-top: 40px;
}
.top {
	background-color: transparent;
}
.wave {
	background: transparent url(../images/backgrounds/wave.jpg) no-repeat 0 5px;
    height: 123px;
}
.mainLogo {
	margin-left: -7px;
	margin-top: -7px;
	float: left;
}
.languageDropdown {
	/*width: 180px;*/
	float: right;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	color: #999999;
	/*height: 14px;*/
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 20px;
}
.dd-label {
	float: left;
	margin-top:6px;
}
    .dd-label > span {
        margin-right: 20px;
    }
.languageDropdown ul {
	background: #FFFFFF url(../images/sprites/ul-arrow.jpg) no-repeat 112px -190px;
	padding-right: 24px;
	float: right;
	margin: 0;
	cursor: pointer;
}
.languageDropdown li a, .languageDropdown a:hover {
	color: #999999;
	text-decoration: none;
}
.languageDropdown li a span {
	color: #002138;
	padding-left: 5px;
}
/*.languageDropdown:hover {
	height:auto;
}
.languageDropdown:hover ul {
	background-position:112px 4px;
}*/
.languageDropdown .log-in,
.languageDropdown .translate {
    float: left;
    display: block;
    background: #D82232;
    margin: 0 10px;
    padding: 5px 10px;
}
.languageDropdown .selectSurround {
	float: left;
	position: relative;
	width: 110px;
	margin-top: 6px;
}
.languageDropdown .selectSurround .form-faux-select {
	top: 0;
}
.languageDropdown .selectSurround .form-faux-select-button {
	background-position: 8px -191px;
}
.no-js .languageDropdown .selectSurround select {
	bottom: 10px;
}
.inputBox {
	border: 1px solid #E6E6E6;
	float: left;
}
.inputBox input {
	border: 0;
	color: #B2B2B2;
}
.searchSurround {
	margin: 0 10px 30px 0;
	width:212px;
}
.searchSurround form {
	float: left;
}
.searchIcon input, .submitBtn input {
	border-radius: 0;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: #D82232;
	/*padding: 5px 12px;*/
	padding:0;
	color: white;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
}
.ie7 .searchIcon input, .ie7 .submitBtn input {
	/*padding: 3px 12px 4px 12px;*/
	padding: 3px 10px 4px 10px !important;
}
.box-1 {
	width: 148px;
	height: 23px;
}
.box-1 input {
	padding: 4px 8px;
	width: 132px;
	float: left;
	outline: none;
}
.link {
	background: white;
	color: #002138;
	padding: 5px 10px;
	float: left;
	clear: both;
	text-decoration: none;
}
.link_b {
	background-color: #D82232;
	color: #fff !important;
	display: block;
	padding: 5px 10px;
	text-decoration: none !important;
	float: left;
}
.link_b:hover {
	background-color: #0080C0;
}
.searchIcon input:hover, .submitBtn input:hover {
	background-color: #0080C0;
}
.carouselSurround {
	float: left;
	clear: both;
	width: 960px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.carouselSurround ul.unstyled {
	float: left;
	width: 960px;
	height: 300px;
	margin: 0;
	position: relative;
}
.carouselSurround ul li {
	position: relative;
	float: left;
}
.carouselSurround ul li img {
	/*position:absolute;
	left:0;
	top:0;*/
	z-index: 1;
}
.captionContainer {
	background: url(../images/backgrounds/transBlue.png) repeat;
	width: 373px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 2;
	padding-bottom: 25px;
}
.captionContainer .inner {
	padding: 20px;
}
.captionContainer .link {
	margin: 15px 0 0 0;
	color: #002138;
	white-space: nowrap;
}
.captionContainer .link:hover {
	background: #002138;
	color: #FFFFFF;
	text-decoration: none;
}
.captionContainer h2 {
	color: #FFFFFF;
	font-size: 30px;
    line-height: 30px;
	margin: 0 0 10px 0;
}
.captionText {
	color: #FFFFFF;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 14px;
	width: 320px;
	float: left;
	margin: 5px 0;
	clear: both;
}
.callout-3-col, .callout-2-col {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 10px;
}
.callout-2-col {
	width: 620px;
}
.callout {
	width: 100%;
	display: inline;
	float: left;
	overflow: hidden;
}
.callout .inner {
	padding: 10px 15px;
	float: left;
}
.callout-3-col h2, .callout-2-col h2, .callout h2 {
	border-bottom: 5px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 10px;
}
.callout h2 {
    text-indent: 0px;
    margin-left: 15px;
}
.callout-2-col .inner {
	padding: 5px 0;
}
.callout-3-col .inner {
	padding: 5px 10px;
}
.callout-3-col .link, .callout-2-col .link, .callout .link, .content .link {
	background-color: #D82231;
	color: #FFFFFF;
	margin: 8px 0;
}
.callout-3-col .link:hover, .callout-2-col .link:hover, .callout .link:hover, .content .link:hover, .languageDropdown .log-in:hover, .languageDropdown .translate:hover {
	text-decoration: none;
	background-color: #0080C0;
	color: #FFF;
}
.content p.date {
	margin: -10px 0 0 0;
	clear: both;
	color: #B2B2B2;
    display: block;
}
.content.detail p.date {
	margin: -10px 0 20px 0;
}
.content form,
.website .contactForm,
.content .form {
	background: #F7F7F7 url(../images/backgrounds/form.jpg) no-repeat 100% 100%;
	float: left;
	width: 659px;
	padding: 20px;
}

/*
.content fieldset {
	width: 265px;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
.content fieldset label {
	width: 235px;
	border: 1px solid #F0F0F0;
	background: #FFF;
	margin: 10px 0;
	padding: 0;
	float: left;
	clear: both;
}
.content fieldset input {
	border: 0;
	background: none;
	padding: 5px 8px;
	width: 217px;
	color: #B2B2B2;
	outline: none;
}
.content fieldset label.selectSurround {
	background: #FFF;
	border: 1px solid #F0F0F0;
	position: relative;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
.no-js .content fieldset label.selectSurround {
	background: none;
}
.content fieldset label.selectSurround select {
	width: 235px;
	padding: 4px 6px;
	border: none;
	color: #B2B2B2;
	outline: none;
	float: left;
}
.content .textarea {
	border: 1px solid #F0F0F0;
	color: #B2B2B2;
	margin: 10px 0;
	float: left;
	clear: both;
	width: 650px;
}
.content .textarea textarea {
	border: 0;
	color: #B2B2B2;
	width: 633px;
	padding: 5px 8px;
	resize: vertical;
	height: 130px;
	outline: none;
}*/

/*.text-only-li li {
	margin: 10px 0;
    padding:0;
    background:none;
}
.text-only-li li a {
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 2px;
	padding-left: 10px;
	color: #D82231;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}*/
.text-only-li a:hover,
.footer ul li a:hover,
.news.slides a:hover {
	text-decoration: underline;
}
.image-li {
	margin: 0;
	float: left;
	width: 280px;
}
.image-li a {
	text-decoration: none;
}
.image-li a:hover h3 {
	text-decoration: underline;
	color: #D82231;
}
.image-li li, .image-li li a {
	margin: 0 0 25px 0;
	float: left;
	width: 280px;
}
.callout-2-col .image-li li {
	width: 620px;
}
.callout-2-col .image-li li a {
	width: 197px;
	margin: 0 14px 0 0;
}
.ie6 .callout-2-col .image-li li a, .ie7 .callout-2-col .image-li li a, .ie8 .callout-2-col .image-li li a {
	margin: 0 9px 0 0;
}
.callout-2-col .image-li li a:last-child, .callout-2-col .image-li li a.last-child {
	margin: 0 0 0 0;
}
.callout-2-col .image-li .detail {
	width: 197px;
	float: left;
	margin: 10px 0;
	background: #FFF;
}
.callout-2-col .image-li {
	width: 619px;
}
.side-1 .image-li, .side-1 .image-li li, .side-1 .image-li li a, .side-1 .image-li .detail {
	width: 208px;
}
.side-1 .image-li .detail {
	margin: 10px 0;
}
.side-1 .image-li li, .side-1 .image-li li a {
	margin: 0 0 5px 0;
}
.side-1 {
	width: 232px;
	float: left;
	display: inline;
}
.side-1.pull-right {
	float: right;
	margin-top: 35px;
}
.side-1.pull-right.img-col {
	margin-top: 0;
}
.image-li li img {
	float: left;
}
.image-li li h3 {
	font-size: 14px;
	line-height: 15px;
    text-decoration:underline;
}
.image-li li .date {
	color: #B2B2B2;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	background: #FFF;
}
.image-li .detail {
	width: 165px;
	float: right;
}
.image-li .detail h3, .image-li .detail .date {
	background: #FFF;
}
.border-top {
	border-bottom: 5px solid #E6E6E6;
}
.span-13 {
	width: 185px;
	float: left;
	margin: 25px;
}
.span-13:first-child {
	margin-left: 10px;
}
.span-14 {
	width: 260px;
	float: left;
	margin: 25px 0px 0 10px;
}
.span-15 {
	width: 460px;
	float: left;
	display: inline;
	margin: 0 0 0 18px;
}
.span-17 {
	width: 700px;
	float: left;
	display: inline;
	margin: 0 0 0 18px;
}
.col-img-3 {
	width: 710px;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}
.col-img-3 .span-15,.col-img-3 .span-17 {
	margin:0;
}
.col-img-3 .side-1.pull-right {
	margin-top: 0px;
}
.span-single {
    margin: 0 18px;
}
.span-12 #sidebar {
	float:right;
}
.footer h3 {
	margin: 0 0 15px 0;
	color: #666;
}
.footer ul, .footer p {
	margin: 5px 0;
}
.footer ul li,
.footer ul li a,
.footer p,
.span-6 {
	color: #B2B2B2;
	font-size: 10px;
}
.footer ul li {
    margin:0;
    padding:0;
    background:none;
}
.footer ul li a {
	background: url(../images/sprites/li-sprite.jpg) no-repeat 0 4px;
	padding-left: 8px;
}
.footer ul li a:hover {
	background-position: 0 -20px;
}
.footer .footnote .span-6, .footer .footnote ul li a {
	font-size: 12px;
}
.footer .footnote ul li a {
	float: left;
	background: none;
}
.footer .footnote ul {
	float: right;
	margin: 0;
}
.footer .footnote ul li {
	float: left;
	color: #B2B2B2;
	background: url(../images/backgrounds/fSlash.jpg) no-repeat 100% 3px;
    margin:0;
	padding:0 15px 0 0;
	list-style: none;
}
.footer .footnote ul li.last {
	padding: 0;
	background: none;
}
.footer .footnote ul li:last-child {
	padding: 0;
	background: none;
}
.footer .span-6 {
	float: left;
}
.flexslider-2 {
	float: left;
	/*height: 205px;*/
	position: relative;
}
.no-js .flexslider-2, .side-1 .flexslider-2 {
	height: auto;
}
.flexslider-2 .flex-control-nav {
	top: -45px;
	width: 280px;
	right: 0;
    text-align: right;
}
.callout-2-col .flexslider-2 .flex-control-nav {
	width: 610px;
}
.content h1 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
.content h2 {
	font-size: 21px;
	margin: 15px 0;
	line-height: 24px;
}
.content .sub {
	font-size: 16px;
	margin: 10px 0;
	line-height: 24px;
	display: inline-block;
}
.content h3 {
	font-size: 16px;
}
.content p {
	margin: 10px 0;
	line-height: 18px;

}
/*.content p a {
	color: #002138;
}
.content ul, .inner ul {
	margin: 0 5px;
	display: inline-block;
    margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.content ul li,.inner ul li {
	margin: 10px 0;
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 2px;
	padding-left: 10px;
	color: #666666;
	line-height: 18px;
}
.content ul li a,.inner ul li a {
    text-decoration: none;
    color: #666666 !important;
}
.content ul li a:hover,.inner ul li a:hover {
	text-decoration: underline;
	color: #D82231 !important;
}*/
ul.unstyled, ul.unstyled li {
	margin: 0;
	padding: 0;
	list-style: none;
    background:none;
}
.flexslider-2 li{ 
	background: none !important;
}

a.panel-1 {
	cursor: pointer;
	width: 220px;
	float: left;
	background: #F7F7F7;
	margin: 10px 0 10px 0;
	padding: 10px 0;
	text-decoration: none;
	display: block;
}
.panel-1.odd {
	margin: 10px 20px 10px 0;
}
.panel-1 h4 {
	font-family: 'TradeGothicLTStdBold';
	font-size: 18px;
	padding: 0 33px 10px 15px;
	background: url(../images/backgrounds/gradient-1.jpg) no-repeat 100% 100%;
	width: 170px;
	line-height: 22px;
}
a.panel-1:hover h4, a.panel-1:hover p, a.panel-1 h4:hover, a.panel-1 p:hover {
	text-decoration: none;
}
.panel-1 p {
	padding: 0 15px;
}
.content {
	margin-bottom: 50px;
}
.content.news {
	margin-bottom: 20px;
}
.side-1 .flexslider-2 .flex-control-nav {
	top: -49px;
	width: 198px;
}
.offset-12 {
	margin-bottom: 20px;
}
.side-1 .flex-control-paging li a {
	width: 9px;
	height: 9px;
}
.news {
	margin-left: 18px;
	width: 710px;
}
.news h1 {
	margin: 30px 0 20px 0;
	line-height: 35px;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumb, .breadcrumb a {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;/*margin-bottom: 15px;*/
}
.breadcrumb a {
	color: #002138;
	text-decoration: underline;
}
.breadcrumb a:hover {
    color:#D82231;
}
.breadcrumb {
	margin-top: -5px;
}
.submitBtn {
	float: left;
	clear: both;
	margin: 10px 0;
}
.uniform-1 {
	min-height: 214px;
}
.uniform-2 {
	min-height: 165px;
}
.errorMsg {
	color: #D82232;
	display: inline-block;
	float: left;
	clear: both;
	margin: -10px 0 0 0;
	display: none;
	width: 100%;
}
.errorBorder, .content fieldset label.errorBorder, .content .textarea.errorBorder {
	border: 1px #D82232 solid;
}
.ie6 .breadcrumb, .ie7 .breadcrumb {
	margin-top: 0;
}
.ie6 .mainLogo {
	margin: 0;
}
.resultsContainer {
	width: 700px;
	float: left;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	margin: 20px 0;
	padding: 15px 0 10px 0;
	clear: both;
}
.item {
	width: 700px;
	float: left;
	clear: both;
	display: block;
	margin: 0 0 25px 0;
	text-decoration: none;
}
.no-thumb .itemDetail {
    width:700px;
    margin:0;
}
.item:hover {
	text-decoration: none;
}
.item:last-child, .item.last-child {
	margin-bottom: 0;
}
.itemDetail {
	width: 455px;
	float: left;
	margin: 0 0 0 25px;
}
.itemDetail a {
	text-decoration:none;	
}
.itemDetail p.date a {
	color:#B2B2B2;
}
.thumb {
	float: left;
	width: 220px;
	display: inline;
}
.item h2, .grid h2, .content.news .result h2 {
    color: #002138;
    font-family: 'TradeGothicLTStdBold', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 21px;
}
.content .item p.date {
	margin: 0;
}
.pagination {
	float: right;
	display: inline;
}
.pagination a {
	margin: 0 2px;
	font-size: 14px;
	color: #B2B2B2;
	text-decoration: none;
	float: left;
	display: block;
}
.pagination span {
	color: #B2B2B2;
	float: left;
	display: inline;
	margin-right: 5px;
}
.pagination a.active {
	color: #D7232E;
	font-weight: bold;
}
.singleArrowL, .doubleArrowL, .singleArrowR, .doubleArrowR {
	background-image: url(../images/sprites/pagination.jpg);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
}
.singleArrowL {
	background-position: -22px 4px;
}
.singleArrowL:hover {
	background-position: -22px -35px;
}
.singleArrowR {
	background-position: 4px -9px;
}
.singleArrowR:hover {
	background-position: 4px -22px;
}
.doubleArrowL {
	background-position: 0 4px;
}
.doubleArrowL:hover {
	background-position: 0 -35px;
}
.doubleArrowR {
	background-position: -18px -9px;
}
.doubleArrowR:hover {
	background-position: -18px -22px;
}
.pagination a.next {
	margin-left: 20px;
}
.pagination a.prev {
	margin-right: 20px;
}
.pagination a:hover {
	color: #002238;
}
.search .pagination {
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-size: 16px;
}
.search .pagination a {
	color: #002138;
}
.search h1 {
	margin: 0;
}
.search.news h1 {
	margin: 0 0 10px 0;
}
.search .pagination a.active, .search .pagination a:hover {
	color: #002138;
	font-weight: normal;
	text-decoration: underline;
}
.search.news .pagination, .search.news .pagination a {
	margin: 0 2px;
	font-size: 14px;
	color: #B2B2B2;
	text-decoration: none;
	display: block;
}
.search.news .pagination a.active {
	color: #D7232E;
	font-weight: bold;
}
.search form, .search .form {
	background: none;
	padding: 10px 0 40px 0;
}
.results a {
	text-decoration: none;
	color: #666666;
}
.results a.active, .results a:hover {
	text-decoration: underline;
	color: #002138;
}
.grid {
	width: 700px;
	float: left;
	clear: both;
	display: inline;
}
.grid a {
	display: block;
	float: left;
	margin: 0 20px 25px 0;
	width: 160px;
	text-decoration: none;
	cursor: pointer;
}
.grid a:hover {
	text-decoration: none;
}
.grid a.last {
	margin: 0;
}
.grid img {
	margin: 0 0 10px 0;
}
.search.news .grid {
	border-top: 1px solid #E6E6E6;
	padding-top: 20px;
	margin-top: 20px;
}
.search.news .grid:last-child, .search.news .grid.last-child {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 20px;
	margin-top: 0;
}
.search.news .resultsContainer {
	border-bottom: 0;
	margin-top: 10px;
}
.result {
	width: 700px;
	float: left;
	display: inline;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
	text-decoration: none;
}
.result:last-child, .result.last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.result.last-child {
	border: none;
	margin: 0;
}
.result h2 {
	margin: 0;
	font-size: 16px;
	display: block;
}
.result:hover {
	text-decoration: none;
}
.result:hover h2 {
	color: #D82231;
	text-decoration: underline;
}
.result a {
	text-decoration: none;
}
.search-related-content {
    font-style: italic;
    color: gray;
}
.search-related-content li{
display:inline;
}
.results {
	width: 350px;
	display: inline;
	float: left;
}
.section {
	float: left;
	display: inline;
	width: 700px;
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
#content img {
    max-width: 100%;
    height: auto;
}
#content .section ul li {
	list-style:none;	
}
#content .section ul li, .content .section ul li a {
	width: 700px;
	clear: both;
	display: block;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: none;
	font-size: 21px;
}
#content .section ul {
	margin-left: 0;
}
#content .section ul li {
	padding-left: 0;
}
#content .section ul li a {
	margin: 10px 0 5px 0;
}
#content .section ul li ul li {
	margin-left: 30px;
}
#content .section ul il ul li {
	padding-left: 0;
	margin: 12px 0;
}
#content .section  ul li ul li ul li {
	margin: 15px 0 5px 0;
}
#content .section ul li ul li ul li {
	padding-left: 0;
	float: left;
	clear: both;
	margin: 2px 0;
}
#content .section ul li ul li ul li a, .content .section ul li ul li ul li span {
	display: inline;
}
#content .section ul li ul li a {
	font-size: 18px;
}
#content .section ul li ul li a {
	font-size: 14px;
}
#content .section ul li a:hover {
	text-decoration: underline;
	color: #D82231;
}
.selectSurround option {
	text-indent: 8px;
	z-index: 2;
}
.selectSurround select {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	margin: 0 0 4px 0;
	padding: 7px 0 0 5px;
	border: 0 none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	width: 100%;
	background: white;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #002138;
	outline: 0 none;
	text-indent: 0;
	overflow: hidden;
	cursor: pointer;
}
.no-js .selectSurround select {
	position: relative;
}
.no-js .selectSurround option {
	text-indent: 0;
}
.form-faux-select-button {
	background: transparent url(../images/sprites/ul-arrow.jpg) no-repeat 8px -185px;
	float: right;
	display: inline;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	text-align: center;
	text-indent: 1px;
	color: white;
	position: relative;
}
.form-faux-select {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 0;
	width: 100%;
	height: 15px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 30px 0 0;
	text-indent: 40px;
	white-space: nowrap;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-size: 12px;
	color: #002138;
	line-height: 15px;/*background-color:#FFFFFF;*/
}
.searchInput {
	border-right: 0;
}
.center-col {
	width: 385px;
	margin: 0 18px;
	float: left;
}
.ie7 .result h2, .ie6 result h2 {
	margin-bottom: 10px;
}
.ie7 .grid, .ie6 .grid {
	margin-bottom: 20px;
}
.socialNetworks {
	float: right;
	display:inline;
	margin-left:20px;
	margin-top: -6px;
}
.socialNetworks a {
	width:25px;
	height:25px;
	margin:0 5px;
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(../images/socialnetworks.png) no-repeat 0 0;
}
.socialNetworks a.twitter {
	background-position:0 0;
}
.socialNetworks a.facebook {
	background-position:-34px 0;
}
.socialNetworks a.linkedin {
	background-position:-67px 0;
}
.banner {
	padding-bottom:10px;	
}
/* ==|== inherited styles =====================================================*/
#website {
	margin-left: 10px;	
}
#website .submitBtn {
    float: none;
}
#website .submitBtn.w_submit {
    float: right;
}

.widget {
	/*background:url(../../web/images/bg-widget.gif) repeat;*/
	width: 307px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}
.widget object,.callout object {
	margin-left: 15px;
}
.widget h3, #content .widget h3, #sidebar .widget h2 {
	border-bottom: 5px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*text-indent: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	/*color: #002138;*/
	color: #002138;
	font-size: 21px;
}
#content h1, #content h2  {
	color: #002138;
}
.widget h3, #content .widget h3 {
	line-height: 24px;	
}
.widget .inner-wid {
	width: 287px;
	float: left;
	margin: 10px 10px 5px 10px;
	display: inline;
	background: #fff;
}
.widget .inner-wid ul {
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}
.widget .inner-wid ul li {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0 0 5px 15px;
	list-style: none;
	background: url(../../web/images/bullet.gif) no-repeat 0 5px;
	font-size: 12px;
}
.widget .inner-wid ul li a {
	color: #4C4C4C;
	font-size: 12px;
}
.widget .inner-wid ul li a:hover {
	color: #DB001B;
	text-decoration: underline;
}
.widget .inner-wid ul.news li {
	background: none;
	padding: 0 0 8px 0;
	width: 265px;
	margin-bottom: 10px;
	border-bottom: solid 1px #dcdcdc;
}
.widget .inner-wid ul.news li small {
	float: left;
	padding: 0;
}
.widget .inner-wid ul.news li a small {
	color: #DB001B;
}
.widget .inner-wid ul.news li a:hover small {
	color: #4c4c4c;
}
.widget .inner-wid ul.news li.last {
	border: none;
	margin-bottom: 0;
}
.widget .inner-wid ul.news li p {
	float: right;
	width: 200px;
	border-left: solid 1px #e9e9e9;
	padding: 0 0 0 10px;
}
.widget .form,.callout .form {
	padding: 10px 15px;
	float: left;
}
.widget .form p ,.callout .form p {
	margin: 0;
}
.widget .form a,.callout .form a {
	font-size: 11px;
}
.widget .form select,.callout .form select {
    margin: 0 10px 10px 0;
    width: 203px;
    padding: 3px;
}
.widget .form .dropdownpopper,.callout .form .dropdownpopper {
    float: right;
}
.widget .inner-wid p {
	padding: 10px 10px 5px 5px;
	margin: 0;
	font-size: 12px;
}
.widget .inner-wid table {
	padding: 10px 10px 0;
	margin-bottom: 0;
}
.col-left {
	float: left;
	width: 294px;
	padding: 0 10px 0px 0;
	margin: 17px 17px 0px 0;
	border-right: 1px solid #dadada;
}
.wid {
	float: left;
	width: 100%;
	padding-bottom: 2px;
}
.wid img {
	float: right;
	width: 110px;
	padding: 0 0 0 0;
}
.wid div {
	float: right;
	padding: 0 0 0 0;
}
.wid div.pubdd {
	float: none;
	clear: both;
	width: inherit;
}
.wid div.pubdd div table label {
	padding: 0 0 0 15px;
	background: url("../../web/images/icon-arrow.gif") no-repeat scroll 0 5px transparent;
	margin: 0;
	float: left;
}
.wid.noImg div {
	float: left;
	width: 280px;
}
.wid img {
	float: right;
	width: 110px;
	padding: 0 0 0 0;
}
.cs img {
	float: auto;
	padding-right: 18px;
	width: auto;
}
.wid a img {
	clear: both;
	display: none;
}
.wid div.pubdd {
	float: none;
	clear: both;
	width: inherit;
	padding-top: 5px;
}
.wid div.pubdd div {
	float: none;
	clear: both;
	width: 280px;
}
.wid div.pubdd .pubstaxlistregion {
	margin: 19px 0 19px 0;
	border: 1px solid #DCDCDC;
	padding: 0;
	clear: both;
}
.wid div.pubdd .pubstaxlist {
	height: 200px;
	overflow: auto;
	border: 1px solid #DCDCDC;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
    position: relative;
}
.loading-dial {
	background: #fff url(../images/loading.gif) no-repeat center center;
	height: 210px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wid div.pubdd .pubstaxlist table {
	border: none !important;
	margin: 0;
}
.taxviewbtn {
	float: right;
}
.wid div.pubdd .pubstaxlistregion table {
	border: none !important;
}
.wid div.pubdd div table label {
	padding: 0 0 0 15px;
	background: url("../../web/images/icon-arrow.gif") no-repeat scroll 0 5px transparent;
	margin: 0;
	float: left;
}
.wid div.pubdd div table input {
	float: right;
}
.wid div.pubdd div table td {
	text-align: left !important;
}
.wid div.pubdd select.select {
	font-size: 12px;
	padding: 3px;
}
.wid div.dropdownpopper {
	margin: 4px 0 0 0;
	float: none;
	width: 48px;
    padding-bottom: 48px;
}
.wid div.dropdownpopper a img {
	display: block;
	width: 48px;
	height: 22px;
	float: left;
}
.wid div.pdfTaxView a img {
	display: block;
	width: 48px;
	height: 22px;
	float: left;
}
.wid div.pubdd div table td {
	text-align: left !important;
}
.wid div.pubdd .pubstaxlistregion table {
	border: none !important;
}
.wid div.pubdd div table input {
	float: right;
}
.imgCentre {
	display: block;
	margin: 0 auto 0 auto;
	float: none;
}
.cs img {
	float: auto;
	padding-right: 18px;
	width: auto;
}
.cs div {
	width: 330px;
	border-left: solid 1px #afbac4;
	padding-left: 20px;
	padding-bottom: 0;
}
#sidebar {
	width: 290px;
	float: left;
	padding-top: 37px;
}
.full-width .inner-content {
	width: 610px;
	float: left;
}
.enqiries {
	background: url(../../web/images/bg-widget.gif) repeat;
	padding: 10px;
	float: left;
	width: 595px;
}
#content ul.form {
	margin: 0;
	float: left;
	width: 289px;
	padding-right: 34px;
}
.no-padding {
	/*padding: 0!important*/
}
#content ul.form .full-width {
	width: 610px;
}
#content ul.form li {
	list-style: none;
	padding: 0 0 20px 0;
	background-image: none;
}
#content ul.form li label {
	display: block;
	color: #292929;
	font-size: 0.92em;
	font-weight: bold;
}
#content ul.form li input, #content ul.form li textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 285px;
	height: 20px;
	padding: 3px 3px 2px 3px;
	background: #f6f4f2;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	margin: 5px 0 0 0;
	outline:0;
	/*border: 1px solid #F0F0F0;
	background: #FFF;*/
}
.ie7 #content ul.form li input,
.ie8 #content ul.form li input {
    padding: 5px 3px 0 3px;
}
#content ul.form li input.required {
	border-color:#db001b;
}
#content ul.form li textarea {
	resize: vertical;
	height: 130px;
}
#content ul.form li select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 290px;
	height: 27px;
	padding: 1px 0 0 0;
	background: #f6f4f2;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	margin: 5px 0 0 0;
}
.col-right {
	margin-top: 17px;
	float: left;
	width: 288px;
}
table.text-align-left .tableRowOdd, table .tableRowOdd, table .collapsePanelHeaderleRowOdd, ul.menu-body li.accordianRowOdd {
	background-color: #f0f0f0;
}
table, table.text-align-left {
	margin-bottom: 1.4em;
	width: 100%;
}
th, td {
	padding: 4px 10px 4px 5px;
}
select.select {
	color: #4c4c4c;
	font-size: 0.93em;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 245px;
}
.enqiries .enq-details {
	background: #fff;
	width: 268px;
	float: left;
	padding: 10px;
}
.enqiries #map {
	margin-left: 28px;
}
.span-17.left {
	width: 635px;
	margin: 0 18px 0 0;
}
.content ul.sitemap {
}
.content ul.sitemap h3 {
	margin: 8px 0;
}
#content.span-17 p .submit {
	margin-left: 0;	
	clear: both;
	display: block;
}
#content.span-17 small {
	font-size: 12px;
}
#inner-wrap {
	overflow: hidden;
	/*background: #FFF;
	width: 960px;
	padding: 0 22px;
	margin-left: -22px;*/
}
.col-2-left {
	width: 655px;
	margin:0 18px 0 0;
}	
.col-2-right {
	width: 655px;
	margin:0 0 0 18px;
}
/*#content.span-17 ul.form .submit {
	margin-left: 0;	
}*/
/* ==|== plug-in styles =====================================================*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
	display: none;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/sprites/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -29px;
}
.flex-direction-nav .flex-prev {
	left: -29px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider-2:hover .flex-next,
.flexslider-2:hover .flex-prev {
/*.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {*/
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 500px;
	position: absolute;
	bottom: 15px;
	text-align: left;
}
.carouselSurround .flex-control-nav {
	left: 23px;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #FFF;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px #FFF;
}
.flexslider-2 .flex-control-paging li a {
	background: #E6E6E6;
	box-shadow: inset 0 0 3px #E6E6E6;
	text-indent: 999px;
}
.flexslider-2 .news {
	width:auto;
	margin:0;
}
.flex-control-paging li a:hover {
	background: #002138;
	box-shadow: inset 0 0 3px #002138;
}
.flex-control-paging li a.flex-active {
	background: #002138;
	box-shadow: inset 0 0 3px #002138;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}
.ie6 .flex-viewport {
	overflow: hidden;
	clear: both;
	float: left;
}
.ie6 .flexslider-2 {
	width: 280px;
	float: left;
}
.ie6 .span-13 {
	margin: 15px;
}
.flexslider-2 .slides li {
	list-style:none !important;
    background: none;
}
#utilities {
	float:left;
	clear: both;
	width: 100%;
}
#utilities ul {
	margin: 0;
	list-style: none;
	padding: 0;
	float:left;
}
#utilities ul li {
    list-style: none;
    float: left;
    display: inline;
    margin: 0 0 0 4px;
    padding:0;
    background:none;
}
#utilities ul li.first {
    margin: 0;
}
#utilities a {
	float: left;
	font-size: 12px;
	color: #4c4c4c;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../images/sprites/social-sprite.jpg) no-repeat 0 0;
	display: block;
	width:30px;
	height:30px;
}
#utilities a:hover {
	color: #DB001B;
	text-decoration: underline;
}
#utilities a.print {
	background-position: 0 0;
	width:23px;
}
#utilities a.email {
	background-position: -33px 0;
	width:26px;
}
#utilities a.print:hover {
	background-position: 0 -31px;
}
#utilities a.email:hover {
	background-position: -33px -31px; /*search-listing*/
}
#utilities a.twitter {
	background-position: -71px -1px;
	/*padding: 4px 38px 7px 0;*/
}
#utilities a.facebook {
	background-position: -110px -1px;
	/*padding: 4px 38px 7px 0;*/
}
#utilities a.linkedin {
	background-position: -148px -1px;
	/*padding: 4px 38px 7px 0;*/
}
#utilities a.ytube {
	background-position: -186px -1px;
	/*padding: 4px 38px 7px 0;*/
}
.search-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
.search-listing li {
    background: none;
    padding-left: 0;
}
.search-listing li h4 {
    padding-left: 7px;
}
.search-listing li h4 a {
    font-weight: bold;
    color: #4c4c4c;
    text-decoration: none;
}
.search-listing .num {
    font-size: 14px;
    font-weight: bold;
}
.search-listing .details {
    padding: 3px 0 0 0;
}
.search-listing .details h4 > img {
    display: inline;
}
.search-listing .searchresult {
    color: #DB001B;
}
.home #sidebar {
 display:none;
}

.dragModalPopup {
	padding: 10px;
}

/* Contour Styles */

/*.website .contactForm fieldset {
	width: 265px;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
.website .contactForm fieldset label {
	width: 235px;
	border: 1px solid #F0F0F0;
	background: #FFF;
	margin: 10px 0;
	padding: 0;
	float: left;
	clear: both;
}
.website .contactForm fieldset input {
	border: 0;
	background: none;
	padding: 5px 8px;
	width: 217px;
	color: #B2B2B2;
	outline: none;
}
.website .contactForm .textarea {
	border: 1px solid #F0F0F0;
	color: #B2B2B2;
	margin: 10px 0;
	float: left;
	clear: both;
	width: 650px;
}
.website .contactForm .textarea textarea {
	border: 0;
	color: #B2B2B2;
	width: 633px;
	padding: 5px 8px;
	resize: vertical;
	height: 130px;
	outline: none;
}
.website .contactForm fieldset label.selectSurround select {
	width: 235px;
	padding: 4px 6px;
	border: none;
	color: #B2B2B2;
	outline: none;
	float: left;
}
.website .contactForm .checkboxlist,
.website .contactForm .radiobuttonlist {
    margin-bottom: 10px;
}
.website .contactForm .checkboxlist,
.website .contactForm .radiobuttonlist {
	clear: both;
	display: block;
}
.website .contactForm .checkboxlist label,
.website .contactForm .radiobuttonlist label {
	font-size: 13px;
	border: none;
	float: none;
	background: none;
}
.website .contactForm .checkboxlist input,
.website .contactForm .radiobuttonlist input {
	width: auto;
	float: none;
}
.website .contactForm .submitBtn {
	float: left;
	clear: both;
	margin: 10px 0;
}
.website .contactForm .submitBtn input {
	border-radius: 0;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: #D82232;
	padding: 5px 12px;
	padding: 0;
	color: #FFF;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
}
.website .contactForm .submitBtn input:hover {
	background-color: #0080C0;
}
.website .contactForm .field-validation-error {
	color: #D82232;
	display: inline-block;
	float: left;
	clear: both;
	margin: -6px 0 6px 0;
	width: 100%;
}
.website .contactForm small {
	background: #ccc;
	display: block;
	font-size: 11px;
	left: 207px;
	padding: 5px 8px;
	position: absolute;
	top: -10px;
	width: 200px;
	z-index: 10;
}
.website .contactForm .input-wrap { 
    float: left; 
    position: relative; 
}
*/

.form-heading,
.content .form-heading{
	margin:0 0 15px 0;
}

.form-set{
	margin:0;
	padding:0;
	border:0 none;
}

.form-legend{
	display:block;
	margin:0 0 15px 0;
	font-size:13px;
	font-weight:bold;
    max-width:100%;
}

.form-label{
	position:relative;
	display:block;
	margin:0 0 5px 0;
}

.form-element,
.form-search,
.form-file{
	position:relative;
	z-index:1;
	display:block;
	margin:0 0 15px 0;
	padding:5px 6px;
	width:auto;
	max-width:250px;
	border:1px solid #CCC;
	background:#FFF;
	cursor:text;
}
.form-textarea{
	max-width:none;
}
.form-file{
	max-width:262px;
}

.form-element-focus{
	z-index:100;	
}
.form-element input,
.form-element textarea,
.form-element select,
.faux-select-text,
.faux-select-list li,
.form-search input,
.form-file:after{
	position:relative;
	z-index:1;
	display:block;
	margin:0;
	padding:0;
	border:0 none;
	border-radius:0;
	outline:none;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	vertical-align:middle;
	list-style:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	text-indent:0;
	color:#666;
	background:transparent;
	box-shadow:none;
	-webkit-appearance:none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance:none;
	margin:0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.form-element textarea{
	overflow:auto;
	min-height:81px;
	height:81px;
}
.form-element select[multiple]{
	overflow:auto;
	min-height:81px;
	height:81px;
}
.iOS .form-element input{
	margin-left:-1px;
	width:-webkit-calc(100% + 1px);
	min-width:-webkit-calc(100% + 1px);
	max-width:-webkit-calc(100% + 1px);
}
.iOS .form-element textarea{
	margin-left:-3px;
	width:-webkit-calc(100% + 3px);
	min-width:-webkit-calc(100% + 3px);
	max-width:-webkit-calc(100% + 3px);
}
.iOS .form-element select[multiple]{
	min-height:0;
	height:auto;
}

.faux-select{
	cursor:pointer;
	*zoom:1;
}
.faux-select select{
	display:none;
}
.faux-select-mobile select{
	display:block;
	position:absolute;
	z-index:100;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:auto;
}
.faux-select-button{
	float:right;
	display:inline;
	margin:5px 4px 0 8px;
	width:0;
	height:0;
	max-width:0;
	max-height:0;
	overflow:hidden;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-top: 6px solid #999;
}
.faux-select-text,
.faux-select-text:focus{
	display:block;
	width:auto;
	min-width:0;
	max-width:none;
	overflow:hidden;
	white-space:nowrap;
	outline:0 none;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.faux-select-text::selection {
	background:#FFF;
}
.faux-select-text::-moz-selection {
	background:#FFF;
}
.content .faux-select-list,
.inner .faux-select-list,
.faux-select-list{
	display:none;
	position:absolute;
	left:-1px;
	margin:6px 0 0 0;
	padding:0;
	list-style:none;
	border:1px solid #CCC;
	border-top:0 none;
	background:#FFF;
	overflow:auto;
	width:100%;
	max-height:230px;
	_height:230px;
	*zoom:1;
}
.faux-select-focus .faux-select-list{
	display:block;
}
.faux-select-focus .faux-select-button{
	border-top-color:#1A1A1A;
}
.faux-select-list li,
.content .faux-select-list li,
.inner .faux-select-list li{
	margin:0;
	padding:5px 6px;
	width:auto;
	min-width:0;
	max-width:none;
	border-top:1px solid #F0F0F0;
	background:none;
}
.faux-select-list li:first-child{
	border-top:0 none;
}
.faux-select-list li:hover{
	background:#F0F0F0;
}
.faux-select-list li.selected{
	color:#FFF;
	background:#CC0000;
}
.faux-select-focus{
	z-index:100;
}

.form-hidden{
	display:none;
}
.form-search{
	padding-right:60px;
	overflow:hidden;
}
.form-button{
	overflow:hidden;
	*overflow:visible;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:2;
	display:block;
	margin:0;
	padding:0 5px;
	width:auto;
	height:auto;
	border:0 none;
	border-left:1px solid #CCC;
	outline:none;
	font-size:12px;
	line-height:100%;
	text-align:center;
	color:#666;
	cursor:pointer;
	background:#F0F0F0;
}

.form-file{
	position:relative;
	/*overflow:hidden;*/
	cursor:pointer;
	padding:0;
}
.form-file input{
	position:absolute;
	top:0;
	left:-5000px;
	width:auto;
	min-width:0;
	max-width:none;
}
.form-file:after{
	content: attr(data-val) '\00a0';
	padding:4px 5px;
	white-space:nowrap;
	overflow:hidden;
	width:auto;
	min-width:0;
	max-width:none;
}
.form-file:before{
	content:'Browse';
	float:right;
	display:inline;
	margin:0 0 0 5px;
	padding:4px 5px;
	width:auto;
	height:auto;
	border:0 none;
	border-left:1px solid #CCC;
	outline:none;
	font-size:12px;
	line-height:normal;
	text-align:center;
	color:#666;
	cursor:pointer;
	background:#F0F0F0;
}

.form-button:hover,
.form-button:focus,
.form-file:hover:before,
.form-file:focus:before{
	color:#FFF;
	background:#D82232;
}

.form-checkbox,
.form-radio{
	position:relative;
	display:block;
	margin:0;
	padding:5px 0 0 20px;
	*zoom:1;
}
.form-checkbox input,
.form-radio input{
	float:left;
	display:inline;
	margin:0 0 0 -20px;
	padding:0;
	cursor:pointer;
	outline:none;
}
.faux-checkbox,
.faux-radio{
	position:relative;
	overflow:hidden;
	float:left;
	display:inline;
	margin:-1px 0 0 -20px;
	padding:0;
	width:13px;
	height:13px;
	border:1px solid #CCC;
	background:#FFF;
	*zoom:1;
}
.faux-radio{
	border-radius:7px;
}
.faux-checkbox .faux-inner,
.faux-radio .faux-inner{
	overflow:hidden;
	float:left;
	display:inline;
	text-align:center;
}
.faux-checkbox .faux-inner{
	*margin-top:-1px;
	width:13px;
	height:13px;
	font-family:'Arial Unicode MS', 'DejaVu Sans';
	font-size:12px;
	line-height:13px;
	color:#F3F3F3;
}
.faux-radio .faux-inner{
	margin:2px;
	width:9px;
	height:9px;
	border-radius:5px;
	background:#F3F3F3;
}
.faux-checkbox input,
.faux-radio input{
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	margin:0;
	outline:none;
}
.form-checkbox .checked{
	color:#537DA7;
}
.form-checkbox :checked + .faux-inner{
	color:#537DA7;
}
.form-radio .checked{
	background:#537DA7;
}
.form-radio :checked + .faux-inner{
	background:#537DA7;
}

.form-checkbox-list,
.form-radio-list{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	margin:0 0 15px 0;
}

.form-error,
.field-validation-error{
	display:block;
	margin:-10px 0 15px 0;
	padding:0 0 1px 0;
	font-size:12px;
}
.error,
.form-error,
.field-validation-error{
	color:#C00;
}
.error-border,
.error-border *{
	border-color:#C00;
}

.button{
	display:inline-block;
	border:0 none;
	margin:5px 5px 0 0;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	background:#D82232;
	vertical-align:middle;
	overflow:visible;
	zoom:1;
}
.button:hover{
	color:#FFF;
	text-decoration:none;
	background:#0080C0;
}

input::-webkit-input-placeholder{
   color:#666;
}
input:-moz-placeholder{
   color:#666;  
}
input::-moz-placeholder{
   color:#666;  
}
input:-ms-input-placeholder{  
   color:#666;  
}

.form-wrap{
	padding:20px;
}

.form-recaptcha{
	margin:0 0 15px 0;
}

.form-tooltip {
	background: #ccc;
	display: none;
	font-size: 11px;
	left: 100%;
	padding: 5px 8px;
	position: absolute;
	top:-1px;
	margin:0 0 0 10px;
	width: 200px;
	z-index: 10;
}

.form-textarea .form-tooltip{
	top:-20px;
	left:auto;
	right:-10px;
}

*:focus + .form-tooltip,
.faux-select-focus .form-tooltip,
.form-checkbox-list:hover .form-tooltip,
.form-radio-list:hover .form-tooltip{
	display:block;
}

.form-col{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:230px;
	padding:0 30px 0 0;
}

.cookieLaw{
	font-family: arial;
	font-size: 13px;
	padding: 15px;
	border:solid 2px #E6E6E6;
}
.cookieLaw .btn{
	float: right;
	-webkit-appearance: none; 
	border: 0;
	cursor: pointer;
	background: #D82232; 
	padding: 5px 12px;
	color: white;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin-top: 17px;
}
.cookieLaw .btn:hover{
	background-color: #0080C0;
}
.cookieLaw .text{
	overflow: hidden;
	padding-right: 60px;
}
.cookieLawWrapp .pad{
	padding: 50px 0px;
}

/* Added from member sites */
.ul-arrows {
	margin: 0 5px;
    list-style-type: none;
    padding-left: 0;
}
	.ul-arrows li {
		background: url(../images/sprites/li_arrow.jpg) no-repeat 0 3px;
		margin: 10px 0;
		padding-left: 10px;
	}
	.ul-large {
		font-family:'TradeGothicLTStdRegular', Tahoma, Arial, sans-serif;
		font-size: 14px;
	}
/* ----------------------- */
