/*@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Reg-webfont.eot');
    src: url('fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Reg-webfont.woff') format('woff'),
         url('fonts/Lato-Reg-webfont.ttf') format('truetype'),
         url('fonts/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('fonts/Lato-Bol-webfont.eot');
    src: url('fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Bol-webfont.woff') format('woff'),
         url('fonts/Lato-Bol-webfont.ttf') format('truetype'),
         url('fonts/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
/*audio:not([controls]) {
	display: none;
	height: 0
}*/
[hidden] {
	display:none
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video {
	/* Nick CFA 15/07/2013 */
	display: block;
	margin: 0.417em 0 1.66667em 0;
	width: 85%;
	/*display: inline-block
	*display:inline;
	*zoom:1*/
}
/*audio:not([controls]) {
	display: none
}*/
[hidden] {
	display:none
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222
}
body {
	margin: 0;
	font-size: 12px;
	line-height: 1.4; 
}
::-moz-selection {
background:#fe57a1;
color:#fff;
text-shadow:none
}
::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none
}
a:focus {
	outline: thin dotted
}
a:hover, a:active {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: 700
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: "";
	content: none
}
small {
	font-size: 85%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 15px
}
dd {
	margin: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
label {
	cursor: pointer
}
legend {
	border: 0;
*margin-left:-7px;
	padding: 0;
	white-space: normal
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, input {
	line-height: normal
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow:visible
}
button[disabled], input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width:13px;
*height:13px
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}
input:invalid, textarea:invalid {
background-color:#f0dddd
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td {
	vertical-align: top
}
.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}
body {
	font: 12px arial, helvetica, freesans, "liberation sans", "numbus sans l", sans-serif;
	color: #424b3f;
	text-align: center;
/*	background: #efefef;
*/	
	width: 100%; 
	background-color:transparent
}
a {
	color: #c71529;
	text-decoration: none
}
a:visited {
	color: #c71529
}
a:hover {
	color: #424b3f
}
a:active {
	color: #c71529
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	margin-top: 0
}
h1, .h1 {
	font-family: Arial, sans-serif;
	font-size: 2.33333em;
	font-weight: 700;
	margin-bottom: .85714em;
	color: #c71529
}
h2, .h2 {
	font-size: 1.5em;
	margin-bottom: 1.125em;
	color: #980c1d
}
h3, .h3 {
	font-size: 1.3em;
	margin-bottom: 1em;
	color:#333;
	line-height: 1.33333em

}
h4, .h4 {
	font-size: 1.25em;
	margin-bottom: 1em; 
}
p, .p {
	margin-top: 0;
	margin-bottom: 1.66667em;
	line-height: 1.33333em
}
.intro {
	font-size: 1.33333em;
	line-height: 1.375em;
	color: #c71529
}
ul, ol {
	margin-top: 0;
	margin-bottom: 1.66667em;
	line-height: 1.33333em
}
ul li, ol li {
	margin-bottom: .41667em
}
.image {
	margin-bottom: 20px;
	background: #efefef
}
.image img {
	display: block;
	max-width: 714px
}
.image .caption {
	display: block;
	padding: 1.08333em
}
.image .caption p {
	margin: 0
}
.jspContainer {
	overflow: hidden;
	position: relative
}
.jspPane {
	position: absolute
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: red
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0
}
.jspCap {
	display: none
}
.jspHorizontalBar .jspCap {
	float: left
}
.jspTrack {
	background: #f1f1ee;
	position: relative
}
.jspDrag {
	background: #c71529;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d
}
.jspVerticalBar .jspArrow {
	height: 12px
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%
}
.jspVerticalBar .jspArrow:focus {
	outline: none
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%
}
* html .jspCorner {
	margin: 0 -3px 0 0
}
body > .wrapper {
	width: 100%;
	min-width:974px; 
	overflow: hidden !important
}
.container {
	width: 974px;
	margin: 0 auto;
	display: block;
	text-align: left
}
#utilities {
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 3.5em;
	font-family: Arial, sans-serif;
	padding: 0 1.08333em;
	display: block;
	background: #FFF;
	z-index: 50;
	display: none
}
#utilities span {
	white-space: nowrap;
	min-height: 3.5em;
	line-height: 3.5em;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline
}
#utilities span:hover {
	color: #c71529;
	cursor: pointer
}
.js #utilities {
	display: block
}
#languageBarWrapper {
	float: right;
	margin-right: 1.66667em
}
#languageBar {
	width: 22em;
	height: 3.66667em;
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	background: #efefef
}
#languageBar ul {
	margin: 0;
	padding: 0;
	width: 100%
}
#languageBar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	width: 262px;
	height: 3.66667em;
}
#languageBar ul li a {
	color: #000; 
}
#languageBar ul li img {
	padding-top:10px;
}
#languageBar ul li a:hover, #languageBar ul li a:active {
	color: #c71529
}
.ie7 #languageBar {
	zoom: 1;
	float: left
}
.col {
	float: left
}
#globalHeader {
	background: #FFF
}
#globalHeader .wrapper {
	position: relative;
	z-index: 3;
	padding-top: 1.08333em;
	padding-left: 26.89938%;
	min-height: 70px;
	width: 73.10062%;
	display: block
}
#globalHeader #globalLogo {
	position: absolute;
	left: 0;
	top: 15px;
	margin: 0 0 0 -8px;
	padding: 0;
	width: 102px;
	height: 104px
}
#globalHeader #globalAboutLinks {
	margin: 0 0 .83333em 0;
	padding: 0 0 0 400px
}
#globalHeader #globalAboutLinks li {
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align:auto;
	zoom: 1;
	*display:inline;
	padding: 0 0 0 2px;
	margin: 0 0 0 .25em;
	border-left: 1px solid #4a4a4a
}
#globalHeader #globalAboutLinks li:first-child {
	border: 0;
	margin: 0
}
#globalHeader #globalAboutLinks li a {
	margin: 0 0 0 .25em;
	color: #4a4a4a
}
#globalHeader #globalAboutLinks li a:hover {
	color: #c71529
}
#globalHeader #globalMessage {
	float: left;
	width: 58.98876%;
	font-weight: 400;
	font-family: Arial, sans-serif;
	font-size: 1.83333em;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	color: #c71529;
	text-align: right
}
  #globalHeader .gsc-control-searchbox-only {
    float: right;
    width: 40.02809%;
    margin: 0; }
    #globalHeader .gsc-control-searchbox-only .gsc-search-box {
      padding: 0; }
    #globalHeader .gsc-control-searchbox-only table {
      width: 100%;
      margin: 0; }
      #globalHeader .gsc-control-searchbox-only table td {
        padding: 0;
        border: 0; }
    #globalHeader .gsc-control-searchbox-only .gsc-input {
      border: 0;
      padding: 0; }
    #globalHeader .gsc-control-searchbox-only input.gsc-input {
      font-size: 1em;
      -webkit-appearance: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -khtml-border-radius: 0;
      border-radius: 0;
      padding: 0;
      border-top: 1px solid #d9d9d9;
      border-left: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      width: 15.66667em;
      padding-left: 0.66667em;
      padding-right: 0.66667em;
      padding-top: 0.33333em;
      height: 1.75em;
      line-height: auto;
      display: block; }
    #globalHeader .gsc-control-searchbox-only td.gsc-search-button {
      width: 3.33333em;
      border: 0;
      padding: 0; }
    #globalHeader .gsc-control-searchbox-only input.gsc-search-button {
      min-width: 3.33333em;
      display: block !important;
      background: url('/img/sprites/icons-sfebc860cb3.png') 0 -199px;
      height: 29px;
      width: 40px;
      text-indent: -9999em !important;
      outline: none;
      overflow: hidden !important;
      border: 0;
      margin: 0;
      padding: 0;
      zoom: 1;
      position: relative;
      color: transparent;
      text-transform: capitalize;
      font-size: 0; }

body.warning #globalHeader #globalMessage {
	text-transform: uppercase;
	font-size: 2.25em;
	color: #7c7b7b
}
body.warning #globalHeader #globalMessage i {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #c71529
}
#globalPrimaryNav {
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #373737), color-stop(100%, #252526));
	background-image: -webkit-linear-gradient(#373737, #252526);
	background-image: -moz-linear-gradient(#373737, #252526);
	background-image: -o-linear-gradient(#373737, #252526);
	background-image: linear-gradient(#373737, #252526);
}
.primaryNavInner {
	position: relative;
	z-index: 2;
	display: block;
	clear: both;
}
#globalPrimaryNav #menuToggle {
	display: none
}
#globalPrimaryNav .bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #6c6c6c;
	display: block;
	z-index: 0;
}
.ie7 #globalPrimaryNav .bar {
	z-index: -1;
}
#globalPrimaryNav .primaryNavInner .container {
	position: relative;
}
#globalPrimaryNav .primaryNavInner .container > ul {
	float: right;
	margin: 0;
	padding: 0
}
#globalPrimaryNav .primaryNavInner .container > ul > li {
	list-style: none;
	float: left;
	margin: 0;
	border-right: 1px solid #6c6c6c;
}
#globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap a {
	display: block;
	padding: 0 .70588em;
	font-family: Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
	background: url(/img/blank.gif);
	position: relative;
	
	/* These are used for the winter lowercase items
	font-size: 1.41667em;
	line-height: 2.76471em;
	height: 2.76471em;*/
	
	text-transform: uppercase;
	font-size: 1.25em;
	line-height: 3.35714em;
	height: 3.35714em;
	padding: 0 .78571em
}
#globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap a:hover, #globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap a:active {
	background: #c71529;
	z-index: 2;
}
#globalPrimaryNav .primaryNavInner .container > ul > li:last-child {
	border: 0
}
#globalPrimaryNav .primaryNavInner .container > ul > li.active > .menuBtnWrap a {
	background: #c71529;
	z-index: 2;
}
#globalPrimaryNav .primaryNavInner .container > ul:hover li > .menuBtnWrap a,
#globalPrimaryNav .primaryNavInner .container > ul:hover li.active > .menuBtnWrap a {
	z-index: 0;
}
.ie7 #globalPrimaryNav .primaryNavInner .container > ul:hover li > .menuBtnWrap a,
.ie7 #globalPrimaryNav .primaryNavInner .container > ul:hover li.active > .menuBtnWrap a {
	z-index: -1;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav {
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 5;
	background: #f2f2f2;
	padding: 0 0 15px 20px;
	width: 954px;
	display: none;
}

