@charset "UTF-8";
/* CSS Document */

body, html {
	max-width: 100%;
	height: 100%;
	margin: auto;
	font-family: 'Roboto Condensed', arial, sans-serif;
	background: #FFFFFF;;
}

@font-face {
  font-family: 'MuseoSlab500';
  src: url('../fonts/Museo_Slab_500Web.eot');
  src: local('?'),
         url('../fonts/Museo_Slab_500Web.woff') format('woff');
}

@font-face {
  font-family: 'MuseoSlab500italic';
  src: url('../fonts/Museo_Slab_500italicWeb.eot') format('eot');
  src: local('?'),
         url('../fonts/Museo_Slab_500italicWeb.woff') format('woff');
}


/* -----REMOVING IMAGE LINK BORDER FROM IE----- */

a img {
	border: none;
}

/* -----COPY STYLING----- */

h1 {
	margin: 0;
	padding: 0;
	color: #0089CD;
	font-size: 28px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #13527B;
	font-size: 18px;
	font-weight: bold;
}

p {
	color: #414141;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

.latestNewsTextHome h3 {
	color: #828282;
}

.contentInternal ul {
	margin: 0 0 20px 0 !important;
}

.contentInternal li {
	list-style: disc;
	margin: 0 0 0 20px;
	font-style: italic;
}

.contentInternal img {
	margin: 0;
	padding: 0 0 20px 0;
}

.contentInternal .internalContentSummary img {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    height: 150px;
}

#contentIntro h1 {
	margin: 20px 0;
}

#contentIntro p {
	font-family: 'MuseoSlab500italic', sans-serif;
	color: #828282;
	font-size: 16px;
}

em,
.contentInternal .RadDock .rdCenter div.rdContent em {
	font-family: 'MuseoSlab500italic', sans-serif;
	color: #13527B;
	font-size: 20px;
}

.footerLeft p {
	color: #C6C6C6;
	font-size: 14px;
}

a, a p {
	color: #0089CD;
	text-decoration: none;
}

/* -----HEADER----- */

#header {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background: #283F5C;
	position: relative;
}

#headerRight {
	width: 50%;
	background: #13527B;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 36px;
	z-index: 0;

}

#headerContent {
	width: 960px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 4px 0 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFFFFF;
	background: #283F5C;
}

#headerContent .sfContentBlock {
    display: inline;
}

#headerContent img {
    margin: 0 20px 0 0;
	padding: 0;
	display: block;
	float: left;
}

#headerContent h2 {
    font-size: 28px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 1);
    padding: 15px 0 0 0;
}

#headerContent h3 {
    font-size: 22px;
    color: #00AAFF;
    font-style: italic;
    font-weight: normal;
}

#headerContent ul {
    list-style: none;
    margin: 0 -20px 0 0;
    padding: 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 4px;       
}

#headerContent li {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	display: inline;
	float: left;
}

#headerContent li a {
	margin: 0;
	padding: 0 20px 0 0;
	text-decoration: none;
	color: #FFFFFF;
}

#headerContent li a:hover {
	color: #00AAFF;
}

/*
#logo {
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	float: left;
}
#headerTitle {
	margin: 0;
	padding: 15px 0 0 0;
	display: block;
	float: left;
}

.headerName {
	font-size: 28px;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 1);
}

.headerNameSub {
	font-size: 22px;
	color: #00AAFF;
	font-style: italic;
}

#headerLinks {
	margin: 0 -20px 0 0;
	padding: 0;
	display: block;
	float: right;
	font-size: 14px;
}

#headerLinks li {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	display: inline;
	float: left;
}

#headerLinks li a {
	margin: 0;
	padding: 0 20px 0 0;
	text-decoration: none;
	color: #FFFFFF;
}

#headerLinks li a:hover {
	color: #00AAFF;
}
*/


/* -----MAIN NAV----- */

#nav {
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 4px 0 0 0;
	background: #13527B;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	position: relative;
	z-index: 50;
}

#nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	font-size: 16px;
}

#nav li {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	display: inline;
}

#nav li a {
	margin: 0;
	padding: 0 30px 0 0;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	list-style: none;
}

#nav li a:hover {
	color: #00AAFF;
}

/* -----SEARCH BAR----- */

#searchBar {
	position: absolute;
	bottom: 4px;
	right: 0;
	background: #13527B;
	padding: 14px 0 0 25px;
	background: #13527B url(../images/search-bkg-corner.png) no-repeat 0 0;
}

#searchBar .sfsearchSubmit {
	color: white;
    background: #00AAFF;
    margin: 0 0 0 -3px;
    padding: auto;
    font-size: 13px;
    display: block;
    width: 60px;
    height: 22px;
    text-align: center;
    float: right;
    border: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

