html {
  -webkit-box-sizig: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	line-height: 1em;
}

body {
	background: #e6dfd7;
}

a {
	color: #666;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #a60d1f;
}

.left {
	float: left;
}

.right {
	float: right;
}

.padding20 {
	padding: 20px 20px;
}

@font-face {
    font-family: "ClarendonBold";
    src: url("../fonts/Clarendon-Bold-webfont.eot");
    src: url("../fonts/Clarendon-Bold-webfont.eot?iefix") format("eot"),
         url("../fonts/Clarendon-Bold-webfont.woff") format("woff"),
         url("../fonts/Clarendon-Bold-webfont.ttf") format("truetype"),
         url("../fonts/Clarendon-Bold-webfont.svg#webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ClarendonLight";
    src: url("../fonts/Clarendon-Light-webfont.eot");
    src: url("../fonts/Clarendon-Light-webfont.eot?iefix") format("eot"),
         url("../fonts/Clarendon-Light-webfont.woff") format("woff"),
         url("../fonts/Clarendon-Light-webfont.ttf") format("truetype"),
         url("../fonts/Clarendon-Light-webfont.svg#webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #c21d30;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 183.4%; /* equals 22px */
  margin: 1.2em 0 10px 0;
}

h2 {
  font-size: 141.6%; /* equals 17px */
  margin: 0 0 10px 0;
}

.red {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 183.4%; /* equals 22px */
  margin: 1.2em 0 10px 0;
  padding-top: 20px;
}

h3 {
  font-size: 116.7%; /* equals 14px */
  margin: 0 0 5px 0;
}

h4 {
  font-size: 100%;
  margin: 0;
}

h5 {
  font-size: 100%;
  margin: 0;
}

h6 {
  font-size: 100%;
  margin: 0;
}

img {
	border: 0;
}

strong {
  font-weight: bold;
}

.hidden {
  display: none;
}

#alert {
  background-color: #EEE;
  font-size: 12px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
#alert p {
  margin: 15px 0 0;
}
#alert .button {
  cursor: pointer;
  float: right;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  background-color: #A60D1F;
  padding: 5px 15px;
}
#alert a {
  color: #A60D1F;
}
body.alert #alert {
  height: 60px;
  visibility: visible;
}

em {
	font-style: italic;
}



/**
 * 2.0 Template Layout
 * -----------------------------------------------------------------------------
 */

#topbar {
	background-color: #a60d1f;
	background-image: url(/i/topbar-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 38px;
}
#sitewrapper {
	position: relative;
	font-size: 75%;
	width: 980px;
	min-height: 100%;
	padding: 0 0 20px 0;
	margin: -38px auto 0;
}
#contentwrapper {
  margin-bottom: 20px;
}
.page-links {
  background-color: #F8F6F3;
  width: 480px;
  padding: 15px;
  margin: 0 0 20px;
}
.page-links a {
  padding: 0 15px 0 10px;
  background: url(/i/arrow-black.png) no-repeat left;
}

.video {
  width: 480px;
  height: 270px;
  margin-left: -15px;
}

/**
 * 3.0  Header
 * -----------------------------------------------------------------------------
 */
#header {
	position: relative;
	height: 271px;
}
#header-image {
	position:absolute;
	top: 38px;
	left: 175px;
	width: 805px;
	height: 233px;
}

#logo {
  display: block;
	position: relative;
	background-image: url(/i/logo.png);
	background-size: 175px 154px;
	width: 175px;
	height: 154px;
	z-index: 50;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#logo {
		background-image: url(/i/logo2x.png);
	}
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 116.7%;
	position: absolute;
	top: 0;
	left: 175px;
	height: 38px;
}
#nav ul {
	list-style-type: none;
}
#nav a {
	display: block;
	color: #fff;
	padding: 11px 9px;
	text-decoration: none;
}

#nav .current_page_item a,
#nav a:hover,
#nav a:active,
#nav a:focus,
#nav a.current,
#nav a.current:visited,
#nav a.current:hover,
#nav a.current:active,
#nav a.current:focus {
	text-decoration: underline;
}

#nav .current_page_item a,
#nav a.current,
#nav a.current:visited,
#nav a.current:hover,
#nav a.current:active,
#nav a.current:focus {
	text-decoration: none;
	padding: 11px 9px 5px 9px;
	border-bottom: 6px solid #7c0a17;
}

#nav li {
	display: inline;
	float: left;
}

#nav-menu,
#nav-close {
  display: none;
}

/**
 * 3.3 Share price
 * -----------------------------------------------------------------------------
 */
#latestshareprice {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  padding:10px 0 9px 0;
}
#latestshareprice p {
 	color: #fff;
 	padding: 0 15px 0 0;
 	text-align: right;
 }
#latestshareprice .price {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#latestshareprice .decimal {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#latestshareprice a {
  background: url(/i/arrow-white.png) no-repeat left;
  padding-left: 10px;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #latestshareprice a {
    background: url(/i/arrow-white2x.png) no-repeat left;
    background-size: 3px 7px;
  }
}
#latestshareprice a,
#latestshareprice a:link,
#latestshareprice a:visited {
	color: #fff;
	text-decoration: none;
}
#latestshareprice a:hover,
#latestshareprice a:focus,
#latestshareprice a:active {
	color: #fff;
	text-decoration: underline;
}

/**
 * 3.4 Site features
 * -----------------------------------------------------------------------------
 */
#sitefeatures {
  background-color: #FFF;
  position: absolute;
  width: 230px;
  top: 38px;
  right: 0;
  text-align: right;
  padding: 0 0 10px;
  z-index: 100;
}
#sitefeatures a {
  float: right;
  display: block;
  font-size: 91.7%;
  text-align: right;
  padding: 0 15px 0 10px;
  background: url(/i/arrow-black.png) no-repeat left;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #sitefeatures a {
    background: url(/i/arrow-black2x.png) no-repeat left;
    background-size: 3px 7px;
  }
}

#sitefeatures form {
	text-align: right;
  float: right;
	background: #fff;
	padding: 20px 15px 7px 15px;
}
#sitefeatures fieldset {
	display: inline;
	text-align: right;
  float: right;
	margin: 0;
	padding: 0;
}


