@charset "utf-8";
/*******************************************************************************************************************
/
/   Page(s):        All pages
/
/******************************************************************************************************************/
body {
    font: 100% arial, verdana, helvetica, geneva, san-serif;
    margin: 0px;
    padding: 0px;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    line-height: 16px;
}
body.home { 
    color: #becbdb;
    background: #afb5cd url(../images/bg_body.jpg) repeat-x top;
}
body.internal {
    color: #6d6d6d;
    background: #fff url(../images/bg_body_int.jpg) repeat-x top;
}
a {
    outline: none;
    text-decoration: none;
}
body.home a {
    color: #dee6f1;
}
body.home a:hover {
    color: #fff;
}
body.internal a {
    color: #416790;
}
body.internal a:hover {
    color: #5e8fc4;
}
img, p, label, input, form, fieldset, h1, 
div, h2, h3, ul, li, table, td, tr {
    border: none;
    padding: 0px;
    margin: 0px;
}
h1 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    display: inline;
    margin-top: 12px;
    padding-bottom: 10px;
}
h2 {
    font-family: "arial", helvetica, san-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 8px 0px;
    letter-spacing: .5px;
    margin-top: 14px;
    line-height: 23px;
}
body.home h2 {
    color: #edf1f6;
    border-bottom: 1px solid #6e8092;
}
h2.regHome {
    color: #edf1f6;
    border-bottom: 1px solid #9facbb !important;
}
body.internal h2 {
    color: #333;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 30px;
}
h3 {
    color: #575757;
    font-size: 19px;
    font-weight: normal;
    margin-top: 6.5px;
    margin-left: 10px;
}
#container {
    width: 960px;
    height: 783px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    background: transparent url(../images/bg_container_int.jpg) no-repeat; /* had to insert this here for ie 6 */
}
body.home #container {
    background: transparent url(../images/bg_container.jpg) no-repeat;
}
body.internal #container {
    background: transparent url(../images/bg_container_int.jpg) no-repeat;
}

/* --------------------  Header and Navigation ----------------------*/
#header {
    height: 165px;
    padding: 0px 30px;
    margin: 0px;
    position: relative;
}
#logo {
    display: block;
    width: 196px;
    height: 120px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 24px;
}
#nav, #nav ul {
    padding: 0px;
    margin: 0px;
    height: 40px;
}
#nav {
    width: 670px;
}
#nav ul li {
    display: inline;
    list-style-type: none;
    height: 40px;
    font-size: 13px;
    color: #2f507a;
    margin: 0px;
    padding: 0px;
}
#nav li.navBreak {
    width: 2px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    float: left;
    background: transparent url(../images/nav_break.jpg) no-repeat top;
}
#nav ul li a {
    padding: 7px 17px;
    color: #fff;
    text-align: center;
    display: block;
    height: 28px;
    float: left;
}
#nav ul li a:hover {
    color: #a2b7d2;
    height: 25px;
    border-top: 3px solid #47586c;
    background: transparent url(../images/nav_arrow.gif) no-repeat top center;
}
#nav a.selected {
    background: transparent url(../images/selected_arrow.gif) no-repeat top center;
}
#thesis {
    font-family: "arial narrow", arial, helvetica, san-serif;
    font-weight: bold;
    font-size: 19px;
    width: 670px;
    line-height: 26px;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    color: #fff;
}
#thesis span {
    color: #aec6e3;
}
span.botline {
    color: #fff !important;
    letter-spacing: .5px;
}
#ad {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

/* --------------------  Content Div ----------------------*/
#content {
    margin: 0px;
    font-size: 13px;
    margin-top: 46px; /* had to insert this for ie 6 */
}
body.home #content {
    padding: 0px 30px 10px 0px;
    margin: 0px !important;
}
body.internal #content {
    padding: 0px 30px 10px 0px;
    margin-top: 46px;
}
#leftCol {
    width: 200px;
    padding: 0px;
    margin: 0px 0px 0px 30px;
}
#rightCol {
    width: 670px;
    padding: 0px;
    margin: 0px;
}

/* --------------------  Login Form ----------------------*/
#loginForm input {
    border: none;
    padding: 4px;
    margin: 2px 0px;
    color: #555e69;
}
body.home input.field {
    width: 192px;
    border-top: 1px solid #091322;
}
body.internal input.field {
    width: 192px;
    border: 1px solid #ccc;
    border-top: 1px solid #313337;
}

body.content input.field {
    width: 192px;
    border: 1px solid #ccc;
    border-top: 1px solid #313337;
}

body.home #login_form_username,
body.home #login_form_password
{
    width: 192px;
    border-top: 1px solid #091322;
}

body.internal #login_form_username,
body.internal #login_form_password,
body.content #login_form_username,
body.content #login_form_password
{
    width: 192px;
    border: 1px solid #ccc;
    border-top: 1px solid #313337;
}

label {
    margin: 0px;
    padding: 0px;
    display: block;
}
body.home label {
    color: #ced9e9;
}
body.internal label {
    color: #646b74;
}
label.submit {
    display: block;
    height: 10px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}
