/* CSS Document */
html, body {
    width:100%;
    height:100%;
}
body {
    font-size:1.2em;

}
img {
    border:none;
}
h1 { /*Page headers*/
    font: bold 18px Georgia, serif; 
    color:#818181;
    height:34px;
    padding:10px 0 0 10px;
    margin:0px;
}
h1.page-title { 
    font: bold 18px Georgia, serif; 
    color:#818181;
    height:auto;
    min-height:24px;
    padding:0px 0 10px 10px;
    margin:0px 0 10px 0;
}
h1 img {
    padding:0px 10px 0 0;
    margin-top: -3px;
    vertical-align:middle;
}
h1.subtitle1 {
    color:#ed2939;
}
.related-left h1, .related-right h1 {
    color:#ed2939;
}
.withbg h1 {
}
.tan h1 {
    color:#ffffff;
}
h2 { /*Tout headers*/
    font: bold 14px Georgia, serif; 
    color:#0065bd;
}
h3 { /* Article headlines */
    font: bold 22px Georgia, serif; 
    color: #ed2939;
    padding:0 10px;
    margin-bottom:0px;
}
h4 { /* article or section lead-in */
    color:#222222;
    font: bold 1.2em/1.6em Georgia, serif; 
    padding:0 10px;
}
h5 {
    font-weight: bold;
    font-size: 1.2em; 
    color:#000000;
}
h6 {
    color:#222222;
    font-size:1.2em;
    margin:0;
}
p {
    font-size:1.2em;
    color:#333333; 
    line-height:1.6em;
    padding:0 10px;
}
a {
    color:#0065bd;
    text-decoration:underline;
}    
a:hover {
    text-decoration:none;
}
textarea {
    font: 1.1em Lucida Sans Unicode, Lucida Grande, sans-serif;
}
form {
    display:inline;
}
    