#sitefeatures input[type="search"] {
	outline: none;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
	float: left;
	border: 1px solid #ccc;
	width: 160px;
	padding: 2px 5px;
	margin: 0;
	color: #666;
}

#sitefeatures input[type="search"]::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; line-height: 15px}
#sitefeatures input[type="search"]::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; line-height: 15px}
#sitefeatures input[type="search"]:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; line-height: 15px}
#sitefeatures input[type="search"]:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; line-height: 15px}
#sitefeatures input[type="search"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#sitefeatures input[type="search"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#sitefeatures input[type="search"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#sitefeatures input[type="search"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#sitefeatures button {
	float: left;
	background: green; /* Old browsers */
	background: -moz-linear-gradient(top, #cc0033 0%, #940020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0033), color-stop(100%,#940020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0033 0%,#940020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0033 0%,#940020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc0033 0%,#940020 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc0033 0%,#940020 100%); /* W3C */
	color: #fff;
	cursor: pointer;
	font-size: 100%;
	height: 20px;
	padding: 3px 3px 3px 3px;
	margin-left: 0;
	border: 0px;
	vertical-align: middle;
}

#sitefeatures button .search {
	width: 23px;
}

/**
* 4.0 Sub navigation
* -----------------------------------------------------------------------------
*/
#subnav {
	min-height: 130px;
	background-color: #FFF;
	padding: 5px 0 10px;
	margin: 0;
}
#subnav::after {
	content: "";
	display: block;
	background: transparent url(/i/menu-fade.png) no-repeat bottom;
	width: 230px;
	height: 10px;
	margin-bottom: -20px;
}

#subnav h2 {
	border-bottom:1px solid #bababa;
	color: #c21d30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 141.6%;
	line-height: 1em;
	padding-bottom: 7px;
	margin: 17px 15px 0 15px;
}
#subnav h2 a:link,
#subnav h2 a:visited {
	text-decoration: none;
	color:#c21d30;
}

#subnav ul,
#subnav ul li {
	list-style-type:none;
	margin: 0;
	padding:0;
	background:none;
}
#subnav ul {
	width: 220px;
	padding: 10px 15px 20px 15px;
	font-size: 91.7%;
}
#subnav li {
	position: relative;
}
 #subnav li a:link,
 #subnav li a:visited {
	color: #666;
	display:inline-block;
	padding: 2px 0 3px 0;
	text-decoration: none;
}
#subnav li a:hover,
#subnav li a:active,
#subnav li a:focus {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
#subnav li a.current:link,
#subnav li a.current:visited {
	color: #C21D30;
	font-weight: bold;
	text-decoration: none;
}

#subnav ul.sub-menu {
	font-size:91.7%;
	padding-top: 0;
	padding-bottom: 0;
}
#subnav li ul {
	display: none;
}

#subnav li.current-menu-item ul,
#subnav li.current-page-ancestor ul {
  display: block;
}
#subnav li.current-menu-item > a,
#subnav li.current-page-ancestor > a {
  color: #C21D30;
  font-weight: bold;
}

/**
* 4.1 Access keys hidden menu
* -----------------------------------------------------------------------------
*/
#accessiblenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;

}
#accessiblenav a:link, #accessiblenav a:visited {
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 5px;
	width: 0;
	z-index: 1002;
}
#accessiblenav a:active, #accessiblenav a:focus { /* Only show skiplinks on focus */
	background: #FFF;
	border:1px solid #000;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 4px 6px 4px 6px;
	position: absolute;
	text-decoration:underline;
	width: auto;
	z-index: 1000;
}

#content {
	border-top: 10px solid #A60D1F;
	position: relative;
	color: #666;
	background-color: #FFF;
	min-height: 300px;
	padding-bottom: 100px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#contentnoheader {
	border-top: 10px solid #A60D1F;
	position: relative;
	color: #666;
	background-color: #FFF;
	min-height: 300px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

#content p {
  margin-bottom: 1.3em;
}

#sidebar {
  float:left;
  margin-top: -133px;
  margin-left: -15px;
  width: 230px;
}

#cols {
  margin: 0 0 0 235px;
}

#cols-no-header {
  margin: 0 0 0 0;
}

#cols p,
#cols h1,
#cols h2,
#cols h3,
#cols h4,
#cols h5,
#cols h6,
#cols ol,
#cols ul,
#cols-no-header p,
#cols-no-header h1,
#cols-no-header h2,
#cols-no-header h3,
#cols-no-header h4,
#cols-no-header h5,
#cols-no-header h6,
#cols-no-header ol,
#cols-no-header ul {
  margin-left: 0px;
  margin-right: 20px;
}

ol,
ul {
	margin: 10px 20px;
	padding: 0px 20px;
}

#cols ul li {
	list-style-type: disc;
}

#cols ul li:before {
	color: #a60d1f;
	padding-right: 10px;
}

#cols p a {
}

ol,
ul {
  margin: 0 0 1.2em;
}

.col-1,
.col-2,
.col-3 {
  float: left;
}

.col-1 {
  width: 230px;
}
.col-2 {
  width: 480px;
}
.col-3 {
  width: 710px;
}


.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8 {
	display: block;
	float: left;
	margin: 0 10px;
}

.grid-25,
.grid-75 {
	display: block;
	float: left;
}

.grid-1 {
	width: 105px;
}

.grid-2 {
	width: 230px;
}

.grid-3 {
	width: 355px;
}

.grid-4 {
	width: 475px;
}

.grid-5 {
	width: 605px;
}

.grid-6 {
	width: 730px;
}

.grid-7 {
	width: 855px;
}

.grid-8 {
	width: 980px;
}

.grid-25 {
	width: 25%;
}

.grid-75 {
	width: 75%;
}

ul.inline {
  list-style: none;
}

ul.inline li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -18px;
    margin-right: -18px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col {
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px
    float: left

}

.photogallery {
}

.photogallery .item {
	display: inline-block;
	float: left;
    border: solid 1px #dbd8d6;
    margin: 5px 5px;
    padding: 5px 5px;
}

.photogallery .item img {
}

.brands .logo {
	display: inline-block;
	float: left;
    border: solid 1px #dbd8d6;
    margin: 5px 5px;
}

.brands .logo img {
	width: 220px;
	height: 110px;
}

/**
 * 6.0 Footer
 * -----------------------------------------------------------------------------
 */
