﻿@import "style-header.css";

* {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	
}

html {
}

body{
	display: block;
	width: 100%;
	float: left;
	font-family: 'Cantarell',Helvetica Neue,Arial,Tahoma,Verdana,sans-serif;
    font-size: 13px;
    margin: 0;
	padding: 0px;
	z-index: 1;
}
form {
	display: block;
	width: 100%;
	float: left;
	z-index: 1;
}

h1 {
    color: #013158;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
    font-size: 33px;
    font-weight: 400;
	letter-spacing: -1px;
	line-height: 37px;
    margin-bottom: 8px;
    margin-top: 5px;
    text-align: left;
}

h2 {
	 color: #333333;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.06em;
    line-height: 23px;
    margin: 10px 0;
    text-transform: uppercase;
}

h2 a {
	font-size:15px;
}

p {
    color: #333333;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,Sans Serif;
	font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 15px 5px 15px 0;
}

#pagewrapper1 {
	display: block;
	width: 100%;
	float: left;
	background-color: #92AFBD;
	background-image: url(../images/top_bg.jpg); 
	background-repeat: repeat-x;
 	padding-bottom: 10px;
	padding-top: 0px;
	z-index: 1;
}

#pagewrapper2 {
	display: block;
	width:950px;
	margin:0 auto;
	margin-bottom: 10px;
	z-index: 1;
	}

#banner {
	display: block;
	height: 125px;
	width: 950px;
	background-image: url("../images/banner.jpg");
	float: left;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	
}

#header ul li:first-child a {
	color: #FFB700;
    font-weight: 700;
}

#bannerright {
	margin-top:3px;
	width: 600px;
	z-index: 999;
}

#bannerright p {
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-transform:	uppercase;
	font-weight: normal;
	padding-right: 20px;
	text-align: right;
	margin:0px;
	z-index: 999;
}

#middle{
	display: block;
	width: 950px;
	float: left;
	margin: 0px;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/left-nav-bk.png);
	background-repeat: repeat-y;
	}

#leftpanel{
	display: block;
	width:270px;
	background-color: #C0D1DB;
	height:100%;
	overflow:auto;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	}

#rightpanel {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 20px;
	background-color: white;
	width:655px;
}

#footer  {
	display: block;
	position: relative;
	width: 100%;
	font-size: 12px;
    height: 41px;
    position: relative;
	padding-top:0px;
	color: #FFFFFF;
	background-color: #1A1A1A;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	clear:both;
}

#footer_links  {
	display: block;
	position: relative;
	padding-top:0px;
	color: #FFFFFF;
	text-align:left;
	float: left;
	width: 500px;	
	left: 14px;
    position: absolute;
    top: 11px;
    z-index: 100;
}

#footer_links ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
	display:inline-block;
}

#footer #footer_links ul li {
    border-left: 1px solid #ACB4C1;
    display: inline-block;
    line-height: 11px;
    padding: 0 10px;
}

#footer #footer_links ul li:first-child {
    border-left: 0 none;
}

#footer_links   a:link, #footer_links  a:visited {
	text-decoration: none;
	color: #FFFFFF;
    font-size: 12px;
	font-weight: normal;

}
	
#footer_links  a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	}	
	
#footertext2  {
	display: block;	
	padding-top:0px;
	color: #FFFFFF;
	text-align:right;
	float: right;
	width: 300px;
	position: absolute;
    right: 24px;
    top: 11px;
    z-index: 100;
}

#footertext2  a:link, #footertext2  a:visited {
	text-decoration: none;
	color: #FFFFFF;
    font-size: 11px;
	font-weight: 400;

}
	
#footertext2   a:hover{
	text-decoration: underline;
	font-weight: 400;
	color: #FFFFFF;
	}		
#footertext3  {
	display:block;
	position: relative;
	padding-top:5px;
	margin-bottom:30px;
	color: #FFFFFF;
	text-align:left;
	background-color: #92AFBD;
	width:100%;
	clear:both;
}
#footertext3 p{
	text-align: left;
	font-size: 11px;
	color:#666666;
	font-weight: 400;
}

#footertext3 p.center {
	text-align:center;
}