#globalPrimaryNav .primaryNavInner .container ul li:hover .menuBtnWrap a,
#globalPrimaryNav .primaryNavInner .container ul li.hover .menuBtnWrap a {
	background: #c71529;
}
/*#globalPrimaryNav .primaryNavInner .container ul li:hover .subNav,
#globalPrimaryNav .primaryNavInner .container ul li.hover .subNav {
	display: block;
}*/
#globalPrimaryNav .primaryNavInner .container ul li .subNav .closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color: #c71529;
	cursor: pointer;
	display: none;
}
#globalPrimaryNav .primaryNavInner .container ul li:hover .menuBtnWrap,
#globalPrimaryNav .primaryNavInner .container ul li.hover .menuBtnWrap {
	z-index: 1;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul:before {
	content: "";
	display: table
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul {
	clear: both;
	background: #f2f2f2;
	position: relative;
	height: 1%;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul:after {
*zoom:1	
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li {
	float: left;
	width: 298px;
	margin-right: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #b4b4b4;
	display: block;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a:before {
	content: "";
	display: table
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul {
	clear: both;
	clear: both;
	display: block;
	min-height: 90px;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a:after {
*zoom:1	
}

#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a p {
	color: #424b3f;
	margin-bottom: 15px;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a strong {
	display: block;
	margin-bottom: 8px;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a:hover strong,
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li.active a strong,
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a:hover p,
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li.active a p {
	color: #c71529;
}
body.warning #globalPrimaryNav .container > ul > li > a {
	text-transform: uppercase;
	font-size: 1.16667em;
	line-height: 3.35714em;
	height: 3.35714em;
	padding: 0 .78571em
}
.ie9 #globalPrimaryNav {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#252526', GradientType=0 )
}
.ie8 #globalPrimaryNav {
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF373737,EndColorStr=#FF252526)"
}
.ie7 #globalPrimaryNav {
	*zoom: 1;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FF373737, EndColorStr=#FF252526)
}
.no-js #globalPrimaryNav {
	background: #252526
}
#globalBody {
	background: #FFF;
	padding-bottom: 20px;
}
#globalBanner {
	background: #980c1d;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 1.66667em
}
#globalBanner .background {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -487px;
	width: 974px;
	height: 600px;
	z-index: 1;
	background-image: -webkit-gradient(radial, 50%, 0, 50%, 65, color-stop(40%, #c71529), color-stop(65%, #980c1d));
	background-image: -webkit-radial-gradient(center, ellipse cover, #c71529 40%, #980c1d 65%);
	background-image: -moz-radial-gradient(center, ellipse cover, #c71529 40%, #980c1d 65%);
	background-image: -o-radial-gradient(center, ellipse cover, #c71529 40%, #980c1d 65%);
	background-image: radial-gradient(center, ellipse cover, #c71529 40%, #980c1d 65%)
}
#globalBanner .wrapper {
	position: relative;
	z-index: 2;
	padding-top: 2.5em;
	padding-bottom: 1.66667em;
	padding-right: 18.48049%;
	width: 81.51951%;
	min-height: 65px
}
#globalBanner #sectionTitle {
	font-style: normal;
	font-family: Arial, sans-serif;
	font-size: 3.41667em;
	line-height: 1em;
	color: #FFF
}
#globalBanner #globalBreadcrumb ul {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1.16667em
}
#globalBanner #globalBreadcrumb ul li {
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	color: #FFF;
	margin: 0 .35714em 0 0
}
#globalBanner #globalBreadcrumb ul li a {
	color: #FFF
}
#globalBanner #globalBreadcrumb ul li a:hover {
	color: #FFF;
	text-decoration:underline;
}
.ie9 #globalBanner .background, .ie8 #globalBanner .background, .ie7 #globalBanner .background {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2);
	background: #c71529
}
#subContent {
	float: left;
	width: 240px;/*	
/*	width: 13em;
	margin-right: 1.66667em; Removed this to stop side nav wrapping when text increased*/
	position: relative
}
#globalSecondaryNav, #globalTertiaryNav {
	position: relative;
	left: -13px
}
#globalSecondaryNav > ul, #globalTertiaryNav > ul {
	position: relative;
	margin: 0;
	padding: 0
}
#globalSecondaryNav > ul li, #globalTertiaryNav > ul li {
	margin: 0;
	padding: 0
}
#globalSecondaryNav > ul > li, #globalTertiaryNav > ul > li {
	margin: 0 0 1px 0;
	padding: 0
}
#globalSecondaryNav > ul > li a, #globalTertiaryNav > ul > li a {
	font-family: Arial, sans-serif;
	font-size: 1.16667em;
	display: block;
	position: relative
}
#globalSecondaryNav > ul > li a span, #globalTertiaryNav > ul > li a span {
	position: absolute;
	display: block;
	top: 50%
}
#globalSecondaryNav > ul > li > a, #globalTertiaryNav > ul > li > a {
	color: #FFF;
	background: #c71529;
	padding-top: .92857em;
	padding-bottom: .71429em;
	padding-left: 2.5em;
	padding-right: .71429em
}
#globalSecondaryNav > ul > li > a > span, #globalTertiaryNav > ul > li > a > span {
	left: 7px;
	margin-top: -11.5px;
	background: url('/img/icons-sfebc860cb3.png') 0 -875px;
	height: 23px;
	width: 23px
}
#globalSecondaryNav > ul > li > a:hover, #globalTertiaryNav > ul > li > a:hover {
	background: #424b3f
}
#globalSecondaryNav > ul > li.current > a > span, #globalTertiaryNav > ul > li.current > a > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -837px
}
#globalSecondaryNav > ul > li > ul > li, #globalTertiaryNav > ul > li > ul > li {
	border-bottom: 1px solid #ededed;
	padding-left: 16px
}
#globalSecondaryNav > ul > li > ul > li > a, #globalTertiaryNav > ul > li > ul > li > a {
	padding-top: .71429em;
	padding-bottom: .71429em;
	padding-left: 1.42857em;
	color: #58595b
}
#globalSecondaryNav > ul > li > ul > li > a > span, #globalTertiaryNav > ul > li > ul > li > a > span {
	left: 0;
	margin-top: -6px;
	background: url('/img/icons-sfebc860cb3.png') 0 -1072px;
	height: 12px;
	width: 9px
}
#globalSecondaryNav > ul > li > ul > li > a:hover, #globalTertiaryNav > ul > li > ul > li > a:hover {
	font-family: Arial, sans-serif;
	color: #c71529
}
#globalSecondaryNav > ul > li > ul > li > a:hover > span, #globalTertiaryNav > ul > li > ul > li > a:hover > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -1129px
}
#globalSecondaryNav > ul > li > ul > li:last-child, #globalTertiaryNav > ul > li > ul > li:last-child {
	border: 0
}
#globalSecondaryNav > ul > li > ul > li.current > a, #globalTertiaryNav > ul > li > ul > li.current > a {
	font-family: Arial, sans-serif;
	color: #c71529
}
#globalSecondaryNav > ul > li > ul > li.current > a > span, #globalTertiaryNav > ul > li > ul > li.current > a > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -1129px
}
#globalTertiaryNav {
	display: none
}
#mainContent {
	float: right;
	width: 714px;
	/*slim menu width: 66.5em;*/
}