#footer {
	font-size:91.7%;
	color: #8A8784;
	background-color: #EFEBE6;
	padding: 20px 0;
}

#footer li {
    list-style: none;
	margin: 5px 0px;
	line-height:15px;
}

#footer a{color:#A60D1F; text-decoration: underline;}
#footer a:hover{text-decoration: none;}

#footer ul li a{color:#A60D1F;}
#footer ul li li a{color:#8A8784; padding: 0px;}

#footer .grid-1,
#footer .grid-2,
#footer .grid-3,
#footer .grid-4,
#footer .grid-5,
#footer .grid-6,
#footer .grid-7,
#footer .grid-8 {
	margin: 0 5px;
}

#footer .col-1 {
	padding: 0 15px 20px;
	margin-right: 15px;
}
#footer .section {
	color: #A60D1F;
}

#footer .footer-logo {
	background-image: url(/i/footer-logo.png);
	background-size: 90px 50px;
	width: 90px;
	height: 50px;
	margin-bottom: 15px;
}

#footer .social a {
	border-radius: 0px;
	display: inline-block;
	width: 39px;
	height: 39px;
	margin: 10px 5px 5px 0;
	color: #a60d1f;
	font-size: 2.5pc;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#footer .footer-logo {
		background-image: url(/i/footer-logo2x.png);
  }
}

.grey-bg {
  position: relative;
  background-color: #efebe6;
  height: 132px;
  padding: 15px;
  margin-bottom: 50px;
}

.grey-bg .social {
  list-style: none;
  position: absolute;
  top: 15px;
  right: 10px;
}

.social li {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 4px;
  margin: 0 5px;
}
.social a {
  display: block;
  width: 39px;
  height: 39px;
}

.relatedlink {
  list-style: none;
  margin: 15px 0 0
}
.relatedlink li::before {
  background-image: url(/i/arrow-black2x.png);
  background-size: 3px 7px;
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 7px;
  margin: 5px 0 0 0;
}

.relatedlink a {
  padding-left: 10px;
}

#footer .map {
  background-image: url(/i/footer-map2x.png);
  background-size: 250px 164px;
  position: absolute;
  top: -15px;
  right: 0;
  width: 250px;
  height: 164px;
  z-index: 90;
}

.clear {
  clear: both;
}

/**
 * 7.0 Cue boxes
 * -----------------------------------------------------------------------------
 */
#cue-box {
 background-color: #A60D1F;
 position: absolute;
 top: -115px;
 right: 0;
 width: 230px;
 height: 230px;
}
#cue-box a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  display: block;
  width: 230px;
  height: 230px;
  background-size: 230px 230px;
}
#cue-box a:hover {
  text-decoration: underline;
}
#cue-box .copy {
  position: absolute;
  line-height: 14px;
}
#cue-box .bring-it-on { background-image: url(/i/cue-box-bring-it-on.png); }
#cue-box .responsibility { background-image: url(/i/cue-box-responsibility.png); }
#cue-box .job-search { background-image: url(/i/cue-box-job-search.png); }
#cue-box .apply { background-image: url(/i/cue-box-apply.png); }

#cue-box .bring-it-on .copy,
#cue-box .responsibility .copy {
  top: 180px;
  width: 170px;
  text-align: right;
  line-height: 14px;
}
#cue-box .apply .copy,
#cue-box .job-search .copy {
  top: 135px;
  width: 100%;
  text-align: center;

}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #cue-box .bring-it-on { background-image: url(/i/cue-box-bring-it-on2x.png); }
  #cue-box .responsibility { background-image: url(/i/cue-box-responsibility2x.png); }
  #cue-box .job-search { background-image: url(/i/cue-box-job-search2x.png); }
  #cue-box .apply { background-image: url(/i/cue-box-apply2x.png); }
}

/**
 * 8.0 Modules
 * -----------------------------------------------------------------------------
 */
.module {
  float: left;
}
.module a {
  color: #FFF;
}
.module.wide {
  background-size: 480px 210px;
  position: relative;
  width: 480px;
  height: 210px;
  margin: 1.2em 20px 2.4em 0;
}
.more-icon {
  display: inline-block;
  background-image: url(/i/more-icon.png);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin: 0 0 -5px 5px;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .more-icon {
    background-image: url(/i/more-icon2x.png)
  }
}

/*
  module_social
*/
.module.social {
  background-color: #F8F6F3;
  width: 230px;
  margin: 20px 0;
}

.module.social h2 {
  color: #000;
  border-bottom: 1px solid #CCC;
  background-color: #F8F6F3;
  font-size: 141.6%; /* equals 17px */
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin: 10px 15px;
}
.module.social ul {
  text-align: left;
  padding: 0 9px;
}
.module.social li {
  background-color: #A60D1F;
  background-image: none;
  margin: 5px 6px 0;
}


/*
  module_news
*/
.module.news {
	background-color: #fff;
	width: 230px;
	margin: 20px 0px;
	box-shadow: 0px 0px 4px #ccc;
}

.module.news h2 {
	border-bottom: 1px solid #CCC;
	font-size: 141.6%; /* equals 17px */
	font-family: Georgia, "Times New Roman", Times, serif;
 	line-height: 1.2em;
 	padding-right: 20px;
}

.module.wide.banner-corporate-care .copy {
  position: absolute;
  text-align: center;
  top: 170px;
  left: 0;
  right: 0;
}
.module.wide.banner-corporate-care {
  color: #FFF;
  background-image: url(/i/banner-corporate-care.png)
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .module.wide.banner-corporate-care {
    background-image: url(/i/banner-corporate-care2x.png)
  }
}

/*
  module_responsibility
*/
.module.wide.responsibility .copy {
  position: absolute;
  text-align: center;
  top: 170px;
  left: 0;
  right: 0;
}
.module.wide.responsibility {
  color: #FFF;
  background-image: url(/i/module-wide-responsibility.png)
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .module.wide.responsibility {
    background-image: url(/i/module-wide-responsibility2x.png)
  }
}

.module.wide.banner-career .copy {
  position: absolute;
  text-align: center;
  top: 170px;
  left: 0;
  right: 0;
}
.module.wide.banner-career {
  color: #FFF;
  background-image: url(/i/banner-career.png)
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .module.wide.banner-career {
    background-image: url(/i/banner-career2x.png)
  }
}