#footertext3    a:link, #footertext3  a:visited {
	text-decoration: none;
	color: #245B82;
    font-size: 11px;
	font-weight: normal;
	
}
	
#footertext3   a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #245B82;
	}		
	

#rightpanel a {
    border-bottom: 1px solid #CBD9E3;
    color: #3274A3;
    text-decoration: none;
    font-family: 'Cantarell',Helvetica Neue,Arial,Tahoma,Verdana,sans-serif;
    font-weight: normal;
}
#rightpanel a:hover {
    color: #245B82;
	border-color:#94ADBF;
    font-family: 'Cantarell',Helvetica Neue,Arial,Tahoma,Verdana,sans-serif;
    font-weight: normal;
}


td.sc-coursenumber  {
	width: 80px;
}

td.sc-coursetitle  {
	width: 280px;
}

.credits {
	text-align:right;
	margin:0 0px 0 5px;
	}
	
.sc-totalcredits { 
	text-align:right;
	font-weight:bold;
	margin:10px 5px 0 5px;
	border-top:1px solid #aaa;
	}

.sidebox div.hdr {
	font-family: Crimson,Times,Serif;
	font-weight: 400;
	color: #111111;
	font-size: 18px;
	padding:5px;
	padding-left: 20px;
	margin-top: 10px;
}

div.sidebox {
	/*border-bottom: 3px solid #4F96DB;*/
}

.sidebox div.sideboxbrdr ul{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	}

.sidebox div.sideboxbrdr ul a{
    color: #002C4C;
	}

.sidebox div.sideboxbrdr ul li {
	
    display: block;
	}

.sidebox div.sideboxbrdr ul li a{
	background-color: #C0D1DB;
    color: #002C4C;
    display: block;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 7px 20px;
	text-decoration: none;
	}

.sidebox div.sideboxbrdr ul a:hover {
	background-color: #DCE5EA;
    color: #002C4C;
    display: block;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 7px 20px;
	text-decoration: none;
}

.sidebox div.sideboxbrdr ul a:active {
	background-color: #C0D1DB;
    color: #002C4C;
    display: block;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 7px 20px;
}

.sidebox div.sideboxbrdr {
	padding-bottom: 10px;
}


div.ui-dialog span.desc #main {
    font-size: 11px;
	margin:0 20px 20px 20px;
	border:none;
}

div.ui-dialog span.desc p.boxlink a {
	margin-left: 20px;
    text-align: left;
    font-size: 13px;
}

div.ui-dialog span.desc h3 {
	padding-left: 0px;
	text-align: left;
    font-size: 13px; 
	
}

#breadcrumb {
    background-color: #134466;
    border-bottom: 1px solid #1D3A51;
    font-size: 11px;
    line-height: 11px;
    padding: 6px 22px;
}


#breadcrumb p {
    font-size: 11px;
	color: #B1BBC3;
	font-weight: bold;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
}

#breadcrumb p a:link, #breadcrumb p a:visited {
	text-decoration: none;
	color: #B1BBC3;
    margin: 0 6px;
    font-size: 11px;
	font-weight: normal;

}

#breadcrumb p a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #B1BBC3;
}

div.credits {
/*	font: 13px/15px 'Cantarell',Helvetica Neue,Arial,Tahoma,Verdana,sans-serif;
	color: #333333;*/
	display:none;
}

.sc-Note {
	font-style: italic;
	font-size: small;
}

#sc-rightpanel-top {
	display: block;
	color: #245B82;
	padding-bottom: 5px;
	width:635px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


#leftcolumn_0_txtBxTerm, #leftcolumn_1_txtBxTerm {
	margin-left:20px;
	width:140px;
	}
	
#leftcolumn_0_drpSearchType, #leftcolumn_1_drpSearchType {
	margin-left: 20px;
}
	
#sc-top-links {
	padding: 0px;
	width: 140px;
	float: right;
	margin-right: 30px;
}

#sc-top-links p.print {
	text-align:left;
	margin-top:3px;
}


span.mc_link a:link {
	font-weight: normal;
}

span.mc_link a:hover {
	font-weight:bold;
	text-decoration: underline;
}


span.mc_link a:active{
	text-decoration: none;
}

#sc-content ul {
	margin-top: 10px;
}

