/* =NORMALIZATION
----------------- */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}


address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}


img, fieldset {
	border: 0;
}


caption, th {
	text-align: left;
}


q:before, q:after {
	content: '';
}

/* =BASE LAYOUT
----------------- */

body {
	text-align: center;
}

#container {
	width: 960px;
	margin: auto;
	overflow: auto;
	text-align: left;
}

#header_container {
	overflow: auto;
}

#header_container #header {
	margin: 10px;
}

#body_container {
	overflow: auto;
}

#body_container #left,
#body_container #content,
#body_container #right {
	float: left;
	overflow: hidden;
    *overflow: hidden;
	width: 225px;
	min-height: 1px;
}

#body_container.col3 #content {
	width: 510px;
}

#body_container.col2 #content {
	width: 735px;
}

#body_container.col1 #content {
	width: 100%;
}

#footer_container {
	clear: both;
	overflow: auto;
}

#footer_container #footer {
	margin: 10px;
}

ul li {
	margin-left: 16px;
}

ul ul li {
	margin-left: 32px;
	*margin-left: 17px;
}

ul ol li {
	margin-left: 36px;
	*margin-left: 24px;
}

ol li {
	font-size: .9em;
	margin-left: 20px;
	*margin-left: 25px;
}

ol ol li {
	
	*margin-left: 24px;
}

ol ul li {
	margin-left: 36px;
	*margin-left: 17px;
}

ul li ul li {
	margin-left: 16px;
}

em{
    font-style:italic;
}

blockquote{
    margin-left: 30px;
}


body { background-color: #99C; font:13px/1.231 arial,helvetica,clean,sans-serif; }
#header_container { background-color: #99C }
#header_container #header { margin: 0; }

#header_container #blue_navigation, #body_container  #left,
#body_container #content, #body_container #right, #footer_container,
#container {
    background-color: #FFF;
}
#body_container #left{ width: 160px; padding:8px; }

#body_container.col3 #content{
    padding: 5px;
    width: 582px;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
}

#body_container.col2 #content {
	width: 773px;
    border-left:1px solid #CCC;
    padding: 5px;
}

#body_container #right{ width: 178px; padding:8px 0px 8px 12px; }

#footer_container #footer{
    clear:both;
    border-top:1px solid #CCC;
    padding:10px;
    margin:auto;
    text-align: center;
}

#header_top {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFF;
    background-color:#88A;
    text-align:right;
    padding-right:3px;
    padding-top:2px;
    height:25px;
    line-height: 25px;
    vertical-align: middle;
    background-image:url(/img/header_top.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

#header_top img{ vertical-align: middle; }
#site_search_form{ display:inline; margin:0; padding: 0; }
#site_search_form input { margin:0; padding:0; }
#site_search_box{
    height: 15px;
    width: 85px;
    font-size: 10px;
    color: #1c1c1c;
    border: 1px #666 solid;
}

#site_search_go{
    width:18px;
    height:19px;
    border:0px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

#header_middle {
    height:60px;
    background-color:#669;
    text-align:right;
}
#header_bottom {
    font-size:10px;
    color:#FFF;
    background-color:#669;
    text-align:right;
    padding:0px 7px 2px 0px;
}

#gold_navigation {
    height:28px;
    background-image:url(/img/gold_nav_bg.gif);
    background-repeat:repeat-x;
    text-align:center;
    padding-top:6px;
    margin-right:auto;
    margin-left:auto;
}

.gold_nav_left {float:left; padding-left: 10px;}
.gold_nav_right {float:right; padding-right: 10px;}

#blue_navigation {
    height:24px;
    background-image:url(/img/blue_nav_bg.gif);
    background-repeat:repeat-x;
    text-align:left;
    padding-top:6px;
    padding-left: 10px;
    margin-top:-6px;
    margin-right:auto;
    margin-left:auto;
	font-size: 12px;
}



