/*
        SUPERCHOICE GENERAL LAYOUT CSS DEFINITIONS
        ==========================================
        Last edited:    23 March 2010
        
        CONTENTS
        ========
        This stylesheet contains base styles for all SuperChoice webpages.
        - Homepage
        - Organisations
*/
body {
    font: 8pt verdana, arial, serif;
    padding: 0;
    margin: 0;
    text-align: center; /* ie 5.x center */ /*word-wrap:break-word;  ie 5.x breaker */
    background: #efefef;
}

form, fieldset {
    margin: 0;
    padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, b, strong, p, li, div {
    color: #333333;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #005aa3;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
}
h4 {
    font-size: 1.0em;
    font-weight: bold;
}
p, div {
    font-size: 8pt;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre, blockquote, ul, dl, address {
    margin: 1em 0;
    padding: 0;
}
h2 {
    padding: 20px 0 0 0;
}
h2 a:hover {
    text-decoration: none;
}
h3 {
    margin: 2em 0 1em 0;
}
p {
    margin: 1em 0;
    padding: 0;
}
ul {
    margin: 2em 0 2em 0;
}
a:link, a:visited, a:active {
    color: #005aa3;
    text-decoration: none;
}
a:hover {
    color: #005aa3;
    text-decoration: underline;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
    margin: 1em 0 0 2em;
}

/* Miscellaneous conveniences: */
form label {
    cursor: pointer;
}

fieldset {
    border: none;
}

img {
    border: 0;
}

.pdfIcon {
    float: left;
    padding-right: 5px;
}

/* Form field text-scaling */
input, select, textarea {
    font-size: 100%;
    font-family: verdana,arial,serif; /*border:1px solid #000000;*/
}

.clearing {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

#layout-wrapper {
    margin: 0 auto 0 auto;
    width: 800px;
    text-align: left;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

#header {
    margin: 0;
    padding: 15px 0 0 0;
    background-color: #ffffff;
    height: 66px;
}

#header h1 {
    float: left;
    padding: 0;
    margin: 0 0 0 24px;
}

#search-wrapper /*div tag for searcharea*/ {
    float: right;
    padding-top: 14px; /* width:???; for opera ? */
}

#extra-links /*div tag for searcharea*/ {
    float: right;
    margin: 0 20px 0 0;
    padding: 10px 0 0 0; /* width:???; for opera ? */
    clear: right;
}

#leftselect {
    float: left;
}

#search-button-wrapper {
    float: left;
    margin: 0 20px 0 5px;
}

#search-button {
}

#search-button:hover {
    background: url(         '../images/icons/control_play_blue.gif' ) no-repeat;
}

#page-content-wrapper /*left right padding maker from Newsscroller to footer */ {
    float: left;
    background-color: #ffffff;
    padding: 0;
    width: 100%;
}


/*
        HOMEPAGE
        ==========================================
*/

#header-banner {
    float: left;
    width: 600px;
}

#header-news {
    float: left;
    width: 200px;
    height: 250px;
    background-image: url( '../images/home_banner_box_middle.jpg' );
}

#header-news-heading {
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

#header-news-content {
    width:172px;
    height: 221px;
    margin: 7px;
    padding: 7px;
    background: url('../images/white25.png');
}

#header-news-content a {
    color: #000000;
    text-decoration: none;
}

#header-news-content a:hover {
    color: #000000;
    text-decoration: underline;
}

#header-news-content ul li {
    float: left;
    padding: 0 10px 0 0;
    background: url('../images/bulletwhite.gif') no-repeat 0 2px;
    list-style: none;
    padding: 0 0 5px 17px;
    margin: 2px 0 2px 0;
}

#header-news-content-more {
    padding: 0 10px 0 10px;
}

#home-box-organisations, #home-box-funds {
    float: left;
    width: 299px;
    border-right: solid 1px #CCCCCC;
}

#home-box-organisations-heading, #home-box-funds-heading {
    float: left;
    height: 66px;
}

#home-box-organisations-content, #home-box-funds-content {
    float: left;
    width: 279px;
    height: 170px;
    padding: 0 10px 5px 10px;
    background: url( '../images/home_dropshadow.gif' ) repeat-x;
}

#home-box-organisations-content a:hover, #home-box-funds-content a:hover{
    text-decoration: underline;
}