#sc-parentlink, #sc-childlinks {
	float:left;
	width:100%
}

#sc-parentlink  ul, #sc-childlinks ul  {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	width: 300px;
	padding: 0px;
}

#sc-parentlink ul li p, #sc-childlinks ul li p {
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
}


#sc-childlinks {
	float:left;
	width: 100%;
}

.sc-requirementsNote p {
		font-style: italic;
}	   

span.desc #main div.desc, span.desc #main div.credits  {
	height: auto;
	margin-right: 10px;
	}
	
span.desc div#main {
	margin-left: 10px;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
	color: #333333;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 15px 5px 15px 0;
}

div.credits {
	color: #333333;
	font-size: 13px;
	text-align: left;
	margin-left: 0px;
}
		
#rightpanel #main {
	display:block;
	float: left;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 30px;
	min-height: 600px;
}

.sc-ListNumber {
    list-style: decimal;
}
.sc-ListNumber2 {
    list-style: decimal;
}
.sc-ListAlpha {
    list-style: upper-alpha;
}
.sc-ListAlpha2 {
    list-style: lower-alpha;
}

div.sidebox {
	margin-top: 15px;
	margin-left: 0px;
	}
	
#rightpanel li{
	font-size:13px;
	margin-bottom: 5px;
	}
	
#rightpanel ul li {
	list-style-type: disc;
}

#rightpanel ul li li {
	list-style-type: circle;
}

#rightpanel ul li li li {
	list-style-type: disc;
}

#rightpanel ul li li  li li  {
	list-style-type: circle;
}
	
#rightpanel ol li  {
	list-style-type: decimal;
}

#rightpanel ol li li {
	list-style-type: lower-alpha;
}
	

#rightpanel li a:link,
#rightpanel li a:active,
#rightpanel li a:focus,
#rightpanel li a:visited {
	border-bottom: 1px solid #CBD9E3;
    color: #3274A3;
    text-decoration: none;
}

#rightpanel li a:hover {
	color: #245B82;
	font-weight: normal;
	border-color:#94ADBF;
}

/*Adding styles for sc-courselink*/		
#rightpanel .sc-courselink a{
	font-size:13px;
	border-bottom: 1px solid #CBD9E3;
    color: #3274A3;
    text-decoration: none;
	}

#rightpanel.sc-courselink a,
#rightpanel .sc-courselink  a:link,
#rightpanel  .sc-courselink a:active,
#rightpanel .sc-courselink a:focus,
#rightpanel .sc-courselink a:visited {
	border-bottom: 1px solid #CBD9E3;
    color: #3274A3;
    text-decoration: none;
}


#rightpanel td.sc-coursenumber a:hover {
	color: #245B82;
	font-weight: normal;
	border-color:#94ADBF;
}

#rightpanel  #sc-content  a:hover {
	color: #245B82;
	font-weight: normal;
	border-color:#94ADBF;
}
/*End new styles for sc-courselink*/	
#sc-top-links a,
#sc-top-links a:link, 
#sc-top-links a:active, 
#sc-top-links a:focus, 
#sc-top-links a:visited {
	border-bottom: 1px solid #CBD9E3;
    color: #3274A3;
    text-decoration: none;
	font-size: 11px;
}

#sc-top-links a:hover {
	color: #245B82;
	border-color:#94ADBF;
	font-weight: normal !important;
}

#sc-parentlink a:hover, #sc-childlinks a:hover {
	color: #245B82;
	font-weight: normal;
	border-color:#94ADBF;
}

#bannerright div.sidebox {
	display: block;
	position: relative;
	float: right;
	margin-right: 20px;
}

#bannerright  div.hdr{
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 11px;
}


h3 {
	font-family: 'Cantarell',Helvetica Neue,Arial,Tahoma,Verdana,sans-serif;
	font-size: 16px;
	margin-top:20px;
	margin-bottom:5px;
	font-weight: 600;
}

h2 {
	font-size: 20px;
	margin-top:25px;
	margin-bottom:5px;
	font-weight: 400;
	font-style:	normal;
	color:	#333333;
	text-transform:	uppercase;
	letter-spacing:	-1.2px;
	line-height:	23px;
}

