/* CSS Document */  

#masthead {
    z-index: 1;
    }


/* LEFT NAV POSITIONING FOR MAIN SECTION PAGES */

#leftNav_main {
    position: relative;
    width: 260px;
    text-align: left;
    margin-left: 55px;
    margin-top: -265px;
    z-index: 500;
}

#leftNav_main ul {
    list-style-type: none;
    margin: 0;
    padding:0;
    padding-top: 3px;
    *padding-top: 0;
    *margin-top: -13px;
}

#leftNav_main ul li {
    line-height: 1.7em;
    background-image: url("../images/css/leftnav-arrow.png");
    background-repeat: no-repeat;
    background-position: 0px 7px; 
    vertical-align: middle;
    padding-left: 14px; 
    font-size: 12px;
}

#leftNav_main a:link {
    color: #181818;
    text-decoration: none;
    font-weight: bold; 
    background: none;
    }
    
#leftNav_main a:visited {
    color: #181818;
    text-decoration: none;
    font-weight: bold; 
    background: none;   
    }
    
#leftNav_main a:hover, a:active, a:focus {
    color: #004570;
    text-decoration: none;
    font-weight: bold; 
    background: none;   
    }
    
#leftNav_main hr  {
    background: #181818;
    height: 1px;
    margin-bottom: 8px;
    border: #181818;
    color: #181818;
   *margin-top: -7px;
  /*  *margin-bottom: 5px; */
    padding: 0;
    color: #181818;
}

#leftNav_main h3  {
    font-size: 1.5em;
    margin-top: -3px;
    *margin-top: 5px;
}

#leftNav hr {
    background: #181818;
    height: 1px;
    margin-bottom: 10px;
    *margin-bottom: 5px;
    *margin-top: -5px;
    border: #181818;
    color: #181818;
    padding: 0;
}

#leftNav h3  {
    font-size: 1.5em;
}
    
/* LEFT NAV POSITIONING FOR INTERIOR WEB PAGES */

#leftNav {
    position: relative;
    width: 244px;
    text-align: left;
    margin-top: 25px;
    margin-left: 0;
    z-index: 500;
}


#leftNav ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}

#leftNav ul li {
    line-height: 2em;
    background-image: url("../images/css/leftnav-arrow.png");
    background-repeat: no-repeat;
    background-position: 0px 10px; 
    padding-left: 14px; 
    font-size: 12px;
}

#leftNav a:link {
    color: #181818;
    text-decoration: none;
    font-weight: bold; 
    background: none;
    }
    
#leftNav a:visited {
    color: #181818;
    text-decoration: none;
    font-weight: bold; 
    background: none;   
    }
    
#leftNav a:hover, a:active, a:focus {
    color: #0065a4;
    text-decoration: none;
    font-weight: bold; 
    background: none;   
    }
    
/* MAIN PAGES CSS */

#lftCol_main {
    padding-top: 60px;
    padding-left: 60px;
}   
    
#mainpgsWrapper {
    position: relative;
    width: 100%;
    background: url("../images/css/background.gif") fixed repeat-y;         
    height: 370px;      
    margin-top: 0px;
}   

#mainpgsInner {
    position: relative;
    width: 994px;
    margin-left: auto;
    margin-right: auto;
}   

#photoMain {
    position: relative;
    width: 994px;
    height: 369px;  
    margin-top: 0;
    margin-bottom: 0;
    background: none;
    padding-top: 0px;
}


/* INTERIOR PAGES CSS */

/* general content styles */

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}   


/* twothirdsCol - for pages with no left nav and one-third col on right */

#twothirdsCol {
    position: relative;
    float: left;    
    display: block;
    width: 634px;
    margin-left: 0px;
    text-align: left;
    margin-top: -15px;
}   

#twothirdsCol h2, h3, h4 {
    padding-top: 6px;
    padding-bottom: 4px;
}

#twothirdsCol td,th {
    padding: 6px;
}

#twothirdsCol p {
    line-height: 1.4em;
    margin-top: .4em;
    margin-bottom: 1.4em;
    font-size: 1em; 
}

#twothirdsCol ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin-top: 1em;
}

#twothirdsCol ol li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 2.4em;
    text-indent: 0em;
}

#twothirdsCol ul {
    margin-top: 1em;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: -1.6em;
}