.module.news {
	color: #666;
	background-color: #fff;
	width: 230px;
	padding: 10px 0 15px 15px;
	margin: 1.2em 0 0;
}
.module.wide.news {
	width: 480px;
	height: 240px;
	padding: 20px 20px;
}
#cols .module.news h3 {
  position: relative;
  font-size: 141.6%; /* equals 17px */
  margin-left: 0;
  padding-left: 25px;
}
.module.news h3::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  background-image: url(/i/news-icon.png);
  background-size: 13px 15px;
  width: 13px;
  height: 15px;
}
.module.news .title {
  font-size: 141.6%; /* equals 17px */
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  padding: 0.5em 0 0.5em;
  border-top: 1px solid #CCC;
}
.module.news a {
  color: #A60D1F;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .module.news h3::before {
    background-image: url(/i/news-icon2x.png);
  }
}

/*
  module_search
*/
.module.search {
  background-color: #F8F6F3;
}
.module.search label {
  display: block;
  color: #99948E;
  margin: 4px 0 0 0;
}
.module.wide.search {
  background-color: #F8F6F3;
  background-image: url(/i/module-wide-search.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 480px;
  height: 160px;
  padding: 20px 20px 40px;
}
.module.wide.search .col {
  width: 200px;
  float: left;
  margin: 0 10px 10px;
}
.module.wide.search .col input[type="text"],
.module.wide.search .col select {
  display: block;
  width: 100%;
}
.module.wide.search .col input[type="submit"] {
  cursor: pointer;
  color: #C21D30;
  font-weight: bold;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 1em 0;
}
.module.wide.search .submit {
  width: 200px;
  clear: both;
  margin: 10px;
}
.job-search-result {
  position: relative;
  background-color: #F8F6F3;
  width: 480px;
  margin: 20px 20px;
  padding: 20px 20px;
  clear: both;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .module.wide.search {
    background-image: url(/i/module-wide-search2x.png);
  }
}

/**
 * 9.0 Employee Search
 * -----------------------------------------------------------------------------
 */

.employee-search-profile {
  visibility: visible;
  opacity: 1;
  background-color: #F8F6F3;
  overflow: hidden;
  width: 100%;
  height: 350px;
  text-align: center;
  float: left;
  margin: 0 0 20px 20px;
  transition: 1s;
}
.employee-search-results .employee-search-profile.business-area-hide,
.employee-search-results .employee-search-profile.location-hide,
.employee-search-results .employee-search-profile.graduate-hide {
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  margin: 0;
}
.employee-search-profile .header {
  color: #FFF;
  background-color: #A60D1F;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 30px;
  width: 100%;
  height: 30px;
}
.employee-search-profile .profile-photo {
  width: 240px;
  height: 230px;
  margin: 0 0 0 -5px;
}
.employee-search-profile h2,
.employee-search-profile p {
  margin: 0 !important;
}
.employee-search-profile a {
  display: block;
  border-radius: 2px;
  border: 1px solid #DEDCDA;
  line-height: 28px;
  width: 200px;
  height: 30px;
  margin: 5px auto 0;
}

.module.search.wide.employee-search {
  display: block;
  float: none;
}

body.overlay #overlay {
  visibility: visible;
  opacity: 1;
  transition: 1s;
  z-index: 1000;
}
#overlay {
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#overlay {
  background-color: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 700px;
  margin: -320px 0 0 -260px;
  overflow: scroll;
}
#overlay .employee {
  margin: 20px 20px 0;
}
#overlay .quote {
  margin: 20px;
}
#overlay .header {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #A60D1F;
  width: 520px;
  height: 30px;
  margin: -350px 0 0 -260px;
}
#overlay .col-2 {
  margin: 20px 20px 0;
}
#overlay .header .close {
  background-image: url(/i/profile-close2x.png);
  background-size: 12px 12px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin: 9px;
}
.employee-search-results {
  width: 500px;
}
.employee-search-results .employee-search-profile {
  margin: 0 20px 20px 0;
}
.employee {
  position: relative;
  background-color: #F8F6F3;
  width: 480px;
  height: 230px;
  margin: 0px 00px;
}
.employee .profile-photo {
  background-color: #FFF;
  width: 50%;
  height: auto;
}
.profile-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.employee .details {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 116.7%; /* 14px */
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  bottom: 0;
  height: auto;
  padding: 0 10px;
}
.employee .details em {
  color: #000;
}
.employee h2 {
  color: #A60D1F;
  margin-top: 15px;
}
.employee .map {
  background-image: url(/i/profile-map2x.png);
  background-size: cover;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
}
.quote {
  color: #FFF;
  background-color: #A60D1F;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 130%; /* equals 17px */
  line-height: 1.3em;
  text-align: center;
  width: 100%;
  margin: 20px 20px 20px 0px;
  padding: 40px 40px;
}
.quote p {
  margin: 0;
}
.quote span.open,
.quote span.close {
  position: absolute;
  font-size: 50px;
  display: inline-block;
  width: 20px;
  height: 16px;
  color: #C21D30;
}
.quote span.open {
  margin-left: -40px;
  margin-top: -5px;
}
.quote span.close {
  margin-left: 10px;
  margin-top: 0px;
}
.overlay-bg {
  position: absolute;
  background-color: #000;
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**
 * 10.0 Global Careers
 * -----------------------------------------------------------------------------
 */

.career {
  display: block;
  float: left;
  position: relative;
  background-size: 230px 105px;
  width: 230px;
  height: 105px;
  margin: 5px 5px;
}
.career .copy {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 130%; /* equals 17px */
  text-align: center;
  line-height: 1.2em;
  z-index: 10;
}
.career .copy a {
	color: #000;
}
.career .copy-bg {
  display: table;
  background-color: #fff;
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 138px;
  height: 105px;
}
.career .copy-bg:hover {
  opacity: 0.9;
}

.career.our-views {
 background-image: url(/i/our-views.jpg);
}
.career.sales {
 background-image: url(/i/careers-sales.jpg);
}
.career.corporate-affairs-legal {
 background-image: url(/i/careers-corporate-affairs-legal.jpg);
}
.career.hr {
 background-image: url(/i/careers-hr.jpg);
}
.career.finance {
 background-image: url(/i/banner-production.jpg);
}
.career.procurement {
/* background-image: url(/i/banner-purchase.jpg);*/
 background-image: url(/i/banner-procurement.jpg);
}
.career.information-systems {
 background-image: url(/i/careers-information-systems.jpg);
}
.career.careers-quality-rd {
 background-image: url(/i/careers-quality-rd.jpg);
}
.career.manufacturing-supply {
 background-image: url(/i/careers-manufacturing-supply.jpg);
}


/**
 * 12.0 Job Search
 * -----------------------------------------------------------------------------
 */

#language-selector {
  top: 0;
  right: 0;
  color: #fff;
  position: absolute;
  z-index: 10;
  background: #a60d1f;
}