#searchBar .sfsearchTxt {
	border: 0;
	width: 200px;
	height: 22px;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	padding: 0;
	background: #fff url(../images/search-bkg-corner-white.gif) no-repeat 0 0;
	text-indent: 20px;
	float:left;
}

/* -----ALL CONTENT CONTAINER----- */

#allContent {
	width: 980px;
	margin: 0 auto;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	position: relative;
	overflow: hidden;
	background: #F8F8F8;
}

/* -----MEGA MENU----- */

#megaMenu {
	width: 940px;
	height: 227px;
	margin: 0;
	padding: 20px 20px;
	position: absolute;
	left: 0;
	top: -272px;
	background: #13527B;
	border-bottom: 5px solid #0089CD;
	z-index: 45;
}

.megaMenuTitle {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 940px;
	color: #FFFFFF;
	font-size: 22px;
	border-bottom: 1px solid #0089CD;
	display: block;
	float: left;
	
}

#megaMenu ul {
	margin: 10px 10px 10px 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	display: inline;
	float: left;
}

#megaMenu ul a {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
}

#megaMenu ul a:hover {
	color: #00AAFF;
}

#megaMenu li {
	margin: 0;
	padding: 0;
	width: 210px;
	height: 28px;
}

.megaMenuListTitle {
	font-size: 16px;
}

.megaMenuListInfo, .megaMenuListlink a {
	font-size: 13px;
}

.megaMenuListlink a {
	cursor: pointer;
}

.megaMenuMenu {
	position: absolute;
}

/* -----HERO BANNER SLIDER----- */

#heroSlider {
	width: 100%;
	height: 100%;
	background: #F8F8F8;
}

/*
 * 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,
.flexsliderSmall a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: 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 40px; 
	background: #ECECEC; 
	position: relative; 
	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;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../images/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: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.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: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); 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;}
}

.slides li {
	position: relative;
}

.slides h2 {
	position: absolute;
	bottom: 5%;
	left: 0;
	background: #0089CD;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #FFFFFF;
	padding: 5px 20px;
	font-size: 28px;
}

.sliderSmall {
    background: #ECECEC;
    overflow: hidden;
}

.sliderSmall .flexslider {
    margin: 0 24px 40px;
    padding: 20px 20px 22px;
    background: #FFF;
}

.sliderSmall .flexslider li {
	margin: 0 40px 0 0; 
}

.sliderSmall ol {
	display: none;
}

.sliderSmall .flex-direction-nav a {
	opacity: 1;
}

.sliderSmall .flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0;
}

.sliderSmall .flex-direction-nav .flex-prev {
	left: 0;
}

.sliderSmall .flex-viewport {
	/*margin: 0 26px;*/
	/*padding: 20px;*/
	background: #FFFFFF;
}

.sliderSmall a {
	text-decoration: none;
}

.sliderSmall p {
	text-align: center;
	text-decoration: none;
	color: #828282;
}

.sliderSmall p span {
	text-decoration: none;
	color: #0089CD;
	text-transform: uppercase;
}



.sliderSmall .flex-direction-nav a {
	width: 30px; 
	height: 30px; 
	margin: -20px -25px 0; 
	display: block; 
	background: url(../images/bg-direction-nav-slidersmall.png) no-repeat -1px 0;
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 1;
}

/* -----BREADCRUMB----- */

#breadcrumb {
	margin: 0;
	padding: 20px 0 5px 20px;
	width: 100%;
	height: 30px;
	background: #ECECEC;
}

#breadcrumb a {
	text-decoration: none;
	color: #414141;
	font-size: 16px;
}

#breadcrumb span {
	color: #0089CD;
	font-size: 16px;
}

/* -----MAIN HOME CONTENT----- */

#mainContent {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 20px;
	background: #F8F8F8;
	float: left;
}

.contentIntro {
	width: 95%;
	margin: 0 0 40px 0;
	padding: 0;
}

.contentLeft {
	margin: 0;
	width: 67%;
	height: 100%;
	display: block;
	float: left;
}

.contentRight {
	width: 28%;
	height: 100%;
	display: block;
	float: left;
}

.internalContentSummary {
	margin: 10px 0 0 0;
	padding: 0;
	width: 640px;
	border-bottom: 1px solid #828282;
	float: left;
}

.latestNews {
	margin: 0 0 20px 0;
	padding: 20px;
	width: 600px;
	border-bottom: 1px solid #828282;
	overflow: hidden;
}