#twothirdsCol ul li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 3.4em;
    text-indent: 0em;
}

#content #twothirdsCol a, a:link {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
}
    
#content #twothirdsCol a:visited {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
    }
    
#content #twothirdsCol a:hover, a:active, a:focus {
    text-decoration: underline; 
    background: none;   
    font-weight: bold;
    }
    
#content #twothirdsCol p.crumbs a:link {
    color: #181818;
    text-decoration: underline; 
    background: none;   
    }
    
#content #twothirdsCol p.crumbs a:visited {
    color: #181818; 
    text-decoration: underline; 
    background: none;   
    }
    
#content #ctwothirdsCol p.crumbs a:hover, a:active, a:focus {
    color: #0065a4; 
    text-decoration: underline; 
    background: none;       
    }   
    
/* photoCol - interior templates */

#photoCol {
    position: relative;
    float: right;
    width: 320px;
    margin-left: 40px;
    margin-right: 0;
    text-align: left;
    display: block;
}   

#photoCol img {
    position: relative;
    margin-top: -20px;
    border: none;
}

#photoCol ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin-top: 1em;
}

#photoCol ol li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 2.4em;
    text-indent: 0em;
}

#photoCol ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: -1.6em;
    margin-top: 1em;
}

#photoCol ul li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 3.4em;
    text-indent: 0em;
}

#photoCol td,th {
    padding: 6px;
}

#photoCol h2, h3, h4 {
    padding-top: 6px;
    padding-bottom: 4px;
}   

#photoCol p {
    line-height: 1.4em;
    margin-top: .4em;
    margin-bottom: 1em;
    font-size: 1em; 
}

#content #photoCol a, a:link {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
}
    
#content #photoCol a:visited {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
    }
    
#content #photoCol a:hover, a:active, a:focus {
    text-decoration: underline; 
    background: none;   
    font-weight: bold;
    }   
    
#content #photoCol a, a:link {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
}
    
#content #photoCol a:visited {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
    }
    
#content #photoCol a:hover, a:active, a:focus {
    text-decoration: underline; 
    background: none;   
    font-weight: bold;
    }           
    
    
/* fullPage - interior templates */

#fullPage {
    position: relative;
    text-align: left;
    width: 994px;
    overflow: auto;
    clear:both;
}

#fullPage p {
    line-height: 1.4em;
    margin-top: .4em;
    margin-bottom: 1.4em;
    font-size: 1em; 
}

#fullPage td,th {
    padding: 6px;
}

#fullPage h2, h3, h4 {
    padding-top: 6px;
    padding-bottom: 4px;
}

#fullPage ol {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 2.4em;
    text-indent: 0em;
}

#fullPage ol li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 2.4em;
    text-indent: 0em;
}

#fullPage ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: -1.6em;
    margin-top: 1em;
}

#fullPage ul li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 3.4em;
    text-indent: 0em;
}

#content #fullPage a, a:link {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
}
    
#content #fullPage a:visited {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
    }
    
#content #fullPage a:hover, a:active, a:focus {
    text-decoration: underline; 
    background: none;   
    font-weight: bold;
    }
    
#content #fullPage p.crumbs a:link {
    color: #181818;
    text-decoration: underline; 
    background: none;   
    }
    
#content #fullPage p.crumbs a:visited {
    color: #181818; 
    text-decoration: underline; 
    background: none;   
    }
    
#content #fullPage p.crumbs a:hover, a:active, a:focus {
    color: #0065a4; 
    text-decoration: underline; 
    background: none;       
    }   


/* oneCol - interior templates for pages with left nav and one column to right */

#oneCol {
    position: relative;
    margin-left: 20px;
    text-align: left;
    margin-top: -15px;
    width: 730px;
    overflow: auto;
    clear:both;
}

#oneCol img {
    position: relative;
    left: 0;
    margin-top: -20px;
    border: none;
}

#oneCol p {
    line-height: 1.4em;
    margin-top: .4em;
    margin-bottom: 1.4em;
    font-size: 1em; 
}

#oneCol ul.ulnone {
    list-style-type: none; 
}

#oneCol td,th {
    padding: 6px;
}

#oneCol h2, h3, h4 {
    padding-top: 6px;
    padding-bottom: 4px;
}

#oneCol ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin-top: 1em;
}