.sc-SubHeading,.sc-Subheading {
	font-size: 18px;
	margin-top:25px;
	margin-bottom:5px;
	font-weight: bold;
	font-style:	normal;
	color:	#333333;
	letter-spacing:	-1.2px;
	line-height:	20px;
}

.sc-SubHeading2,.sc-Subheading2{
	font-size: 16px;
	margin-top:25px;
	margin-bottom:5px;
	font-weight: 400;
	font-style:	normal;
	color:	#333333;
	letter-spacing:	-1.2px;
	line-height:18px;
}

td, tr, th {
    font-family: 'Cantarell',Helvetica Neue,Arial,Tahoma,Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.addthis_default_style{
	padding-left:20px;
}

select, option, input {
	font-size: 11px;
	margin-left: 5px;
	margin-top: 3px;
}
p.sc-BodyText, p.sc-BodyTextCentered, p.bodytext, p {
	margin-top: 10px;
    margin-bottom: 0px;
}

p.sc-BodyTextNS, p.bodytextns, p.sc-BodyTextNSCentered, p.sc-BodyTextNSIndented {
	margin: 0px;
}

p.sc-BodyTextCentered, p.sc-BodyTextNSCentered {
	text-align:center;
}

p.sc-BodyTextRight, p.sc-BodyTextNSRight {
	text-align:right;
}

p.sc-BodyTextNSRight {
	margin-top:0px;
}

#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
}
p.sc-BodyTextIndented, p.sc-BodyTextNSIndented{
	text-indent:20px;
}

#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
}

#rightpanel .sc-child-item-links li a:link,
#rightpanel .sc-child-item-links li a:active,
#rightpanel .sc-child-item-links li a:focus,
#rightpanel .sc-child-item-links li a:visited {
	border-bottom: 1px solid #CBD9E3;
    color: #3274A3;
    text-decoration: none;
	text-align: left;
    font-size: 13px;
}

#rightpanel .sc-child-item-links li a:hover {
	color: #245B82;
	font-weight: normal;
	border-color:#94ADBF;
}

#rightpanel .sc-ListBullet li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	color: #333333;
}


#rightpanel .sc-ListNumber li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	color: #333333;
}

#banner a img {
	font-size: 0px;
	border: none;
}


div.ui-dialog div.desc {
	width: 450px;
	height: 300px;
}

p.boxlink {
	display: block;
	width: 450px;
}


/*Right Panel Styles*/
#rightpanel table {
	/*width: auto;*/
	max-width: 590px;
	margin-top: 20px;
	width: 100%;
}

#rightpanel td {
	max-width: 600px;
	width: auto;
	vertical-align:top;
}

#rightpanel td.sc-coursenumber  {
	text-align: left;
	width: 100px;
	vertical-align: top;
	
}

#rightpanel p.credits  {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#rightpanel td p.credits  {
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: top;
}

#rightpanel td.sc-totalcredits  {
	padding-left: 5px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

#rightpanel td.sc-coursetitle  {
	vertical-align: top;
	padding-right: 5px;
	text-align: left;
	width: 400px;
}

#rightpanel td.sc-totalcreditslabel  {
	
	text-align: left;
	font-weight: bold;
	width: 400px;
}

#rightpanel .sc-requirementsNote  {
	
	text-align: left;
	margin-top: 4px;
	font-style: italic;
}

#rightpanel #sc-childlinks ul  li, #rightpanel #sc-parentlink ul  li {
	list-style-type: none;
	font-size: 13px;
}
/*
#sc-childlinks ul li p a:link, #sc-parentlink ul li p a:link  {
	display: block;
	line-height: 13px;
	margin-bottom: 8px;
	font-size: 13px;
}
*/
#sc-childlinks ul li p, #sc-parentlink ul li p 
{
	display: block;
}

#sc-childlinks ul li p a, #sc-parentlink ul li p a  {
	line-height: 16px;
	margin-top: 10px;
	font-size: 13px;
}



#sc-relatedlinks {
	display:block;
	float:left;
	width: 670px;
	margin-bottom: 20px;
}

#footer 
{
    margin: 0px;
    }
   
#main ul li p{
	margin-top: 0px;
}

#rightpanel ul.sc-searchPagination {
	display: inline;
	list-style-type: none;
	padding: 0px;
	
}