#language-selector > a {
  display: block;
  padding: 12px 9px 12px 24px;
  font-size: 0.88rem;
  line-height: 1em;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
  z-index: 10;
  background-color: #a60d1f;
}

#language-selector > a:hover {
  text-decoration: underline;
}

#language-selector > a:before {
  content: "▼";
  position: absolute;
  left: 8px;
  color: #fff;
  font-size: 10px;
}

#language-selector ul {
  visibility: hidden;
  position: absolute;
  right: 0;
  background-color: #7c1706;
  z-index: 5;
  -moz-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  -webkit-transition: all, 0.7s;
  transition: all, 0.7s;
  -webkit-transform: translateY(-50%);
  -mos-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  width: 100%;
  padding: 10px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  list-style-type: none;
}

#language-selector ul li {
  padding: 0;
}

#language-selector ul li a {
  color: #fff;
  display: block;
  font-size: 0.88rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 3px 0 3px 24px;
  line-height: 1em;
}

#language-selector ul li a:hover {
  text-decoration: underline;
}

#language-selector.active > a:before {
  content: "▲";
}

#language-selector.active ul {
  visibility: visible;
  -webkit-transform: translateY(0);
  -mos-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}


.job-listing-search-form {
  background-color: #F8F6F3;
  background-image: url(/i/module-wide-search.png);
  background-size: 480px 230px;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 480px;
  padding: 10px 20px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .job-listing-search-form {
    background-image: url(/i/module-wide-search2x.png);
  }
}

.job-listing-search-form .lumesse-field {
  display: block;
  float: left;
  width: 33.33%;
  height: 60px;
  padding: 5px;
}

.job-listing-search-form div.lumesse-label {
  font-size: 10px;
  text-align: left;
}

.job-listing-search-form .lumesse-field .lumesse-input input,
.job-listing-search-form .lumesse-field .lumesse-input select {
  width: 100%
}

.button.apply {
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}
.button.apply a {
  color: #A60D1F;
}

.lumesse-search-results {
  margin: 20px 0;
}

.lumesse-search-results .job-listing-container {
  background-color: #F8F6F3;
  padding: 15px;
  margin-top: 20px;
}

.job-listing-advert-count {
  text-align: center;
}

.job-listing-title a {
  display: block;
  color: #A60D1F;
  font-size: 116.7%; /* equals 14px */
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1em;
  white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  margin-bottom: 5px;
}

.job-listing-container-right {
  float: right;
}

body.homepage #content {
  margin-left: 0;
  padding-bottom: 0;
}
body.homepage #header {
  min-height: 508px;
}
body.homepage #header-image {
  background-size: cover;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body.homepage #intro-box {
  -moz-box-shadow: 0 -10px 8px #000;
  -webkit-box-shadow: 0 -10px 8px #000;
  box-shadow: 0 -10px 8px #000;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  width: 520px;
  height: 175px;
  margin: -175px 0 0 -260px;
  padding: 0 20px;
}
body.homepage .shortcuts {
  list-style: none;
  background-color: #fff;
  padding: 6px 40px;
}
body.homepage .shortcuts li {
  display: inline-block;
  width: 30%;
  margin: 5px 5px;
}
body.homepage .shortcuts a {
  color: #A60D1F;
  font-size: 116.7%; /* equals 14px */
  font-family: Georgia, "Times New Roman", Times, serif;
  background-image: url(/i/arrow-black.png) no-repeat left;
  padding: 0 10px 0 10px;
  margin-left: 10px;
}
body.homepage .career {
  margin: 20px 0 0;
}

body.homepage .career + .career {
  margin-left: 20px;
}
body.homepage .module.wide.banner-career {
  margin: 20px 20px 20px 0;
}
body.homepage .module.wide.banner-corporate-care {
  margin: 20px 0 20px 0;
}
body.homepage #sidebar {
  display: none;
}
body.homepage.menu #sidebar {
  display: block;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  body.homepage #header-image {
    background-image: url(/repo/splash/main-splash-office-6-bw.jpg);
  }
  body.homepage .shortcuts a {
    background: url(/i/arrow-black2x.png) no-repeat left;
    background-size: 3px 7px;
  }
}


@media screen and (max-width:980px) {
  .center {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  #header {
    height: auto;
  }
  #header-image {
    width: 100%;
    height: auto;
    min-height: 120px
  }
  #sidebar {
    margin-top: -13px;
  }
  #sitewrapper {
    width: auto;
  }
  #cue-box {
    display: none;
  }
  .col-3 {
    width: 480px;
  }
  .col-3 .col-1 {
    display: none;
  }
  body.homepage .career,
  body.homepage .career + .career {
    margin: 20px 10px 20px;
  }
  body.homepage .career-row {
    width: 500px;
    text-align: center;
    margin: 0 auto;
  }
  body.homepage .module.wide.banner-career,
  body.homepage .module.wide.banner-corporate-care {
    margin: 20px auto 0;
    float: none;
    clear: both;
  }
  body.homepage #content {
    padding-bottom: 20px;
  }
}