#container {
    position:relative;
    /*width:890px;*/
    margin:0 auto;
    background-color:#FFFFFF;
}
hr {
    height:1px;
    border:none;
    border-top:1px dotted #cecece;
    margin:10px;
    background:none;
    clear:both;
}
#right hr {
    margin:0;
}
/*######  HEADER ###########*/
#header {
    height:130px;
    width:890px;
}
#header .logo {
    top:0px;
    left:0px;
}
#lang-select {
    display:none;
}
#header .search {
    display:none;
}
/*######  MAIN NAV ###########*/
#header #main-nav {
    display:none;
}
/*###### CONTENT ###########*/
#content {
    /*width:890px;*/
    margin-top:10px;
    /*overflow:hidden;*/
    border-bottom:1px solid #cecece;
}
#content.home {
    padding-top: 10px;
}
/*-------- HOME MAIN ---------*/
#home-main {
    position:relative;
    width:662px;
    float:left;
    overflow:visible;
}
#home-tan {
    position:relative;
    width:662px;
    float:left;
    overflow:visible;
}
/*-- Home page main tout --*/
#home-main .main-tout {
    position:relative;
    height:250px;
    width:639px;
    border:1px solid #cecece;
    margin:10px;
    margin-top:0px;
    overflow:visible;
}
#home-main .main-tout .header {
    position:relative;
    width:634px;
    height:28px;
    padding:2px 5px 0 0;
    text-align:right;
    overflow:visible;
}
#home-main .main-tout .header a {
    display:block;
    height:26px;
    float:right;
    margin:0 1px;
}
#home-main .main-tout .header .text {
    display:none;
}
#home-main .main-tout .header a#img-main-tout-1 {
    display:none;
}
#home-main .main-tout .header a:hover#img-main-tout-1, #home-main .main-tout .header a#img-main-tout-1.active {
    display:none;
}
#home-main .main-tout .header a#img-main-tout-2 {
    display:none;
}
#home-main .main-tout .header a:hover#img-main-tout-2, #home-main .main-tout .header a#img-main-tout-2.active {
    display:none;
}
#home-main .main-tout .header a#img-main-tout-3 {
    display:none;
}
#home-main .main-tout .header a:hover#img-main-tout-3, #home-main .main-tout .header a#img-main-tout-3.active {
    display:none;
}
#home-main .main-tout .header a#img-main-tout-pause {
    display:none;
}
/*#home-main .main-tout .header a:hover#img-main-tout-pause , #home-main .main-tout .header a#img-main-tout-pause .active {
    background: url("/assets/images/btn-pause.gif") top right no-repeat;
}*/
#home-main .main-tout .tout-body {
    position:absolute;
    top:30px;
    left:0px;
    width:629px;
    height:215px;
    margin:5px;
    margin-top:0px;
    overflow:visible;
    z-index:20;
}
#home-main .main-tout .tout-body img.main {
    position:absolute;
    bottom:0px;
    border:1px solid #cecece;
    z-index:10px;
}
#home-main .main-tout .tout-body .tout-text {
    margin-left:210px;
    width:412px;
    height:165px;
    padding-top:10px;
    overflow:hidden;
}
#home-main .main-tout .tout-body .tout-text h1 {
    color:#ffffff;
    font: bold 36px Georgia, serif;
    background:none;
    padding:0px;
}
#home-main .main-tout .tout-body .tout-text h2 {
    color:#ffffff;
    font: bold 18px Georgia, serif;
    background:none;
    padding:0px;
    margin:5px 0;
}
#home-main .main-tout .tout-body .tout-text p {
    color:#ffffff;
    font-size: 14px;
    padding:0px;
    margin:5px 0;
    line-height:18px;
}
#home-main .main-tout .tout-body .tout-link {
    margin-left:220px;
    width:392px;
    height:40px;
    text-align:right;
}
#home-main .main-tout .tout-body .tout-link p {
    color:#ffffff;
    font-size: 16px;
    padding:0px;
    margin:5px 0;
}
#home-main .tout-body .tout-link a {
    color:#ffffff;
    text-decoration:none;
}
/*-- Home page main tout - SPECIAL --*/
#home-main .main-tout .special {
}
#home-main .main-tout .special img.main {
    border:none;
}
/* begin - styling for homepage */
#home-main ul {
    list-style-type:disc;
    margin:0 20px 3px 20px;
    color:#bbbbbb;
}
#home-main ul li {
    font-weight:normal;
    display:block;
    padding:3px 0;
    color:#333333;
}
/* end - styling for homepage */
#home-bottom {
    width:651px;
    float:left;
    border-right:1px dotted #cecece;
}
#tan-bottom {
    width:641px;
    float:left;
    margin-left:10px;
    border-right:1px dotted #cecece;
}
#home-left {
    width:228px;
    float:left;
    border-right:1px dotted #cecece;
    overflow:hidden;
    padding-bottom:10px;
}
#home-right {
    width:422px;
    float:left;
    margin-left:-1px;
    border-left:1px dotted #cecece;
    overflow:hidden;
    padding-bottom:10px;
}
#home-left img.main {
    /*float:left;*/
    width:198px;
    margin:0 10px;
    border:1px solid #cecece;
    padding:5px;
    background-color:#FFFFFF;
}
#home-left h5, #home-left h4 {
    margin:0px 10px 0 10px;
    padding:0px;
}
#home-left h4 {
    color:#0065bd;
}
#home-left p {
    margin-top:0px;
}
/*-------- LEFT NAV ---------*/
#left-nav {
    display:none;
}
/*-------- CENTER CONTENT ---------*/
#center {
    float:left;
    width:95%;
    margin:0 10px;
}
#center-full {
    float:left;
    width:95%;
    margin:0 10px 0 10px;
    /*border-right:1px dotted #cecece;*/
}
#breadcrumbs {
    display:none;
}
#breadcrumbs.nobg {
    background:none;
}
.h1-notopper {
    background: none;
}
#center h5, #center-full h5 {
    padding:0 10px;
}
/*Main content image and caption*/
#center .image-caption, #center-full .image-caption {
    float:left;
    width:200px;
    margin:0 10px;
}
#center .image-caption .image, #center-full .image-caption .image {
    border:1px solid #cecece;
    padding:5px;
}
#center .image-caption .caption, #center-full .image-caption .caption {
    font-style:italic;
    text-align:center;
    background-color:#f5f5f5;
    padding:5px;
    font-size:.9em;
}

