@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    color: black;
    font-family: Verdana, sans-serif;
    font-size: .8em;
    line-height: 160%;
    text-align: center; /* Hack for IE5 to centre the body */
    background: #1488ae url(../images/new-background.png) repeat-x;
}

p {
    color: black;
    background-color: #ffffff;
    margin-left: 50px;
    margin-bottom: 0.75em;
}

h1, h2, h3, h4, h5 {
    margin-top: 0.2em;
    font-weight: normal;
    background-color: #ffffff;
    padding-bottom: 10px;
}

h1, h2 {
    color: #ff3366;
    font-size: 1.75em;
}

h1 {
    padding-top: 10px;
    padding-bottom: 20px;
}


h2 {
    padding-top: 0;
    margin-left: 50px;
}

h3 {
    text-decoration: none;
    font: 140% Verdana, sans-serif;
    font-weight: normal;
    margin-top: 0.8em;
    margin-left: 50px;
    color: #15839e;
    background-color: white;
}


/*---------- Pink Box -----------*/
.pinkBox {
    width: 960px;
    text-align: left;
    padding: 4px 0 20px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: left; /* Counteract to IE5 Hack */
    color: #ffffff;
    background: #ffffff url(../images/new-header.png) no-repeat;
}

.pinkBox a {
    text-decoration: none;
    font-weight: bolder;
    margin-top: 0.8em;
    color: #15839e;
}

.pinkBox h3 a {
    text-decoration: none;
    font-weight: normal;
}

.pinkBox a:hover, .pinkBox a:active {
    text-decoration: underline;
}

/*---------- MiP Box -----------*/
.mipBox {
    width: 960px;
    text-align: left;
    padding: 4px 0 20px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: left; /* Counteract to IE5 Hack */
    color: #ffffff;
    background: #ffffff url(../images/mip-header.png) no-repeat;
}

.mipBox a {
    text-decoration: none;
    font-weight: bolder;
    margin-top: 0.8em;
    color: #15839e;
}

.mipBox h3 a {
    text-decoration: none;
    font-weight: normal;
}

.mipBox a:hover, .pinkBox a:active {
    text-decoration: underline;
}

.mipBox p {
    font-size: 1em;
    line-height: 1.6em;
}

.mipBox .quote {
    display:block;
    font-weight: bold;
    font-style: italic;
}

.mip_page {
    clear: both;
    padding: 0 50px 0 50px;
}

.problem {
    padding-bottom: 20px;
    margin-left: 50px;
    width: 45%;
}

@media only screen and (min-width: 768px) {
    .problem {
        width: 80%;
    }
}

.problem img  {
    float: left;
    margin-left: 0;
    padding-left: 0;
    border:0px;
}

.problem h3  {
    margin-left: 0;
    padding-left: 0;
}

.problem p  {
    padding: 30px 20px 0 50px;
}

.problem a  {
    font-weight: normal;
    color: #000000;
}

.service-image {
    display: none;
}
@media only screen and (min-width: 768px) {
    .service-image {
        display: inline-block;
        float: left;
        margin: 0;
    }
}

/*---------- Contact Details -----------*/
.contactDetails {
    width: 960px;
    color: white;
    z-index: 1000;
    height:35px;
    font-size: 1.2em;
    text-shadow: 0 0 2px #000000;
}

.contactDetails span.contactTel {
    float: right;
    color: #ffffff;
    font-weight: bold;
    padding:10px 10px 10px 0px;
    margin-right: 20px;
}

.contactTel a {
    color: #ffffff;
}

.contactDetails span.contactEmail {
    float: left;
    color: #ffffff;
    padding:10px 0px 10px 10px;
}

.contactEmail a {
    color: #ffffff;
    margin-left: 20px;
}

.contactEmail a:hover, .contactEmail a:active {
    text-decoration: underline;
}

.stuckContactDetails {
    height: 40px;
    background-color: #2585a9;
    z-index:999;
    opacity: 0.95;
    width:960px;
    border-bottom: 1px solid #15839e;
    text-shadow: none;
    font-size: 1em;
}

.stuckContactDetails #contactEmail a {
    text-shadow: none !important;
}

.stuckContactDetails #contactTel {
    text-shadow: none !important;
}

/*---------- MiP Header -----------*/
.mipStrapline {
    text-align: center;
    font-size: 1.5em;
    line-height: 100%;
    color: white;
    padding:80px 40px 40px 0;
    margin-left: 500px;
    text-shadow: 0 0 2px #000000;
}
/*---------- Menu Bar -----------*/
.menuBar {
    text-align: center;
    font-size: 1.0em;
    line-height: 100%;
    color: white;
    padding:10px;
    margin-left: 450px;
    font-size: 1.2em;
}