#oneCol ol li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 2.4em;
    text-indent: 0em;
}

#oneCol ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: -1.6em;
    margin-top: 1em;
}

#oneCol ul li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 3.4em;
    text-indent: 0em;
}

#content #oneCol a, a:link {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
}
    
#content #oneCol a:visited {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
    }
    
#content #oneCol a:hover, a:active, a:focus {
    text-decoration: underline; 
    background: none;   
    font-weight: bold;
    }
    
#content #oneCol p.crumbs a:link {
    color: #181818;
    text-decoration: underline; 
    background: none;   
    }
    
#content #oneCol p.crumbs a:visited {
    color: #181818; 
    text-decoration: underline; 
    background: none;   
    }
    
#content #oneCol p.crumbs a:hover, a:active, a:focus {
    color: #0065a4; 
    text-decoration: underline; 
    background: none;       
    }       

/* contentCol - interior templates */

#contentCol {
    position: relative;
    float: left;    
    width: 350px;
    margin-left: 20px;
    text-align: left;
    margin-top: -15px;
}   

#contentCol p {
    line-height: 1.4em;
    margin-top: .4em;
    margin-bottom: 1.4em;
    font-size: 1em; 
}

#contentCol td,th {
    padding: 6px;
}

#contentCol h2, h3, h4 {
    padding-top: 6px;
    padding-bottom: 4px;
}

#contentCol ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin-top: 1em;
}

#contentCol ol li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 2.4em;
    text-indent: 0em;
}

#contentCol ul {
    margin-top: 1em;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: -1.6em;
}

#contentCol ul li {
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-left: 3.4em;
    text-indent: 0em;
}

#content #contentCol a, a:link {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
}
    
#content #contentCol a:visited {
    text-decoration: underline;
    background: none;   
    font-weight: bold;
    }
    
#content #contentCol a:hover, a:active, a:focus {
    text-decoration: underline; 
    background: none;   
    font-weight: bold;
    }
    
#content #contentCol p.crumbs a:link {
    color: #181818;
    text-decoration: underline; 
    background: none;   
    }
    
#content #contentCol p.crumbs a:visited {
    color: #181818; 
    text-decoration: underline; 
    background: none;   
    }
    
#content #contentCol p.crumbs a:hover, a:active, a:focus {
    color: #0065a4; 
    text-decoration: underline; 
    background: none;       
    }   
    


/* COLORED BOXES */ 

.box-blue-medium-rt {
    width: 280px;
    padding: 20px;
    background-color: #a4c3e2;
    border: 1px solid #aaa;
}


/* REQUEST INFORMATION FORM STYLES */   

#masthead {
    background: none;
    }

#requestInfo    {
    line-height: 150%;
    width: 100%;
    }

#contact_info   {
    margin-left: 25px;
    width: 100%;
    }   
    
.contact_left   {
    position: absolute; 
    }
    
.contact_right  {
    position: absolute; 
    left: 500px;    
    }
    
.legend {
    font-weight: bolder;
    color: #003366;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 0px;
    }   

#addl_info  {
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
    }

    
.addl_info_left {
    position: absolute; 
    vertical-align: middle; 
    }

    
.addl_info_right    {
    position: absolute; 
    left: 550px;    
    vertical-align: middle; 
    }
    
.go_places  {
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 20px;
    }
    
/* #schools {
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: left;
    }   
    
    */

    
    
#current_level  {
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 20px;
    }
    
.current_level_left {
    position: absolute; 
    vertical-align: middle;
    }
    
.current_level_right    {
    position: absolute; 
    left: 550px;
    vertical-align: middle;
    }
        
#current_student    {
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 20px;
    }
    
.current_student_left   {
    position: absolute; 
    vertical-align: middle;
    }
    
.current_student_right  {
    position: absolute; 
    left: 550px;
    vertical-align: middle;
    }   
    
#current_employ {
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 20px;
    }
    
#grad_year  {
    margin-left: 25px;
    padding-top: 5px;
    margin-bottom: -15px;
    }
    
/* ------------------------ RNT iFrame ---------------------- */        

.iframe {
    background: #f1f1f1;
    border: none;
    width: 575px;
    height: 600px;
    border: none;
}

#cse-search-results iframe {
    border: none;
}

iframe.form {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
}

/* ------------------------ Hidden Form Labels CSS ---------------------- */