#mainContent p {
	font-size:1.25em;
}
#globalPageTitle h1 {
	line-height: normal;
	padding-bottom: .28571em;
	border-bottom: 2px solid #c6c6c6
}
#globalTopBtn {
	display: none;
	visibility: hidden
}
.groupLinks {
	padding: 0
}
.groupLinks li, #mainContent .groupLinks li { font-size:1.1em; }
.groupLinks li {
	list-style: none
}
.groupLinks li a {
	position: relative;
	padding-left: 1.25em;
	font-weight: 700;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline
}
.groupLinks li a span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: url('/img/icons-sfebc860cb3.png') 0 -1156px;
	height: 12px;
	width: 9px
}
.groupLinks li a:hover span {
	background: url('/img/icons-sfebc860cb3.png') 0 -1360px
}
blockquote, .blockquote {
	margin: 0 0 1.66667em 0;
	background: #efefef;
	padding: 1.66667em
}
blockquote img, .blockquote img {
	float: left;
	margin: 0 1.66667em 1.66667em 0;
	display: block;
	border: 4px solid #FFF
}
blockquote ul, blockquote ol, .blockquote ul, .blockquote ol {
	overflow: hidden
}
table {
	width: 100%;
	margin: 0 0 1.66667em 0
}
table th, table td {
	padding: 1em 1.25em;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6
}
table th:last-child, table td:last-child {
	border-right: 0
}
table th {
	background: #6b6b6b;
	color: #FFF;
	text-align: left;
	-moz-box-shadow: inset 0 2px 5px #444;
	-webkit-box-shadow: inset 0 2px 5px #444;
	box-shadow: inset 0 2px 5px #444
}
table tr:nth-child(even) td {
	background: #fafafa
}
table tr:nth-child(odd) td {
	background: #fff
}
.ie7 table th, .ie8 table th, .ie9 table th {
	behavior: url(/css/ie-css3.htc)
}
.relevantLinks {
	display: block;
	background: white url(/img/list-bg.gif) 0 100% repeat-x;
	padding-bottom: 5px;
	margin: 0 0 1.66667em 0
}
.relevantLinks h2 {
	font-size: 1em;
	color: #7d7d7d
}
.relevantLinks ul {
	margin: 0;
	padding: 0;
	display: block
}
.relevantLinks ul li {
	list-style: none;
	margin: 0;
	padding: 0
}
.relevantLinks ul li a {
	background: white url(/img/list-bg.gif) 0 0 repeat-x;
	display: block;
	padding: 1.66667em 1.66667em 0 .25em
}
.relevantLinks ul li a img {
	float: left;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	border: 2px solid #f0eeee;
	margin: 0 20px 20px 0
}
.relevantLinks ul li a h3 {
	font-size: 1.16667em;
	color: #c71529
}
.relevantLinks ul li a p {
	color: #424b3f
}
.relevantLinks ul li a:hover {
	background-color: #efefef
}
.otherLinks {
	min-height: 18.75em
}
.otherLinks ul {
	margin: 0;
	padding: 0
}
.otherLinks ul li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0
}
.otherLinks ul li a {
	font-family: Arial, sans-serif;
	display: block;
	font-size: 1.3em;
	line-height: 1.46154em;
	padding: .69231em 3.46154em .69231em 1em;
	position: relative;
	color: #000;
	background: #f2f2f2
}
.otherLinks ul li a span {
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -9px;
	background: url('/img/icons-sfebc860cb3.png') 0 -967px;
	height: 18px;
	width: 13px
}
.otherLinks ul li a:hover, .otherLinks ul li a:active {
	color: #c71529
}
.otherLinks ul li a:hover span, .otherLinks ul li a:active span {
	background: url('/img/icons-sfebc860cb3.png') 0 -1000px
}
.ie7 .otherLinks ul li a {
	height: 1%
}
#globalFooter {
	display: block;
	padding-bottom: 2.5em;
	background-color:#efefef
}
#globalFooter .usefulLinks {
	border-bottom: 2px solid #FFF;
	display: block;
	margin: 0 0 1.25em 0
}
#globalFooter ul {
	margin: 0;
	padding: 0
}
#globalFooter ul li {
	list-style: none;
	margin: 0;
	padding: 0
}
#globalFooter #globalFooterLinks, #globalFooter #globalDisclaimerLinks {
	float: left;
	margin: 1.25em 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 1em
}
#globalFooter #globalDisclaimerLinks {
	float: none;
	margin: 0 auto 1.25em;
	text-align: center;
}
#globalFooter #globalFooterLinks li, 
#globalFooter #globalDisclaimerLinks li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	margin: 0 .41667em 0 0;
	border-right: 1px solid #5f5f5f
}
#globalFooter #globalFooterLinks li:last-child, #globalFooter #globalDisclaimerLinks li:last-child {
	border: 0;

	margin: 0
}
#globalFooter #globalFooterLinks li a, #globalFooter #globalDisclaimerLinks li a {
	font-family: Arial, sans-serif;
	margin: 0 .41667em 0 0;
	color: #5f5f5f
}
#globalFooter #globalFooterLinks li a:hover, #globalFooter #globalDisclaimerLinks li a:hover {
	color: #c71529
}
#globalFooter #fontResizeControl {
	float: right;
	margin: 11.5px 3px 0 0;
	display: none
}
#globalFooter #fontResizeControl li {
	float: left;
	margin-right: 4px
}
#globalFooter #fontResizeControl li a {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -999em
}
#globalFooter #fontResizeControl li a#decreaseFontBtn {
	background: url('/img/icons-sfebc860cb3.png') 0 -558px;
	height: 21px;
	width: 23px
}
#globalFooter #fontResizeControl li a#decreaseFontBtn:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -279px
}
#globalFooter #fontResizeControl li a#decreaseFontBtn.disabled:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -558px
}
#globalFooter #fontResizeControl li a#increaseFontBtn {
	background: url('/img/icons-sfebc860cb3.png') 0 -389px;
	height: 21px;
	width: 23px
}
#globalFooter #fontResizeControl li a#increaseFontBtn:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -243px
}
#globalFooter #fontResizeControl li a#increaseFontBtn.disabled:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -389px
}
#globalFooter #fontResizeControl li a.disabled, #globalFooter #fontResizeControl li a.disabled:hover {
	cursor: default
}
#globalFooter #socialMediaLinks {
	border: 0;
	height: 176px;
	position: fixed;
	right: 0;
	top: 25%;
	width: 44px;
	z-index: 10;
}
#globalFooter #socialMediaLinks li {
	float: left;
	border: 0;
}
#globalFooter #socialMediaLinks li a {
	width: 44px;
	height: 44px;
	display: block;
	background: #6a6a6a;
	position: relative
}
#globalFooter #socialMediaLinks li a > span {
	position: absolute;
	left: 50%;
	top: 50%
}
#globalFooter #socialMediaLinks li a > span span {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	outline: none
}
#globalFooter #socialMediaLinks li a#rssIco > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -594px;
	height: 21px;
	width: 21px;
	margin-top: -10.5px;
	margin-left: -10.5px
}
#globalFooter #socialMediaLinks li a#facebookIco > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -1033px;
	height: 24px;
	width: 13px;
	margin-top: -12px;
	margin-left: -7.5px
}
#globalFooter #socialMediaLinks li a#twitterIco > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -763px;
	height: 21px;
	width: 28px;
	margin-top: -10.5px;
	margin-left: -14px
}
#globalFooter #socialMediaLinks li a#youtubeIco > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -353px;
	height: 21px;
	width: 20px;
	margin-top: -10.5px;
	margin-left: -10px
}
#globalFooter #socialMediaLinks li a:hover, #globalFooter #socialMediaLinks li a:active {
	background: #c71529
}
#globalFooter #globalDisclaimerLinks li a {
	color: #5f5f5f
}
#globalFooter #globalDisclaimerLinks li a:hover {
	color: #c71529
}
#globalFooter #globalDisclaimerLinks li:first-child {
	padding-right: 5px;
	color: #5f5f5f
}
#globalFooter #affiliateLinks {
	/*float: right*/
	text-align: center
}
#globalFooter #affiliateLinks li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
*display:inline;
	/*float: left;*/
	margin-left: 4px
}
#globalFooter #affiliateLinks li a img {
	border: 1px solid #999
}
.js #globalFooter #fontResizeControl {
	display: block
}
.forms {
	margin-bottom: 1.66667em
}
.forms legend {
	font-size: 1.33333em;
	margin: 0 0 1.25em;
	color: #c71529;
	font-weight: 700
}
.forms .required {
	color: #c71529
}
.forms p label, .forms p .label {
	float: left;
	width: 19.60784%;
	margin-right: 1.40056%;
	padding: .56022% 0
}
.forms p input[type="text"] {
	width: 48.7395%;
	padding: .56022%;
	border: 1px solid #DDD
}
.forms p input[type="text"].small {
	width: 14.84594%
}
.forms p select {
	width: 49.85994%
}
.forms p.singleCheckbox label {
	float: none;
	width: auto;
	margin: 0;
	padding: 0
}
.forms p.inputGroup {
	margin-bottom: .41667em
}
.forms p.inputGroup:last-child {
	margin-bottom: 1.66667em
}
.forms p.submit {
	padding-bottom: 1.66667em;
	background: url(/img/list-bg.gif) 0 100% repeat-x;
	display: block
}
.forms p.submit button {
	border: 0;
	padding: 0;
	background: #c71529;
	color: #FFF;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	min-height: 2.83333em;
	line-height: 2.83333em;
	padding: 0 2.5em;
	position: relative
}
.forms p.submit button span {
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -6px;
	background: url('/img/icons-sfebc860cb3.png') 0 -1243px;
	height: 12px;
	width: 10px
}
.forms p.submit button:hover {
	background: #424b3f
}
.forms p .error {
	margin-left: 21.0084%;
	margin-top: .41667em;
	display: block;
	color: #c71529;
	font-style: italic
}
body.landing #mainContent .x4 {
	width: 47.89916%
}
body #mainContent .actionTopics .x4 {
	width: 32%
}
body.landing #mainContent .x4:nth-child(odd) {
	margin-right: 4.20168%
}
body.landing #mainContent .row {
	margin-bottom: 2.91667em
}
body.landing #mainContent .block h1, body.landing #mainContent .block h2 {
	font-size: 1.66667em;
	font-family: Arial, sans-serif;
	color: #C71529;
	font-weight: 700;
	margin-bottom: .7em
}
body.landing #mainContent .featureArticle a {
	display: block
}
body.landing #mainContent .featureArticle a .description {
	min-height: 18.75em;
	background: #f2f2f2
}
body.landing #mainContent .featureArticle a .description p {
	margin: 0;
	color: #000;
	font-size: 1.25em;
	line-height: 1.46154em;
	font-family: Arial, sans-serif;
	display: block;
	padding: 1em;
}
body.landing #mainContent .featureArticle a:hover p {
	color: #c71529
}
body.landing #mainContent .featureStories ul,
body #mainContent .actionTopics ul {
	margin: 0;
	padding: 0
}
body.landing #mainContent .featureStories ul li,
body #mainContent .actionTopics ul li {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #f2f2f2
}
body.landing #mainContent .featureStories ul li .story,
body #mainContent .actionTopics ul li .story {
	display: block;
	padding: .66667em 1.08333em 0 0
}
body #mainContent .actionTopics ul li .story {
	background: none repeat scroll 0 0 #e7e7e7;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	border-radius: 0.4em;
	margin: 1.6em 0.6em;
	padding: 0.66667em 1.08333em;
}
body.landing #mainContent .featureStories ul li .story img,
body #mainContent .actionTopics ul li .story img {
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
	clear: left
}
body #mainContent .actionTopics ul li .story img { 
	float: none;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
