﻿/*****  Contents *****

1 - General Layout
2 - Primary Navigation Formatting
3 - Text, Links & Images
4 - Second Navigation Layout
5 - Second Navigation Styling
6 - Form Styling
7 - Back Button Styling



1 == General Layout
*****************************************/

body {
    text-align: center;
    background-image: url(/images/bodybg.gif);
    font-family: arial, helvetica, sans-serif;
    font-size: 80%;
    color: #666;
}

#container {
    margin: 0 auto;
    width: 780px;
    text-align: left;
}

#header {
    float: left;
    display: inline;
    background: url(/images/topbanner.jpg) #fff no-repeat;
    width: 780px;
}

#prinav {
    float: left;
    display: inline;
    background: url(/images/navbg.gif) #fff no-repeat;
    width: 780px;
    height: 35px;
    margin-top: 25px;
}

#wrapper, #wrapperHome {
    float: left;
    display: inline;
    width: 778px;
    background-color: #fff;
    border-left: solid 1px #848c8e;
    border-right: solid 1px #848c8e;
}

#wrapperHome {
  background: #fff url(/images/homegradient.gif) bottom right no-repeat;
}

/*#siteTools {
    float: right;
    display: inline;
    margin: 43px 45px 0 0 !important; margin: 40px 25px 0 0;
}*/

#secondNav {
    float: left;
    display: inline;
    width: 163px;
    padding: 20px 10px 10px 10px;
    margin-right: 10px;
}

#slogan {
    float: left;
    display: inline;
    width: 163px;
    margin-top: -30px;
    text-align: center;
}

#mainBody, #mainBodyWide {
    float: left;
    display: inline;
    width: 577px;
    background: url(/images/contentgradient.gif) bottom repeat-x;
    padding: 20px 0 0 5px;
}

#mainBodyWide {
    width: 567px;
    padding: 20px 10px 10px 5px;
}

.intColLeft, .intColRight { /* use for internal page 2-col layout */
    float: left;
    display: inline;
    width: 278px;
    padding-bottom: 10px;
}

.intColRight {
    float: right;
    display: inline;
    padding: 0 5px 0 0;
}

/* Key Benefit Content Holder */

.keyBenefitTop {
    float: left;
    display: inline;
    width: 283px;
    height: 61px;
    background-image: url(/images/keybenefit_top.gif);
}

.keyBenefitMiddle {
    float: left;
    display: inline;
    width: 251px;
    border-left: solid 1px #3096b8;
    border-right: solid 1px #3096b8;
    padding: 0 15px 0 15px;
}

.keyBenefitBottom {
    float: left;
    display: inline;
    width: 283px;
    height: 13px;
    background: url(/images/keybenefit_bottom.gif) no-repeat;
}

.keyBenefitHolder { /* required if using mainBodyWide for content */
    float: left;
    display: inline;
    width: 283px;
}

/***************** Specific to Home Page Layout *******************/

#homeLeft {
    float: left;
    display: inline;
    width: 222px;
}

#imageBox {
    position: relative;
    top: -12px !important; top: -9px;
    left: 25px;
    margin-bottom: -13px;
}

#newsHeader {
    float: right;
    display: inline;
    width: 210px;
    height: 63px;
    background-image: url(/images/newsHdr.gif);
}

#newsContent {
    float: left;
    display: inline;
    font-size: 85%;
    width: 190px;
    margin: 0 0 0 26px;
}

#homeContent {
    float: left;
    display: inline;
    width: 534px;
    padding: 20px 0 0 15px;
}

#homeKeyBenefit {
    float: left;
    display: inline;
    margin: 20px 0 20px 0;
}

/*************************** Footer Layout ***********************/

#footerHome, #footer {
    float: left;
    display: inline;
    width: 780px;
    background-image: url(/images/footerHomeBg.gif);
    height: 67px;
}

#footer {
    background-image: url(/images/footerbg.gif);
    height: 27px;
}

#footerContact {
    float: left;
    display: inline;
    font-size: 90%;
    padding: 0 0 0 27px;
    line-height: 1.5em;
}

#footerLinksHome, #footerLinks {
    float: left;
    display: inline;
    color: #000;
    font-size: 85%;
    margin: 10px 0 0 220px;
}

#footerLinks {
    margin: 5px 0 0 220px;
}

/*************************************************
2 == Primary Navigation Formatting
*************************************************/

#prinav ul {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    margin: 12px 14px 0 0;
}

