/* 
    Document   : style
    Created on : 11-May-2010, 13:42:39
    Author     : Adam Bell
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    margin:0;
    background-image: url(/images/topright.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: top right;
    font-family:Verdana,Sans;
    color:#808080;
    font-size:10pt;
}
a {
    color:#009CA3;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
td {
    text-align: justify;
    font-size:10pt;
    font-family:Verdana,Sans;
}
#navigation {
    font-family:Calibri, Helvetica;
    width:190px;
    background:#009CA3;
    vertical-align:top;
}
#navigation a {
    color:#FFFFFF;
    text-decoration:none;
    font-size:11pt;
}
#navigation ul {
    margin-top:40px;
    list-style:none;
    text-align:right;
}
#navigation ul li {
    margin-top:10px;
}
#nextSteps {
  list-style:none;
}
#nextSteps li {
    margin-top:5px;
}
#nextSteps h3 {
    margin-left:-40px;
    color:#009ca3;
    font-size:10pt;
}
#nextSteps a {
    color:#d17a29;
    text-decoration:none;
    font-size:10pt;
    font-weight:bold;
}
.bb_blue,h1,h4 {
    color:#009ca3;
}
.bb_orange,h2,h3 {
    color:#d17a29;
}
li.bb_orange {
    margin-top:10px;
}
h1 {
    font-size:10pt;
    text-align:center;
}
h2,h3,h4{
    font-size:10pt;
}
.bolt_on {
     border:1px solid #000;
     width:100%;
     border-collapse: collapse;
     margin-bottom:30px;
}
.bolt_on td {
    padding:5px;
}
.bolt_on tr td table {
    background-color:#ffefdd;
    border:1px solid #000;
    margin-left:5px;
    
}
.footer {

    border:1px solid #F8DDB8;background:#E4F3F8;width:600px;margin:auto;padding:10px;text-align:center;
    margin-top:20px;
}
.footer_company {
    font-size:8pt;
    text-align:right;
    margin-top:10px;
}