#loginSubmit {
    float: right;
    margin-top: 0px;
    width: 55px;
    height: 27px;
    border: none;
    outline: none !important;
}
body.home #loginSubmit {
    background: transparent url(../images/login_hm.jpg) no-repeat top;
}
body.home #loginSubmit:hover {
    background: transparent url(../images/login_hm_over.jpg) no-repeat top;
}
body.home #loginSubmit.down {
    padding-top: 1px;
    background: transparent url(../images/login_hm_down.jpg) no-repeat top;
}
body.internal #loginSubmit {
    background: transparent url(../images/login_int.jpg) no-repeat top;
}
body.internal #loginSubmit:hover {
    background: transparent url(../images/login_int_over.jpg) no-repeat top;
}
body.internal #loginSubmit.down {
    padding-top: 1px;
    background: transparent url(../images/login_int_down.jpg) no-repeat top;
}
#loginForm span {
    font-size: 11px;
}

/* --------------------Buttons-------------------------------------*/
.leaseBtn {
    background: transparent url(../images/bg_lease_now.gif) no-repeat top right;
    display: block;
    width: 88px;
    height: 25px;
    text-align: right;
    padding-right: 21px;
    margin-bottom: 5px;
    padding-top: 6px;
    color: #fff !important;
    float: right;
}
.leaseBtn:hover {
    background: transparent url(../images/bg_lease_now_ovr.gif) no-repeat top right;
}
.leaseBtn:active {
    background: transparent url(../images/bg_lease_now_dwn.gif) no-repeat top right;
    padding-top: 7px;
    height: 24px;
}

/*----------------------Advertisement ---------------------------*/

#advertisementImg{

    height:82px;

    width:670px;

    padding-top:20px;

}


/* --------------------  Register Now and Learn Video Divs ----------------------*/
#registerNow {
    display: block;
    padding-left: 25px;
    padding-bottom: 6px;
    width: 105px;
    height: 17px;
    margin-top: 10px;
}
body.home #registerNow {
    background: transparent url(../images/register_home.jpg) no-repeat top left;
}
body.internal #registerNow {
    background: transparent url(../images/register_int.jpg) no-repeat top left;
}
#learn_vid {
    display: block;
    width: 194px;
    height: 137px;
    margin-top: 14px;
    border: 3px solid #d5dce6;
    background: transparent url(../images/learn_vid.jpg) no-repeat top;
}
#learn_vid:hover {
    border-color:#97b1d3;
}

/* --------------------  Sliding Folders and Subfolders ----------------------*/
body.men .folder {
    background: transparent url(../images/foldmen_clsd.jpg) no-repeat top right;
    display: block;
    width: 630px;
    height: 33px;
    margin-top: 12px;
    padding-left: 40px;
    padding-top: 15px;
    font-size: 14px;
    cursor: pointer;
}
body.men .folder:hover {
    background: transparent url(../images/foldmen_clsd_ovr.jpg) no-repeat top right;
}
body.men .folderOpen {
    background: transparent url(../images/foldmen_opn.jpg) no-repeat top right;
    display: block;
    width: 630px;
    height: 33px;
    margin-top: 12px;
    padding-left: 40px;
    padding-top: 15px;
    font-size: 14px;
    cursor: pointer;
}
body.men .folderOpen:hover {
    background: transparent url(../images/foldmen_opn_ovr.jpg) no-repeat top right;
}
body.wom .folder {
    background: transparent url(../images/foldwom_clsd.jpg) no-repeat top right;
    display: block;
    width: 630px;
    height: 33px;
    margin-top: 12px;
    padding-left: 40px;
    padding-top: 15px;
    font-size: 14px;
    cursor: pointer;
}
body.wom .folder:hover {
    background: transparent url(../images/foldwom_clsd_ovr.jpg) no-repeat top right;
}
body.wom .folderOpen {
    background: transparent url(../images/foldwom_opn.jpg) no-repeat top right;
    display: block;
    width: 630px;
    height: 33px;
    margin-top: 12px;
    padding-left: 40px;
    padding-top: 15px;
    font-size: 14px;
    cursor: pointer;
}
body.wom .folderOpen:hover {
    background: transparent url(../images/foldwom_opn_ovr.jpg) no-repeat top right;
}

/* --------------------  Footer ----------------------*/
#footer {
    height: 200px;
    margin: 100px 30px 0px 30px;
    padding: 0px;
    color: #67889d;
    height: 30px;
    clear: both;
}
#footer p {
    font-size: 11px;
}
#footer ul {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}
#footer li {
    list-style-type: none;
    display: inline;
    padding: 10px 4px;  
}
#footer li a {
    color: #465c76;
}
#footer li a:hover {
    color: #657486;
}

/* --------------------  Miscellaneous Rules ----------------------*/
.fltLeft {
    float: left;
}
.fltRight {
    float: right;
}
.clearFlt {
    clear: both;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}
.clearTop {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.clearBot {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


/*------------------------Common tab nav ----------------------------*/

body.men .intSubNavSpacer {
    background: #fff url(../images/ind_men_nav_spcr.jpg) repeat-x center bottom !important;
    width: 1px !important;
    height: 30px !important;
    padding: 0px !important;
    margin: 0px !important;
}
body.wom .intSubNavSpacer {
    background: #fff url(../images/ind_wom_nav_spcr.jpg) repeat-x center bottom !important;
    width: 1px !important;
    height: 30px !important;
    padding: 0px !important;
    margin: 0px !important;
}

/* hidden elements until features are ready */
#allSortNav, #typeSortNav{
    display:none;
}