body #mainContent .actionTopics ul li .story p {
	font-size: 1em;
	margin: 0.6em 0 0;
}
body.landing #mainContent .featureStories ul li .story .date {
	margin-bottom: .41667em
}
body.landing #mainContent .featureStories ul li .story h3,
body #mainContent .actionTopics ul li .story h3 {
	font-family: Arial, sans-serif;
	font-weight: 700;
	margin-bottom: .41667em
}
body.landing #mainContent .featureStories ul li .story span.clearfix,
body #mainContent .actionTopics ul li .story span.clearfix, 
body.landing #mainContent .featureStories ul li .story span.blockquote, 
body.landing #mainContent .featureStories ul li .story .forms p span.error, 
.forms p body.landing #mainContent .featureStories ul li .story span.error {
	height: 1%
}
#globalWarning {
	display: block;
	margin-bottom: 1px;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ca1423), color-stop(100%, #970c18));
	background-image: -webkit-linear-gradient(#ca1423, #970c18);
	background-image: -moz-linear-gradient(#ca1423, #970c18);
	background-image: -o-linear-gradient(#ca1423, #970c18);
	background-image: linear-gradient(#ca1423, #970c18)
}
#globalWarning #warningSummary .container {
	height: 3.33333em;
	position: relative;
	display: block
}
#globalWarning #warningSummary #warningExpand {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11.5px
}
#globalWarning #warningSummary #warningExpand a {
	position: relative;
	color: #FFF;
	padding-left: 2.16667em;
	font-family: Arial, sans-serif;
	min-height: 1.91667em;
	line-height: 1.91667em
}
#globalWarning #warningSummary #warningExpand a span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11.5px;
	background: url('/img/icons-sfebc860cb3.png') 0 -799px;
	height: 23px;
	width: 23px
}
#globalWarning #warningSummary #warningExpand a:hover {
	color: #FFF;
	text-decoration:underline;
}
#globalWarning #warningSummary strong {
	padding-top: 0.78em;
	padding-bottom: .92857em;
	padding-right: 4.10678%;
	font-weight: 400;
	color: #FFF;
	font-size: 1.16667em;
	font-family: Arial, sans-serif;
	display: block
}
#globalWarning #warningSummary strong span {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: 700;

}
#globalWarning #warningDetail {
	position: relative;
	z-index: 1;
	padding: 7px 0;
	height: 25.83333em
}
#globalWarning #warningDetail #warningCollapse {
	position: absolute;
	right: 0;
	top: 8px;
	/*display: none;   added by anna meredith - in time of emergency*/
}
#globalWarning #warningDetail #warningCollapse a {
	position: relative;
	padding-left: 2.16667em;
	font-family: Arial, sans-serif;
	min-height: 1.91667em;
	line-height: 1.91667em
}
#globalWarning #warningDetail #warningCollapse a span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11.5px;
	background: url('/img/icons-sfebc860cb3.png') 0 -123px;
	height: 23px;
	width: 23px
}


#globalWarning .background {
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -555px;
	width: 1110px;
	height: 310px;
	z-index: 1;
	background: #FFF
}
#globalWarning .wrapper {
	padding-top: 1.25em;
	padding-bottom: 4.16667em;
	height: 20.41667em;
	position: relative;
	z-index: 2
}
#globalWarning .scrollPane {
	width: 100%;
	height: 210px;
	overflow: auto
}
#globalWarning h3 {
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-size: 1.33333em;
	color: #c71529;
	height: 2.1875em;
	margin: 0
}
#globalWarning #currentWarnings, #globalWarning #twitterFeed {
	float: left;
	width: 28.33333em;
	margin-right: 4.10678%
}
#globalWarning #currentWarnings h3 {
	text-transform: uppercase;
	font-size: 1.83333em;
	height: 1.59091em
}
#globalWarning #currentWarnings ul {
	font-size: 1em;
	margin: 0 0 2.08333em 0;
	padding: 0;
	width: 100%
}
#globalWarning #currentWarnings ul li {
	list-style: none;
	margin: 0 0 1em 0;
	display:block;
	padding: 0
}
#globalWarning #currentWarnings ul li p {
	margin: 0;
	padding: 0 0 0 2.91667em;
	position: relative;
	display:block;
	font-family: Arial, sans-serif;
}
#globalWarning #currentWarnings ul li p > span {
	position: absolute;
	left: 0;
	width: 26px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	display: block
}
#globalWarning #currentWarnings ul li p > em {
	font-style: normal;
	font-size: 1.16667em;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	display: block
}

#globalWarning #currentWarnings ul li p > em:hover {
	color: #C71529;    
}
#globalWarning #currentWarnings ul li a{
	display: block;   
}

#globalWarning #currentWarnings ul li p.adviceIco > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -41px
}
#globalWarning #currentWarnings ul li p.warningIco > span {
	background: url('/img/icons-sfebc860cb3.png') 0 0
}
#globalWarning #currentWarnings ul li p.emergencyIco > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -80px
}
#globalWarning #currentWarnings ul li p.evacIco > span {
	background: url('/img/icons-sfebc860cb3.png') -26px 0
}
#globalWarning #currentWarnings ul li p.commIco > span {
	background: url('/img/icons-sfebc860cb3.png') -26px -43px
}
#globalWarning #currentWarnings .scrollPane {
	margin-bottom: .41667em
}
#globalWarning #currentWarnings .viewAll {
    background: none repeat scroll 0 0 #666;
    border: 1px solid #666;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 5px;
	margin-left: 15%;
	
}
#globalWarning #currentWarnings .viewAll:hover {
    background: none repeat scroll 0 0 #C71529;
    border: 1px solid #C71529;

}
#globalWarning #twitterFeed h3 {
	font-family: Arial, sans-serif;
}
#globalWarning #twitterFeed h3 span {
	font-family: Arial, sans-serif;
}
#globalWarning #twitterFeed #twitterResults {
	width: 340px;
	display: block
}
#globalWarning #twitterFeed .tweet_list {
	width: 324px;
	margin: 0;
	padding: 0
}
#globalWarning #twitterFeed .tweet_list li {
	list-style: none;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 1.25em
}
#globalWarning #twitterFeed .tweet_list li .tweet_text {
	margin-bottom: .41667em
}
#globalWarning #twitterFeed .tweet_list li .tweet_time a, #globalWarning #twitterFeed .tweet_list li .tweet_action {
	font-size: .83333em
}
#globalWarning #emergencyLinks {
	float: left;
	width: 17.83333em
}
#globalWarning #emergencyLinks ul {
	margin: 0 0 2.5em 0;
	padding: 0
}
#globalWarning #emergencyLinks ul li {
	list-style: none;
	margin: 0 0 .25em 0;
	padding: 0
}
#globalWarning #emergencyLinks ul li a {
	font-size: 1.16667em;
	font-family: Arial, sans-serif;
	color: #000;    /*added by anna meredith*/
}
#globalWarning #emergencyLinks ul li a:hover {
	color: #C71529;    /*added by anna meredith*/
}