.google_search {
    display: none;
}

.alphalist_label {
    display: none;
}

.keyword_label {
    margin: 4px 2px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bolder;
    color: #1f4880;
    }

.cat_label {
    margin: 4px 2px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bolder;
    color: #1f4880;
    }

.subcat_label {
    margin: 4px 2px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bolder;
    color: #1f4880;
    }

.school_label {
    margin: 4px 2px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bolder;
    color: #1f4880;
    }
    
/* ------------------------ COLORED FILLS AND BOXES ---------------------- */   

.box-clear {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #aaaaaa;
    }
    
.box-clear h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }
    
.box-clear-narrow {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #aaaaaa;
    width: 400px;
    }
    
.box-clear-narrow h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   

.box-gold {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #ffc862;
    border: 1px solid #aaaaaa;
    }
    
.box-gold h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-gold-narrow {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #ffc862;
    border: 1px solid #aaaaaa;
    width: 300px;
    }
    
.box-gold-narrow h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }           
    
.box-gold-medium {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #ffe6b0;
    border: 1px solid #aaaaaa;
    }
    
.box-gold-medium h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-gold-medium-narrow {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #ffe6b0;
    border: 1px solid #aaaaaa;
    width: 300px;
    }
    
.box-gold-medium-narrow h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }       
    
.box-gold-light-narrow {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    width: 300px;
    border: 1px solid #aaaaaa;
    background-color: #ffe6b0;
    }   
    
.box-gold-light-narrow h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-gold-light {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #fff8ea;
    border: 1px solid #aaaaaa;
    }
    
.box-gold-light h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-blue {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #1f4880;
    border: 1px solid #aaaaaa;
    color: #ffffff;
    }
    
.box-blue-narrow {
    padding: 8px 8px 5px 8px;
    margin: 10px 0 10px 0; 
    background-color: #1f4880;
    border: 1px solid #aaaaaa;
    color: #ffffff; 
    width: 225px;
    float: left;
    }   
    
.box-blue h2 {
    padding: 3px 0 0 0;
    margin: 0;
    color: #ffffff;
    }   
    
.box-blue-medium {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #cbdaf3;
    border: 1px solid #aaaaaa;
    }
    
.box-blue-medium-narrow {
    padding: 8px 8px 5px 8px;
    margin: 10px 0 10px 0; 
    background-color: #cbdaf3;
    border: 1px solid #aaaaaa;
    width: 225px;
    float: left;
    }   
    
.box-blue-medium h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-blue-light {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #eef3fb;
    border: 1px solid #aaaaaa;
    }
    
.box-blue-light-narrow {
    padding: 8px 8px 5px 8px;
    margin: 10px 0 10px 0;
    background-color: #eef3fb;
    border: 1px solid #aaaaaa;
    width: 225px;   
    float: left;
    }   
    
.box-blue-light h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-red {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #990000;
    border: 1px solid #aaaaaa;
    color: #ffffff;
    }
    
.box-red h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-red-medium {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #ffcccc;
    border: 1px solid #aaaaaa;
    }
    
.box-red-medium h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-red-light {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    background-color: #fff4f4;
    border: 1px solid #aaaaaa;
    }
    
.box-red-light h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
        
.box-gray {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #000000;  
    background-color: #aaaaaa;
    }
    
.box-gray h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-gray-medium {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #aaaaaa;
    background-color: #cccccc;
    }
    
.box-gray-medium h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-gray-light {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
    }
    
.box-gray-light h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-green {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #aaaaaa;  
    background-color: #1f8061;
    color: #ffffff;
    }
    
.box-green h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
        
.box-green-medium {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #aaaaaa;
    background-color: #9fc1b5;
    }
    

.box-green-medium h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
.box-green-light {
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    border: 1px solid #aaaaaa;
    background-color: #d3e2dd;
    }
    
.box-green-light-narrow {
    padding: 8px 8px 5px 8px;
    margin: 10px 0 10px 0; 
    background-color: #d3e2dd;
    border: 1px solid #aaaaaa;
    width: 300px;
    }       
    
.box-green-light h2 {
    padding: 3px 0 0 0;
    margin: 0;
    }   
    
    
.color-gold {
    background-color: #ffc862;
    }
    
.color-gold-medium {
    background-color: #ffe6b0;
    }