.latestNewsTextHome span {
	margin: 0;
	padding: 0;
	color: #0089CD;
	font-size: 12px;
}

.latestNewsTextHome p {
	color: #828282;
	font-size: 13px;
}

.latestNewsTextHome h4 {
	color: #828282;
	font-size: 16px;
}

.latestNewsThumb {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.internalContentSummary .latestNewsThumb {
	margin: 0 20px 20px 0;
}

/*
.latestNewsThumb img,
.contentInternal .latestNewsThumb img {
    width: 118px;
    height: 118px;
}
*/

.latestNewsText span {
	margin: 0;
	padding: 0;
	color: #0089CD;
	font-size: 12px;
}

.readMore {
	float: right;
	margin: 0 0 10px 0;
}

.readMore span a {
	color: #0089CD;
	padding: 2px 30px 0 10px;
	background: url(../images/blue-arrow-right.png) no-repeat right 0;
	background-size: 22px 22px;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

.sliderSmall {
	margin: 0 0 20px 0;
	padding: 0;
	width: 640px;
	border-bottom: 1px solid #828282;
	height: 310px;
}

.contentRightCta {
	margin: 0 0 20px 0;
	width: 257px;
	float: right;
}

.contentLeftTitleHome {
	width: 640px;
	margin: 0;
	border-bottom: 1px solid #828282;
}

.contentLeftTitle {
	width: 640px;
	margin: 0;
	border-bottom: 1px solid #828282;
}

.contentLeftTitleText {
	display: inline;
}

.contentLeftTitleText span,
.contentLeftTitleHome p {
	padding: 0 60px 0 10px;
	color: #FFFFFF;
	background: #0089cd url(../images/bg-grey-angle.png) no-repeat right 0;
	display: inline;
}

.contentLeftTitleLink {
	display: inline;
	float: right;
}

.contentLeftTitleLink span a,
.contentLeftTitleHome a {
	color: #0089CD;
	padding: 2px 30px 0 10px;
	background: url(../images/blue-arrow-right.png) no-repeat right 0;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
}


/* -----INTERNAL CONTENT----- */


.contentIntroInternal {
	margin: 40px 0 20px 0;
	width: 640px;
    border-bottom: 1px solid #828282;
}

.contentInternal {
	margin: 0;
	padding: 0;
	width: 640px;
	border-bottom: 1px solid #828282;
	overflow: hidden;
}

.contactAddress ul {
	margin: 0 100px 0 0 !important;
	padding: 0;
	float: left;
}

.contactAddress li {
	margin: 0 !important;
	list-style: none;
	font-style: normal;
}

.contactAddress iframe {
	margin: 20px 0;
}

.contactAddress small {
	display: none;
}

.contactAddress li {
	font-size: 18px;
	color: #13527B;
}

.contactAddress li a {
	font-size: 18px;
	color: #13527B;
	text-decoration: none;
}

.contactAddress li span {
	font-weight: bold;
}

.backTo {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #828282;
	width: 640px;
	height: 30px;
}

.previous, .next {
	display: inline-block;
	width: 100px;
}

.next {
    text-align: right;
}

.previous span a {
	color: #0089CD;
	padding: 2px 10px 0 30px;
	background: url(../images/blue-arrow-left.png) no-repeat left 0;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

.next span a {
	color: #0089CD;
	padding: 2px 30px 0 10px;
	background: url(../images/blue-arrow-right.png) no-repeat right 0;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

.previousNextPage {
	width: 440px;
	padding: 0;
	display: inline-block;
	text-align: center;
}

.pager {
    width: 640px;
}

.pagerBottom .previousNextPage {
    margin: 6px 0 10px;
}

.pagerTop {
    border-bottom: 1px solid #828282;
    margin: -13px 0 0 0;
    padding: 0 0 10px 0;
}

.previousNextPage ul {
    margin: 0 !important;
}

.previousNextPage li {
	margin: 0;
	padding: 5px;
	display: inline;
	list-style: none;
	text-decoration: none;
	color: #7C7C7C;
	font-style: normal;
}

.previousNextPage li a {
    color: #0089CD;
    text-decoration: none;
    font-style: normal;
}

.previousNextPage .selected {
	color: #0089CD;
}

.top {
	display: inline;
	float: right;
}

.top span a {
	color: #0089CD;
	padding: 2px 30px 0 10px;
	background: url(../images/blue-arrow-up.png) no-repeat right 0;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

/* -----INTERNAL RIGHT NAV----- */

.internalRightNav {
	margin: 47px 0 0 0;
	padding: 0;
}

.internalRightNoNav {
	margin: 77px 0 0 0;
	padding: 0;
}

.internalRightNav ul {
	margin: 0 0 20px 0;
	width: 257px;
	float: right;
}

.internalRightNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #828282;
}

.internalRightNav li a {
	margin: 0;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #0089CD;
	font-size: 16px;
}

.internalRightNav li a.selected {
	background: #ECECEC;
	padding: 5px;
	display: block;
}

.contentRightTitle {
	width: 257px;
	float: right;
	font-size: 22px;
	color: #414141;
	border-bottom: 1px solid #828282;
}

/* -----TWITTER FEED----- */

.twitterFeed {
	margin: 0 0 20px 0;
	width: 237px;
	height: 100%;
	display: block;
	float: right;
	background: #ECECEC;
	padding: 10px
}

.timeline {
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0;
}

.timeline-header {
	padding: 12px;
	border-width: 0 0 1px;
	-webkit-box-shadow: 0 0 0 -3px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 -3px rgba(0,0,0,0);
	box-shadow: 0 0 0 -3px rgba(0,0,0,0);
	-webkit-transition: -webkit-box-shadow .3s ease-out;
	-moz-transition: -moz-box-shadow .3s ease-out;
	-ms-transition: box-shadow .3s ease-out;
	-o-transition: box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out;
	background: #ECECEC;
}

.timeline-header h1.summary a {
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	color: #0089CD !important;
	font-size: 20px !important;
}

.stream li {
	height: 100px;
}

.var-narrow .tweet {
	padding: 15px 10px;
}

.timeline-footer {
	display: none;
}

.header, .dt-updated, .timeline-footer, .retweet-credit {
	display: none;
}

.footer.customisable-border {
	display: none;
}

.e-entry-content p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #828282;
}

.var-narrow .header .profile .p-name, .var-narrow .timeline-header .byline, .var-narrow .timeline-header .list-description, .var-narrow .e-entry-title, .var-narrow .cards-base h3 {
    font-size: 14px;
    line-height: 18px;
}

/* -----ADDRESS FOOTER----- */

#addressFooter {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 200px;
	background: #ECECEC;
	font-size: 15px;
	float: left;
}

.footerAddressLeft li, .footerAddressMiddle li, .footerAddressRight li {
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
}

.footerAddressRight li {
	padding: 0 0 0 25px;
}

.footerAddressLeft li a, .footerAddressMiddle li a, .footerAddressRight li a {
	color: #162E3F;
	text-decoration: none;
}

.footerAddressLeft {
	display: block;
	float: left;
}

.footerAddressMiddle {
	display: block;
	float: left;
}

.footerAddressRight {
	display: block;
	float: left;
}

.films {
	background: url(../images/film-btn.png) no-repeat 0;
}

.events {
	background: url(../images/calendar-btn.png) no-repeat 0;
}

.sitemap {
	background: url(../images/sitemap-btn.png) no-repeat 0;
}

/* -----FOOTER----- */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 40px 20px 5px;
	background: #162E3F;
	color: #C6C6C6;
	font-size: 15px;
	float:	left;
}

.footerLeft {
	width: 35%;
	display: block;
	float: left;
	padding: 0 0 0 20px;
}

.footerMiddle {
	width: 55%;
	display: block;
	float: left;
}

.footerRight {
	width: 5%;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

.footerMiddle li {
	display: inline;
	list-style: none;
	margin: 0 20px 0 0;
}

.footerMiddle li a, .footerLeft a {
	color: #C6C6C6;
	text-decoration: none;
}

.footerMiddle li a:hover, .footerLeft a:hover {
	color: #FFFFFF;
}

.footerRight a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#addressFooter .RadDock .rdTable,
#footer .RadDock .rdTable,
#searchBar .RadDock .rdTable {
    table-layout: auto;
}

#searchBar .rdContent {
    min-height: 0px;
}

.zeControlDock {
    margin-bottom: 0 !important;
}

.sfnewsAuthorAndDate {
    margin-bottom: 20px;
}

.sfsearchResultTitle {
    margin-top: 10px;
}

.sfsearchResultsWrp a {
    text-decoration: none;
	color: #0089CD;
}

.sfsearchResultHighLighter {
    color: #414141;
}

.sfsearchResultView {
    margin-top: 10px;
    padding-bottom: 28px;
    border-bottom: 1px solid #828282;
}

/* -----SITEMAP----- */

.siteMapPage li a {
	text-decoration: none;
	font-style: normal;
	color: #0089CD;
}

/* -----SITEMAP----- */

.sflistList li, .sflistListItem p, .sflistListItem a {
	list-style: none;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

.sflistExpandAllLnkWrp, .sflistTitle {
	margin-bottom: 10px;
}