/* =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;
}.top{
    font-size: 11px !important;
}

#header_sub_blurb p{
    margin-bottom:10px;
}

#container #header_container #header #sub-header h1{
    color: #000;
    font-size: 20px;
}

#featured_partners .school_logo{
   border:1px solid #660099;
}

#container #body_container #content #featured_partners .program_overwrite{
    margin-bottom: 10px;
}


#container #body_container #content #featured_partners .program_overwrite ul{
    margin-top: 0;
}

#container #body_container #content {
    padding-top: 0;
}

#cat1-subnav, #drilldown{
	background-image: url(/img/cat2_nav_box.gif);
	background-repeat: no-repeat;
	border: 1px solid #9999CC;
	padding: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	width: 225px;
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#drilldown { float: right;  margin-left: 20px; margin-right: 0; }

#cat1-subnav-degree{
	color: #FFFC00;
}

#cat1-subnav-list{
	list-style-type: none;
	padding-left: 5px;
	margin: 10px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-weight: bolder;
	line-height: 1.5em;
    
}
#body_container #content #cat1-subnav-list ul{
	margin-top:0;
}
#body_container #content #cat1-subnav-list li{
    margin: 0;
	list-style-image: url('/img/dash.gif');
}
#body_container #content #cat1-subnav-list li.no-dash{
	list-style-image: none;
}



#featured_partners_container {
	width: 180px;
}

#featured_partners_title {
	background-image: url(/images/images/sbr-featuredpartners-degree-by-subject.gif);
	width: 180px;
	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: 168px;
}

#featured_partners_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

#featured_partners_box a {
	font-size: 13px;
	font-weight: bolder;
}

.program_overwrite {
    font-size:11px;
}

.left_subhead{
    font-size:12px;
    font-weight:bold;
}


#body_container.col3 #left{
    padding-left: 8px;
    width: 180px; 
    padding-right: 8px;
}

#body_container.col3 #content{
    margin-left:  5px;
    padding-left: 4px;
    width: 562px; 
    padding-right: 5px;
}

#body_container.col3 #right{
    margin-left: 5px;
    padding-left: 12px;
    width: 170px;
}


#body_container.col3 #content, #body_container.col3 #right{
    border:none;
}

#body_container.col3 #left, #body_container.col3 #right{
    padding-top: 0;
    background: none;
}

#body_container.col3 {
	 
	
    width: 960px;
}

.section_table, .section_table_index {
    margin: 15px 0;
}

.section_link {
    padding: 2px;
    width: 200px;
    background: #f8f7f2;
}

.section_desc {
    background: #f8f7f2;
}

blockquote{
     padding: 10px;
}

.section_table_index tr td h4{
    margin-top: 10px;
}

table.section_table_index .section_link{
    vertical-align: top;
}

table.compare{
    border-collapse: collapse;
    margin: 10px 0;
}

table.compare tr td {
    border:solid black 1px;
    border-left: none;
}

table.compare tr td.yellow a{
    font-weight:bold; 
    text-decoration:none;
    font-size:12pt;
}

table.compare tr td.table-white img{
    margin-bottom: 15px;
}

table.compare td.worth-knowing{
    text-align: left;
}

table.compare td.left {
    border-left: solid black 1px;
}

.table-purple, .table-white, .table-yellow {
    font-size:11px;
    padding:2px;
    text-align: center;
    vertical-align:top;
}

.table-purple {
    background-color:#C6C5DF;
}

.table-white {
    background-color:#ffffff;
}

.table-yellow {
    font-size:10px;
    background-color:#FFFFEE;
    font-family:Verdana, Arial, sans-serif;
    vertical-align: bottom;
    border-top: none;
}

.hide_go_text{
    background-image: url(/img/request-information.gif);
    background-repeat:no-repeat;
    width: 38px;
    height: 16px !important;
    text-decoration: none;
    *display: inline-block;
    white-space:nowrap;
}

.hide_go_text span, .request_info span {
    visibility: hidden;
}

.request_info{
    background-image: url(/img/request_info_red.gif);
    background-repeat:no-repeat;
    width: 162px;
    height: 46px !important;
    text-decoration: none;
    *display: inline-block;
    *white-space:nowrap;
    float: right;
}

#salary-widget-container {
    margin-top: 0;
    float:right;
    margin-left:10px;
    width:320px;
}

table.border {
    border: 1px solid #9999cc;
    margin-bottom:10px
}

table.border th {
    background-color: #eeeeff;
    font-weight: bold;
    text-align: center
}

table.border th, table.border td {
    padding: 4px;
    border-collapse: collapse;
}

table.border td.left, table.border th.left {
    border-right: 1px solid #cccccc;
}#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;
}