.menuBar a {
    display: block;
    float:left;
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding: 0 15px 0 15px;
    margin: 0;
    font-size: 1.0em;
    line-height: 130%;
    width:105px;
    text-shadow: 0 0 2px #000000;
}

.menuBar a:hover, #menuBar a:active {
    color: white;
}

/* ------- Stuck Menus ------ */
.menuBar-wrapper {
    text-align: center;
    font-size: 1.0em;
    line-height: 100%;
    padding:20px 0px 15px 0px;
    margin-left: 0px;
}

.menuBar1 {
    padding:0px;
    font-size: 1.0em;
    padding-top: 10px;
    margin-left: 0px !important;
    z-index:1000;
}

.menuBar1 a {
    text-shadow: none;
}

.menuBar2 {
    padding:0px;
    font-size: 1.0em;
    text-shadow: none;
    padding-top: 10px;
    margin-left: 240px !important;
    z-index:1000;
}

.menuBar2 a {
    text-shadow: none;
}

.menuGap {
    padding-top: 20px;
}

.menuBar3 {
    font-size: 1.0em;
    text-shadow: none;
    padding-top: 10px;
    margin-left: 665px !important;
    float:left;
    z-index:1000;
}

.menuBar3 a {
    text-shadow: none;
}

.unstuckMenu {
    height:0px;
    width:960px;
}

.stuckMenu {
    height: 40px;
    background-color: #2585a9;
    z-index:999;
    opacity: 0.95;
    width:960px;
    text-shadow: none;
}


/*---------- Tool Bar -----------*/
#toolBar {
    text-align: left;
    padding-top: 10px;
    margin-left:35px;
    z-index:1001;
}

#toolBar a {
    text-decoration: none;
    margin-right: 55px;
}
#toolBar a:last-of-type {
    margin-right: 0px;
}

#toolBar img {
    padding: 0px;
    border: 0;
}


/*---------- Tool Bar -----------*/
#toolText {
    margin: 0 0 10px 0px;
    padding: 0;
    float: left;
    margin-right: 0px;
}

ul#list-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#list-nav li {
	display: inline
}

ul#list-nav li a {
	text-decoration: none;
	padding: 0 0 0 5px;
	border: 0;
	margin: 0;
	width: 120px;
	background: #ffffff;
	color: #00a9e1;
	float: left;
	text-align: center;
}

ul#list-nav li a:hover {
   text-decoration:underline;
}

/*---------- Tools -----------*/
.tool {
    margin-left: 0;
    padding-bottom: 10px;
}

.tool img {
    border: none;
    margin-right: 10px;
    vertical-align: middle;
}

/*---------- Tool Tips -----------*/
a.tt {
    position: relative;
    z-index: 24;
    color: #15839e;
    font-weight: bold;
    text-decoration: none;
}

a.tt span {
    display: none;
}

a.tt:hover {
    z-index: 25;
    color: #aaaaff;
}

a.tt:hover span.tooltip {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px 0 0 0;
    width: 200px;
    color: #15839e;
    text-align: center;
}

a.tt:hover span.top {
    display: block;
    padding: 30px 0px 0px 0px;
    background: url(../images/bubble.gif) no-repeat top;
}

a.tt:hover span.middle {
    display: block;
    padding: 0px 0px 0px 0px;
    background: url(../images/bubble_filler.gif) repeat bottom;
}

a.tt:hover span.bottom {
    display: block;
    padding: 3px 8px 10px;
    color: #15839e;
    background: url(../images/bubble.gif) no-repeat bottom;
}

/*---------- Content Page -----------*/

header {
    height:250px;
    overflow:hidden;
}
#contentWrapper {
    margin-top:20px;
    border: 0;
    width: 100%;
    padding: 0;
    height: auto;
    text-align: left; /* Counteract to IE5 Hack */
}
#mipWrapper {
    border: 0;
    width: 100%;
    padding: 0;
    height: auto;
    text-align: left;
}

/*---------- Main Content -----------*/
#contentPage {
	width : 765px;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
#mipPage {
    width : 100%;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.mip_text, .mip_pagetext {
    width: 45%;
}
.mip_pagequote {
    width: 45%;
    padding-top: 20px;
 }
@media only screen and (min-width: 768px) {
    .mip_text {
        float: left;
        width: 60%;
    }
    .mip_pagetext {
        float: left;
        width: 80%;
    }
    .mip_pagequote {
        float: left;
        width: 90%;
        text-align: center;
    }
}

.mip_text_col1 {
    width: 45%;
}