#home-box-organisations-content ul li, #home-box-funds-content ul li {
    display: block;
    background: url( '../images/bulletblue.png' ) no-repeat;
    background-position: 0 2px;
    list-style: none;
    padding: 0 0 5px 17px;
    margin: 2px 0 2px 5px;
}

#home-box-extra {
    float: left;
    width: 200px;
    height: 241px;
    background-color: #999999;
}

#home-box-payroll {
    width:200px;
    height: 160px;
    background: url('../images/home_box_payroll.jpg') no-repeat;
}

#home-box-payroll:hover {
    background: url('../images/home_box_payroll_on.jpg') no-repeat;
}

#home-box-payroll-content {
    font-size: 12px;
    padding: 15px 15px 0 15px;
    text-align: left;
    line-height: 1.5em;
    color: #005aa3;
}

#home-box-contact {
    width:200px;
    height: 78px;
    background: url('../images/home_box_contact.jpg') no-repeat;
}

#home-box-contact-content {
    font-size: 12px;
    padding: 15px 15px 0 15px;
    text-align: left;
    line-height: 1.5em;
    color: #000;
}

#flashcontent {
    padding: 0 0 29px 0;
    margin: 0;
}

#page-column-full {
    width: 100%;
}

#page-column-left {
    float: left;
    padding: 0 0 20px 0;
    background-color: white;
    width: 570px;
    margin: 0;
}

#page-column-right {
    float: left;
    background-color: white;
    width: 230px;
    padding: 10px 0 30px 0;
}

.imageboxhome {
    float: left;
}







/* end self service module */


/* multimodule */
.multimodule {
    background: #e6e5de;
    border: 1px solid #C6C5C0;
    padding: 0;
    margin: 0 10px 10px 0;
}

.multimodule h3 {
    background: url(         '../images/multimodule-background.gif' ) repeat-x bottom;
    border-bottom: 1px solid #C6C5C0;
    padding: 16px 0px 9px 15px;
    margin: 0;
}

.multimodule p {
    padding: 10px 2px 10px 15px;
    margin: 0;
}

.multimodule a {
}

.multimodule form {
    margin: 0;
    padding: 0;
}

.multimodule input {
    margin: 0 0 0 18px;
}

.multimodule input.gobutton {
    margin: 0;
}

.multimodule img.icon {
    float: left;
    height: 17px;
    width: 17px;
    margin: 0 10px 0 0;
    clear: left;
}

/* end multimodule */



/*footer navigation*/

#page-footer-wrapper {
    width: 100%;
    background: #dddddd;
    padding: 15px 0 15px 0;
    margin: 0;
    border-top: 1px solid #c6c5c0;
    height: 40px;
    display: block;
}

#page-footer-wrapper div {
}

#page-footer-left {
    float: left;
    display: block;
    margin: 0 0 0 15px;
}

#page-footer-left-links {
    margin: 0 0 5px 0;
}

#page-footer-right {
    width: 160px;
    float: right;
    display: block;
    margin: 0 0 0 0;
    text-align: right;
    padding: 0 18px 0 15px;

}

#page-footer-right a {
	text-decoration: none;
}

#page-footer-right-callus {
    font-weight: bold;
}

#page-footer-right-telephone {
    font-weight: bold;
}

#page-footer-wrapper a:link, #page-footer-wrapper a:visited, #page-footer-wrapper a:active {
    color: #005aa3;
    text-decoration: none;
}

#page-footer-wrapper a:hover {
    text-decoration: underline;
}


/*end footer navigation*/






#redline {
    padding: 1px 0 13px 0;
}

#back ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 1.1em;
}

#back li {
    float: left;
    list-style: none;
    padding: 5px 4px 6px 0;
    margin: 0;
    background: url(../images/backbutton.html) no-repeat 0 0;
}


#back li a:link, #back li a:visited, #back li a:active {
    color: #005aa3;
    text-decoration: none;
    padding: 0 5px 0 25px;
}


#back li a:hover {
    text-decoration: underline;
}



/* end for add info page */

.hubdiff15 {
    float: left;
    width: 15px;
}

.hubdiff22 {
    float: left;
    width: 22px;
}

.hubdiff26 {
    float: left;
    width: 26px;
}




/* you and your Home Hubboxes */

#home-hubbox-wrapper {
    float: left;
    width: 569px;
    background: #f4f4f4;
}

div.hubbox {
    float: left;
    width: 244px;
    padding: 8px 8px 15px 8px;
    margin: 0 0 0 10px;
}

