/* =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;
}
a { text-decoration:none; }
hr.grey { border:0px; background-color:#CCCCCC; color:#CCCCCC; height:1px; }

#body_container { overflow:hidden; }

#body_container #left {
	width:190px;
	*width:206px;
}	
[if IE6]#body_container #left { width:190px; }	
*:first-child+html #body_container #left { width:190px; }	
.clear { clear: both; }


#body_container.col2 #content { background:url(/img/school-pages/pixel-grey.gif) repeat-y; border:none; padding-left:10px; overflow:hidden; width:733px; *width:723px; }	
#cam-info-title { font-size:24px; }
#container { overflow:hidden; }
.image-right { float:right; margin: 10px; margin-top: 5px; margin-right: 0; }
.image-left { float: left; margin: 10px; margin-top: 5px; margin-left: 0; }
#main-img { padding-top: 10px; }

h1, h2, h3 { color: #9C7300; }
h3 a { color: #9C7300; }
h3 a:hover { text-decoration: underline; }
h3 a:visited { color: #9C7300;}
.gold { color: #9C7300; font-weight: bold;}

.campus-level-main-content { color:#9B7501; font-size:19px; font-weight:bold; margin-bottom:10px; }
.category-level-main-content { color:#9B7501; font-size:16px; font-style:italic; font-weight:bold; margin-left:10px; }
.degree-level-main-content { font-size:18px; font-weight:bold; margin-bottom:10px; }
.program-list-main-content { padding-left:5px; }
.program-list-main-content li { font-size:12px; }
.red { color:#CC0033; }
.us-military { font-size:10px; }
.accreditation { font-size: 0.85em;}


#left-nav ul li { list-style: square; color: #63009C; line-height: 1.6em; }
#left-nav a { color: #63009C; font-weight: bold; }
#left-nav a:hover{ color: #9C7300; text-decoration: underline;}



#request_tagline img { vertical-align: middle; margin-right: 20px;}
#request_tagline { color: #9C7300; font-weight: bold; font-size: 1.3em;}


.item {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0;
}
.item .thumb { float: left; margin-right: 10px; }
.item .blurb { margin-bottom: 10px; }
.item a { color: #63009C; font-weight: bold;}
.item a:hover { color: #9C7300; text-decoration: underline;}




#right-pane {
    float: right;
    width: 355px;
    margin-left: 10px;
}
#spotlight{
    width: 352px;
    *margin-left: 8px;
    *width: 349px;
    border: 1px #BFBFBF solid;
    margin-bottom: 10px;
}
#spotlight .top{
    background-color: #F0EFD5;
    height: 25px;
    position: relative;
}
#spotlight .top .img {
    position: absolute;
    height: 36px;
    width: 267px;
    background: url(/img/dedicated_section/dedication_spotlight_top2.gif) left no-repeat;
    left: -10px;
    top: -7px;
}

#spotlight .top h3{ display: none; }

#spotlight .mid ul { width: 90%; margin:0;  }
#spotlight .mid ul li{ font-size: 0.85em; color: red; }
#spotlight .mid ul li p { color: black; margin: 0; }
#spotlight .topic a{ color: #9C7300; font-weight: bold; font-size: 12px; }
#spotlight .topic a:hover{ text-decoration: underline; font-weight: bold; font-size: 12px; }