#prinav ul li {
    display: inline;
    float: left;
    margin-right: 7px;
}

#prinav a {
    float: left;
    display: inline;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}   

#prinav a.navHome, #prinav a.navHomeOn{width: 57px;}
#prinav a.navAbout, #prinav a.navAboutOn{width: 103px;}
#prinav a.navConsulting, #prinav a.navConsultingOn{width: 84px;}
#prinav a.navSolutions, #prinav a.navSolutionsOn{width: 75px;}
#prinav a.navTech, #prinav a.navTechOn{width: 102px;}
#prinav a.navContact, #prinav a.navContactOn{width: 75px;}

#prinav a.navHome:hover, #prinav a.navHomeOn{color: #c0dbe4;}
#prinav a.navAbout:hover, #prinav a.navAboutOn{color: #67e5e0;}
#prinav a.navConsulting:hover, #prinav a.navConsultingOn{color: #45dbff;}
#prinav a.navSolutions:hover, #prinav a.navSolutionsOn{color: #faa83b;}
#prinav a.navTech:hover, #prinav a.navTechOn{color: #b6f659;}
#prinav a.navContact:hover, #prinav a.navContactOn{color: #c2bfa1;}

#prinav a.navHomeOn, #prinav a.navAboutOn, #prinav a.navConsultingOn, #prinav a.navSolutionsOn,  #prinav a.navTechOn, #prinav a.navContactOn {
    font-weight: bold;
}

/**********************************************
3 == Text, Links & Images
**********************************************/

/**** Text ****/

h1 {
    margin-top: 0px;
    font-size: 140%;
    font-weight: normal;
}

h1.about{color: #4fb3af;}
h1.consulting{color: #2bb5d6;}
h1.solutions{color: #faa83b;}
h1.tech{color: #99cd13;}
h1.contact{color: #c2bfa1;}

p {
    line-height: 1.3em;
}

div.intro {
    margin: 0px 0 10px 14px;
    min-height: 90px;
    height: auto !important;
    height: 90px;
}

#homeKeyBenefit p {
    margin: 0px;
    line-height: 1.5em;
}

.keyBenefitMiddle p {
    font-size: 110%;
    line-height: 1.5em;
}

.blueText {
    color: #4988a9;
}

hr {
    color: #4d88a2;
    border: 0;
    border-top: solid 1px #4d88a2;
    height: 1px;
}

#newsContent p {
    margin: 8px 0 8px 0;
}

.newsTitle
{
    color: #3096B8;
}

.articleDate
{
    font-size: 90%;
    font-style: italic;
}

/**** Links ****/

a {
    text-decoration: underline;
    color: #666;
}

a:hover {
    text-decoration: none;
}

a.boxHdr {
    float: left;
    display: inline;
    text-decoration: none;
    color: #4a4949;
    font-size: 140%;
    margin: 13px 0 0 15px;
    font-weight: normal;
}

a.boxHdr:hover {
    text-decoration: underline;
}

#footerContact a {
    text-decoration: none;
    color: #828181;
}

#footerContact a:hover {
    text-decoration: underline;
}

#footerLinksHome a, #footerLinks a {
    color: #000;
    text-decoration: underline;
    margin: 0 5px 0 5px;
}

#footerLinksHome a:hover, #footerLinks a:hover {
    text-decoration: none;
}

#newsContent a {
    color: #4d88a2;
    text-decoration: none;
    font-weight: bold;
}

#newsContent a:hover {
    text-decoration: underline;
}

/**** Images ****/

img {
    border: 0;
}

.logo {
    float: left;
    display: inline;
    margin: 15px 0 0 33px;
}

#homeKeyBenefit img {
    margin-right: 15px;
}

.welcomeHdr {
    margin-left: 12px;
}

.twitter{float: left; margin: 5px 0 30px 0;}
.signup{float: left; margin: 20px 0 0 0;}

/**** Global Styles ****/

.floatLeft{float: left; display: inline;}
.floatRight{float: right; display: inline;}
.clear{clear: both;}

/***********************************************
4 == Second Nav Coloured Boxes
***********************************************/

.boxHolder {  /** sets layout for index page **/
    float: left;
    display: inline;
    width: 163px;
    margin-right: 13px;
    color: #000;
}

#secondNav .boxHolder { /** Over-rides for internal pages **/
    margin-right: 0;
}

#consultingTop, #solutionsTop, #techTop, #aboutTop, #contactTop {
    background: url('/images/consulting_top.gif') bottom no-repeat;
    width: 163px;
    height: 60px;
    float: left;
    display: inline;
    margin-bottom: -3px;
}

