h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 10px 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
    clear: left;
}

h4, h5, h6 {
    font-size: 1.1em;
}

h6 {
    margin: 0px;
}

h6 + p {
    margin-top: 0.2em;
}

p {
    margin: 1em 0;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

ol {
    list-style-type: decimal;
    padding-left: 30px;
}

#centrecontent ol li {
    display:list-item;
}

#centrecontent ol ul {
   padding: 0 0 5px 0;
   margin: 0;
}

#centrecontent ol ul li {
   padding: 0;
   margin: 0;
}


a,
a:visited {
    text-decoration: underline;
    color: #026;
}

a:hover {
    color: #610;
}

p {
    line-height: 2;
    margin: 1em 0;
}

#centrecontent ul {
    list-style-type: disc;
    padding-left: 2em; 
    margin: 1em 0; 
}

#centrecontent li {
    line-height: 1.4;
    padding: 0.2em 0;
}

body {
    font: 0.7em/1.7em Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../images/bg.svg');
    background-repeat:no-repeat;
    background-position:top center;
    background-attachment: fixed;
    width: 100%;
    line-height: 1;
}

/* Hidden content */
.structurelabel,
.skiplinks {
    position: absolute;
    left: -5000px;
    width: 4000px;
}

#header {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: 124px;
    width: 1177px;
    background-image: url('../images/header_bg.svg');
    background-repeat:no-repeat;
    background-position:top center;
}

#header p.header,
#header h1 {
    position: absolute;
    top: 10px;
    left: 85px;
    font-size: 2.2em;
    text-align: right;
    line-height: 1;
    margin:0;
    padding: 0;
    font-weight: bold;
}

#header p.header span,
#header h1 span {
    color: #000;
    font-size: 0.4em;
    margin-top: 5px;
    display: block;
}
#header p.header a,
#header h1 a{
    display: block;
    width: 165px;
    text-decoration: none;
    color: #fff;
}

#header .adBanner {
    width: 545px;
    margin: 0 auto;
    padding-top: 25px;
}

#header .adBanner img {
    padding: 5px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#header-logo {
    height: 181px;
    width: 169px;
    position: absolute;
    top:0;
    right:115px;
    background: url('../images/header_logo.png');
    text-align: center;
}

#header-logo p {
    font-size: 1em;
    letter-spacing:-1px;
    font-weight: bold;
    margin: 0px 0px 0 10px;
    width: 140px;
    line-height: 1;
}

#header-logo a {
    margin-top: 30px;
    text-decoration: none;
    height: 100px;
    padding-top: 40px;
    display: block;
}

#breadcrumb { 
    font-size: 0.8em;
    margin-top: 15px 0 0 0;
    width: 570px;
    line-height: 1.6;
}

#breadcrumb a {
    font-weight: normal;
}

#outer {height: 100%; margin: 0 auto; width: 1020px; /* right column border */ }
#outerwrap {float: left; width: 1020px;  /* This is VITAL for Mac IE so the rollovers don't disappear on mouse over */}
#centrecontent {
    float: right;
    width: 750px;
    margin: 0;
    position:relative;
}
#content {width:auto;position:relative}
#container { 
    float: left; 
    position: relative;
    margin: 0 auto;
    padding: 0 12px;
    width: 998px;

    background-color: #fff;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(110,110,110,0.6) 0%, rgba(255,255,255,0.6) 80px, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,110,110,0.6)), color-stop(80px,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(110,110,110,0.6) 0%,rgba(255,255,255,0.6) 80px,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(110,110,110,0.6) 0%,rgba(255,255,255,0.6) 80px,rgba(255,255,255,0.6) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(110,110,110,0.6) 0%,rgba(255,255,255,0.6) 80px,rgba(255,255,255,0.6) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(110,110,110,0.6) 0%,rgba(255,255,255,0.6) 80px,rgba(255,255,255,0.6) 100%); /* W3C */
}
#left {
    position: relative; 
    padding: 0;
    float: left;
    width: 246px;
}