div.imgcont {
    float: left;
    width: 35px;
    padding: 0 0 9px 0;
}

div.hubbox h2 {
    font-size: 1.1em;
    padding: 10px 0 0 0;
    margin: 20px 0;
    clear: both;
}

div.redline {
    width: 250px;
    height: 1px;
    background: #c6c5c0;
    font-size: 0;
    line-height: 0;
}

div.hubbox p {
    margin: 0;
    padding: 14px 0 15px 0;
}

div.hubbox ul {
    margin: 0 0 0 0;
    padding: 0 0 9px 0;
    list-style: none;
}
div.hubbox li {
    background: url(         "../images/icons/bullet_blue.gif" ) no-repeat 0 3px;
    margin: 0;
    padding: 0 0 12px 16px;
    text-decoration: none;
}

div.hubbox a:link, div.hubbox a:visited, div.hubbox a:active {
    text-decoration: none;
    color: #005aa3;
}

div.hubbox a:hover {
    text-decoration: underline;
}

div.hubbox div.readmore img {
    margin: 0 5px 0 0;
    float: left;
}

div.hubbox div.readmore span {
    margin: 2px;
    float: left;
}



/* you and your Home Hubboxes */

/* Category Overview Page */
#page-banner, #page-banner a {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#catleftshort {
    width: 548px;
    padding: 13px 0 12px 0;
}

/* Product Overview Page */

div.product-wrapper {
    padding: 0 0 15px 0;
    margin: 0 10px 15px 0;
    border-bottom: 1px solid #999999;
}
div.product-wrapper-first {
    margin-top: 30px;
}
div.product-wrapper-last {
    border: 0;
    margin-bottom: 0;
}
div.product-title {
    font-weight: bold;
    background: url(../images/button_go.gif) no-repeat 0 0;
    padding: 1px 0 6px 25px;
}
div.product-image {
    float: right;
}
div.product-blurb {
    margin: 0 150px 0 0;
}



/* News Overview Page */

div.newsitem-wrapper {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #999999;
}
div.newsitem-wrapper-first {
    margin-top: 30px;
}
div.newsitem-wrapper-last {
    border: 0;
    margin-bottom: 0;
}
div.newsitem-title {
    font-weight: bold;
    background: url(../images/button_go.gif) no-repeat 0 0;
    padding: 1px 0 6px 25px;
}
div.newsitem-date {
    margin: 0 0 0 25px;
    font-style: italic;
}
div.newsitem-summary {
    margin: 10px 0 0 25px;
}
div.newsitem-fulldate {
    font-style: italic;
}
div.newsitem-author {
    font-style: italic;
}






/* Content tables */

#TableData {
    margin: 15px 0px;
}
#TableData .column {
    background-color: #F5F5F5;
    border: 1px solid #000;
}
#TableData TD {
    padding: 5px;
    border-bottom: 1px solid #F0EDED;
    padding-left: 8px;
}
#TableData TH {
    height: 20px;
    color: #175396;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #6699CC;
    font-weight: normal;
    padding-left: 8px;
}

#ContentTable {
    margin: 0 0px 20px 0px;
}
#ContentTable .column {
    background-color: #F5F5F5;
    border: 1px solid #000;
}
#ContentTable TD {
    padding: 5px;
    border-bottom: 1px solid #F0EDED;
    padding-left: 8px;
}
#ContentTable TH {
    height: 20px;
    color: #175396;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #6699CC;
    font-weight: normal;
    padding-left: 8px;
}
#ContentTable caption {
    text-align: left;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #F0EDED;
}





/* page content */

#page-content {
    float: left;
    padding: 0 25px 0 25px;
}

#home #page-content {
    float: left;
    padding: 0;
}

#page-content a:link, a:visited, a:active {
    color: #005aa3;
    text-decoration: none;
}

#page-content a:hover {
    color: #005aa3;
    text-decoration: underline;
}

#page-content ul, #page-content ol {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

#page-content li {
    background: url( '../images/bulletblue.png' ) no-repeat;
    background-position: 0 2px;
    list-style: none;
    padding: 0 0 5px 17px;
    margin: 2px 0 2px 5px;
}

#page-content blockquote.pullquote {
    width: 420px;
    width: 410px;
    margin: 1.5em auto;
    padding: 0 5px;
    background: #0b6ac7 url(../images/quote-top.gif) top left no-repeat;
}

