﻿*
{
    padding: 0px;
    margin: 0px;
}
body
{
    font: Tahoma;
    font-family: Tahoma;
    font-size: 11px;
}
h1
{
    font-size: 18px;
}
h2
{
    font-size: 16px;
}
p
{
}

a
{
}





.header
{
    background-color: #eeeeee;
    height: 80px;
    margin-bottom: 5px;
}
.logo
{
    margin: 20px;
    width: 185px;
    float: left;
}

.page
{
    width: 960px;
    margin: auto;
    margin-bottom: 200px;
}

.navigation
{
    font-size: 11px;
    width: 650px;
    float: right;
    font-family: Tahoma;
    font: Tahoma;
    letter-spacing: 4px;
}
.navigation ul
{
    list-style: none;
    margin-top: 42px;
}
.navigation ul li
{
    float: left;
    display: inline-block;
    clear: none;
    margin-right: 25px;
}
.navigation ul li:last-child
{
    margin-right: 0px;
}
.navigation ul li a
{
    text-decoration: none;
    color: #000;
}
.navigation ul li a:hover
{
    color: #247add;
}

.homepagetext
{
    color: #fff;
    background-image: url(Images/hpbk.jpg);
    background-repeat: no-repeat;
    height: 406px;
    margin-bottom: 5px;
    border-radius: 0px 0px 7px 0px;
}

.homepagetext h2
{
    padding-left: 250px;
    padding-right: 20px;
    padding-top: 30px;
    letter-spacing: 3px;
    font-size: 44px;
    font-weight: normal;
}
.homepagetext p
{
    padding: 10px;
    padding-left: 250px;
    padding-right: 20px;
    line-height: 25px;
    font-size: 14px;
}


.haccordion
{
    padding: 0;
    background-color: #eeeeee;
    height: 125px;
    color: #323232;
}

.haccordion ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 960px;
    overflow: hidden; /*leave as is*/
}


.haccordion li
{
    margin: 0;
    padding: 0;
    display: block; /*leave as is*/
    width: 300px; /*For users with JS disabled: Width of each content*/
    height: 125px; /*For users with JS disabled: Height of each content*/
    overflow: hidden; /*leave as is*/
    float: left; /*leave as is*/
}

.haccordion li:first-child
{
    border-radius: 0px 0px 0px 7px;
}
.haccordion li:last-child
{
    border-radius: 0px 0px 7px 0px;
}

.haccordion li .hpanel
{
    width: 100%; /*For users with JS disabled: Width of each content*/
    height: 125px; /*For users with JS disabled: Height of each content*/
}



#hc1 li
{
    margin: 0 0px 0 0; /*Spacing between each LI container*/
}

#hc1 li .hpanel
{
    padding: 0px; /*Padding inside each content*/
}

#hc1 li .hpanel img
{
    float: left;
    margin-right: 5px;
}

.hpanel h2
{
    padding: 5px; 
}
.hpanel p
{
    padding: 5px; 
}


.genericpage
{
    font-size: 12px;
    color: #383838;
    background-image: url(images/genbk.jpg);
    background-repeat: repeat-x;
}
.genericpage h1
{
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 10px;
    padding-left: 20px;
}
.genericpage h2
{
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
}
.genericpage p
{
    line-height: 18px;
    padding: 10px;
    padding-left: 20px;
}
.genericpage img
{
    float: right;
    margin: 20px;
}

.partnerintro
{
    color: #fff;
    background-image: url(images/partnerbk.jpg);
    height: 253px;
}

.partnerintro h1
{
    padding: 5px;
    padding-left: 300px;
    padding-top: 50px; padding-bottom:0px; font-size:33px
}
.partnerintro h2
{
    padding: 5px;
    padding-left: 300px;
}
.partnerintro p
{
    padding: 5px;
    padding-left: 300px;
    font-size: 12px;
    padding-right: 20px;
}


.partnerlinks
{
    height: 150px;
    clear: both; margin-left:20px; margin-top:20px
}
.partnerlinks img
{
    margin: 0px;
    float: left;
    border: none; 
}
.partnerlinks ul
{
    list-style: none;
}
.partnerlinks ul li
{
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 6px;
    width: 240px;
}
.partnerlinks ul li:last-child
{
    margin-right: 0px;
}
.partnerlinks h2
{
    padding: 0px;
    clear: both;
    font-size: 14px;
    letter-spacing: 5px;
    margin: 0px;
    margin-bottom: 10px;
}
.partnerlinks p
{
    padding: 0px;
    line-height: normal;
    clear: both;
    font-size: 11px;
    margin: 0px;
}

.footer
{
    clear: both;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: transparent;
    height: 45px;
    background-image: url(Images/footerbk.png);
    background-repeat: repeat-x;
}
.footer p
{
    padding-top: 15px;
    font-size: 10px;
    color: #5a5a5a;
    width: 900px;
    float: right;
    text-align: right; padding-right:10px
}

.footer p a
{
    color: #fff;
}

.twitterLeft
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}
.twitterRight
{
    position: fixed;
    bottom: 0px;
    left: 424px;
    z-index: 100;
}

.bird
{
    position: fixed;
    bottom: 3px;
    left: 3px;
    z-index: 200;
}
.tweets
{
    float: left;
    width: 500px;
    color: #8d8d8d;
    z-index: -100;
}
.tweets ul
{
    list-style: none;
    width: 2500px;
    padding-top: 15px;
}

.tweets ul li
{
    display: inline-block;
    float: left;
    clear: none;
    width: auto;
    margin-right: 30px;
}

.tweets a
{
    color: #777777;
}

.contacts
{
}
.contacts ul
{
    list-style: none;
    margin: 10px;
    margin-left: 20px;
}
.contacts ul li
{
}

.clear
{
    clear: both; width:100%
}

.PartnerForm
{
    background-color: #242424;
    color: #fff;
}
.startbutton
{
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.PartnerForm h2{ font-size:22px; font-weight:normal; letter-spacing:5px; margin-bottom:10px}

.PartnerForm ul
{
    list-style: none;
    clear: both;
    height: 30px;
    padding-left: 20px;
}
.PartnerForm ul li
{
    width: 300px;
    float: left;
    display: inline-block;
}
.PartnerForm ul li:first-child
{
    width: 120px;
}
.PartnerForm ul li:last-child
{
    color: #ccc;
    font-size: 11px;
}

.PartnerForm input[type="text"]
{
    width: 90%;
}

.CMPage h1
{
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 10px;
    padding-left: 20px;
}
.CMPage p
{
    line-height: 18px;
    padding: 10px;
    padding-left: 20px;
}

.cmtabheader
{
    background-color: #000;
    color: #fff;
}
.cmtabheader th
{
    padding: 5px;
    border: 1px solid #fff;
}

.CMTable
{
}

.CMTable tr
{
}
.CMTable td
{
    border: 1px solid #ccc;
    padding: 5px;
}
.CMTable input[type="text"]
{
    width: 95%; font-size:11px; border:2px solid #c93333; padding:3px
}

.ThankYouMsg
{
    display: block;
    font-size: 22px;
    padding: 50px;
    line-height: 26px;
}

.video{ float:left}

#publicsector{}
#publicsector h2{ margin-bottom:10px}
#publicsector img{}
#publicsector ul{  margin-left:45px; line-height:20px}
#publicsector ul li{ margin-bottom:20px}
#publicsector p{ }
#publicsector .leftcol{ width:50%; float:left}
#publicsector .rightcol{ width:50%; float:right}