#right {
    position: relative;
    float: right;
    padding-left:10px;
}

#right a {
    display:block;
}

#footer {
    clear:both;
    width:100%;
    background-color: #fff;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(191,191,191,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(191,191,191,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* W3C */
}

#footer .util {
    height:232px;
    margin-right: 50px;
    float: left;
    position: relative;
}

#footer .logo {
    position: absolute;
    bottom:0;
    left:0;
}

#footer .bottom {
    background-color: #6e6e6e;
    color: #fff;
    padding: 15px 0;
    text-align: right;
    margin-top: 10px;
}

#footer .main {
    height:225px;
    width: 960px;
    margin: 0 auto;
    padding: 30px;
}

#footer .bottom ul {
    list-style: none;
    width: 900px;
    margin: auto;
}

#footer .bottom li {
    display: inline;
    border-right: 1px solid #fff;
    padding: 0 5px 0 0;
}

#footer .bottom li.last {
    border-right: none;
}
#footer .bottom a {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
}

/* Search widget */

.sw {
    position: relative;
    margin: 20px 40px 0 0;
    float: left;
}

.sw .main {
    position: relative;
    width: 230px;
    height: 110px;
    background-color: #000;
    padding: 5px 10px 20px 5px;
    z-index: 2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

.sw .shadow {
    position: absolute;
    top: -12px;
    left: -5px;
    background-color: #FF421A;
    width: 165px;
    height: 148px;
    z-index: 1;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

.sw h2 {
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 5px 0;
    color: #fff;
    text-transform: lowercase;
    font-weight: bold;
}

.sw a {
    color: #ffbc00;
    text-decoration: none;
    position: absolute;
    left: 10px;
    bottom:10px;
    font-weight: normal;
}

.sw label {
    display: none;
}

.sw select{
    border: none;
    background-color: #ffbc00;
    width: 100%;
    padding: 2px 0 2px 5px;
    margin: 0 0 5px 0;
    font-size: 0.9em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.sw option{
    background-color: #ffbc00;
}
.sw input.submit {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: lowercase;
    border: none;
    margin:5px 0 0 0;
    padding: 2px 3px;
    position: absolute;
    right: 10px;
    bottom:5px;
    background-color: #fff;
    color: #ff421a;
    overflow: visible;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

/* footer search */
#footer .util form {
    width: 240px;
    margin-bottom: 15px;
}

#footer .util input {
    position: relative;
    z-index:0;
    width: 100%;
    background-color: #ffbc00;
    border: none;
    padding: 10px 5px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

.placeholder {
    color:#000;
    font-weight: bold;
}

input::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}

input:-moz-placeholder {
    color: #000;
    font-weight: bold;
}

/* social */
.social {
    padding: 0;
    width: 240px;
}
.social h2 {
    color: #fff;
    font-size: 1.2em;
    padding-bottom:10px;
}

.social ul {
    list-style: none;
    text-align: right;
    padding-bottom: 30px;
}

.social li {
    display: inline;
}

.social li span {
    display: none;
}

.social li a {
    height: 32px;
    width:33px;
    margin: 5px 5px 5px 0;
    display: block;
    float: left;
    border: none;
}

.sprites {
    background-image: url("../images/sprites.png");
    background-repeat:  no-repeat;
}

#soc-fb {
    background-position: -60px -355px;
}

#soc-fb:hover {
    background-position: -330px -355px;
}

#soc-t {
    background-position: -109px -355px;
}

#soc-t:hover {
    background-position: -378px -355px;
}

#soc-g {
    background-position: -160px -355px;
}

#soc-g:hover {
    background-position: -430px -355px;
}
/* footer menu */
.footer-menu h2 {
    height: 45px;
    text-transform: uppercase;
    font-size: 1.2em;
    background-position: 235px -205px; 
}
.footer-menu h3 {
    clear: none;
    font-size: 1.2em;
    margin-bottom: 40px;
}