.color-gold-light {
    background-color: #fff8ea;
    }

.color-blue {
    background-color: #1f4880;
    color: #ffffff;
    }
    
.color-blue-medium {
    background-color: #cbdaf3;
    }

.color-blue-light {
    background-color: #eef3fb;
    }

.color-red {
    background-color: #990000;
    color: #ffffff;
    }
    
.color-red-medium {
    background-color: #ffcccc;
    }       
    
.color-red-light {
    background-color: #fff4f4;
    }   

.color-gray {
    background-color: #aaaaaa;
    }
    
.color-gray-medium {
    background-color: #cccccc;
    }   

.color-gray-light {
    background-color: #eeeeee;
    }
    
.color-green {
    background-color: #1f8061;
    color: #ffffff;
    }
    
.color-green-medium {
    background-color: #9fc1b5;
    }   

.color-green-light {
    background-color: #d3e2dd;
    }
    
.color-gold-padded {
    background-color: #ffc862;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
.color-gold-medium-padded {
    background-color: #ffe6b0;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
.color-gold-light-padded {
    background-color: #fff8ea;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }

.color-blue-padded {
    background-color: #1f4880;
    color: #ffffff;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
.color-blue-medium-padded {
    background-color: #cbdaf3;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }   

.color-blue-light-padded {
    background-color: #eef3fb;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }

.color-red-padded {
    background-color: #990000;
    color: #ffffff;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
.color-red-medium-padded {
    background-color: #ffcccc;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }       
    
.color-red-light-padded {
    background-color: #fff4f4;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }   

.color-gray-padded {
    background-color: #aaaaaa;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
.color-gray-medium-padded {
    background-color: #cccccc;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }

.color-gray-light-padded {
    background-color: #eeeeee;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
.color-green-padded {
    background-color: #1f8061;
    color: #ffffff;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
.color-green-medium-padded {
    background-color: #9fc1b5;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }   

.color-green-light-padded {
    background-color: #d3e2dd;
    padding: 8px 8px 5px 8px;
    margin: 8px 0 8px 0; 
    }
    
/* ------------------------ END COLORED FILLS AND BOXES ---------------------- */   


/* INFO BOX */


.infoBox {
    background: url("../images/css/infobox-header.png") no-repeat;
    margin-bottom: 20px;
    width: 280px;
    border-bottom: 1px solid #b9b9b9;
    text-decoration: none;
    padding: 20px;
    text-align: left;
}


.infoBox h2 {
    height: 48px; 
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: -12px;
}

/* ------------------------ BUTTONS AND FORMS ---------------------- */ 

#startsearch {
    position: relative;
    height: 45px;
    width: 130px;
    margin: 10px 0 10px 0;
}

#startsearch span {
    display: none;
}

#startsearch a {
    height: 45px;
    width: 130px;
    z-index: 1000;
    cursor: pointer;
}   

/* #startsearch a:hover {
    background-image: url("../images/css/startsearch-over.png") no-repeat;  
}

#startsearch a:active {
    background-image: url("../images/css/startsearch-down.png") no-repeat;  
}

#startsearch a:focus {
    background-image: url("../images/css/startsearch-down.png") no-repeat;  
} */


select #noncredit {
    vertical-align: middle;
}

select #coursesearch {
    vertical-align: middle;
}

.goButton { /* Go submit buttons */
    background: url("../images/css/go-up.png") no-repeat scroll !important;     
    border: 0 none;
    padding: 0;
    height: 20px;
    width: 27px;    
    vertical-align: top;
    margin-top: 0px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.goButton:active { /* Go submit buttons */
    background: url("../images/css/go-over.png") no-repeat scroll !important;    
    border: 0 none; 
    padding: 0;
    height: 20px;
    width: 27px;    
    vertical-align: top;
    margin-top: 0px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}


.viewprofileBtn { /* View profile button on ss institution landing page. */
    background: url("../images/collegesearch/viewprofile-up.png") no-repeat scroll !important;     
    border: 0 none;
    padding: 0;
    height: 20px;
    width: 92px;    
    vertical-align: top;
    margin: 0 0 0 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.viewprofileBtn:active { /* View profile button on ss institution landing page. */
    background: url("../images/collegesearch/viewprofile-over.png") no-repeat scroll !important;    
    border: 0 none; 
    padding: 0;
    height: 20px;
    width: 92px;    
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.requestBtn { /* View profile button on ss institution landing page. */
    background: url("../images/css/requestinfo-up.png") no-repeat scroll !important;     
    border: 0 none;
    padding: 0;
    height: 20px;
    width: 146px;   
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.requestBtn:active { /* View profile button on ss institution landing page. */
    background: url("../images/css/requestinfo-over.png") no-repeat scroll !important;    
    border: 0 none; 
    padding: 0;
    height: 20px;
    width: 146px;   
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.submitBtn { /* View profile button on ss institution landing page. */
    background: url("../images/css/submit-up.png") no-repeat scroll !important;     
    border: 0 none;
    padding: 0;
    height: 20px;
    width: 63px;    
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.submitBtn:active { /* View profile button on ss institution landing page. */
    background: url("../images/css/submit-over.png") no-repeat scroll !important;    
    border: 0 none; 
    padding: 0;
    height: 20px;
    width: 63px;    
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.resetBtn { /* View profile button on ss institution landing page. */
    background: url("../images/css/reset-up.png") no-repeat scroll !important;     
    border: 0 none;
    padding: 0;
    height: 20px;
    width: 47px;    
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

.resetBtn:active { /* View profile button on ss institution landing page. */
    background: url("../images/css/reset-over.png") no-repeat scroll !important;    
    border: 0 none; 
    padding: 0;
    height: 20px;
    width: 47px;    
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer;    
    color: transparent;
    text-transform: capitalize;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn?t like the above */
}

#beginappBtn {
    height: 29px;
    width: 150px;
    margin: 15px 0 15px 0;
}

#beginappBtn span {
    display: none;
}

#beginappBtn a {
    height: 29px;
    width: 150px;
    z-index: 1000;
    cursor: pointer;
}   


.enlargemap {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    float: right;
    margin-bottom: -15px;
    font-size: 1.4em;
    font-weight: bold;
    z-index: 1;
}

/* -------------------------- tuition ------------------------ */
#calcSavings,
#calcReset {
    border: 0 none;
    height: 22px;
    cursor: pointer;
}

#calcSavings {
    background: url("../images/css/btn_calcSavings.png") no-repeat;
    width: 135px;
}

#calcReset {
    background: url("../images/css/btn_reset.png") no-repeat;
    width: 50px;
}

#tuitionResults {
  width: 295px;
    font-size: 12px;
    margin-left: 5px;
}

#tuitionResults .tableHead {
    color: #003366;
    font-size: 14px;
    font-weight: bold;
}

#tuitionResults td,
#tuitionInfo td {
    padding: 10px;
}

#tuitionResults .label {
  width: 85%;
    border-bottom: 1px solid #dcdcdc;
}

#tuitionResults .cost {
  width: 15%;
  font-weight: bold;
    color: #003366;
    border-bottom: 1px solid #dcdcdc;
}

#tuitionResults .labelLong,
#tuitionResults .costLong {
    width: 100%;
    text-align: center;
}

#tuitionResults .costLong {
  font-weight: bold;
    color: #003366;
    font-size: 15px;
    padding-top: 0px;
}

#tuitionInfo {
    width: 100%;
    border: 0;
    font-size: 12px;
}

#tuitionInfo .dollar {
    width: 1%;
    text-align: right;
    padding-right: 0px;
}

#tuitionInfo .input {
    width: 14%;
    padding-left: 5px;
}

#tuitionInfo .info {
    width: 85%;
}

