#uni_search_form h2 {
    margin: 0;
    padding: 0;
    color: #034ea2;
}

#uni_search_form ul.parameters {
    margin: 0;
    padding: 0;
}

#uni_search_form ul.parameters li {
    list-style-type: none;
    line-height: 30px;
}

#uni_search_form ul.parameters li label {
    line-height: 30px;
    cursor: pointer;
}

#uni_search_form ul.parameters li input {
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 20px;
}

#uni_search_form ul.state_groups {
    margin: 0;
    padding: 0;
    float: left;
    width: 180px;
}

#uni_search_form ul.state_groups li {
    display: block;
    list-style-type: none;
    line-height: 22px;
    padding: 2px 0;
    margin: 0 0 10px 0;
}

#uni_search_form ul.state_groups li label {
    display: block;
    padding: 0 20px;
    cursor: pointer;
}

#uni_search_form ul.state_groups li input {
    display: block;
    margin-top: 5px;
    margin-right: 20px;
    float: left;
}

#uni_search_form ul.states_list {
    margin: 0;
    padding: 0;
    display: block;
}

#uni_search_form ul.states_list li {
    display: block;
    float: none;
    list-style-type: none;
    line-height: 24px;
    color: #000000;
    background-color: #ececec;
    border-bottom: solid 1px #d3d3d3;
}


#uni_search_form ul.states_list li label {
    cursor: pointer;
}


#uni_search_form ul.states_list li input {
    margin: 5px 10px 0 5px;
    float: left;
}


#uni_search_form #map_container {
    display: none;
    width: 980px;
    height: 400px;
    float: right;
    background-repeat: no-repeat;
    margin-top: 10px;
}


#uni_search_form .country_container {
    width: 800px;
    float: left;
}

#uni_search_form .country_map {
    float: left;
}

#uni_search_form .states_over {
    position: absolute;
    z-index: 2;
}

#uni_search_form .states_over img {
    position: absolute;
    display: none;
}

#uni_search_form .states_names {
    position: absolute;
    z-index: 3;
}

#uni_search_form .states_container {
    float: left;
    margin-right: 50px;
    height: 200px;
    width: 250px;
    overflow: auto;
    border: solid 1px #034ea2;
}

#uni_search_form .param_container {
    overflow: auto;
    padding: 10px 0;
    border-bottom: solid 2px #9c9c9c;
}

#uni_search_form .search_parameter {
    display: block;
    width: 200px;
    color: #034ea2;
    font-size: 14px;
    padding-top: 5px;
}

#uni_search_form .search_parameter_options {
    display: block;
    width: 780px;
    float: left;
}

#uni_search_form .academic_area_container {
    width: 540px;
    float: left;
    margin-right: 30px;
    height: 200px;
    overflow: auto;
    border: solid 1px #034ea2;
}

#uni_search_form .major_container {
    width: 540px;
    *width: 515px;
    float: left;
    height: 203px;
    
    overflow: auto;
    border: solid 1px #034ea2;
}

#uni_search_form label.inline {float: left; margin-top: 5px;}
#uni_search_form ul.inline li {display: inline;}
#uni_search_form ul.inline li label {float: left;}

#majors {
    *padding-left: 25px!important;
}

#major_options {
    display: none;
}

#major_options_loader {
    display: none;
    margin: 80px 0 0 160px;
}

#major_refine {
    height: 120px;
    text-align: center;
    padding-top: 80px;
    background-color: #9c9c9c;
}

#major_refine a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;

}

#area_options {

}

#area_refine {
    display: none;
    height: 120px;
    text-align: center;
    padding-top: 80px;
    background-color: #9c9c9c;
}

#area_refine a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;

}

#uni_search_form .style1 {background-color: #034ea2!important; color: #ffffff!important;}
#uni_search_form .style2 {background-color: #019ebb!important; color: #ffffff!important;}
#uni_search_form .style3 {background-color: #182f58!important; color: #ffffff!important;}
#uni_search_form .style4 {background-color: #b3d334!important; color: #ffffff!important;}

#uni_search_form .up_error {background-color: #ffffcc;}

#compare_save_controls {
    float: left;
    margin-top: 10px;
}

#results_container {
    width: 980px!important;
    overflow: auto;
}

#results {
    width: 2500px;
}

.compare_container {
    width: 230px;
    margin-right: 5px;
    float: left;
    background-color: #f7f7f7;
    padding: 5px 5px 0 5px;
}

.compare_container div {
    border-bottom: solid 2px #b7b7b8;
}

.compare_container h1 {
    font-size: 12px;
}

.compare_container h1 a {
    text-decoration: none;
}

.compare_container h2 {
    font-size: 12px;
}

.compare_container ul {
    list-style-type: none;
    padding: 0!important;
    margin: 0!important;
    clear: both;
}

.compare_close {
    cursor: pointer;
    margin-left: 110px;
}

#login_form  {
    width: 350px;
    float: right;
}

#registration_form {
    width: 350px;
    float: left;
}

#registration_form fieldset,
#login_form fieldset {
    padding: 20px;
    border: solid 1px #032ea2;
}

#registration_form legend,
#login_form legend {
    color: #fff;
    background-color: #032ea2;
    padding: 3px 10px;
    font-weight: bold;
}

#registration_form label,
#login_form label {
    display: block;
    float: left;
    width: 120px;
    line-height: 20px;
}

#registration_form input,
#registration_form select,
#login_form input,
#login_form select {
    display: block;
    border: solid 1px #034ea2;
    width: 300px;
}

#registration_form ul.errors,
#login_form ul.errors {
    margin: -10px 0 10px 120px;
    list-style-type: none;
    padding: 0;
    color: #ff0000;
    font-style: italic;
}

#registration_form #submit_button,
#login_form #submit_button,
.submit_button {
    background-color: #b3d334;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    border: none!important;
    cursor: pointer;
}

#errors_container,
#success_container {
    display: none;
}

#cd_login_error_loader {
    display: none;
    width: 110px;
    margin: 20px auto;
    font-style: italic;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
}

#cd_login_error_loader img {
    float: left;
    margin-right: 10px;
}

table.saved_results {
    width: 720px;
    border: none;
    border-collapse: collapse;
}

table.saved_results th,
table.saved_results td {
    line-height: 22px;
}

table.saved_results thead {
    background-color: #034ea2;
    color: #fff;
    font-weight: bold;
}

.row_odd {
    background-color: #c9c9c9;
}

.row_even {
    background-color: #eaeaea;
}

#footerFeatured {
    width: 980px;
    margin: 0 auto;
}

#footerFeatured div {
    width: 326px;
    float: left;
}

#footerFeatured div.first h3 {
    color: #b3d334;
    margin-bottom: 15px;
}

#footerFeatured div.second h3 {
    color: #034ea2;
    margin-bottom: 15px;
}

#footerFeatured div.third h3 {
    color: #019ebb;
    margin-bottom: 15px;
}

#footerFeatured div ul {
    margin-bottom: 30px;
    padding: 0;
    list-style-type: none;
}

#footerFeatured div ul li a {
    color: #182E58;
    text-decoration: none;
    font-weight: bold;
}