.footer-menu ul {
    list-style:none;
    float: left;
    width: 220px;
}

.footer-menu p {
    font-size: 1.2em;
}

.footer-menu a {
    color: #000;
    line-height: 1.5;
    text-decoration:none;
    font-weight: bold;
}

/*  Navigation styles */
#mainNav { 
    padding-top:10px;
    position: relative;
    z-index:0;
}
#mainNav ul { 
    list-style: none;
    margin: 5px 0;
}
#mainNav ul li { 
    margin-bottom: 5px;
    right: 0;
}

#mainNav ul li a {
    color: #000;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    width: 212px;
    display: block;
    text-decoration:none;
    font-weight: normal;
    -o-transition: 100ms linear 0s;
    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#mainNav ul li a:hover,
#mainNav ul li a.current:hover,
#mainNav ul li a.active:hover {
    color: white;
    background-color: #ff421a;
}

#mainNav ul li a.active {
    background-color: #ffbc00;
    background-position: 134px -266px; 
    padding-right: 25px;
    width: 192px;
}

#mainNav ul li li a.active {
    background-position: 122px -266px; 
    width: 180px;
}

#mainNav ul li li li a.active {
    background-position: 110px -266px; 
    width: 168px;
}

#mainNav ul li a.current {
    background-color: #ffbc00;
    background-position: 134px -288px; 
    padding-right: 25px;
    width: 192px;
}

#mainNav ul li li a.current {
    background-position: 122px -288px;
    width: 180px;
}

#mainNav ul li li li a.current {
    background-position: 110px -288px; 
    width: 168px;
}
#mainNav ul li ul {
    margin-left: 12px;
}
#mainNav ul li li a {
    background-color: #fcebbf;
    width: 200px;
}

#mainNav ul li li li a {
    width: 188px;
}

.skyscraper_ad {
    width: 120px;
    padding: 20px 0;
    margin: 0 auto;
}

