/* Proboards - Professional services CSS File */

* {
        margin:0px;
        padding: 0px;
        }

body {
        font-family: Trebuchet MS, arial, sans-serif;
        font-size: 16px;
        margin: 0 auto;
        background: #1F487C url(../images/shader2.jpg) top center repeat-y;
        }
        
#frm_master {
        margin: 0 auto;
        width: 735px;
        }
        
        

/*--- Heading ---*/
#frm_heading {
        margin: 0 auto;
        width: 735px;
        height: 268px;
        background: url(../images/pb-heading.jpg) no-repeat;
        }
#logo {
        padding: 138px 0 0 0;
        overflow: hidden;
        background: url(../images/pb-logo.jpg) 20px 42px no-repeat;
        height: 0px !important;
        height /**/:138px;
        }



/*--- Left Sidebar ---*/
#left_sidebar {
        width: 126px !important;
        width /**/:136px;
        padding-right:10px;
        margin-right:30px;
        border-right: 1px solid #DFEAF7;
        float: left;
        }
#left_sidebar ul{
        list-style: none;
        text-align: right;
        }
#left_sidebar li a, #left_sidebar li a:visited{
        font-size: 0.8em;
        color:#5A8BD8;
        text-decoration: none;
        }
#left_sidebar li a:hover{
        color:#072F67;
        text-decoration: none;
        }
#partners {
        margin-top: 60px;
        }



/*--- Content ---*/
#content {
        width: 398px !important;
        float: left;
        }
#content h3{
        font-size: 1.1em;
        font-weight: bold;
        font-family: arial, sans-serif;
        color: #002D8F;
        margin-bottom:8px;
        }
#content h4{
        font-size: 1.0em;
        font-weight: bold;
        font-family: arial, sans-serif;
        color: #002D8F;
        color: #5491D4;
        margin-bottom:8px;
        }
#content p, #content form{
        font-size: 0.8em;
        font-weight: normal;
        margin-bottom:24px;
        color: #000A7A;
        color: #002D8F;
        }
#content ul {
        margin-bottom:30px;
        padding-left: 34px;
        }
#content ul li {
        font-size: 0.8em;
        color: #337;
        color: #002D8F;
        margin: 1px 0px 1px 0px;
        }
#content a, #content a:visited{
        color:#79A4DB;
        text-decoration: underline;
        }
#content a:hover{
        text-decoration: none;
        }
        
        

/*--- Right Sidebar ---*/
#right_sidebar {
        width: 126px !important;
        width /**/:136px;
        padding-left:10px;
        margin-left:30px;
        border-left: 1px solid #DFEAF7;
        float: left;
        }
#right_sidebar p {
        font-size: 0.8em;
        font-weight: normal;
        color: #000A7A;
        color: #002D8F;
        margin-bottom: 20px;
        }
#right_sidebar a, #right_sidebar a:visited{
        color:#79A4DB;
        text-decoration: underline;
        }
#right_sidebar a:hover{
        text-decoration: none;
        }
        
        



/*--- Footer ---*/
#frm_footer {
        margin: 0 auto;
        margin-top: -20px;
        width: 735px;
        height: 130px;
        background: url(../images/pb-footer.jpg) no-repeat;
        }
#frm_footer p{
        padding-top: 106px;
        font-size: 0.6em;
        color: #fff;
        text-align: center;
        }
#frm_footer a, #frm_footer a:visited{
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dotted #fff;
        }
#frm_footer a:hover{
        color: #fff;
        border-bottom: 0;
        }
        
        