#tuitionCalcP {
    padding-left: 20px;
    font-size: 12px;
}

#tuitionError {
    color: red;
    font-size: 1.3em;
}

.labelLong {
    text-align: left;
}

/* ------------------------ END tuition ---------------------- */   

/* ---------------- BEGIN Online Contact Box ----------------- */

#online_contactbox {
    position: relative;
    width: 300px;
    margin: 15px 0 15px 0;
    padding: 8px 10px 15px 10px;
    background-image: url("../images/css/online_contactbox.png");
    border-bottom: 1px solid #0065a4;
    font-size: .95em;
}

#online_contactbox h2 {
    font-size: 1.65em;
    color: #ffffff;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 2px;
}

#online_contactbox p.white {
    color: #ffffff;
    font-size: .95em;
    margin-top: 0;
    padding: 0;
}

/* ---------------- END Online Contact Box ----------------- */
   
   
 /* ---------------- NEWS RSS FEED FORMAT ----------------- */  
    
#content #fullPage dl dd.newslink a {
    text-decoration: none;
    font-weight: normal;
    }
    
#content #fullPage dl dd.newslink a:visited {
    text-decoration: none;
    font-weight: normal;
    }
    
#content #fullPage dl dd.newslink a:hover, a:active, a:focus {
    text-decoration: none;
    font-weight: normal;
    }  
    
 #content #fullPage dl {
     margin-top: 5px;
     margin-bottom: -3px;
 }   
    