/* Rich text Image styles */
div.imageleft, div.imageright, div.leftobject, div.rightobject{ padding-top: 4px; padding-bottom: 4px; display: inline;}
div.imagecenter, div.centerobject{ width: 100%; padding-top: 4px; padding-bottom: 4px; display: block;}
div.imagecenter{text-align: center;}
div.imageleft, div.leftobject{float: left; padding-right: 8px;}
div.imageright, div.rightobject{ float: right; padding-left: 8px;}
div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext{ margin-top: 2px; margin-bottom: 2px;}
div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext{ background-color: #f0f0f0;}
.indent {padding-left: 20px;}
.imagethumb {float: left; padding:10px;}
table {border-collapse: collapse; border-spacing: 1; border-color: #000;}
th { text-align: left; vertical-align:top; }
td, th { padding: 4px; }
th,
td.centre { text-align: center; }
.course_search_results th { text-align: left; }

tr.tr_shaded { background-color: #FCEBBF;}
td.shading3 { background-color: #FCEBBF; border: 1px solid #000;}
td.shading2 { background-color: #FCEBBF; border: 1px solid #000;}
td.shading1 { background-color: #FFBC00; border: 1px solid #000;}


/* Star Ratings CSS */
#centrecontent ul.ratingsList {list-style-type: none; font-size: 2em; font-weight: bold; color: #FF421A;}
div.ratings ul.ratingResults {font-weight: normal; color: #000; font-size: 0.5em; padding-bottom: 20px;}

.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating{background: url(../images/rating_star.gif) left -1000px repeat-x;}
.star-rating{position:relative; width:125px; height:25px; overflow:hidden; list-style:none; margin:0; padding:0; background-position: left top;}
.star-rating li{display: inline; margin:0; padding:0;}
.star-rating a, .star-rating .current-rating{position:absolute; top:0; left:0; text-indent:-1000em; height:25px; line-height:25px; outline:none; overflow:hidden; border: none;}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {background-position: left bottom;}
.star-rating a.stars-1{ width:20%; z-index:6;}
.star-rating a.stars-2{ width:40%; z-index:5;}
.star-rating a.stars-3{ width:60%; z-index:4;}
.star-rating a.stars-4{ width:80%; z-index:3;}
.star-rating a.stars-5{ width:100%; z-index:2;}
.star-rating .current-rating{z-index:1; background-position: left center;}  

/* for an inline rater */
.inline-rating{display:-moz-inline-block; display:-moz-inline-box; display:inline-block; vertical-align: middle;}

/* smaller star */
.small-star{width:50px; height:10px;}
.small-star, small-star a:hover,.small-star a:active,.small-star a:focus,.small-star .current-rating{background-image: url(star_small.gif);line-height: 10px;   height: 10px;}


form.login label, 
.ratingsSearch label,
form.search label,
.block label,
.jobsearch label,
.mbaProgramSearch label,
.resultSearchForm label {
    display:block;
    clear:left;
    width:130px;
    float: left;
}

.ratingsSearch label.typeSelector {width: auto; clear: none; float: left; display: inline;}
.studyTypeLabel { float: left;}
#fosStudyTypeUndergraduate,
#fosStudyTypePostgraduate,
#studyTypePostgraduate,
#studyTypeUndergraduate{
    float: left;
}
.ratingsSearch label.typeSelector {padding-right: 6px;}


/* #centrecontent form {margin: 0; padding: 0 0 0 20px;} */
#centrecontent form label input { border: 1px solid #939393; background: #FFF;}

/*form styles*/
.formField {margin-bottom: 3px; float: left; width:auto;}

a.button, input.button, .buttonblock input.button, input.defaultbutton, input.submit, input.formsubmit, #left .toolbox-design input.button,
#registerForm input.formsubmit {
    float: right;
    margin: 5px 0;

    font-weight: bold;
    font-size: 1.5em;
    text-transform: lowercase;
    border: none;
    margin:5px 0 0 0;
    padding: 2px 3px;
    background-color: #fff;
    color: #ff421a;
    overflow: visible;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#site_search input.button {
    float: none;
}

#registerForm input.cancel {
    float: left;
    color: #000;
    background-color: #ccc;
}

.warning input.button {
    float: none;
}

.compareRatings input {
    float: none;
    border: 1px solid black;
}

a.button:hover, input.button:hover, div.compareRatings input:hover, .buttonblock input.button:hover, input.defaultbutton:hover, input.submit:hover, input.formsubmit:hover,
#left .toolbox-design input.button:hover,
#registerForm input.formsubmit:hover {
    color:#000;
    background:#FFBC00;
}

input.button {float: left;}
.class-forum-topic td.author form input.button { background: #E0DBDB;}
p.requiredfields { 
    font-weight: normal;
    color: #fff;
}

.ratingsSearch fieldset { padding-left: 0; border: none;}
#content form#forum_topic {width: 590px;}

div.searchForm{float: left; width: auto !important; width: 100%;}
div.searchForm label{display: inline; float: left;}
div.searchForm input.submit{margin: 5px 0; float: right;}

#registerForm input,
#registerForm select,
#inquiryForm select,
#inquiryForm input.text,
#inquiryForm textarea,
.login input.text,
.search select,
.search input.text {
    width: 200px;
    border: none;
    background-color: #ffbc00;
    padding: 2px 0 2px 5px;
    margin: 0 0 5px 0;
    font-size: 0.9em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#inquiryForm input.text,
#inquiryForm textarea,
#registerForm input,
.login input.text,
.search input.text {
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}


#registerForm .formField{
    margin-bottom: 10px;
}
#registerForm label
{
    width: 230px;
    margin-right: 10px;
    margin-bottom: 5px;
}

#registerForm .ezcca-acs_member_opt_in {
    background-color:transparent;
    padding:0;
    width: auto;
    float: right;
}

#inquiryForm td {
    padding: 5px 2px;
}

#inquiryForm select,
#inquiryForm input.text,
#inquiryForm textarea {
    width: 350px;
}

#registrationForm option,
#inquiryForm option,
.search option {
    background-color: #ffbc00;
}

.login label,
.search label {
    font-weight: bold;
    display:block;
    clear:left;
    width:130px;
    float: left;
}

.login p {
    margin:0;
    padding: 10px 0 0 0;
    clear: both;
    color: #FFBC00;
}

.login a {
    color: #FFBC00;
}

.login a.button:visited,
.login a.button { 
    font-family: Arial,sans-serif;
    color: #FF421A;
    float: left;
    margin: 5px 0 0 0;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}

.floatbreakleft {
    clear:left;
}

.floatbreak,
.labelbreak {
    clear: both;
}

/*signup*/
.register_personal_info, #register fieldset {border: none; width: 400px;}
#register legend {font-weight: bold;}

div.ratingsSearch h3,
form.login h2{
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
}
/*search*/
form#site_search,
div.ratingsSearch,
form.login,
form#inquiryForm,
form#scholarship_search,
form#course_search,
form#institution_search,
form#career_search {
    color: #FFBC00;
    width: 340px;
    position: relative;
    background-color: #000;
    padding: 20px;
    z-index: 2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

form#registerForm {
    position: relative;
    z-index:0;
    width: 450px;
}