.mip_text_col2 {
    width: 45%;
}
@media only screen and (min-width: 768px) {
    .mip_text_col1 {
        float: left;
        width: 45%;
        margin-left: 20px;
    }

    .mip_text_col2 {
        float: left;
        width: 45%;
    }
}
.mip_summary {
    float: left;
    width: 650px;
}

.mip_problems, .mip_workshop {
    float: left;
    width: 850px;
}
/*---------- Contacts - Clients and Partners -----------*/

.contactLogo {
    float: left;
    margin: 5px 15px 5px 50px;
    border: none;
}

.testimonial {
    padding: 0px;
    margin-left: 135px;
}

.testimonial .reference {
    color: #15839e;
}


/*---------- Main Content -----------*/
#mainContent {
    position: relative;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    width: 670px;
}

#mainContent ul {
    color: black;
    margin-left: 70px;
    margin-bottom: 0.75em;
}

#mipContent {
    position: relative;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    width: 100%;
}

#mipContent ul {
    color: black;
    margin-left: 70px;
    margin-bottom: 0.75em;
}

.imageTitle {
    margin: 10px 15px 0px 50px;
    border: none;
}

p.attribute {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    font-style: italic;
    margin-left: 50px;
    margin-right: 0px;
    background-color: white;
}

/*---------- PDF Guides -----------*/
.guide {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-left: 50px;
}

.guideLast h3  {
    margin-left: 0px;
	padding-left: 0px;
}

.guideLast p  {
    margin: 0px;
	padding: 0px;
}

.guideLast {
    padding-bottom: 15px;
    margin-left: 50px;
}


.guide h3  {
    margin-left: 0px;
	padding-left: 0px;
}

.guide p  {
    margin: 0px;
	padding: 0px;
}

/*---------- Partners -----------*/
.partner {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-left: 50px;
}

.partner img  {
	float: left;
    margin-left: 0;
	padding-left: 0;
	border:0px;
}

.partner h3  {
    margin-left: 0;
	padding-left: 0;
}

.partner p  {
    margin: 0 0 0.75em 0;
	padding: 0;
}
.partnerLast {
    border-bottom: none;
}

/*---------- business_help -----------*/
.business_help {
    padding-bottom: 15px;
    margin-left: 50px;
}

.business_help img  {
    float: left;
    margin-left: 0;
    padding-left: 0;
    border:0px;
}

.business_help h3  {
    margin-left: 0;
    padding-left: 0;
}

.business_help p  {
    margin: 0 0 0.75em 0;
    padding: 0;
}


.business_testimonal {
    color: #15839e;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 50px 20px 30px;
    font-style: italic;
}

/*---------- Foot Notes-----------*/

footer {
    width: 960px;
    text-align: center;
    padding: 4px 0 20px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: left; /* Counteract to IE5 Hack */
    color: #ffffff;
    background:  #15839e url(../images/new-footer.png) no-repeat;
    font-weight: bold;
}

#footNote {
	clear: both;
    width: 100%;
    margin: 0;
    color: white;
    text-shadow: 0 0 2px #000000;
}

#footNote span#footNoteDesigner {
    float: left;
    padding: 10px 10px 10px 10px;
}

#footNoteDesigner a {
    color: white;
    text-decoration: none;
}

#footNoteDesigner a:hover, #footNoteDesigner a:active {
    text-decoration: underline;
}

#footNote span#footNoteCopyright {
    float: right;
    padding-right: 5px;
    padding: 10px 10px 10px 10px;
}

/*---------- Sub notes below the main page -----------*/
#legalNotices {
    clear: both;
    border: 0;
    width: 960px;
    text-align: center;
    font-size: smaller;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    color: white;
}

#legalNotices a {
    margin: 10px;
    color: white;
    font-weight: normal;
}

/*---------- App Popup-----------*/
#apppopup {
    width: 500px;
    padding: 0 20px 30px 20px;
    word-wrap: break-word;
}

#apppopup img {
    border: none;
    vertical-align: middle;
}

#apppopup h2 {
    clear: both;
    color: #ff3366;
    background-color: white;
    font-size: 1.75em;
    padding-top: 10px;
}

#apppopup p {
    margin: 10px;
    padding: 0;
}

/*---------- Health Check Popup-----------*/
#healthCheck {
	width: 500px;
    padding: 0 20px 30px 20px;
    word-wrap: break-word;
}

#healthCheck img {
    border: none;
    vertical-align: middle;
}

#healthCheck h2 {
    clear: both;
    color: #ff3366;
    background-color: white;
    font-size: 1.75em;
    padding-top: 10px;
}

#healthCheck p {
    margin: 10px;
    padding: 0;
}