#content #fullPage dl dd {
    padding-bottom: 18px;
    line-height: 1.35em;
    }   

#content ul li.one:hover ul, li:hover li:hover ul, li.off:hover ul, li.over ul {
    color: inherit;
    display: block;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin-left: inherit;
    margin-top: inherit;
    padding-left: inherit;
    padding-top: inherit;
    position: inherit;
    text-decoration: inherit;
}    
/* ---------------- END NEWS RSS FEED FORMAT ----------------- */ 

/* ---------------- START CHARTING THE FUTURE CSS ------------ */ 
.ctf-box {
    width: 300px; 
    float: right; 
    margin: 10px 0px 15px 35px; 
    line-height: 1.2em;
    padding: 8px 8px 5px 8px;
    background-color: #cbdaf3;
    border: 1px solid #aaaaaa;
}

.ctf-box-blue2 {
    padding: 12px 8px 2px 8px;
    background-color: #cbdaf3;
    border: 1px solid #aaaaaa;
    width: 350px; 
	float: right; 
	margin: 10px 0px 10px 10px;
    font-size: 1.2em; 
    line-height: 1.3em;
}


.ctf-box-blue-serve {
    width: 302px; 
    float: right; 
    margin: 20px 0px 15px 20px; 
    font-size: 1.2em; 
    line-height: 1.3em;
    padding: 12px 8px 2px 8px;
    background-color: #cbdaf3;
    border: 1px solid #aaaaaa;
}

.ctf-box-gold {
    width: 350px; 
    padding: 10px 8px 2px 8px;
	float: right; 
	margin: 10px 0px 10px 10px;
    background-color: #ffe6b0;
    border: 1px solid #aaaaaa;
}



.ctf-box-gold-serve {
    width: 302px; 
    float: right; 
    padding: 10px 8px 2px 8px;
    margin: 20px 0px 15px 20px; 
    font-size: 1.2em; 
    line-height: 1.3em;
    background-color: #ffe6b0;
    border: 1px solid #aaaaaa;
}


.ctf-box-clear-quote {
    width: 350px; 
	margin: 10px 20px 15px 0px; 
	font-size: 1.2em; 
	line-height: 1.3em;
}

.ctf-p-bottom-margin {
     margin-bottom: .5em;
}

.ctf-box-quote {
    float: right; 
    margin: 25px 10px 10px 20px; 
    width: 330px; 
    line-height: 1.5em; 
    font-size: 1.2em; 
    color: #444;
    padding: 8px 8px 5px 8px;
    background-color: #cbdaf3;
    border: 1px solid #aaaaaa;
}
    
.ctf-h2 {
    line-height: 1.3em;
}

.ctf-list {
    margin-left: 1em;
}

.ctf-list2 {
    margin-left: .25em;
}

.ctf-p-indent {
    margin-left: 1.5em; 
    margin-top: .2em;
}

.ctf-iframe {
     border: 0;
     position: relative; 
     margin-left: -90px;
}


.ctf-box-charge {
    background-color: #cbdaf3;
    border: 1px solid #aaaaaa;
    width: 450px; 
	padding: 10px 10px 0 0; 
	margin-bottom: 15px;
    line-height: 1.2em;
}

ul .ctf-list-charge {
	margin-bottom: 5px;
}

ul .ctf-list-charge li {
	margin-left: -.4em;
}

.ctf-td-border {
    border-right: 1px solid #bbb;
}

.ctf-h1 {
    margin-bottom: 15px;
}

.ctf-timeline-td-rt {
	padding: 10px 15px 10px 15px; 
	border-right: 1px solid #bbb; 
	text-align: right;
}



/* ---------------- END CHARTING THE FUTURE CSS --------------- */  