@media screen and (max-width:825px) {
  #nav-menu {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-image: url(/i/nav-menu.png);
    background-size: 25px 18px;
    width: 25px;
    height: 18px;
  }
  body.alert #alert {
    height: auto;
    visibility: visible;
  }
  #alert a.button {
    float: none;
    display: block;
    text-align: center;
    margin: 15px 0 10px;
  }
  #alert p {
    margin-bottom: 10px;
  }
  body.menu #nav-close {
    cursor: pointer;
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    background-image: url(/i/nav-close.png);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    z-index: 150;
  }
  #subnav {
    background-color: #A60D1F;
    font-size: 20px;
    line-height: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: scroll;
  }
  #subnav li ul {
    display: block;
  }
  body.menu #subnav {
    position: fixed;
    visibility: visible;
    z-index: 100;
  }
  #subnav h2 {
    border: 0;
    margin: 35px 35px 10px;
  }
  #subnav h2 a:hover,
  #subnav h2 a:active,
  #subnav h2 a:focus,
  #subnav h2 a:link,
  #subnav h2 a:visited {
    color: #FFF;
  }
  #subnav ul {
    width: auto;
    padding: 0;
    margin: 0 35px;
  }
  #subnav li a:hover,
  #subnav li a:active,
  #subnav li a:focus,
  #subnav li a:link,
  #subnav li a:visited {
    display: block;
    color: #FFF;
    line-height: 40px;
    border-bottom: 1px solid #C21D30;
  }
  #subnav::after {
    display: none;
  }
  #nav {
    overflow: hidden;
  }
  #cols {
    width: 480px;
    margin: 0 auto;
  }
  #content {
    margin-left: 0;
  }
  #subnav,
  #nav {
    position: absolute;
    top: 0;
    visibility: hidden;
  }
  #sitefeatures,
  #sidebar .module {
    display: none;
  }
  #header-image {
    left: 0;
  }
  #footer .grid-1,
  #footer .grid-2,
  #footer .grid-3 {
    float: left;
  }
  #footer .grid-4 {
    float: none;
    margin: 0 auto;
  }

  #footer {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width:480px) {
  #cols {
    width: auto;
    margin: 0 auto;
  }
  #cols ol,
  #cols ul {
    margin-left: 30px;
  }
  .col-2,
  .col-3,
  #footer .grid-4 {
    width: auto;
    float: none;
  }
  #footer .social,
  #footer .map {
    display: none;
  }
  #footer .col-1 {
    width: auto;
  }
  .video {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .module.wide {
    display: none;
  }
  .module.wide.search {
    display: block;
    width: 100%;
    height: auto;
  }
  .module.wide.search .col {
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .module.wide.search .submit {
    margin-left: auto;
    margin-right: auto;
  }
  .employee {
    width: 100%;
    height: auto;
  }
  .employee .map {
    display: none;
  }
  .quote {
    width: 100%;
  }
  .employee-search-results {
    width: auto;
  }
  .employee-search-results .employee-search-profile {
    float: none;
    margin: 20px auto 0;
  }
  .career {
    float: none;
    margin: 10px auto;
  }
  .graduate-apply {
    width: 100%;
  }
  #footer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  body.homepage #intro-box {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-top: 5px;
  }
  body.homepage #intro-box h2 {
	color: #000;
  }
  body.homepage .shortcuts li {
    width: 100%;
  }
  body.homepage .career-row {
    width: auto;
  }
  body.homepage .career, body.homepage .career + .career {
    margin-left: auto;
    margin-right: auto;
  }
  #cols .interactive-map {
    width: auto;
  }
}

div.toggle_header h2 {
	font-size:100%;
	font-weight:bold;
	width:100%;
	margin:0;
	cursor:pointer;
}

div.toggle_header h2 a, div.toggle_header h2 a:link, div.toggle_header h2 a:visited {
	background:#EFEBE6;
	padding:10px 15px;
	text-decoration:none;
	color:#000;
	float:left;
	width:100%;
	border-bottom: 1px #fff solid;
}

div.toggle_header h2 a:hover, div.toggle_header h2 a:active, div.toggle_header h2 a:focus {
	background:#a60d1f;
	color:#fff;
}

div.toggle_header h2 a.lit, div.toggle_header h2 a.lit:link, div.toggle_header h2 a.lit:visited, div.toggle_header h2 a.lit:hover, div.toggle_header h2 a.lit:active, div.toggle_header h2 a.lit:focus {
	color:#fff;
}

div.toggle_header h2 a span.left {
	float:left;
	width:80%;
}
div.toggle_header h2 a span.right {
	float:right;
	padding-right:15px;
	font-weight:normal;
	width: 80px;
}

div.togglecontainer{
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
	margin:0;
	padding:0;
}
div.toggle_header {
	float:left;
	width:100%;
}
div.toggle_body {
	padding-top: 20px;
	float:left;
	width:100%;
}

div.closed {
	display:none;
}

table {
	font-size:100%;
	margin: 0 0 14px 0;
	text-align: left;
	width: 100%;
}
table tr th, table tr td {
	font-size:100%;
	text-align: right;
	padding: 5px 10px 5px 5px;
	vertical-align:bottom;
}
table tr th.left, table tr td.left {
	text-align: left;
	vertical-align:top;
}
table tr th.notes, table tr td.notes {
	color:#666;
	font-size:83.3%; /* equals 10px */
	font-weight:normal;
	text-align:right;
}
table tr th.shade, table tr td.shade {
	background: #999;
	color:#fff;
}
table tr th.center, table tr td.center {
	text-align:center;
}
table tr th.highlight, table tr td.highlight, table col.highlight {
	background: #ebebeb;
}
/* thead */
table tr.thickline th, table tr.thickline td, table tr th.thickline, table tr td.thickline {
	border-bottom: 2px solid #666 !important;
}
/* tbody */
table tbody tr th, table tbody tr td {
	border-bottom:1px solid #ccc;
}
table tr td.indent {
	padding-left:16px;
	text-align:left;
}
table tr td.doubleindent {
	padding-left:28px;
	text-align:left;
}
table tr td.trebleindent {
	padding-left:40px;
	text-align:left;
}
table tr.line th, table tr.line td, table tr.underline th, table tr.underline td, table tr th.line, table tr td.line {
	border-bottom: 1px solid #ccc;
}
table tr th.borderleft, table tr td.borderleft {
	border-left: 1px solid #666 !important;
	margin-left: 2px;
}
table tr th.bordertop, table tr td.bordertop {
	border-top: 1px solid #666 !important;
}
table tr th.borderbottom, table tr td.borderbottom {
	border-bottom: 1px solid #666 !important;
}
table tr th.borderbottomthick, table tr td.borderbottomthick {
	border-bottom: 2px solid #666 !important;
}
table tr th.borderright, table tr td.borderright {
	border-right: 1px solid #666 !important;
}
table tr.line th, table tr.line td, table tr td.line, table tr th.line {
	/*padding-bottom: 8px;*/
	border-bottom: 1px solid #666666;
}
table tr.fineline th, table tr.fineline td {
	padding-bottom: 8px;
	border-bottom: 1px solid #f8f6f3 !important;
}
table tr.toppadding td, table tr.toppadding th {
	padding-top: 18px;
}
table tr.bottompadding td, table tr.bottompadding th {
	padding-bottom: 20px;
}
table tbody tr.hover th, table tbody tr.hover td {
	background: #f8f6f3;
}
table tbody tr.hover th.highlight, table tbody tr.hover td.highlight {
	background: #d9dade;
}
table tr.noline td, table tr.noline th, table tr th.noline, table tr td.noline {
	border-bottom: none!important;
}
table tr td.end {
	padding-right: 0;
}
table tr th.spacer, table tr td.spacer {
	padding:0 6px 0 0;
	margin:0;
	width:6px;
}
table th.top, table td.top {
	vertical-align:top;
}
table th.bottom, table td.bottom {
	vertical-align:bottom;
}
/* tfoot */
table tfoot tr td {
	font-size: 91.75%;
	padding: 18px 75px 0 0;
	text-align:left;
}
table tr.smalltext {
	font-size:100%;
}
table tr.smalltext td, table tr.smalltext th {
	font-size:92.65%;
}
table tr th.defaulttext, table tr td.defaulttext, table tr th.defaulttext {
	font-size:100%;
}
table td.valign_middle {
	vertical-align: middle;
}