.ie9 #globalWarning {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca1423', endColorstr='#970c18', GradientType=0 )
}
.ie8 #globalWarning {
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ca1423,EndColorStr=#970c18)"
}
.ie7 #globalWarning {
	zoom: 1;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFca1423, EndColorStr=#FF970c18)
}
.ie7 #globalWarning #currentWarnings ul li {
	height: 1%
}
.no-js #globalWarning {
	background: #970c18
}
.no-js #warningExpand {
	display: none
}
#hero {
	width: 100%;
	height: 251px;
	position: relative;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden
}
.ie7 #hero {
	float: left
}
#slideshowContainer {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	height: 251px;
	overflow: hidden;
	width: 100%
}
#slideshowOuter {
	position: relative;
	width: 1110px;
	height: 251px;
	margin: 0 auto;
	overflow: visible
}
#slideshowInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 251px;
	margin: 0;
	overflow: visible
}
#slideshow {
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: 251px
}
#slider {
	width: 10000px;
	height: 100%
}
#slider .slide {
	display: block;
	width: 1110px;
	height: 100%;
	float: left;
	position: relative
}
#slider .slide .slideText {
	background: #FFF;
	position: absolute;
	top: 40px;
	left: 40px;
	padding: 15px 30px 15px 28px;
	width: 532px;
	z-index: 3
}
/* dave 25/10/2013 - increased padding between action and title*/
#slider .slide .slideText h2 {
	float: left;
	width: 255px;
	font-size: 3.5em;
	font-family: Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.04762em;
	margin: 0 15px 0 0
}
#slider .slide .slideText .desc p {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.22222em;
	color: #191919
}
#slider .slide .slideText .desc p .tel {
	font-size: 1.55556em;
	display: block;
	background: #eadce1;
	color: #c71529;
	font-weight: 700;
	padding: .25em;
	margin: .17857em;
	overflow: hidden
}
#slider .slide .slideText .desc a {
	color: #191919
}
#slider .slide .slideText .desc a:hover {
	color: #c71529
}
#hero .slideshowLeft, #hero .slideshowRight {
	background: url('/img/ffffffb3.png?1347101652');
	background: rgba(255,255,255,0.7);
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	position: absolute;
	z-index: 5
}
#hero .slideshowLeft {
	left: -555px
}
#hero .slideshowRight {
	right: -555px
}
.no-js #hero .slideshowLeft, .no-js #hero .slideshowRight {
	display: none
}
.slideshowNav {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	display: block;
	width: 52px;
	height: 80px;
	text-indent: -9999em;
	outline: none;
	overflow: hidden;
	z-index: 10;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: .25
}
.slideshowNav:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5
}
.no-js #hero .slideshowNav, .no-js #hero .slideshowNav {
	display: none
}
#prevSlide {
	left: 20px;
	background: url('/img/icons-sfebc860cb3.png') 0 -425px
}
#nextSlide {
	right: 20px;
	background: url('/img/icons-sfebc860cb3.png') 0 -668px
}
#hero > .container {
	position: relative;
	z-index: 50;
	margin-top: 251px
}
#customSlideController, #languageCtrl {
	width: 52px;
	height: 14px;
	padding: 3px 4px;
	display: block
}
#customSlideController {
	background: url('/img/00000040.png?1347102074');
	background: rgba(0,0,0,0.25);
	position: absolute;
	bottom: 15px;

	left: 0
}
#languageCtrl {
	float: left;
	background: #b1b1b1;
	margin-top: 12px;
	margin-right: 15px
}
.no-js #customSlideController, .no-js #languageCtrl {
	display: none
}
#customPrevSlide, #customNextSlide, #slideToggle, #prevLang, #nextLang, #langToggle {
	float: left;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999em
}
#customPrevSlide, #prevLang {
	background: url('/img/icons-sfebc860cb3.png') 0 -1300px;
	height: 15px;
	width: 10px;
	margin-right: 10px
}
#customPrevSlide:hover, #prevLang:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -1183px
}
#customNextSlide, #nextLang {
	background: url('/img/icons-sfebc860cb3.png') 0 -1330px;
	height: 15px;
	width: 10px;
	margin-left: 10px
}
#customNextSlide:hover, #nextLang:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -1213px
}
/*#slideToggle, #langToggle {
	width: 12px;
	height: 15px;
	background: url('/img/icons-sfebc860cb3.png') 0 -1270px
}
#slideToggle:hover, #langToggle:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -1099px
}
#slideToggle.on, #langToggle.on {
	background: url('/img/icons-sfebc860cb3.png') 0 -1387px
}
#slideToggle.on:hover, #langToggle.on:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -1417px
}*/
#slideToggle, #langToggle {
	width: 12px;
	height: 15px;
	background: url('/img/icons-sfebc860cb3.png') 0 -1387px
}
#slideToggle:hover, #langToggle:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -1417px
}
#slideToggle.on, #langToggle.on {
	background: url('/img/icons-sfebc860cb3.png') 0 -1270px
}
#slideToggle.on:hover, #langToggle.on:hover {
	background: url('/img/icons-sfebc860cb3.png') 0 -1099px
}

body.home #mainContent {
	float: none;
	width: 100%
}
body.home .row .x4 {
	width: 31.82752%;
	margin-right: 2.25873%
}
body.home .row .x4:last-child {
	margin: 0
}
body.home .row .x8 {
	width: 65.91376%;
	margin-right: 2.25873%
}
body.home .row .block h2 {
	font-size: 1.66667em;
	font-family: Arial, sans-serif;
	color: #c71529;
	font-weight: 700;
	min-height: 1.5em;
	margin: 0
}
body.home .row .block a {
	display: block;
	cursor: pointer
}
body.home .row .block a .description {
	background: #f2f2f2;
	min-height: 18.75em
}
body.home .row .block a .description p {
	margin: 0;
	color: #000;
	font-size: 1.08333em;
	line-height: 1.46154em;
	font-family: Arial, sans-serif;
	display: block;
	padding: .92857em
}
body.home .row .block a:hover p {
	color: #c71529
}
body.home .row:first-child {
	margin-bottom: 2.08333em
}
body.home .row .bansRatings .notice {
	font-size: 1.66667em;
	font-weight: 700;
	margin: 0 0 .75em 0;

	font-family: Arial, sans-serif;
	color: #c71529;
	display: block
}
body.home .row .bansRatings p {
	font-family: Arial, sans-serif;
	font-size: 1.16667em;
	margin: 0 0 .57143em 0
}
body.home .row .bansRatings ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}
body.home .row .bansRatings ul a {
	font-family: Arial, sans-serif;
	font-size: 1.3em
}
body.home .row #bansRatingsMap {
	float: left;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	margin: 0 1.3em 0 0
}
body.home .row .newsListing {
	position: relative
}
body.home .row .newsListing h2 {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: .4em;
	padding-right: 43.61371%
}
body.home .row .newsListing #viewAllNews {
	position: absolute;
	top: 4px;
	right: 0;
	margin: 0;
	padding: 0;
	min-height: 1.91667em
}
body.home .row .newsListing #viewAllNews a {
	float: left;
	margin: 0 1.25em 0 0;
	font-family: Arial, sans-serif;
	padding-left: 26px;
	position: relative;
	display: block;
	min-height: 1.91667em;
	line-height: 1.91667em;
	font-size: 1.1em;
}
body.home .row .newsListing #viewAllNews a span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11.5px;
	background: url('/img/icons-sfebc860cb3.png') 0 -161px;
	height: 23px;
	width: 23px
}
body.home .row .newsListing #viewAllNews a:hover span {
	background: url('/img/icons-sfebc860cb3.png') 0 -315px
}
body.home .row .newsListing #viewAllNews a:last-child {
	margin: 0
}
body.home .row .newsListing ul {
	margin: 0;
	padding: 0
}
body.home .row .newsListing ul li {
	list-style: none;
	margin: 0 0 .58333em 0;
	border-bottom: 1px solid #f2f2f2
}
body.home .row .newsListing ul li:last-child {
	margin: 0;
	border: 0
}
body.home .row .newsListing ul li a {
	margin: 0 0 .58333em 0;
	display: block
}
body.home .row .newsListing ul li a img {
	float: left;
	margin-right: 17px;
	margin-bottom: 17px
}
body.home .row .newsListing ul li a .date {
	margin-top: .83333em;
	margin-bottom: .41667em;
	color: #424b3f;
	font-size: 1em;
	display: block
}
body.home .row .newsListing ul li a h3 {
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	font-weight: 700;
	margin-bottom: .41667em
}
body.home .row .newsListing ul li a p {
	color: #000;
	margin: 0
}
body.home .row .newsListing ul li a:hover, body.home .row .newsListing ul li a:active {
	color: #c71529
}
body.home .row .contacts .contactWrap {
	background: #f2f2f2;
	min-height: 28.33333em
}
body.home .row .contacts ul {
	display: table;
	margin: 0 0 .83333em 0;
	padding: 0;
	width: 100%
}
body.home .row .contacts ul li {
	display: table-row;
	margin: 0;
	padding: 0
}
body.home .row .contacts ul li em, body.home .row .contacts ul li a {
	display: table-cell;
	border-bottom: 1px solid #FFF;
	font-size: 1.3em;
	padding: .71429em .92857em
}
body.home .row .contacts ul li em {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000
}
body.home .row .contacts ul li a {
	font-family: Arial, sans-serif;
	color: #000;
	white-space: nowrap;
	cursor: default
}
body.home .row .contacts .regionalContact {
	padding: 0 1.08333em 1.08333em 1.08333em;
	display: block
}
body.home .row .contacts .regionalContact h3 {
	font-size: 1.16667em;
	font-family: Arial, sans-serif;
	font-weight: 400;
	color: #000
}
.ie7 body.home .row .contacts ul {
	behavior: url(/css/display-table.htc);
	-dt-display: table
}
.ie7 body.home .row .contacts ul li {
	-dt-display: table-row
}
.ie7 body.home .row .contacts ul li em, .ie7 body.home .row .contacts ul li a {
	-dt-display: table-cell
}
.ie7 body.home .row .contacts table {
	font-size: 1.16667em;
	margin: 0 0 .71429em 0;
	color: #000
}
.ie7 body.home .row .contacts table td {
	border: 0;
	border-bottom: 1px solid #FFF;
	background: none;
	padding: .71429em .92857em
}
.ie7 body.home .row .contacts table td:first-child {
	font-family: Arial, sans-serif;
}
.ie7 body.home .row .contacts table td:last-child {
	font-family: Arial, sans-serif;
	white-space: nowrap
}
@media only screen and (max-width:767px) {

body > .wrapper {
	min-width: 320px;
}
.container {
	width: 100%;
	margin: 0
}
#globalHeader .wrapper {
	padding: 1.25em 1.54004% 1.25em 0;
	min-height: 5.83333em;
	width: auto
}
#globalHeader #globalLogo {
	top: 5px;
	left: 4px;
	margin: 0
}
#globalHeader #globalAboutLinks {
	padding: 0 0 0 105px;
	font-size: .91667em
}
#globalHeader #globalHeader #globalAboutLinks li, #globalHeader #globalHeader #globalAboutLinks a {
	margin-right: .16667em
}
#globalHeader #globalMessage {
	float: none;
	width: auto;
	padding: 0 0 0 110px;
	text-align: left;
	line-height: 1em;
	font-size: 1.66667em !important;
	min-height: 2.5em;
	margin-bottom: 1.2em
}
  #globalHeader .gsc-control-searchbox-only {
    float: none;
    width: auto;
    clear: both;
    margin-left: 13px; }
    #globalHeader .gsc-control-searchbox-only input.gsc-input {
      width: 100%; }
    #globalHeader .gsc-control-searchbox-only td.gsc-clear-button {
      padding-right: 13px; }