div.ratingsSearch {
    margin-bottom: 20px;
    clear: both;
}

table,
table.institutionList,
table.dataTable,
table.factFileTable,
table.list {
    margin-bottom: 20px;
    width: 100%;
    clear:left;
}

.ratings-data {
    width: 540px;
}

p.heading {
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 4px;
}

tr.subheading {
    font-size: 0.7em;
}
.numeric {
    text-align: right;
}
.columnNarrow {
    width: 80px;
}

.colDiv {
    border-right: 1px dashed #ccc;
}

.firstColumnNarrow {
    width: 275px;
}

.thirdColumnNarrow,
.secondColumnNarrow {
    width: 132px;
}

form#inquiryForm{
    width: 540px;
}

/*select#campus, input#subjects, select#field_of_work, select#type_of_work, select#skill_level, input#occupation_name, input#institution_name, select#institution_type, select#field_of_study, select#location, select#qualifications, select#mode_of_study, input#course_name, input#provider_name {float: right; width: 215px; border: solid 1px #939393;} */
select#type_of_work {}
.courseSearch a {background: url(../images/back.gif) no-repeat 0 50%; float: left; padding-left: 15px; clear: both; margin: 5px 0}

.campus { margin: 5px 0px 0px 0px; }
.campus a, .jobsearch .searchResults ul li a {clear: right;}

/*jobsearch*/
/*
.jobsearch form {width: 400px;}
select#region, select#levelOfStudy, input#keyword, input#organisationName, select#country, select#fieldOfStudy, select#supportType, select#targetGroup { top: 0px;left: 150px;float: right; margin:0; width: 215px; border: solid 1px #939393; vertical-align:top;}
input#keyword, input#organisationName {margin:0 ;vertical-align:top; top: 0px;left: 150px}
input#organisationName {margin:0;vertical-align:top;  top: 0px;left: 150px}
*/

.site vcard {float: left;}
.site {clear: right;}
.sites {float: left; }
.courseSearch {float: left; clear: left; margin-top: 20px;}
.jobsearch .searchResults ul li {margin-bottom: 10px;}
a.backLink {clear: both; float: left;}

.sharethis {
    clear: both;
    padding: 30px 0px 15px 0px; 
    width: 200px;
    float: right;
}

.sharethis p {
    font-weight: bold;
    margin: 0;
}

/* Survey popup */
/* Z-index of #mask must lower than #boxes .window */
#mask {
    top:0;
    left: 0;
    position:absolute;
    z-index:9000;
    background-color:#000;
    display:none;
}