#page-column-right blockquote.pullquote {
    clear: both;
    width: 220px;
    width: 210px;
    margin: 10px 0 0 0;
    padding: 0 5px;
    background: #0b6ac7 url(../images/quote-top-column.gif) top left no-repeat;
}

#page-content blockquote.pullquote p, #page-column-right blockquote.pullquote p {
    margin: 0;
    background-position: bottom right;
    color: #ffffff;
}

#page-content blockquote.pullquote b, #page-column-right blockquote.pullquote b {
    color: #ffffff;
}

#page-content blockquote.pullquote p.pullquote, #page-column-right blockquote.pullquote p.pullquote {
    padding: 2em 1em 2em 1em;
    margin: 0;
    background: transparent url(../images/close-quote.gif) 97% 100% no-repeat;
    border-top: none;
}

#page-content .pullquote cite, #page-column-right .pullquote cite {
    display: block;
}

#page-content blockquote.pullquote p cite, #page-column-right blockquote.pullquote p cite {
    color: #ffffff;
    display: block;
    text-align: right;
    padding: 6px;
    margin: 0 -5px;
    background: #0b6ac7 url(../images/quote-bottom.gif) bottom left no-repeat;
}

#page-column-right blockquote.pullquote p cite {
    padding: 6px 15px;
    background: #0b6ac7 url(../images/quote-bottom-column.gif) bottom left no-repeat;
}

#page-content ul {
    margin: 10px 0 10px 15px;
}


/* in-page table of contents & special formating */
#page-toc {
    border: solid 1px #CCCCCC;
    background-color: #EFEFEF;
    width: 400px;
}

div.page-quote {
    font-size: 12pt;
    font-weight: bold;
    line-height: 1.5em;
    color: #005aa3;
    padding:0 0 15px 0;
}


/* product diagrams */

div.product_diagram {
    margin: 20px 0 10px 0;
    background: #eeeeee;
    padding: 10px;
    border: 1px solid #cccccc;
    width: 320px;
    text-align: center;
}
div.product_diagram img {
    border: 1px solid #cccccc;
}


/* lightbox */

#lightbox {
    background-color: #eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails {
    font-size: 0.8em;
    padding-top: 0.4em;
}
#lightboxCaption {
    float: left;
}
#keyboardMsg {
    float: right;
}
#closeButton {
    top: 5px;
    right: 5px;
}

#lightbox img {
    border: none;
    clear: both;
}
#overlay img {
    border: none;
}

#overlay {
    background-image: url(../images/overlay.png);
}
/*
* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(../images/blank.html);
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.html", sizingMethod="scale");
	}
*/
#lightbox kbd {
    color: #555;
    background-color: #ddd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 3px 2px 4px;
    font-size: 16px;
    font-weight: bold;
}

div.contact-spacer {
    margin-top: 8px;
}












/* demonstration images */

#preview-wrapper div.preview {
    margin: 0 0 10px 0;
    clear: both;
    border: 1px solid #cccccc;
    float: left;
    width: 100%;
}

#preview-wrapper div.shaded {
    background: #eeeeee;
}

#preview-wrapper div.preview a img {
    padding: 2px;
    border: 1px solid #000000;
    margin: 10px 10px 10px 20px;
    float: right;
}

#preview-wrapper div.preview a img:hover {
    background: #0b6ac7;
}

#preview-wrapper h3 {
    margin: 10px 180px 10px 10px;
    padding: 0;
}

#preview-wrapper p {
    margin: 10px 180px 10px 10px;
    padding: 0;
}


/* home page news items */

a.icon-new {
    background: url(         '../images/icons/new.gif' ) no-repeat;
    padding: 0 0 0 22px;
}

div.news-wrapper {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #c0c0c0;
}

div.news-wrapper-last {
    border-bottom: 0px;
}

div.news-pdf-link a {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background: url(         '../images/icons/pdf.gif' ) 0 0 no-repeat;
    margin: 0 0 20px 20px;
}

div.news-pdf-link a span {
    display: none;
}

div.news-report-pdf-link a {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background: url(         '../images/icons/pdf.gif' ) 0 0 no-repeat;
    margin: 0 0 2px 2px;
}

div.news-report-pdf-link a span {
    display: none;
}


table#team-members {
    margin: 20px 0 0 0;
}