body.warning #globalHeader #globalMessage {
	font-size: 1.6em !important
}
body.warning #globalHeader #globalMessage span {
	display: block
}
#globalPrimaryNav #menuToggle {
	font-weight: 400;
	display: block !important;
	margin: 0;
	border-bottom: 1px solid #FFF
}
#globalPrimaryNav #menuToggle a {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 1.08333em 1.08333em 1.08333em 2.91667em;
	color: #FFF;
	display: block;
	position: relative
}
#globalPrimaryNav #menuToggle a span {
	position: absolute;
	top: 50%;
	margin-top: -11.5px;
	left: 13px;
	background: url('/img/icons-sfebc860cb3.png') 0 -630px;
	height: 23px;
	width: 23px
}
#globalPrimaryNav #menuToggle.active a span {
	background: url('/img/icons-sfebc860cb3.png') 0 -520px
}
#globalPrimaryNav .primaryNavInner .container ul {
	float: none !important;
	width: 100%!important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	min-height: 100% !important;
	display: block;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a strong {
	font-weight: normal;
	margin: 0;
	display: inline;
}
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a p,
#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li a img {
	display: none !important;
}
#globalPrimaryNav .primaryNavInner .container ul, 
#globalPrimaryNav .primaryNavInner .container ul li .subNav {
	display: none;
}
#globalPrimaryNav .primaryNavInner .container > ul li.current, 
#globalPrimaryNav .primaryNavInner .container > ul li .subNav.current {
	display: block;
}

#globalPrimaryNav .primaryNavInner .container ul li .subNav {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	padding: 0 !important;
}

#globalPrimaryNav .primaryNavInner .container ul li {
	float: none;
	border: 0;
	border-top: 1px solid #FFF !important;
	width: 100% !important;
	margin: 0 !important;
}

#globalPrimaryNav .primaryNavInner .container ul li:last-child .subNav ul li:last-child {
	border-bottom: 1px solid #FFF;
}

#globalPrimaryNav .primaryNavInner .container ul > li:first-child {
	border-top: 0 !important
}
#globalPrimaryNav .primaryNavInner .container ul > li > .menuBtnWrap {
	display: table;
	width: 100%
}
#globalPrimaryNav .primaryNavInner .container ul li:hover > .menuBtnWrap > a {
	background: none;
}
#globalPrimaryNav .primaryNavInner .container ul > li > .menuBtnWrap > a {
	height: auto;
	font-size: 1.16667em;
	padding: 1em 1.08333em;
	display: table-cell;
	line-height: 1em;
	min-height: 100%;
	z-index: 1 !important;
	background: none !important;
}
#globalPrimaryNav .primaryNavInner .container ul > li > .menuBtnWrap > a:hover,
#globalPrimaryNav .primaryNavInner .container ul > li.active > .menuBtnWrap > a {
	z-index: 1;
	background: #c71529 !important;
}
body.warning #globalPrimaryNav .primaryNavInner .container ul > li > .menuBtnWrap > span, 
#globalPrimaryNav .primaryNavInner .container ul > li > .menuBtnWrap > span {
	display: table-cell;
	width: 3.58333em;
	padding: 0;
	vertical-align: middle;
	border-left: 1px solid #FFF
}
body.warning #globalPrimaryNav .primaryNavInner .container ul > li > .menuBtnWrap > span span, 
#globalPrimaryNav .primaryNavInner .container ul > li > .menuBtnWrap > span span {
	cursor: pointer;
	margin: 0 auto;
	background: url('/img/icons-sfebc860cb3.png') 0 -630px;
	height: 23px;
	width: 23px;
	display: block
}
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav ul {
	border-top: 1px solid #FFF;
}
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav ul li a {
	display: block;
	background: #c71529;
	color: #FFF !important;
	padding: 1em 1em 1em 3em;
	font-family: Arial, sans-serif;
	font-size: 1.16667em;
	position: relative;
	z-index: 0;
	line-height: 1em;
	height: auto
}
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav ul li a span {
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -11.5px;
	background: url('/img/icons-sfebc860cb3.png') 0 -875px;
	height: 23px;
	width: 23px
}
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav > ul > li.active > a,
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav ul li a:hover {
	background: #424b3f;
	z-index: 1
}
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav ul li a:hover strong {
	color: #FFF;
}
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav ul li {
	border: 0;
}
#globalPrimaryNav .primaryNavInner .container ul > li > .subNav ul li a {
	min-height: 100%;
}
body.warning #globalPrimaryNav .primaryNavInner .container ul > li > ul li.active > a, #globalPrimaryNav .primaryNavInner .container ul > li > ul li.active > a {
	background: #424b3f;
	z-index: 1
}
#globalPrimaryNav .primaryNavInner .container ul > li.current > .menuBtnWrap > span > span {
	background: url('/img/icons-sfebc860cb3.png') 0 -520px
}
body.warning #globalPrimaryNav .primaryNavInner .container ul > li.active > .menuBtnWrap > a, #globalPrimaryNav .primaryNavInner .container ul > li.active > .menuBtnWrap > a {
	background: #c71529
}
.ie7 #globalPrimaryNav .primaryNavInner .container ul {
	margin: 0;
	zoom: 1;
	position: relative;
	overflow: hidden;
	clear: both;
}
.ie7 #globalPrimaryNav .primaryNavInner .container ul li {
	float: left;
	margin: 0;
	zoom: 1;
	position: relative;
	border: 0;
}
.ie7 #globalPrimaryNav .primaryNavInner .container ul li a {
	zoom: 1;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	width: 100%;
	border: 0
}
.ie7 #globalPrimaryNav .primaryNavInner .container > ul > li .subNav ul {
	border-top: 1px solid #FFF;
	position: relative;
	zoom: 1
}
.ie7 #globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap {
	width: auto;
	padding-right: 45px;
	position: relative;
	display: block
}
.ie7 #globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap > a, 
.ie7 #globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap > span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline
}
.ie7 #globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap > a {
	border-right: 1px solid #FFF;
	width: auto;
	display: block
}
.ie7 #globalPrimaryNav .primaryNavInner .container > ul > li > .menuBtnWrap > span {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11.5px;
	float: right;
	border: 0
}
.desktopOnly, #globalPrimaryNav .primaryNavInner .bar, #fontResizeControl {
	display: none !important;
	visibility: hidden
}
#utilities {
	left: 999999px
}
#globalBody {
	padding: 0 0 3.33333em 0;
	position: relative;
	background: #FFF
}
.ie7 #globalBody {
	zoom: 1;
	position: relative;
	height: 1%;
	overflow: visible
}
#globalTopBtn {
	position: absolute;
	left: 13px;
	bottom: 0;
	font-size: 1em;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	padding: .85714em .85714em .85714em 2.28571em;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
