@charset "UTF-8";
/* CSS Document */




body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #e0e0e0;
	margin:10px 0 10px 0;
}
a {
    color: #c80035;
    text-decoration: none;
}
#container {
	width: 943px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 20px;
}
#cookieprivacy {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
#header {
    background-image: url(../images/headBG.jpg);
	background-repeat: no-repeat;
    height: 100px;
    position: relative;
}
#header p {
    /*text-align: right;
    padding:20px 16px 0 0;
    color: #dc7710;
    font-size: 17px;*/
    font-weight: normal;
    margin-top: 0px;
}
#loginFormOuter {
    float: right;
    border: 1px solid #797979;
	padding: 3px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 15px;
}
#loginFormInner {
    background-image: url(../images/loginFormBG.gif);
	background-repeat: repeat-x;
	width: 170px;
	/*height: 64px;*/
	padding: 5px;
	color: #797979;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
#loginForm {
	overflow: hidden;
}
#loginFormInner label {
	font-weight: normal;
	line-height: 22px;
}
#loginFormInner input {
	font-weight: normal;
	width: 100px;
	height: 12px;
}
#loginFormLoggedIn {
    /*text-align: center;*/
    margin: 5px;
    position: relative;
}
.loginMessage {
    margin: 0;
    padding: 0;
}
.logoutButton {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
#mediacentreStrap {
    background-image: url(../images/mediacentreBG.gif);;
	background-repeat: repeat-x;
	height: 42px;
	padding: 14px 0 0 10px;
}
#mediacentreStrap h1 {
    font-family: Georgia, Times, serif;
    font-size: 32px;
    font-weight: normal;
    color: #ffffff;
    margin:0;
}
#mediacentreStrap h1 span {
    color: #797979;
}
#homeCarouselHead {
    height: 83px;
    font-size: 31px;
    font-weight: bold;
    color: #414141;
    padding-top: 7px;
}
#homeCarouselHead span {
    color: #c80035;
}
#homeCarousel {
    width: 937px;
    height: 260px;
    border: 3px solid #dadada;
    margin-bottom: 25px;
}
.homeCarouselItem {
    background-repeat: no-repeat;
    background-position: right top;
    height: 180px;
    padding: 60px 400px 20px 20px;
    overflow: hidden;
	font-size: 28px;
}
.homeCarouselItem .callout {
    font-size: 14px;
}
#homeCarouselNav {
    z-index: 50;
    position: absolute;
    top: 15px;
    left: 4px;
}
#homeCarouselNav a {
    margin: 0 1px;
    padding: 10px 15px;
    background: #404040;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff
}
#homeCarouselNav a.activeSlide { background: #c80035 }
#homeCarouselNav a:focus { outline: none; }

#homeLearnMore {
}
#homeLearnMoreHead {
    color: #414141;
    font-weight: bold;
    font-size: 20px;
    background-color: #e1e1e1;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
}
#homeLearnMoreItems {
}
.homeLearnMoreItem {
    float: left;
    width: 147px;
    height: 147px;
    margin-left: 2px;
    padding: 20px;
    background-color: #414141;
}
.homeLearnMoreItemInt {
    float: left;
    width: 194px;
    height: 194px;
    margin-left: 2px;
    padding: 20px;
    background-color: #414141;
}
.homeLearnMoreItem:hover, .homeLearnMoreItemInt:hover {
    background-color: #c80035;
}
.homeLearnMoreItem h1, .homeLearnMoreItemInt h1 {
    background-image: url(../images/lmh1icn.gif);
    background-repeat: no-repeat;
    height: 30px;
    padding: 0 0 0 17px;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.homeLearnMoreItem img {
    border: 1px solid #8e8e8e;
    width: 147px;
    height: 107px;
    background-color: #ffffff;
}
.homeLearnMoreItemInt img {
    border: 1px solid #8e8e8e;
    width: 192px;
    height: 128px;
    background-color: #ffffff;
}
#homeJobposting {
    float: right;
}
#homeTestimonials {
    border: 1px solid #797979;
	padding: 3px;
    width: 554px;
}
#homeTestimonialsInner {
    background-image: url(../images/homeTestimonialsBG.gif);
	background-repeat: repeat-x;
    height: 150px;
    color: #797979;
    font-size: 13px;
    padding: 10px;
    overflow: hidden;
}
#homeTestimonialsInner h1 {
    color: #797979;
    font-size: 21px;
    font-weight: normal;
    margin-top: 0;
}
.homeTestimonialsItem {
    background-color: transparent;
}
#homeJobswidget {
    float: right;
	border: 1px solid #797979;
	padding: 3px;
    width: 358px;
	margin-top: 15px;
	margin-left: 15px;
}
#homeJobswidgetInner {
    background-image: url(../images/homeTestimonialsBG.gif);
	background-repeat: repeat-x;
    /*height: 150px;*/
    color: #797979;
    font-size: 14px;
	font-weight: bold;
    padding: 10px;
    overflow: hidden;
}
#breadcrumbs {
    color: #333333;
    margin: 10px 0 40px 0;
    font-size: 13px;
    font-weight: bold;
    display: none;
}
#breadcrumbs a {
    color: #333333;
    text-decoration: none;
}
#breadcrumbs span {
    color: #c80035;
    text-decoration: underline;
}
#breadcrumbsRight {
    float: right;
    font-weight: normal;
}
#breadcrumbsRight a {
    color: #333333;
    text-decoration: underline;
}
#mainContentContainer {
	position: relative;
}
#mainContent {
	margin: 0 0 0 0;
	width:715px;
	min-height: 600px;
	padding: 0;
	float:left;
	background-color: #ffffff;
}
#rightContent {
	/*float: left;*/
	position: absolute;
	top: 64px;
	left: 736px;
	width: 208px; /*228*/
	padding-left: 20px;
	z-index: 100;
}
#rightContent img {
    max-width: 188px;
}
#mainContent thead td {
	background-color: #C80035;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