form.generalform fieldset p.unsubscribe{
	float:left;
	padding:9px 0;
}
form.generalform fieldset p.unsubscribe a, form.generalform fieldset p.unsubscribe a:link, form.generalform fieldset p.unsubscribe a:visited {
	color:#000;
	background:url(../images/site_objects/arrow_black.gif) no-repeat 0 5px;
	text-decoration:none;
	padding:0 0 0 10px;
	display:inline-block;
	font-weight:bold;
	font-size:109.1%;
}
form.generalform fieldset p.unsubscribe a:hover, form.generalform fieldset p.unsubscribe a:focus, form.generalform fieldset p.unsubscribe a:active {
	color:#C21D30;
	text-decoration:underline;
}

form.generalform p,
form.generalform label {
	font-size:91.7%;
}
form.generalform legend {
	display:none;
}
form.generalform input, form.generalform textarea, form.generalform select {
	/*border:2px inset;*/
	font-family:Arial, Helvetica, Sans-serif;
	font-size:100%;
	padding:2px 3px;
	width:233px;
}
form.generalform input.go {
	background:#FFF;
	color:#000;
	cursor:pointer;
	font-weight:bold;
	border:0;
	padding:0;
	width: auto;
}

form.generalform input.checkbox {
	border:0;
	margin:3px 0;
	padding:0;
	width:auto;
}
form.generalform label {
	font-weight:bold;
}
form.generalform div.divider {
	background:#F8F6F3;
	border-bottom:1px solid #CEC9C4;
	clear:both;
	color:#000;
	float:left;
	padding:10px;
	width:100%;
}
form.generalform div.divider ul li {
	color:#000;
	}
form.generalform div.dividerline {
	border-top:1px solid #000;
}
div.doublecolumn form.generalform div.divider {
	width:282px;
}
form.generalform div.dividernoborder {
	border:0;
	padding:10px 10px 20px 10px;
}
form.generalform div.divider label {
	float:left;
	padding:5px 0 5px 0;
	width:155px;
	/*width:175px;*/
}
p.form-hint {
	float:right;
	margin:2px 20px 5px 0;
	padding-bottom:0;
	width:233px;
}
	
.submitbutton {
	float: left;
	background: red; /* Old browsers */
	background: -moz-linear-gradient(top, #cc0033 0%, #940020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0033), color-stop(100%,#940020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0033 0%,#940020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0033 0%,#940020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc0033 0%,#940020 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc0033 0%,#940020 100%); /* W3C */
	color: #fff;
	cursor: pointer;
	font-size: 100%;
	height: 20px;
	padding: 3px 3px 3px 3px;
	margin: 10px 0px;
	border: 0px;
	vertical-align: middle;
}

.resetbutton {
	border:0;
	color:#000;
	background: #fff;
	cursor:pointer;
	float:right;
	font-weight:normal;
	text-decoration: underline;
	padding:10px 0 0 10px;
	margin: 10px 0px;
	overflow:visible;
	width:auto;
}

div#content ul.tabmenu {
	clear:both;
	list-style-type:none;
	width:450px;
	padding:0;
	font-size:91.7%;
}
html > body div#content ul.tabmenu {
	float:left;
}
div#content ul.tabmenu li {
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
div#content ul.tabmenu li a, div#content ul.tabmenu li a:link, div#content ul.tabmenu li a:visited {
	background:#EFEBE6;
	border-bottom:1px solid #FFF;
	float:left;
	padding:8px 15px 8px 15px;
	text-decoration:none;
	color:#000;
}
div#content ul.tabmenu li a:hover, div#content ul.tabmenu li a:focus, div#content ul.tabmenu li a:active {
	background:#a60d1f;
	color:#FFF;
}
div#content ul.tabmenu li a.lit, div#content ul.tabmenu li a.lit:link, div#content ul.tabmenu li a.lit:visited, div#content ul.tabmenu li a.lit:hover, div#content ul.tabmenu li a.lit:focus, div#content ul.tabmenu li a.lit:active {
	background:#EFEBE6;
	border-bottom:1px solid #EFEBE6;
	color:#000;
	font-weight:bold;
}

div#content ul.tabmenu li a.noborder, div#content ul.tabmenu li a.noborder:link, div#content ul.tabmenu li a.noborder:visited, div#content ul.tabmenu li a.noborder:hover, div#content ul.tabmenu li a.noborder:focus, div#content ul.tabmenu li a.noborder:active {
	background:#EFEBE6;
	border-bottom:none;
	color:#000;
	font-weight:bold;
}

