﻿/*=============>> CSS RESET <<==============*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td 
{ padding: 0; margin: 0; }
fieldset, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul {list-style: none;}
address, caption, cite, code, dfn, em, strong, th, var {font-weight: normal; font-style: normal; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after {content: '';}
abbr, acronym { border: 0;}
/*=============>> END CSS RESET <<==============*/

#wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

#main{
    width: 861px;
    height: 100%;
    font: 12px arial;
    color: #333333;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
#header {
    float: left;
    width: 861px;
    height: 167px;
    position: relative;
    background: url(/images/success_hdr.jpg) 2px 0px no-repeat;
}
#nav{
    float: left;
    width: 861px;
    height: 33px;
    background: url(/images/sucess_menu.jpg) top left no-repeat;
    text-align: center;
}
#nav ul {
    width: 700px;
    height: auto;
    text-align: left;
    margin: 0 auto;    
}
#nav ul li{
    float: left;
    text-align: center;
    margin: 6px 0 0 0;
    padding:0 10px;     
}
#nav ul li a{
    float: left;
    font: 12px verdana;
    font-weight: bold;
    color: #ffffff;
    text-align: center;   
}
#nav ul li a:hover{
    float: left;
    font: 12px verdana;
    font-weight: bold;
    color: #ffff00;
    text-align: center;   
}
#content {
    float:left;
    width: 853px;
    height: 100%;
    margin: 0 0 0 3px;
    border-left: 1px solid #c5d0dc;
    border-right: 1px solid #c5d0dc;
}
#left{
    float:left;
    width: 638px;
    padding: 20px 25px;
}

#right{
    float: right;
    width: 165px;
}
#rightLinks{
    float: right;
    width: 100%;
    height: auto;
}
#rightLinks a{
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}
#footer{
    position: relative;
    float:left;
    width: 861px;
    height: 121px;
    font: 11px arial;
    background: url(/images/success_btm.jpg) top left no-repeat;
}
#footer p{
    float: left;
    font-size: 10px;
    color:#0066cc;
}
#footer p a{
    font-size: 10px;
    color:#0066cc;
}
.testimonials {
    float:left;
    width: 100%;
    padding: 0 0 15px 0;
    margin:0 0 15px 0;
    border-bottom: 1px solid #dddddd;
}
.profiles {
    float: right;
    width: 490px;
    padding:25px 0 0 0;
}

h1 {
    float: left;
    width: 100%;
    font: 20px Arial;
    font-weight: bold;
    color: #003399;
    margin:0 0 15px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #999999;
}
h2 {
    float: left;
    width: 100%;
    font: 20px Arial;
    font-weight: bold;
    color: #003399;
    margin:0 0 15px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #999999;
}
h3 {
    float: left;
    font:13px arial;
    font-style: italic;
    font-weight: bold;
    color: #003366;
    padding: 0px;
}
h4 {
    float: left;
    width: 90%;
    font: 12px Arial;
    font-weight: bold;
    color: #000000; 
    margin:0;
}
p {
    float: left;
    margin:0 0 15px 0;
}
p.whyPrepLogic {
    float: left;
    font:13px arial;
    font-style: italic;
    color:#666666;
    margin: 0px;    
}
span {
    float:left
}
span.names {
    float: left;
    width: 100%;
    font: 14px Arial;
    font-weight: bold;
    color: #663333; 
    margin:0;
}
span.title {
    font-weight: bold;
    color: #003366;
    width: 150px;
}
span.answer {
    color: #666666;
    width: 260px;
}
#copyright {
    float: left;
    width: 97%;
    font: 11px arial;
    color: #999999;
    padding: 10px 15px;
}
img { float:left; border: 0;}
