/* Main CSS */
html
{
    height: 100%;
}

body
{
    background-color: #D5D5D5;
    font-family: Arial, Helvetica, sans-serif;
    height: 96%;
    margin: 0 auto;
    padding: 0;
}
a, a:link, a:visited {
    color: rgb(140, 198, 63);
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
}
#container_header
{
    background: url(../images/bg_container_header.jpg) repeat-x;
}

#header
{
    background: url(../images/bg_header.jpg) no-repeat;
    height: 128px;
    margin: 0 auto;
    width: 949px;
}

#header_images
{
    display: inline;
    float: right;
    height: 94px;
    margin: 34px 33px 0 0;
    width: 94px;
}

#header_icons
{
    margin: 5px 0 6px 0;
    text-align: right;
}

.body_index
{
    background: #FFF url(../images/bg_main.jpg) repeat-x;
}

#main
{
    clear: both;
    height: 322px;
    margin: 0 auto;
    padding: 12px 0 0px 0;
    width: 949px;
}

#main_criteria
{
    margin: 0 auto;
    width: 870px;
}

#flashpiece, #tabs
{
    float: left;
    height: 322px;
    overflow: hidden;
    width: 430px;
}

#flashpiece
{
    margin-right: 10px;
}

#default
{
    height: 322px;
    background: url(../images/bg_default.jpg) no-repeat;
    width: 430px;
}

#internship
{
    background: url(../images/bg_internship.jpg) no-repeat;
    height: 322px; /*position:relative; 	top:-322px; 	visibility:hidden;*/
    width: 430px;
}

#profile
{
    background: url(../images/bg_profile.jpg) no-repeat;
    height: 322px; /*position:relative; 	top:-644px; 	visibility:hidden;*/
    width: 430px;
}

#content
{
    clear: left;
    margin: 0 auto;
    width: 870px;
}

.content_areas
{
    float: left;
    margin-bottom: 24px;
    margin-right: 10px;
    width: 319px;
}

#lifestyles
{
    background: #D1D1D1 url(../images/bg_lifestyles.jpg) no-repeat;
    border: 1px solid #B8B8B8;
    width: 307px;
    margin-right: 5px; /* margin-left: 5px;*/
    padding-right: 5px;
    padding-left: 5px;
}

.content_associations
{
    float: left; /*height:411px;*/
    margin-bottom: 24px;
    width: 212px;
}

#tbl_footer
{
    background: url(../images/bg_footer.jpg) repeat-x;
}

#footer
{
    background: url(../images/bg_footer_child.jpg) no-repeat;
    clear: both;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    width: 870px;
}

#footer_credits
{
    display: inline;
    float: left;
    margin: 10px 0 0 418px;
}

/* new footer 2.19.09 */
#ads_footer
{
    background: #D5D5D5 url(../images/bg_f_logo.jpg) repeat-x;
}

#int_ads_footer_life
{
    background: #D2D2D2 url(../images/bg_f_logolife.jpg) repeat-x;
}

#f_advertisements
{
    font-size: 14px;
    height: 100px;
    margin: 0 auto;
    width: 949px;
}

#f_advertisements img
{
    float: left;
}

.f_description
{
    float: left;
    margin-top: 35px;
    width: 300px;
}

/* forms */
#login, #login_forgot
{
    background: url(../images/g_lightbox_login.png) no-repeat;
    height: 550px;
    margin: 0 auto;
    width: 550px;
}

#login_forgot
{
    background: url(../images/g_lightbox_nologin.png) no-repeat;
}

#login_criteria, #login_forgot
{
    padding: 240px 0 0 146px;
}

#forgot_pw, #return_pw
{
    overflow: hidden;
    margin-left: 38px;
    width: 170px;
}

#return_pw
{
    width: 120px;
}

#forgot_pw button, #return_pw button
{
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 16px;
    overflow: hidden;
    width: 170px;
}

#return_pw button
{
    width: 120px;
}

#forgot_pw button span, #return_pw button span
{
    visibility: hidden;
}

.login_field
{
    font-size: 16px;
    height: 28px;
    padding-top: 8px;
    width: 236px;
}

.form_index
{
    margin: 95px 0 0 19px;
}

.form_internship, .form_profile
{
    font-size: 16px;
    height: 22px;
    width: 188px;
}
.form_internship
{
    border: 2px solid #9AD6E2;
}

.form_profile, .login_field
{
    border: 2px solid #C4DF9A;
}

.btn_create
{
    background: url(../images/b_createprofile.jpg) no-repeat;
    border: none;
    cursor: pointer;
    height: 45px;
    width: 192px;
}

.btn_cancel, .btn_signin, .btn_confirm
{
    border: none;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
    width: 90px;
}

.btn_cancel
{
    background: url(../images/b_cancel.jpg) no-repeat;
    margin-right: 8px;
}

.btn_signin
{
    background: url(../images/b_signin.jpg) no-repeat;
}

.btn_confirm
{
    background: url(../images/b_confirm.jpg) no-repeat;
}

.btn_cancel:hover, .btn_signin:hover, .btn_confirm:hover
{
    background-position: 0 -45px;
}

/* text */
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

h1
{
    background: url(../images/l_logo.gif) no-repeat;
    height: 90px;
    width: 297px;
    display: block;
    overflow: hidden;
    float: left;
}

h1 a
{
    height: 90px;
    width: 297px;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

h1 a span, #footer a span
{
    visibility: hidden;
}

h2
{
    color: #8CC63F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -10px;
}

div#tabs p
{
    font-size: 12px;
    line-height: 1.6em;
    margin: 55px auto 0 auto;
    width: 384px;
}

div.content_areas p, div.content_associations p
{
    font-size: 11px;
    margin-bottom: 10px;
}

div.content_associations p
{
    line-height: 1.6em;
}

/* Links */
.content_areas a:link, .content_areas a:visited, .content_areas a:active, .content_areas a:hover
{
    color: #4BBFD7;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover, #login_criteria a
{
    text-decoration: none;
}

#tabs a
{
    cursor: pointer;
    color: #fff;
}

/* Positioning */
.btns_footer
{
    float: left;
    margin-right: 10px;
}

.margin_b03
{
    margin-bottom: 3px;
}

.margin_r03
{
    margin-right: 3px;
}
/* originally 4px - changed to 3px due to FF3 Mac */

/* 03.31.09 styles */
.credits, .privacy, .contact
{
    display: block;
    float: left;
    height: 20px;
    margin-right: 12px;
    overflow: hidden;
    width: 40px;
}

.privacy
{
    width: 96px;
}

.contact
{
    width: 60px;
}