#mainContent tbody td {
	padding: 5px;
	font-size: 12px;
}
#footer {
	background-color: #e5e5e5;
	padding: 10px;
	line-height:12px;
	font-size: 12px;
	color: #797979;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer a {
	color: #797979;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerTxt {
	text-align:center;
	color: #9a9a9a;
	font-size:17px;
	padding:20px;
}
/*#footerTxt a, #footerTxt a:visited {
	color: #9a9a9a;
	text-decoration: none;
}

#footerTxt a:hover, #footerTxt a:active {
	text-decoration: underline;
}*/
#footerRight {
    float: right;
}
#footerLeft {
    color: #333333;
    font-weight: bold;
}
#footerLeft span {
    color: #c80035;
}


.divider {
    background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	height: 10px;
	margin: 20px 0 20px 0;
}


#mainContent p, #mainContent li {
	font-size:13px;
	line-height:16px;
	color: #404040;
	margin:0;
	padding:0 0 10px 0;
}
#mainContent h1 {
	font-size:33px;
	color:#f98612;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0 0 20px 0;
}
#mainContent h2 {
	font-size:34px;
	color:#c80035;
	line-height:110%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}
#mainContent h2 a, #mainContent h2 a:visited {
	color:#555555;
    text-decoration:none;
}
#mainContent h2 a:hover {
    text-decoration:underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navigation {
	height:42px;
	/*width: 950px;*/
	background-color:#FFFFFF;
	margin:0 0 30px 0;
	padding:0;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	margin:0 1px 0 0;
	padding:0;
	position: relative;
	float:left;
	z-index: 100;
}
#navigation ul li a, #navigation ul li a:link {
	display:block;
	/*height:27px;
	width:197px;*/
	/*float:left;*/
	text-decoration:none;
	/*background-image:url(../images/menuBG_off.jpg);
	background-repeat:no-repeat;
	background-position:0 0;*/
	color:#000000;
	text-align:center;
	padding:13px 15px 15px 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:15px;
}
*html #navigation ul li a {
	margin-left:4px;
}
#navigation ul li a:hover, #navigation ul li a:active {
	color:#C80035
}
#container #navigation .landed {
	color:#C80035
}
#navigation ul li ul {
  display:none;
  /*position:absolute;*/
  top:40px;
  left:0px;
  margin:0px;
  padding:0px;
  width:197px;
}

#navigation ul li ul li {
  width: 100%;
}
img {
	border:none
}
.brandbold {
	color: #c80035;
	font-weight: bold;
}
.adunit {
	margin-bottom: 20px;
}
.zend_form {  
	font-size:12px;
    /*background:#fff;*/
    /*width:540px;  */
    margin:5px 0 0 0;  
    padding:0;  
    overflow:auto;  
}  
.zend_form dt {  
    padding:0 4px 0 0;  
    clear:both;  
    width:35%;
    float:left;  
    text-align:right;  
    margin:0px 0px 0px 0px;  
}  
.zend_form dd {  
    padding:0;  
    float:left;  
    width:62%; 
    margin:0px 0px 0px 0;  
}  
.zend_form dd textarea {  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* paginator */
div.paginationControl {
	font-size:12px;
	/*color:#FFFFFF;*/
	background-color:#dcdada;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0 5px 10px;
}
div.paginationControl span.disabled {
    display: none;
}


/* Contact form */
form#form_51 {
    border: 1px solid #eee;
    padding: 5px;
}
form#form_51 table.formtable_51 {
    background-color: #eee;
    padding: 10px;
}
form#form_51 table.formtable_51 th {
    background-color: transparent;
    padding-left: 80px;
    padding-top: 8px;
    width: 100px;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
form#form_51 table.formtable_51 td {
    background-color: transparent;
    padding-right: 60px;
    font-size: 13px;
}
form#form_51 input[type=text], form#form_51 textarea {
    width: 400px;
}
form#form_51 table.formtable_51 tr.formSubmitRow {
    padding-top: 15px;
}
form#form_51 table.formtable_51 tr.formSubmitRow td {
    padding-right: 0px;
    text-align: right;
}
form#form_51 input[type=submit] {
    background-image: url(../images/submit-button-ns.jpg);
    background-repeat: no-repeat;
    background-color: #f48a1c;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    padding: 2px 0 0 0;
    margin: 0;
    height: 33px;
    width: 89px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}