/*Related Left*/
#center .related-left {
    width:250px;
}
#center-full .related-left {
    width:369px;
}
.related-left {
    border-right:1px dotted #cecece;
    float:left;
}
.related-left ul {
    list-style-type:none;
    margin-right:10px;
}
.related-left ul li {
    padding:10px 0;
    border-top:1px dotted #cecece;
}
.related-left ul li.first {
    border-top:none;
}
/*Related Right*/
#center .related-right {
    width:228px;
}
#center-full .related-right {
    width:348px;
}
.related-right {
    float:left;
    border-left:1px dotted #cecece;
    margin-left:-1px;
}
.related-right ul {
    list-style-type:none;
    margin-right:10px;
}
.related-right ul li {
    padding:10px 0;
    border-top:1px dotted #cecece;
}
.related-right ul li.first {
    border-top:none;
}
.withbg {
}
.tan {
    background-color:#f0eeee;
}
.no-underline a {
    text-decoration:none;
}
/*Lists*/
#center ul, #center-full ul {
    list-style-type:disc;
    margin:0 20px 3px 20px;
    color:#bbbbbb;
}
#center ul li a, #center-full ul li a {
    font-weight:normal;
    text-decoration:none;
    display:block;
    padding:3px 0;
}
#center ul li, #center-full ul li {
    font-weight:normal;
    display:block;
    padding:3px 0;
    color:#333333;
}
/*Articles*/
.article-options {
    display:none;
    padding: 10px 10px 10px 10px;
}
.article-options img {
    margin-top:-5px;
    vertical-align:middle;
}
/*-------- RIGHT CONTENT ---------*/
#right {
    display:none;
    float:left;
    width:218px;
}
/*Large tout*/
.video-tout .content h2 {
    display:inline;
    color:#ffffff;
}
.video-tout .content p {
    padding:0;
}
.video-tout .content a {
    font-size:1.2em;
    color:#ffffff;
    text-decoration:none;
}
/*-------- SEARCH CONTENT ---------*/
#search {
    width:890px;
}
#search h4.float {
    float:left;
}
#search h4.block {
    display:block;
    float:none;
    padding:0px;
    margin:0px;
}
#search h4.inline {
    display: inline;
}
#search .filter-search h4 {
    padding:0;
}
#search h4 {
    margin:5px 0;
}
#search form {
    display:inline;
}
#search .mainsearch input {
    float:left;
    margin-top:10px;
}
#search .mainsearch input.text {
    height:21px;
    width:350px;
    border:1px solid #cecece;
    font-size:14px;
    color:#9a9a9a;
    padding:3px 0 0 5px;
    float:left;
}
#search .filter-search {
    overflow:hidden;
    margin-bottom:15px;
    
}
#search .filter-search .column {
    width:225px;
    float:left;
    margin:0 35px;
    color:#0065bd;
}
#search .filter-search .column strong {
    color:#000000;
    margin:15px 0 0 0;
    padding:0;
}
#search .filter-search .column p {
    padding:0px;
}
#search .filter-search input {
    margin-left:0;
}
#search-results table {
    margin:10px;
    border-collapse:collapse;
}
#search-results table h2, #search table h5 {
    margin:0px;
}
#search-results table tr td, #search table tr th {
    vertical-align:top;
    text-align:left;
    padding:5px 10px 5px 0;
}
#search-results table thead th {
    border-top: 1px dotted #cecece;
    border-bottom: 1px dotted #cecece;
    font: bold 14px Georgia, serif; 
    color:#0065bd;
}
#search-results table tr td {
    color:#333333; 
    line-height:1.6em;
}
#search-results table tr td.number {
    color:#0065bd;
    font-weight:bold;
    text-align:right;
}
#search-results table tbody td {
    padding-top:20px;
}
#search-results .pager {
    margin:20px 30px;
}
/*-------- GENERAL CONTENT ---------*/
.padded {
    padding:10px;
}
.float-right {
    float:right;
}
.float-left {
    float:left;
}
.no-border {
    border:none;
}
/*Tout*/
.tout {
    /*padding:10px 0;*/
}
#center .tout, #tan-bottom .tout {
    margin:10px;
}
.tout h2 {
    display:inline;
}
.tout img.main {
    float:left;
    width:84px;
    margin:0 10px 0 0;
    border:1px solid #cecece;
    padding:5px;
    background-color:#FFFFFF;
}
.tout p {
    margin:0;
    padding:0px;
}
.tout .link {
    font-size:1.2em;
    text-align:right;
    padding-right:5px;
}
/* -- Email Friend Pop up -- */
.popup {
    display:none;
}
/*###### FOOTER ###########*/
#footer {
    clear:both;
    width:890px;
    margin-bottom:30px;
}
#footer .search {
    display:none;
}
#footer .first-row {
    display:none;
}
#footer .second-row {
    display:none;
}
#footer .logo {
    text-align:center;
    color:#464646;
    margin-top:10px;
    font-size:.8em
}
/* NEWSLETTER */
#newsletter {
}
#newsletter p {
    padding:0px;
}
#newsletter h2 {
    color:#000000;
}
#newsletter label {
    font: bold 14px Georgia, serif;
    padding-right:5px;
}
#newsletter .with-bg {
    background-color:#f2f7fc;
}
#newsletter .note {
    color:#818181;
    font-size:1.1em;
    /*font-weight:bold;*/
    width:600px;
}
#newsletter hr {
    margin:0;
    padding:0;
    width:100%;
}
#newsletter input.text {
    width:300px;
}
#newsletter img.button {
    cursor:pointer;
}
#newsletter .coloured-text, #newsletter select {
    color:#0065bd;
}
#newsletter .submit span {
    padding:10px 0 0 5px;
    vertical-align:top;
}
#newsletter .ErrorMessage {
    color:#0065bd;
}
/* TAKE ACTION NOW */
#home-tan .main-tout {
    position:relative;
    height:250px;
    width:639px;
    border:1px solid #cecece;
    margin:10px;
    margin-top:0px;
    overflow:visible;
}
#home-tan .main-tout .header {
    position:relative;
    width:634px;
    height:28px;
    padding:2px 5px 0 0;
    text-align:right;
    overflow:visible;
}
#home-tan .main-tout .header a {
    display:block;
    height:26px;
    float:right;
    margin:0 1px;
}
#home-tan .main-tout .header .text {
    display:none;
}
#home-tan .main-tout .header a#img-main-tout-1 {
    display:none;
}
#home-tan .main-tout .header a:hover#img-main-tout-1, #home-tan .main-tout .header a#img-main-tout-1.active {
    display:none;
}
#home-tan .main-tout .header a#img-main-tout-2 {
    display:none;
}
#home-tan .main-tout .header a:hover#img-main-tout-2, #home-tan .main-tout .header a#img-main-tout-2.active {
    display:none;
}
#home-tan .main-tout .header a#img-main-tout-3 {
    display:none;
}
#home-tan .main-tout .header a:hover#img-main-tout-3, #home-tan .main-tout .header a#img-main-tout-3.active {
    display:none;
}
#home-tan .main-tout .tout-body {
    position:absolute;
    top:30px;
    left:0px;
    width:629px;
    height:215px;
    margin:5px;
    margin-top:0px;
    overflow:visible;
    z-index:20;
}
#home-tan .main-tout .tout-body img.main {
    position:absolute;
    bottom:0px;
    border:1px solid #cecece;
    z-index:10px;
}
#home-tan .main-tout .tout-body .tout-text {
    margin-left:250px;
    width:372px;
    height:165px;
    padding-top:10px;
    overflow:hidden;
}
#home-tan .main-tout .tout-body .tout-text h1 {
    color:#ffffff;
    font: bold 36px Georgia, serif;
    background:none;
    padding:0px;
}
#home-tan .main-tout .tout-body .tout-text h2 {
    color:#ffffff;
    font: bold 18px Georgia, serif;
    background:none;
    padding:0px;
    margin:5px 0;
}
#home-tan .main-tout .tout-body .tout-text p {
    color:#ffffff;
    font-size: 14px;
    padding:0px;
    margin:5px 0;
    line-height:18px;
}
#home-tan .main-tout .tout-body .tout-link {
    margin-left:220px;
    width:392px;
    height:40px;
    text-align:right;
}
#home-tan .main-tout .tout-body .tout-link p {
    color:#ffffff;
    font-size: 16px;
    padding:0px;
    margin:5px 0;
}
#home-tan .tout-body .tout-link a {
    color:#ffffff;
    text-decoration:none;
}
/*-- Home page main tout - SPECIAL --*/
#home-tan .main-tout .special {
}
#home-tan .main-tout .special img.main {
    border:none;
}
#take-action-now {
}
#take-action-now p {
    padding:0px;
}
#take-action-now h2 {
    color:#000000;
}
#take-action-now label, #take-action-now table td label {
    font: bold 14px Georgia, serif;
    padding-right:5px;
    color:#000000;
    cursor:text;
}
#take-action-now .with-bg {
    background-color:#f2f7fc;
}
#take-action-now .top-bottom-border {
    border-top:1px dashed #cecece;
    border-bottom:1px dashed #cecece;
}
#take-action-now .note {
    color:#818181;
    font-size:1.1em;
    width:600px;
}
#take-action-now hr {
    margin:0;
    padding:0;
    width:100%;
}
#take-action-now img.button {
    cursor:pointer;
}
#take-action-now .coloured-text, #take-action-now select {
    color:#0065bd;
}
#take-action-now .submit span {
    padding:10px 0 0 5px;
    vertical-align:top;
}
#take-action-now .ErrorMessage {
    color:#0065bd;
}
#take-action-now table td {
    padding:3px 0;
    color:#818181;
    vertical-align:top;
}
#take-action-now table td p {
    color:#818181;
}
#take-action-now table td input.text {
    width:500px;
    color:#818181;
}
#take-action-now table td textarea {
    width:500px;
    height:300px;
    /*color:#818181;*/
    overflow:auto;
}
#take-action-now ul {
    margin-left:20px;
}
.clear {
    clear:both;
}
.legal {
    color:#818181;
}