div#content ul.tabmenusub {
	font-size:91.7%;
	background:#EFEBE6;
	clear:both;
	list-style-type:none;
	padding:11px 0 0 11px;
	width:439px;
	border-bottom:1px solid #D1C9C0;
	padding-bottom:0;
}
html > body div#content ul.tabmenusub {
	float:left;
}
div#content ul.tabmenusub li {
	display:inline;
	float:left;
	padding-bottom:0;
}
div#content ul.tabmenusub li a, div#content ul.tabmenusub li a:link, div#content ul.tabmenusub li a:visited {
	float:left;
	padding:10px 9px 9px;
	text-decoration:none;
	color:#000;
}
div#content ul.tabmenusub li a:hover, div#content ul.tabmenusub li a:focus, div#content ul.tabmenusub li a:active {
	background:#a60d1f;
	color:#FFF;
}
div#content ul.tabmenusub li a.lit, div#content ul.tabmenusub li a.lit:link, div#content ul.tabmenusub li a.visited, div#content ul.tabmenusub li a.lit:hover, div#content ul.tabmenusub li a.lit:focus, div#content ul.tabmenusub li a.lit:active {
	background:#F8F6F3;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	font-weight:bold;
	margin:0 0 -2px 0;
	padding:9px 10px 11px 10px;
	position:relative;
}
div#content ul.tabmenusub li a.lit {
	padding-bottom:10px;
}
div#content ul.tabmenusub li a.lit:hover, div#content ul.tabmenusub li a.lit:focus, div#content ul.tabmenusub li a.lit:active {
	color:#000;
}
div#content ul.tabmenusubwide {
	width:690px;
}

div#content ul.tabalphabet {
	padding:13px 0 0 13px;
	/*width:458px;*/
	width:437px;
	text-transform:capitalize;
}
div#content ul.tabalphabetsiteindex li.nolink {
	color:#999;
	padding:10px 4px 3px 4px;
}
div#content ul.tabalphabet li a {
	padding:10px 6px 8px 6px!important;
}

div#content ul.tabalphabet li.nolink a, div#content ul.tabalphabet li.nolink a:link, div#content ul.tabalphabet li.nolink a:visited,  div#content ul.tabalphabet li.nolink a:hover, div#content ul.tabalphabet li.nolink a:active, div#content ul.tabalphabet li.nolink a:focus {
	background:#EFEBE6;
	color:#999;
	cursor:default;
}

ul.news {
	font-size:91.7%;
	padding: 0px;
}
ul.news li {
	border-bottom:1px solid #EFEBE6;
	padding: 10px 0;
}
ul.news li:first-child {
	border-top:none;
	padding-top: 0px;
}
ul.news li:last-child {
	border-bottom:none;
}
ul.news li strong {
	color:#000;
}
ul.news li a, ul.news li a:link, ul.news li a:visited {
	color:#666;
	text-decoration:none;
}
ul.news li a:hover, ul.news li a:focus, ul.news li a:active {
	text-decoration:underline;
}

.mainpage-block-1 {
	position: relative;
	background-color: #F8F6F3;
	width: 100%;
	margin: 0px 0px;
	padding: 20px 20px;
	height: 240px;
	color:#999;
}

.mainpage-block-1 .relatedlink {
	padding: 0 0;
}
.mainpage-block-1 .relatedlink a {
	color:#000;
}







.list_holder {
    width: 100%;
    margin: 0px;
}

.list_holder li {
    list-style-type: none !important;
}

ul.list_nav_tier1 {
    width: 100%;
    float: left;
    margin: 0 !important;
}

ul.list_nav_tier1 li {
    display: inline;
    float: left;
    padding: 0 !important;
}

ul.list_nav_tier1 li a {
    float: left;
    text-decoration: none;
    background-color: #E6DFD7;
    color: #000;
    padding: 7px 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

ul.list_nav_tier1 li a:hover {
    background-color: #A60D1F;
    color: #fff;
    text-decoration: none;
}

ul.list_nav_tier1 li.lit a {
    background-color: #EFEBE6;
    font-weight: bold;
    border: 0;
    padding-bottom: 8px;
}


ul.list_nav_tier1 li.lit a:hover {
    color: #000;
}

.tab_selected_1stlevel {
    width: 100%;
    clear: left;
    padding: 25px 10px 5px;
    border-bottom: 1px solid #E3DFD9;
    background-color: #EFEBE6;
}

.tab_selected {
    width: 445px;
    clear: left;
    padding: 25px 10px 5px;
    border-bottom: 1px solid #E3DFD9;
    background-color: #F8F6F3;
}

ul.items {
    margin: 0;
}

ul.items li {
    width: 100%;
    border-bottom: 1px solid #E3DFD9;
    float: left;
}

ul.items li a {
    padding: 15px 11px 20px 11px;
    display: block;
    text-decoration: none;
    line-height: 14px;
}

ul.items li a:hover {
    text-decoration: underline;
}

ul.items .date {
    padding: 15px 11px 20px 11px;
    font-weight: bold;
    color: #000;
    float: left;
}

ul.items .link {
    width: 80%;
    float: right;
}

.pager {
	clear: both;
}

.pager .prev, .pager .next {
    float: left;
    text-decoration: none;
    background-color: #E6DFD7;
    color: #000;
    padding: 7px 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


.pager .no_style li {
    list-style-type: none !important;
    float: left;
    text-decoration: none;
    background-color: #E6DFD7;
    color: #000;
    padding: 7px 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

a.link {
  padding-left: 18px;
  background-position: -10 0;
  background: transparent url(/i/ico/file.png) no-repeat;
  background-size: 14px;
}

a[href $='.zip'].link {
  background: transparent url(/i/ico/zip.png) no-repeat;
  background-size: 14px;
}

a[href $='.doc'].link {
  background: transparent url(/i/ico/doc.png) no-repeat;
  background-size: 14px;
}

a[href $='.pdf'].link {
  background: transparent url(/i/ico/pdf.png) no-repeat;
  background-size: 14px;
}

a[href $='.docx'].link {
  background: transparent url(/i/ico/docx.png) no-repeat;
  background-size: 14px;
}

input[type="submit"], .button {
  cursor: pointer;
  float: left;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  background-color: #A60D1F;
  padding: 5px 15px;
  border: 0;
}