a:link {color:#609;}
a:active {color:#909;}
a:visited {color:#666;}
a:hover {color:#996;}

a.nav:link {color:#609;font-size:10px;}
a.nav:active {color:#909;font-size:10px;}
a.nav:visited {color:#666;font-size:10px;}
a.nav:hover {color:#996;font-size:10px;}

a.plain:link {text-decoration:none;}
a.plain:active {text-decoration:none;}
a.plain:visited {text-decoration:none;}
a.plain:hover {text-decoration:none;}

a.white:link {color:#FFF;text-decoration:none;}
a.white:active {color:#FFF;text-decoration:none;}
a.white:visited {color:#FFF;text-decoration:none;}
a.white:hover {color:#FFF;text-decoration:none;}

a.top:link {color:#666;text-decoration:none;}
a.top:active {color:#666;text-decoration:none;}
a.top:visited {color:#666;text-decoration:none;}
a.top:hover {color:#000;text-decoration:none;}
a.top {font-weight: bolder;}
a.current_section {color:black !important;}

a.nav_school:link {color:#609;font-size:10px;}
a.nav_school:active {color:#609;font-size:10px;}
a.nav_school:visited {color:#609;font-size:10px;}
a.nav_school:hover {color:#609;font-size:10px;}

a.school:link {color:#609;}
a.school:active {color:#609;}
a.school:visited {color:#609;}
a.school:hover {color:#609;}


table { font-size:inherit;font:100%; }

h1,h2,h3,h4,h5,h6{
    font-weight:bold;
    color: #000;
}

h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:16px; }


.goldtext{color:#660;}
.goldtext_big{color:#660;font-size:16px;font-weight:700;text-align:left;}


small, .small {font-size:10px;font-family:sans-serif,Verdana,Arial,Helvetica,Geneva;}
.white_text {color:#FFF;}


.x-small { font-size: x-small; }
.font_12 { font-size: 12px; }


.red_16 { color:#903; font-weight:700; font-size:16px; }
.strong_red { color:#903; font-weight:700; }


.highlighted{background-color:#FFC;} 
.spotlight_school{ 
    margin-left: 5px;
    margin-right: 5px;
}

.wwl_logo {float:left;}


.RS_box_title { 
    width:160px;
    color:#903;
    font-weight:700;
    background-color:#CCC;
    float:left;
    margin-right:5px;
    margin-bottom:0;
    padding:3px;
}
.RS_box_content { 
    width:160px;
    clear:both;
    background-color:#EEE;
    float:left;
    margin-right:5px;
    padding:3px 3px 5px;
}
.red_box_title { 
    width:162px;
    text-align:center;
    color:#FFF;
    font-weight:700;
    background-color:#903;
    margin-right:5px;
    margin-bottom:0;
    padding:3px;
}
* html .red_box_title { 
    width:160px;
}
.red_box_content { 
    width:160px;
    clear:both;
    border:1px solid #903;
    margin-right:5px;
    padding:3px 3px 5px;
    text-align:center;
}
.gold_nav_title, .red_nav_title { 
    width:160px;
    color:#FFF;
    font-weight:700;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(/img/sbr-blank-brown.gif);
    margin-bottom:10px;
    padding:3px;
}
.red_nav_title { background-image:url(/img/sbr-blank-red.gif); }

.gold_nav_title span{
    padding-left: 15px;
}

.gold_nav_content { 
    width:160px;
    clear:both;
    margin-right:5px;
    border-bottom-width:1px;
    text-align:left;
    border-bottom-style:solid;
    border-bottom-color:#CCF;
    padding:3px 3px 10px 5px;
}
.blue_nav_title { 
    width:160px;
    color:#FFF;
    font-weight:700;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(/img/sbr-blank-blue.gif);
    margin-bottom:10px;
    padding:3px;
}
.blue_nav_content { 
    width:160px;
    margin-right:5px;
    border-bottom-width:1px;
    text-align:left;
    border-bottom-style:solid;
    border-bottom-color:#CCF;
    padding:3px 3px 10px 5px;
}
.brown_nav_title {
    background-color:#963;
    background-repeat:no-repeat;
    color:#FFF;
    font-weight:700;
    margin-bottom:0pt;
    margin-right:5px;
    padding:3px;
    text-align:center;
    width:162px;
}
* html .brown_nav_title { 
    width:160px;
}
.brown_nav_content {
    background-color:#F4EAD1;
    border:1px solid #963;
    clear:both;
    margin-right:5px;
    padding:3px 3px 5px;
    width:160px;
}
.career_spotlight_border{ 
    border: #993 1px solid;
}
.career_spotlight{ 
    background-color: #EEC;
}
.featured_university_box {
    width: 180px;
    border: 1px black solid;
    padding: 5px;
}

.green-arrow {
    margin-right:25px;
}

.green-arrow li{
    list-style-image: url('/img/green-arrow.gif');
}

.green-arrow li a {
    text-decoration:none;
    font-weight:bolder;
}

.dash, .green-arrow > li > ul{
    padding: 0 0 5px 0;
}

* html .green-arrow li{
    list-style: none;
}

* html .dash li, * html .green-arrow li ul li{
    font-size: 10px;
    list-style-image: none;
    padding-left: 15px;
    margin-left: 0;
    background: url('/img/dash.gif') no-repeat left center;
}

.dash li, .green-arrow li ul li{
    font-size: 10px;
    list-style-image: url('/img/dash.gif');
}

.dash li a, .green-arrow li ul li a{
    text-decoration: underline;
}

.rail_header{
    font-size:13px;
    font-weight: bolder;
}

#body_container #content ul, #body_container #content ol{
    margin: 10px 0 10px 15px;
}

#body_container #content li, #body_container #content li{
    margin-bottom: 5px;
}


#intlQSB{ width:170px; }

.table_border{border-collapse:collapse;border-spacing:0;}
.table_border th, .table_border td{border:1px solid #000;padding:.25em;}
.table_border th {font-weight:bold;}

hr {border-color:#CCC;border-style:solid;border-width:1px 0 0 0;width:100%;margin-top:10px;margin-bottom:10px;}

.grey_hr {
	border: 0;
	color: #CCCCCC;
	background: #CCCCCC;
	width: 100%;
	height: 1px;
}

.blue_hr{
	border: 0;
	color: #ccccff;
	background: #ccccff;
	width: 100%;
	height: 1px;
}

p { margin: 0 0 1.5em; }


#right{
    width: 160px;
}

.gold_nav_title { 
    width:160px;
}

.gold_nav_content { 
    width:160px;
    font-size: 12px;
}
.status-bar { background-color:#CCCC99; }
.status-bar-heading { font-size:11px; font-weight:bold; color:#990033; }
.status-bar-value { font-size:10px; color:#000000; }


.country_listing_container { overflow:hidden; width:700px; }
.country_listing_heading { background-color:#EEEEEE; font-size:14px; font-weight:bold; width:700px; }
.country_listing_heading span { margin-left:5px; }
.country_listing_list { float:left; width:200px; margin:0 15px 0 10px; }

#outside-us { margin:0px; padding:0px; }


#searchbox label {
    color:#000000;
    font-size:11px;
    font-weight:bold;
    margin: 0 0 5px 5px;
}

#searchbox select{
    margin: 2px 5px 5px 5px;
    width:145px;
    font-size:10px;
}

#searchbox_go{
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}#featured_partners_container {
	width: 148px;
}

#featured_partners_title {
	background-image: url(/img/sbr-featured-partners.gif);
	width: 160px;
	height: 23px;
}

#featured_partners_box {
	border-left: 1px solid #9999CC;
	border-right: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
	padding:5px;
	font-size: 10px;
	background: #F4F4FB;
	width: 148px;
}

#featured_partners_box a {
	font-size: 13px;
	font-weight: bolder;
}

#featured_partners_box .small a {
	font-size: 10px;
	font-weight: normal;
}

#featured_partners_box .small{
	text-align: center;
}


#featured_partners_box img{
    margin-left: 14px;
}