#boxes .window {
    position:absolute;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
}

#boxes {
    line-height: 1;
}

#boxes p.survey {
    text-align: center;
}

#boxes h2 {
    text-align: center;
    font-size: 1.6em;
    padding: 0;
    margin: 0;
}

#boxes p.survey a {
    -moz-border-radius:8px;
    -webkit-border-radius: 8px;
    border-radius:8px;
    border: none;
    display: block;
    font-size:18px;
    line-height:1;
    color: white;
    font-weight:bold;
    padding:8px 10px;
    text-align:center;
    text-decoration:none;
    background: #55DD22;
    -webkit-box-shadow: #666 2px 4px 6px;
    -moz-box-shadow: #666 2px 4px 6px;
    box-shadow: #666 2px 4px 6px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#boxes p.nothanks {
    float: right;
}

#boxes p.later {
    float: left;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
    position: fixed;
    width:375px;
    height:230px;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}


#centrecontent .alphaNav ul {
    position: relative;
    z-index: 0;
    list-style-type: none;
    float: left;
    padding: 0;
}

div.alphaNav + div.search {
    margin-top: 20px;
}

#centrecontent .alphaNav ul li a {
    font-weight: bold;
    text-decoration: none;
    font-weight: normal;
    color: #FFBC00;
    background: #000;

    display: block;
    float: left;
    padding; 5px;
    width: 13px;
    margin-right: 2px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);

}


#centrecontent .alphaNav ul li a:hover,
#centrecontent .alphaNav ul li a.active {
    background-color: #FFBC00;
    color: #000;
}

#centrecontent .alphaNav li {
    text-align: center;
    display: inline;

}

ul.occupationList {clear: left;}

.search h3 { clear: left; }

/* Tabs */
#relatedCourses ul {
    color: #000;
    border-bottom_: 1px solid black;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    z-index: 1;
    padding-left: 10px }

#relatedCourses ul li {
    display: inline;
    overflow: hidden;
    list-style-type: none; 
}

#relatedCourses ul a {
    font-size: 1.2em;
    color: #000;
    background: #fff;
    border: 1px solid black;
    padding: 2px 10px 1px 10px;
    margin: 0;
    text-decoration: none; 
    font-weight: bold;

    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -khtml-border-top-left-radius: 7px;
    -khtml-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -o-transition: 70ms linear 0s;
    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#relatedCourses ul li.selected a {
    border-bottom: 2px solid #fcebbf; 
    background: #fcebbf;
    color: #000;
}

#relatedCourses ul a:visited {
    color: #000; 
}

#relatedCourses .tabcontent h3:hover,
#relatedCourses ul a:hover,
#relatedCourses ul li.selected a:hover {
    background: #FF421A;
    color: #fff; 
}

#centrecontent .tabcontent {
    margin: 0;
    background: #fff;
    padding: 0;
    border: 1px solid black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#centrecontent .nocontent .tabcontent{
    border: none;
}

#centrecontent .nocontent ul li.selected a {
    border-bottom: 1px solid #000;
}


#relatedCourses .tabcontent h3 {
    background: #fcebbf;
    color: #000;
    cursor: pointer;
    padding: 5px;
    margin:0;
    -o-transition: 100ms linear 0s;
    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
}

#relatedCourses .tabcontent h3.first {
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    -khtml-border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#relatedCourses .tabcontent h3.last {
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -khtml-border-bottom-right-radius: 15px;
    -khtml-border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    behavior: url(/design/thegooduniversitiesguide/images/PIE.htc);
}

#relatedCourses .tabcontent p {
    padding: 20px;
}

#relatedCourses .tabcontent ol {
    padding: 10px 0 10px 40px;
}

.full .section,
.full .article {
    width: auto;
}

#centrecontent ol.searchresults ul {
    list-style-type:none;
}