table#team-members td {
    vertical-align: top;
    padding: 0 0 40px 0;
}

table#team-members h3 {
    margin: 0;
}

table#team-members img {
    margin: 0 20px 0 0;
    border: 1px solid #cccccc;
}

table#home-bottom {
    width: 100%;
}

table#home-bottom td {
    vertical-align: top;
    width: 33%;
}

td#home-bottom-benefits {
}

td#home-bottom-benefits h3 {
    margin: 20px 10px 10px 20px;
    padding: 0;
}

td#home-bottom-benefits ul {
    margin: 0 0 20px 30px;
    padding: 0;
}

td#home-bottom-benefits li {
    margin: 5px;
    padding: 0;
}

/*td#home-bottom-our-clients {
width: 267px;
height: 190px;
background: #ffffff url('../images/homepage-bottom-centre.jpg') no-repeat 0 0;
}*/

td#home-bottom-our-clients h3 {
    margin: 20px 10px 10px 20px;
    padding: 0;
    color: #ffffff;
}

td#home-bottom-our-clients p {
    margin: 5px 115px 5px 20px;
    padding: 0;
    line-height: 14pt;
    color: #ffffff;
}

td#home-bottom-our-clients a {
}

td#home-bottom-contact-us {
    width: 266px;
    background: #ffffff;
}

td#home-bottom-contact-us h3 {
    margin: 20px 10px 10px 20px;
    padding: 0;
}

td#home-bottom-contact-us p {
    margin: 5px 5px 5px 20px;
    padding: 0;
    line-height: 14pt;
}

td#home-bottom-contact-us ul {
    margin: 0 0 20px 30px;
    padding: 0;
}

td#home-bottom-contact-us li {
    margin: 5px;
    padding: 0;
}

td#home-bottom-contact-us a {
}


/* contact us tables */

table#clients {
    margin: 30px 0px;
    border-top: 1px solid #cccccc;
}
table#clients .column {
    background-color: #eeeeee;
    border: 1px solid #000;
}
table#clients TD {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    padding-left: 8px;
}
table#clients TH {
    background-color: #dddddd;
    height: 20px;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 5px 8px;
    border-bottom: 1px solid #cccccc;
}



table.table-contact {
    margin: 30px 0px;
    border-top: 1px solid #cccccc;
}
table.table-contact .column {
    background-color: #F5F5F5;
    border: 1px solid #000;
}
table.table-contact TD {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    padding-left: 8px;
}
table.table-contact TH {
    height: 20px;
    width: 100px;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 5px 8px;
    border-bottom: 1px solid #cccccc;
}



div#home-box-payroll span.h3 {
    display:block;
    font-size: 1.2em;
    font-weight: normal;
    color: #005aa3
}

div#home-box-payroll span.pad {
    padding: 20px 0 0 15px;
    margin: 0px;
    display:block;
}

div#home-box-payroll a.payrollbutton {
    width: 200px;
    height: 160px;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../images/home_box_payroll.jpg');
    position: relative;
}

div#home-box-payroll a.payrollbutton:hover {
    background-position: -200px 0px;
}


div#mktColumn2 span.h2 {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}

div#mktColumn2 span.pad {
    color: #ffffff;
}

a.actionButton {
    width: 225px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/nextstep.gif);
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

a.actionButton span.pad {
    padding: 10px 0px 0px 15px;
    margin: 0px;
    display: block;
}

div#mktColumn2 a.contact {
    background-position: 0px 0px;
}
div#mktColumn2 a.demo {
    background-position: 0px -75px;
}
div#mktColumn2 a.trial {
    background-position: 0px -150px;
}

div#mktColumn2 a.contact:hover {
    background-position: -225px 0px;
}
div#mktColumn2 a.demo:hover {
    background-position: -225px -75px;
}
div#mktColumn2 a.trial:hover {
    background-position: -225px -150px;
}


div#side-ourteam span.h2 {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}

div#side-ourteam span.pad {
    color: #ffffff;
}

a.buttonOurTeam {
    width: 225px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/button_ourteam.gif);
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

a.buttonOurTeam span.pad {
    padding: 10px 0px 0px 15px;
    margin: 0px;
    display: block;
}

div#side-ourteam a.buttonOurTeam:hover {
    background-image: url(../images/button_ourteam_on.gif);
}

.to-the-top {
    border-bottom:solid 1px #CCCCCC;text-align:right;
}