*display:inline;
	visibility: visible;
	background: #c71529 url(/img/back-top-arrow.png) 10px 50% no-repeat
}
#globalTopBtn:active {
	background-color: #424b3f
}
#globalBanner .wrapper {
	width: auto;
	padding-left: 1.08333em;
	padding-right: 1.08333em
}
#mainContent, #subContent {
	float: none;
	width: auto;
	margin: 0
}
#mainContent {
	padding: 1.08333em;
}
.textResizeWrap {
	font-size: 12px !important
}
.col {
	float: none
}
.x4 {
	width: auto;
	margin: 0
}
.image img {
	max-width: 100%
}
#globalSecondaryNav, #globalTertiaryNav {
	left: 0
}
#globalSecondaryNav {
	display: none
}
#globalTertiaryNav {
	display: block

}
#globalFooter .usefulLinks, #globalFooter .container.last {
	padding: 0 1.08333em 1.25em;
	margin-bottom: 1.25em
}
#globalFooter #globalFooterLinks, #globalFooter #globalDisclaimerLinks, #globalFooter #socialMediaLinks, #globalFooter #affiliateLinks {
	float: none;
	text-align: left;
}
#globalFooter #globalFooterLinks, #globalFooter #socialMediaLinks {
	margin-bottom: 1.25em
}
#globalFooter #socialMediaLinks {
	background: none repeat scroll 0 0 #6a6a6a;
	border-right: 2px solid #ffffff;
	bottom: 0;
	height: 44px;
	left: 0;
	margin: 0;
	right: auto;
	top: auto;
	width: 100%;
}
#globalFooter #socialMediaLinks li:first-child {
	border-left: 0;
	padding-left: 25%;	
}
#globalFooter #globalFooterLinks li, #globalFooter #globalDisclaimerLinks li {
	display: block;
	border: 0;
	margin: 0 0 .25em 0
}
#globalFooter #globalDisclaimerLinks {
	margin: 0 0 .83333em 0
}
#globalFooter #affiliateLinks li {
	margin: 0;
	margin-right: 5px
}
#globalFooter #affiliateLinks li:first-child {
	float: none;
	margin-bottom: .41667em
}
#globalFooter #affiliateLinks li:last-child {
	margin: 0
}
#languageBarWrapper {
	float: none;
	margin-top: 20px;
	width: 100%;
	clear: both;
	display: block
}
body.landing #mainContent .row {
	margin: 0
}
body.landing #mainContent .x4,
body #mainContent .actionTopics .x4 {
	width: auto;
	margin: 0 !important
}
#globalBanner .wrapper {
	padding-top: 1.66667em
}
#globalBanner #sectionTitle {
	font-size: 2.66667em
}
body.landing #mainContent .block {
	margin-bottom: 1.25em !important
}
body.landing #mainContent .featureArticle {
	display: block
}
body.landing #mainContent .featureArticle a .description {
	min-height: 100%
}
body.landing #mainContent .featureArticle a img {
	max-width: 100%;
	width: 100%
}
.forms p label, .forms p .label {
	float: none;
	width: auto;
	margin: 0 0 .41667em 0;
	display: block
}
.forms p input[type="text"] {
	width: 99.79466%;
	padding-left: 0;
	padding-right: 0
}
.forms p input[type="text"].small {
	width: 31.31417%;
	padding-left: 0;
	padding-right: 0
}
.forms p select {
	width: 100%
}
.forms p .error {
	margin-left: 0
}
#globalWarning #warningSummary .container {
	height: auto
}
#globalWarning #warningSummary strong {
	padding: .92857em .92857em .92857em 3.33333em
}
#globalWarning #warningSummary #warningExpand, #globalWarning #warningDetail #warningCollapse {
	left: 13px;
	width: 23px;
	height: 23px;
	overflow: hidden
}
#globalWarning #warningSummary #warningExpand a, #globalWarning #warningDetail #warningCollapse a {
	width: 23px;
	height: 23px
}
#globalWarning #warningDetail #warningCollapse {
	top: 15px
}
#globalWarning #warningDetail {
	padding: 0;
	background: #FFF;
	height: auto;
	clear: both;
	display: block
}
#globalWarning #warningDetail .background {
	visibility: hidden;
	display: none
}
#globalWarning #warningDetail .wrapper {
	padding: 1.08333em 1.08333em 1.08333em 3.33333em
}
.ie7 #globalWarning #warningDetail {
	zoom: 1
}
#globalWarning .wrapper {
	height: auto !important;
	padding: 0
}
#globalWarning #currentWarnings, #globalWarning #emergencyLinks {
	float: none;
	width: 100%;
	margin: 0 0 1.25em 0
}
#globalWarning #twitterFeed {
	position: absolute;
	left: -99999em
}
body.home #mainContent {
	width: auto
}
body.home .row {
	margin: 0 !important
}
body.home .row .x4, body.home .row .x8 {
	width: 100%;
	display: block
}
body.home .row .block {
	margin-bottom: 1.25em !important
}
body.home .row .article img {
	max-width: 100% !important;
	/*width: 100%*/
}
body.home .row .bansRatings #bansRatingsMap {
	float: none;
	margin-bottom: 1.25em;
	width: 100%;
	margin: 0 0 0 -10px;
}
body.home .row .bansRatings #bansRatingsMap img {
	max-width: 100%;
	margin-bottom: 1.66667em
}
/* 27/11/2012 - Nick Jacob - CFA
body.home .row .bansRatings .importantLinks {
	visibility: hidden;
	display: none
}
*/
body.home .row .newsListing {
	margin-bottom: 1.25em
}
body.home .row .newsListing ul li a .date {
	margin-top: 0
}
body.home .row .newsListing #viewAllNews {
	position: relative;
	top: 0;
	left: 0
}
#hero .slideshowLeft, #hero .slideshowRight, #hero #prevSlide, #hero #nextSlide {
	display: none !important;
	visibility: hidden
}
#hero #slideshow .slide .slideText {
	left: 0;
	top: 13px;
	padding: 0;
	width: auto
}
#hero #slideshow .slide .slideText h2 {
	float: none;
	width: 180px;
	font-size: 2.5em;
	font-family: Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.06667em;
	padding: 13px
}
#hero #slideshow .slide .slideText .tel {
	margin: 0;
	padding: 5px 13px;
	width: auto;
	display: block
}
#customSlideController {
	left: 13px
}
.fdbk_tab_right {
	display: none !important;
	visibility: hidden !important
}
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height:0
}
.ir br {
	display: none
}
.hidden {
	display: none !important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:before, blockquote:before, .blockquote:before, .relevantLinks ul li a:before, .forms p:before, .forms p .error:before, .clearfix:after, blockquote:after, .blockquote:after, .relevantLinks ul li a:after, .forms p:after, .forms p .error:after {
	content: "";
	display: table
}
.clearfix:after, blockquote:after, .blockquote:after, .relevantLinks ul li a:after, .forms p:after, .forms p .error:after {
	clear: both
}
.clearfix, blockquote, .blockquote, .relevantLinks ul li a, .forms p, .forms p .error {
*zoom:1
}
.offscreen-render {
    left: -9999em;
    position: absolute;
}
@media print {
* {
	background: transparent !important;
	font-family: times, "times new roman", "nimbus roman no9 l", freeserif, "liberation serif", serif !important;
	font-size: 12pt;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
	width: auto !important
}
a, a:visited {
	text-decoration: underline
}
/* 27/11/2012 - Nick - CFA
a[href]:after {
	content: " (" attr(href) ")"
}
*/
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
@page {
margin:.5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3, h4, .blockquote {
	page-break-after: avoid
}
h1, h2, h3 {
	font-family: times, "times new roman", "nimbus roman no9 l", freeserif, "liberation serif", serif !important;
	font-weight: bold !important
}
#globalPageTitle h1, h1 {
	font-size: 26pt !important;
	margin-bottom: 6mm !important;
	border: 0 !important;
	padding: 0 !important
}
h2 {
	font-size: 16pt !important;
	margin-bottom: 6mm !important
}
h3 {
	font-size: 14pt !important;
	margin-bottom: 6mm !important
}
h4 {
	font-size: 12pt !important
}
p, ul, ol {
	margin-bottom: 6mm;
	line-height: 16pt
}
.intro {
	font-size: 16pt !important;
	line-height: 20pt;
	margin-bottom: 16pt
}
ul li, ol li {
	margin-bottom: 3mm
}
.image {
	margin-bottom: 6mm
}
.image img {
	margin-bottom: 3mm
}
.caption {
	font-size: 10pt;
	font-style: italic;
	padding: 0!important
}
.blockquote {
	border: 0;
	padding: 0 !important;
	width: 100%;
	margin: 0 0 6mm 0;
	font-style: italic
}
#skipLinks, #globalAboutLinks, #globalSearch, #sectionTitle, #utilities, #globalPrimaryNav, #globalSecondaryNav, .usefulLinks, #affiliateLinks {
	display: none !important;
	visibility: hidden
}
.container, .wrapper, #globalBanner, #globalBody, #mainContent, #globalDisclaimerLinks {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important
}
#globalHeader #globalLogo {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 6mm 0;
	padding: 0
}
#globalHeader #globalMessage {
	float: none !important;
	font-size: 16pt !important;
	margin: 0 0 6mm 0 !important;
	font-weight: 700
}
#globalHeader #globalMessage span {
	font-size: 16pt !important;
	font-weight: 700
}
table {
	width: 100% !important;
	margin-bottom: 6mm;
	border-top: .25mm solid black;
	border-right: .25mm solid black;
	border-left: .25mm solid black
}
table th, table td {
	padding: 3mm 6mm;
	border-bottom: .25mm solid black;
	border-right: .25mm solid black;
	font-size:1.2em;
}
#globalBody {
	border-top: .5mm solid black;
	border-bottom: .5mm solid black;
	margin-bottom: 6mm !important
}
#globalBreadcrumb {
	margin-top: 6mm;
	font-size: 12pt !important
}
#globalFooter #globalDisclaimerLinks li {
	border: 0
}
#globalFooter #globalDisclaimerLinks a {
	display: none
}
#globalWarning {
	height: auto;
	margin: 0
}
#globalWarning #warningExpand {
	display: none !important;
	visibility: hidden
}
#hero, #viewAllNews, .otherLinks, .slideshowNav, .slideshowLeft, .slideshowRight, #customSlideController {
	display: none !important;
	visibility: hidden
}
body.home .row {
	margin: 0
}
body.home .row .block a .description {
	min-height: 100% !important;
	height: auto !important;
	padding: 0 !important
}
body.home .row .block a .description p {
	margin: 0 0 6mm 0 !important
}
/* NJ 17/12/2014 */
#warnings_osom { width:800px !important; }
}