/*---------- Business Money Popup-----------*/
#businessMoney {
    width: 500px;
    padding: 0 20px 30px 20px;
    word-wrap: break-word;
}

#businessMoney img {
    border: none;
    vertical-align: middle;
}

#businessMoney h2 {
    clear: both;
    color: #ff3366;
    background-color: white;
    font-size: 1.75em;
    padding-top: 10px;
}

#businessMoney p {
    margin: 10px;
    padding: 0;
}

/*---------- Event List Popup-----------*/
#eventList {
	width: 500px;
    padding: 0 20px 30px 20px;
    word-wrap: break-word;
}

#eventList img {
    border: none;
    vertical-align: middle;
}

#eventList h3 {
    text-decoration: none;
    font: 140% Verdana, sans-serif;
    font-weight: normal;
    margin-top: 0.8em;
    margin-left: 0;
    color: #15839e;
    background-color: #ffffff;
}

#eventList p {
    margin: 10px;
    padding: 0;
}

/*---------- General -----------*/
.clear {
    clear: both;
}

.borderLess {
	display:block;
	border: 0;
	margin: 0;
	padding: 0;
}

.stuck-element {
    background-color: #2585a9;
    z-index:1000;
    opacity: 0.95;
}


/*---------- Side Bar -----------*/
#sideBar {
	color: #15839E;
    float: left;
    position: relative;
    width: 165px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 10pt;
    text-align: center;
    word-wrap: break-word;
}

#sideBar li {
    display: inline;
}

#sideBar img {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: auto;   /* To centre a block */
    margin-right: auto;  /* To centre a block */
    border: 0px;
}

#sideBar h1 {
    color: #ff3366;
    font-size: 10pt;
    margin: 0px;
    padding:  0px;
    font-size: 14pt;
    font-weight:normal;
    text-align: center;
}

#sideBar h1:hover {
    text-decoration: underline;
}

#sideBar h2  {
    margin: 0px;
    padding:  0px;
    font-size: 10pt;
    font-weight:bold;
    text-align: center;
}

#sideBar h2:hover {
    text-decoration: underline;
}

#sideBar h3 {
	color: #15839E;
    margin: 10px 0 0 0;
    padding: 0px;
    font-size: 10pt;
    font-weight:bold;
    text-align: left;
}

/*---------- Bright Business Bulletin -----------*/
.bbb-date {
    color: #999;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 10pt;
    text-align: left;
}

.bbb-title {
	color: #15839E;
    margin:  0;
    padding: 0px;
    font-size: 10pt;
    font-weight:bold;
    text-align: left;
}

.bbm-cover {
    border: 2px solid #dc0163
    -webkit-box-shadow: 3px 5px 12px -4px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    3px 5px 12px -4px rgba(50, 50, 50, 0.4);
    box-shadow:         3px 5px 12px -4px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bbm-cover2 {
    display: inline !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    font-size: 1em;
    letter-spacing: .06em;
    border: 4px solid white;
    margin-bottom: 0;
}

.bbm-cover2:hover {
    background: #00A9E1;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: underline;
}

a .bbm-buynow {
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 8px 26px 8px 26px;
    color: white;
    background: green;
    width: 140px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: -3px 3px 4px #989898;
    -moz-box-shadow: -3px 3px 4px #989898;
    box-shadow: -3px 3px 8px #989898;
    border: 4px solid white;
}

.bbm-buynow:hover {
    background: #00A9E1;
    text-decoration: underline;
    color: white;
    cursor: pointer;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

a .book-workshop {
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 8px 36px 8px 36px;
    color: white;
    background: green;
    width: 140px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: -3px 3px 4px #989898;
    -moz-box-shadow: -3px 3px 4px #989898;
    box-shadow: -3px 3px 8px #989898;
    border: 4px solid white;
}

.book-workshop:hover {
    background: #00A9E1;
    text-decoration: underline;
    color: white;
    cursor: pointer;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

/*---------- FB FM -----------*/
.fbfm_News  {
    margin: 0px;
    padding:  0px;
    text-align: left;
}

.fm_date {
    color: #999;
    margin: 0px;
    padding:  0px;
    font-style: italic;
    font-size: .7em;
    text-align: left;
}


/*---------- Twitter -----------*/
.tweet {
    color: #15839e;
    margin: 10px 0 0 0;
    padding:  0px;
    background-color: white;
    text-align: left;
    word-wrap: break-word;
    border-bottom: 1px dashed #ccc;
}

.tweet_date {
    color: #999;
    margin: 0px;
    padding:  0px;
    font-style: italic;
    font-size: .7em;
    text-align: left;
}


.partner img.guideLink {
    vertical-align:middle;
    float:none;
    padding-right: 10px;
}