#rightpanel ul.sc-searchPagination li {
	display: inline;
	margin: 0px;
	padding-right: 10px;
}

#banner {
	z-index: 1;
}

#banner img {
	z-index: 1;
}
#bannerright {
	display:block;
	float: right;
	position: relative;
	top: -70px;
	z-index: 9;
	}
	
#bannerright p {
	color: #FFFFFF;
	font-size: 22px;
	z-index:9;
}

span.desc div#main {
	margin-left: 10px;
	margin-right: 10px;
}


div#leftpanel div.toc ul#navLocal.navLocal  {
	padding-left: 0px;
	list-style-type:none;
	margin-right: 0;
}

#navLocal ul li {
	list-style-type: none;
	font-weight: 400;
}

#navLocal li, .sidebox div.sideboxbrdr li {
    border-bottom: 1px solid #9EB5C3;
    border-top: 1px solid #D1E1EA;
}

#navLocal li li {
    border-bottom: none;
    border-top: none;
}

#navLocal a, #navLocal li a:link, #navLocal li a:visited {
	background-color: #C0D1DB;
    color: #002C4C;
    display: block;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 5px 20px;
	text-decoration: none;
}

#navLocal li a:hover {
	background-color: #DCE5EA;
    color: #002C4C;
    display: block;
    font-family: "Cantarell",Helvetica Neue,Arial,Tahoma,San Serif;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 5px 20px;
	text-decoration: none;
}

#navLocal li.active  {
background-color: #DCE5EA;
    background-image: url("../images/menu_on_nook.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
}

#navLocal li.active a  {
background-color: #DCE5EA;
    background-image: url("../images/menu_on_nook.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
}

#navLocal li.active li a  {
	background-color: #DCE5EA;
	background-image: none;
    background-position: 0 9px;
    background-repeat: no-repeat;
	font-size: 13px;
}

#navLocal li.active li a:hover {
	background-image: url("../images/submenu_nook.png");
    background-position: 3% 50%;
    background-repeat: no-repeat;
	text-decoration: none;
}

#navLocal li.active li.active a {
	background-image: url("../images/submenu_nook.png");
    background-position: 3% 50%;
    background-repeat: no-repeat;
	text-decoration: none;
}

#navLocal li.active li.active li a  {
	background-image: none;
}

#navLocal li.active li.active li a:hover  {
	background-image: url("../images/submenu_nook.png");
    background-position: 3% 50%;
    background-repeat: no-repeat;
}

#navLocal li.active li.active li.active a  {
	background-image: url("../images/submenu_nook.png");
    background-position: 3% 50%;
    background-repeat: no-repeat;
}


#navLocal li.active li.active  li.active li a  {
	background-image: none;
}

#navLocal li.active li.active  li.active li a:hover  {
	background-image: url("../images/submenu_nook.png");
    background-position: 3% 50%;
    background-repeat: no-repeat;
}

#navLocal li.active li.active  li.active li.active a  {
	background-image: url("../images/submenu_nook.png");
    background-position: 3% 50%;
    background-repeat: no-repeat;
}



#leftpanel p {
	background-color: #C2D3DC;
    background-repeat: repeat-x;
    padding: 5px 20px;
    width: 230px;
	font-family: Crimson,Times,Serif;
    font-weight: 400;
    margin: 0;
	color: #111111;
    font-size: 26px;
    letter-spacing: -1px;
	line-height: 26px;
    margin-bottom: 8px;
    margin-top: 5px;
    text-align: left;
}

div.sidebox div.sideboxbrdr div {
	font-size: 2px;
}

ul#navLocal {
	margin-top: 0px;
	margin-left:0px;
}


div.sidebox div.hdr {
	display: none;
}

div.sidebox {
	margin-top: 0px;
}

ul.navLocal.navLocal {
	margin-bottom: 0px;
}


div.addthis_toolbox {
	margin-top: 10px;
}



b, strong {
	font-weight: 600;
}

.ui-widget-content a{
	border-bottom: 1px solid #CBD9E3;
    color: #3274A3 !important;
    text-decoration: none;
}


.ui-widget-content a:hover{
	color: #245B82 !important;
	font-weight: normal;
	border-color:#94ADBF;
}