#mainContent .sitemap ul {
	margin-top:10px;
	margin-bottom:10px;
}
#mainContent .sitemap li {
	margin-left:0;
	padding-left:0;
	font-size:14px;
	font-weight:bold;
}
#mainContent .sitemap .sitemap-lv1 li {
	font-weight:bold;
	list-style:circle

}
#mainContent .sitemap .sitemap-lv2 li {
	list-style:disc;
	font-weight:normal;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	display: none;    
	position: fixed;
	/*top: 17%;*/
	top:80px;
	left: 50%;    
	margin-left: -300px;
	width: 600px;    
	background:#f1f1f1 none;
	color: #333;
	border: 10px solid #666;
	padding: 0;
}
.jqmWindowContent {	padding: 8px; text-align:left; }
.jqmWindowContent p, .jqmWindowContent h2 { margin:0 5px 6px 0; color:#000;  }
.jqmWindowContent p { line-height:1.2em; }
.jqmWindowContent ul { list-style-image:none; /*font-size:90%;*/ }
.jqmWindow div.CODERED { background-repeat: repeat-x; }
.jqmWindowLinks { text-align:right; }
.jqmWindowLinks a { padding:0 5px; }

.jqmOverlay { background-color: #fff; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) 
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
*/

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
 position: absolute;
 /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
 top:30px;
}


#globalPrimaryNav .primaryNavInner .container ul li .subNav ul li.active a strong {
	color:#FFF
}


/*Dave-ERD-2012-11-14 Added target for content pages only.
*/
body.contentpage #mainContent ul, body.contentpage #mainContent ol {
	font-size: 1.25em;
}
body.contentpage #mainContent ul ul  {
	font-size: 1em;
}
body.contentpage .relevantLinks {
	font-size: .8em;
}
body.contentpage .relevantLinks h2 {
	font-size: 1.25em;
}
body.contentpage #mainContent ul.groupLinks{
	font-size: 1.1em;
}


/*Nick-CFA-2012-11-14 Styles below used to show alternative content for fixed width content.
*/
.mobile-alternative {
	background:#EFEFEF none;
	border:1px solid #333;
	color:#000;
	display:none;
	padding:10px;
}
#warnings_osom { width:600px; }
@media only screen and (max-width:767px) {
#warnings_osom { width:310px; /*400px*/ }
.mobile-alternative { display:block; }

/*#id_cfaonline_iframe,
#mycfa-crm-bsp,*/
#crm-content,
#osom/*,
#columnright,
.roles-wrapper,
div.ff_banner,
.secondary-schools,
#orgChart, div.direction, #services,
#historyTimeline*/ { display:none; }

/* Nick-CFA-2012-11-27 overriding styles to make jqModal window responsive */
.jqmWindow {
	left: 1%;
	height: 310px;
	margin-left: 5px;	
	overflow: auto;
	top:10px;
	width: 90%;    
}
#bansRatingsMap.districtMap li a.eastgipps { left:240px !important; top:161px !important; }
}
@media only screen and (max-width:767px) and (orientation:landscape) {
	.jqmWindow {
		height:245px;
		top:5px;
	}
}
/* Nick-CFA-2012-11-21 Styles for FDR colors needed for home page modal specific colors
*/
/* fdr color backgrounds */
.NOTDECLARED { background-color: #E1E1E1; font-weight:bold; }
.LOWTOMODERATE { background-color: #7AC142; font-weight:bold; }
.HIGH {	background-color: #00AEEF; font-weight:bold; }
.VERYHIGH { background-color: #FFF000; font-weight:bold; }
.SEVERE { background-color: #F89829; font-weight:bold; }
.EXTREME { background-color: #EE2E24; font-weight:bold; }
.CODERED { background: #EE2E24 url(../img/codered.gif) no-repeat top left !important; color:#ffffff; border:1px solid #000000; font-weight:bold; }
/* HN -Cylinder 2013-04-16 style for up button in summer mode*/
body.warning #globalPrimaryNav .primaryNavInner .container ul > li.current > .menuBtnWrap > span > span {
background: url('/img/icons-sfebc860cb3.png') 0 -520px;
}
@media only screen and (min-width:767px) {
	.ie7 #hero > .container {
		height: 251px;
		z-index:900;
	}
}
/* HN -Cylinder 2013-08-28 the landing page feature link style */
body.landing .featureStories a,
body #mainContent .actionTopics a {
	color: #424B3F;
	display: block;
	text-decoration: none;
}
body.landing .featureStories h3, body.landing .featureStories .h3, body #mainContent .actionTopics h3 {
	color: #C71529;
}
body.landing .featureStories a:hover h3, body.landing .featureStories a:hover .h3, body #mainContent .actionTopics a:hover h3 {
	color: #333333;
}
body.landing .featureStories h3:hover, body.landing .featureStories .h3:hover, body #mainContent .actionTopics h3:hover {
	color: #333333;
}
/* NJ - CFA 2013-07-23 override style to hide GetSatisfaction button */
a#fdbk_tab { display: none !important; }

/* NJ - CFA 2013-07-24 global button styles */

.cfabutton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: -moz-inline-stack;	
	display: inline-block;
	*display: inline;		
	*zoom: 1;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.cfabutton:visited,
.cfabutton:active {
	position:relative;
	top:1px;
}
.red {
	background-color: #d0451b;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0c2f), to(#bc3315));
	background: -webkit-linear-gradient(top, #cc0c2f, #bc3315);	
	background: -moz-linear-gradient(top, #cc0c2f, #bc3315);
	background: -ms-linear-gradient(top, #cc0c2f, #bc3315);
	background: -o-linear-gradient(top, #cc0c2f, #bc3315);
	background: linear-gradient(top, #cc0c2f, #bc3315);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0c2f', endColorstr='#bc3315',GradientType=0);
	background-repeat: repeat-x;
	border: 1px solid #d0451b;
}
.red:hover,
.red:focus,
.red:active,
.red:visited {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bc3315), to(#d0451b));
	background: -webkit-linear-gradient(top, #bc3315, #d0451b);	
	background: -moz-linear-gradient(top, #bc3315, #d0451b);
	background: -ms-linear-gradient(top, #bc3315, #d0451b);
	background: -o-linear-gradient(top, #bc3315, #d0451b);
	background: linear-gradient(top, #bc3315, #d0451b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-repeat: repeat-x;
	color: #ffffff;
}
.grey {
	background-color: #cccccc;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#999999));
	background: -webkit-linear-gradient(top, #cccccc, #999999);	
	background: -moz-linear-gradient(top, #cccccc, #999999);
	background: -ms-linear-gradient(top, #cccccc, #999999);
	background: -o-linear-gradient(top, #cccccc, #999999);
	background: linear-gradient(top, #cccccc, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999',GradientType=0);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	color: #333333;
}
.grey:hover,
.grey:focus,
.grey:active,
.grey:visited {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#cccccc));
	background: -webkit-linear-gradient(top, #999999, #cccccc);	
	background: -moz-linear-gradient(top, #999999, #cccccc);
	background: -ms-linear-gradient(top, #999999, #cccccc);
	background: -o-linear-gradient(top, #999999, #cccccc);
	background: linear-gradient(top, #999999, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc',GradientType=0);
	background-repeat: repeat-x;
	color: #333333;
}
.white {
	background-color: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff, #e9e9e9);	
	background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0);
	background-repeat: repeat-x;
	border: 1px solid #e9e9e9;
	color: #333333;
}
.white:hover,
.white:focus,
.white:active,
.white:visited {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#ffffff));
	background: -webkit-linear-gradient(top, #e9e9e9, #ffffff);	
	background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	background: -ms-linear-gradient(top, #e9e9e9, #ffffff);
	background: -o-linear-gradient(top, #e9e9e9, #ffffff);
	background: linear-gradient(top, #e9e9e9, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0);
	background-repeat: repeat-x;
	color: #333333;
}

.small { font-size: 1.2em; }
.medium { font-size: 1.4em; padding: 15px 25px; }
.large { font-size: 1.6em; padding: 20px 30px; }
.full { display: block; margin: 10px 0; }
/* HN - Cylinder 2014-03-09 
#globalHeader #globalAboutLinks {
	margin: 0 0 .83333em 0;
	padding: 0 0 0 410px;
}
*/
/* NJ - CFA 2014-02-24 */
#onThisPage {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 15px;
	width: 75%;
}
#onThisPage strong {
	display: block;
	margin-bottom: 1.41667em;
}
#onThisPage ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.backToTop {
	font-size: 0.9em;
	padding-right: 12px;
	text-align: right;
}
.backToTop a { color: #666; }

@media only screen and (max-width:760px) 
{
/*#globalHeader #globalAboutLinks {
    padding: 0 0 0 105px;
    width: 100px;
}
#globalHeader #globalAboutLinks li 
{
    margin: 0;
    width: 80px;
    border-left: none;
}*/
#globalHeader #globalAboutLinks li:nth-child(2) { display: none; }
}