/**************************************************
 * Design by: Matt McDonald (www.mattmcdonald.net)
 * Date: Mar 31, 2009
 * Description: Default CSS document.
 **************************************************/

* {
    margin: 0;
    padding: 0
} 

html,body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../img/body_bg.jpg);
    background-repeat: repeat-x;
    background-color: #3F2F22; 
}

/**********************************
 *          Navigation 
 **********************************/

#navWrapper {
    margin: 0px 0px 0px 50px;
    float: right;
    width: 550px;   
    font-size: 15px;
    font-weight: bold;
}

#navWrapper img {
    float: left;
}

#navigation ul {
    list-style: none;
    float: left;
    height: 41px; /* extends box to bottom */
    background-color: #faf6d9;
}

#navigation li {
    display: inline;
    line-height: 16px;
    height: 25px;
    float: left;
}

#navigation li a,
#navigation li a:visited {
    color: #3F2F22;
    float: left;
    padding: 10px 20px 0 0px;
    text-decoration: none;
}

#navigation li a:hover,
#navigation li a:active,
#navigation li#current a,
#navigation li#current a:visited {
    color: #B22222;    
}

/*********************************
 *          Logo Area
 *********************************/

#logoWrapper {
    position: relative;
    bottom: 10px;
    left: -50px;
    float: left;
    width: 450px;
    color: #fff;
    text-align: right;
    margin: 15px 0px 0px 0px;
}

#logoWrapper h1 {
    font-size:28px;
    color:#F8F4D5;
}

#logoWrapper h4 {
    font-size:18px;
    color:#BB9F89;
}

/*******************************
 *          Content
 *******************************/

#pageWrapper {
    position: relative;
    top: 50px;
    width: 900px;
    margin: 0px auto;
}

#keyPoints {
    float: left;
    width: 900px;
    height: 90px;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: top;
    border-bottom: 1px solid #D5D4CD;
    border-top: 1px solid #D5D4CD;
}

#content {
    clear: both;
    background-color: #fff;
    height: 520px; /* was 380 */
    margin: 0px;
    padding: 0px;
}

.genLinks a,
.genLinks a:visited {
    font-weight: bold;
    color: #a4051b;
    text-decoration: none;
}

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

/*******************************
 *  Content Position Management
 *******************************/

.leftCenter {
    width: 325px;
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.leftCenter p {
    margin: 15px 0px 0px 0px;
}

.center {
    text-align: center;
}


/*******************************
 *  Key-Points Boxes
 *******************************/

.leftWrapper {
    float: left;
}

.leftBox {
    float: left;
    width: 277px;
    margin: 15px 0px 0px 20px;
    font-size: 15px;
}

.leftBox img {
    border: 0;
    float: left;
}

.leftBox p {
    margin: 5px 0px 5px 0px;
    padding: 5px;
    width: 200px;
    float: right;
    background-color: #fbf8a8;
}

/**********************************
 *  Client Testimonial Boxes
 **********************************/

.clientWrapper {
    width: 280px;
    margin: 20px;
}

.clientTop {
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background-color: #a4051b;
}

.clientMid {
    font-size: 15px;
}

.clientMid p {
    padding: 20px 15px 0px 15px;
}

.clientMid strong {
    padding: 15px 0px 0px 0px;
    color: #a4051b;
    float: right;
}

/**********************************
 *  Top Advice Panel
 **********************************/

.top {
    width: 900px;
    height: 70px;
    border-top: 1px solid #d5d4cd;
    border-bottom: 1px solid #d5d4cd;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: top;    
}

.topLeft {
    float: left;
    width: 70px;
}

.topRight {
    float: right;
    width: 825px;
}

.top img {
    padding: 5px;
    border: 0;
}

.top a {
    display: block;
    height: 70px;
    color: #000;
    text-decoration: none;
}

.top strong {
    font-size: 18px;
}

/*******************************
 *      Right Content Styling
 *******************************/

.rightWrapper {
    float: right;
    width: 550px;
    margin: 20px 0px 0px 0px;
}

.rightWrapper p {
    font-size: 15px;
    padding: 15px 0px 0px 0px;
}

.learn {
    width: 100px;
    height: 28px;
    float: right;
    margin: 15px 30px 0px 0px;
    background-position: 0px 2px;
    background-image:url(../img/learn.jpg);
    background-repeat:no-repeat;
}

.learn:hover {
    background-image:url(../img/learn_over.jpg);
    background-repeat:no-repeat;
}

.learn a,
.learn a:visited,
.learn a:hover,
.learn a:active {
    padding: 0px 0px 0px 7px;
    font-size:10px;
    color:#FFFFFF;
    text-decoration:none;
    line-height:17px;
}

/******************************
 *          Footer
 ******************************/

#footer {
    text-align: center;
    color: #938A82;
    width:900px;
}

#footer a,
#footer a:visited {
    padding: 0px 0px 0px 15px;
    color: #938A82;
    text-decoration: none;
}

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

/******************************
 *       Unordered List
 ******************************/

ul.list {
    padding: 10px 0px 0px 20px;
}

ul.list li {
    padding: 10px 0px 0px 0px;
}

.list a,
.list a:visited {
    color: #3299CC;
    text-decoration: none;
}

.list a:hover,
.list a:active {
    color: #B22222;
}