#consultingMiddle, #solutionsMiddle, #techMiddle, #aboutMiddle, #contactMiddle {
    float: left;
    display: inline;
    width: 161px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    border-left: solid 1px #a3c8d3;
    border-right: solid 1px #a3c8d3;
    background: url(/images/boxbg.gif) bottom repeat-x;
    font-size: 85%;
}

#consultingBottom, #solutionsBottom, #techBottom, #aboutBottom, #contactBottom {
    background: url(/images/consulting_btm.gif) no-repeat;
    width: 163px;
    height: 14px;
    float: left;
    display: inline;
}

#solutionsTop{background-image: url('/images/solutions_top.gif');}
#solutionsMiddle{border-left: solid 1px #fbbd5e;border-right: solid 1px #fbbd5e;}
#solutionsBottom{background-image: url('/images/solutions_btm.gif');}

#techTop{background-image: url('/images/tech_top.gif');}
#techMiddle{border-left: solid 1px #add842;border-right: solid 1px #add842;}
#techBottom{background-image: url('/images/tech_btm.gif');}

#aboutTop{background-image: url('/images/about_top.gif');}
#aboutMiddle{border-left: solid 1px #aeebed; border-right: solid 1px #aeebed;}
#aboutBottom{background-image: url('/images/about_btm.gif');}

#contactTop{background-image: url('/images/contact_top.gif');}
#contactMiddle{border-left: solid 1px #d0ceb7; border-right: solid 1px #d0ceb7;}
#contactBottom{background-image: url('/images/contact_btm.gif');}

.boxHolder ul {
    padding: 0;
    margin: 0;
    margin: 0 0 5px 30px;
}

.boxHolder ul li {
    margin-top: 5px;
    list-style-image: url(/images/bullet.gif);
    vertical-align: middle;
}

/************************************************
5 == Second Nav Link Styling
************************************************/

.boxHolder a {
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}

.boxHolder a:hover {
    text-decoration: underline;
}

.consultingOn{color: #2bb5d6; font-weight: bold;}
.solutionsOn{color: #faa83b; font-weight: bold;}
.techOn{color: #99cd13; font-weight: bold;}
.aboutOn{color: #4fb3af; font-weight: bold;}
.contactOn{color: #c2bfa1; font-weight: bold;}

/********************************************
6 == Form Styling
********************************************/

label {
    float: left;
    display: inline;
    width: 150px;
    margin: 0 0 3px 10px;
}

input, .inputText {
    width: 250px;
    border: solid 1px #c2bfa1;
    margin: 0 0 3px 0;
}

.inputText {
    height: 120px;
    background: url('/images/logo_faded.gif') top right no-repeat;
    font-family: Arial;
    font-size: 10pt;
}

fieldset {
    border: 0;
    padding: 0;
}

legend {
    display: none;
    /*color: #c2bfa1; font-weight: bold;*/
}

.submit {
    width: 50px;
    background-color: #c2bfa1;
}

.errors{width: 230px; border: 1px #ccc solid; background: #f4f4f4; padding: 10px; margin: 0 0 0 160px; color: Red;}
.errors span{color: #2acb41;}
.noErrors{width: 430px; text-align:center; border: 1px #ccc solid; background: #f4f4f4; padding: 10px; margin: 0 0 0 80px;}

/**************************************************
== Back Button Styling
**************************************************/


a.consBack, a.aboutBack, a.contBack, a.solBack, a.techBack {
    float: right;
    display: inline;
    margin: 0 20px 20px 0;
    width: 56px;
    height: 17px;
    background-image: url(/images/buttons/cons_back.gif);
}

a.aboutBack{background-image:url(/images/buttons/about_back.gif);}
a.contBack{background-image:url(/images/buttons/contact_back.gif);}
a.solBack{background-image:url(/images/buttons/solutions_back.gif);}
a.techBack{background-image:url(/images/buttons/techservices_back.gif);}

a.consBack:hover{background-image: url(/images/buttons/cons_back_on.gif);}
a.aboutBack:hover{background-image: url(/images/buttons/about_back_on.gif);}
a.contBack:hover{background-image: url(/images/buttons/contact_back_on.gif);}
a.solBack:hover{background-image: url(/images/buttons/solutions_back_on.gif);}
a.techBack:hover{background-image: url(/images/buttons/techservices_back_on.gif);}