/*------------------------------------------------------------------
[Master Stylesheet]

Project: Multiple Benefits Corporation
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 06/02/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header       [#hdr]
3. Navigation   [#nav_main]
4. Content      [#content]
    a. Auth
    b. Quote Form
5. Footer       [#ftr]
6. Error
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html {
    margin-bottom: 1px;
    min-height: 100%;
}

body {
    background-color: #97A075;
    color: #636363;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
    word-spacing: 0px;
}

#wrapper_outer {
    background-color: #FFFFFF;
    background-image: url(../images/wrapper_outer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    margin: auto;
    width: 980px;
}

#wrapper_inner {
    background-color: #FFFFFF;
    background-image: url(../images/wrapper_inner.jpg);
    background-repeat: repeat-y;
    height: 100%;
    margin: auto;
    width: 956px;
}

a {
    color: #74022C;
    text-decoration: underline;
}

h1 {
    color: #74022C;
    font-size: 32px;
    padding: 12px 0px;
    border: 0px solid #000000; 
}

h1.admin {
    font-size: 24px;
}

h2, h3 {
    color: #DFC158;
    padding: 10px 0px;
}

h2 { 
    font-size: 32px;
    padding-bottom: 16px;
}

h3 {
    font-size: 24px;
    font-variant: small-caps;
}

.red { color: #74022C; }

/*------------------------------------------------------------------
[2. Header / #hdr ]
-------------------------------------------------------------------*/
#hdr {
    background-repeat: no-repeat;
    height: 191px;
    width: 980px;
}

#home {
    font-size: 14px;
    padding: 168px 0px 0px 54px; 
}

#home a {
    color: #FFFFFF;
    text-decoration: none;
}

#home a:hover, #home a.current { color: #DFC158; }

/*------------------------------------------------------------------
[3. Navigation / #nav_main ]
-------------------------------------------------------------------*/
#nav_main {
    background-image: url(../images/nav_main_bg.jpg);
    background-repeat: no-repeat;
    float: left;
    font-size: 14px;
    height: 334px;
    width: 240px;
}

#nav_main a {
    color: #FFFFFF;
    text-decoration: none;
}

#nav_main a:hover, #nav_main a.current { color: #DFC158; }

#nav_sub {
    background-repeat: no-repeat;
    float: right;
    font-size: 14px;
    height: 28px;
    padding: 12px 0px;
    width: 714px;
}

#nav_sub .navlist {
    float: left;
    text-align: right;
}

#nav_sub a {
    color: #FFFFFF;
    text-decoration: none;
}

#nav_sub a:hover, #nav_sub a.current { color: #74022C; }

/*------------------------------------------------------------------
[4. Content / #content ]
-------------------------------------------------------------------*/
#content_top, #content_bottom {
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    padding: 0px 77px;
    width: 560px;
    border: 0px solid #ff0000;
}

#content_top { background-image: url(../images/content_top.gif); }

#content_top a {
    color: #74022C;
    text-decoration: none;
}
 
#content_bottom {
    background-image: url(../images/content_bottom.gif);
    margin-bottom: 30px;
}

#content {
    background-image: url(../images/wrapper_content.gif);
    background-repeat: repeat-y;
    float: right;
    height: 100%;
    padding: 0px 77px;
    width: 560px;
}

#content div.watermark {
    width: 100%;
    height: 100%;
    background-image: url(../images/watermark.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#content em {
    font-style: italic;
}

#content p, #content ul {
    font-family: Helvetica, Arial, sans-serif;
    padding: 4px 0px;
}

#content ul { padding-left: 14px; }

/*------------------------------------------------------------------
[4a. Content - Auth ]
-------------------------------------------------------------------*/
#loginform table.outer {
    font-size: 16px;
    margin: auto;
    padding: 4px;
    width: 70%;
}

#loginform table.inner { padding: 8px 0px; }

#loginform table.inner td { padding: 4px; }

/*------------------------------------------------------------------
[4b. Content - Quote Form ]
-------------------------------------------------------------------*/
.formleft {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0px;
    text-align: right;
    width: 40%;
}

.formright {
    float: right;
    font-size: 14px;
    padding: 4px 0px;
    text-align: left;
    width: 58%;
}

/*------------------------------------------------------------------
[5. Footer / #ftr ]
-------------------------------------------------------------------*/
#ftr {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    color: #DFC158;
    height: 67px;
    width: 980px;
}

#copyright {
    float: left;
    height: 24px;
    padding: 16px 0px 0px 30px;
}

#nav_ftr {
    float: right;
    height: 24px;
    padding: 16px 30px 0px 0px;
}

#nav_ftr a {
    color: #DFC158;
    text-decoration: none;
}

#nav_ftr a:hover { color: #C5A226; } 

.clear { clear: both; }

/*------------------------------------------------------------------
[6. Error ]
-------------------------------------------------------------------*/
.err_msg, #inf_user, #inf_pass, 
#errContact, #errPhone, #errEmail {
    color: #74022C;
}
