/**** General Styles *********************************************************/

body 
{
  background: #fff url("../images/bg.gif");
  color: #111;
  padding: 0;
  margin: 0;
  font: .7em/140% Verdana, Geneva, Arial, helvetica, sans-serif; /* Standard body copy */
}

img
{
  border: 0;
  display: block;
}

h1, h2, h3, h4, h5, p
{
  margin: 0;
  padding: 0;
}

h1
{
  font: 250% Georgia, "Times New Roman", Times, serif;
}

h2
{
  /*font-size: 125%;*/
  font-size: 150%;
  line-height: 160%;
  font-weight: normal;
}

h3
{
  /*font-size: 125%;*/
  font-weight: normal;
  font-size: 100%;
}

h4
{
  font-size: 100%;
}

p
{
  margin-bottom: 20px;
}

a, a:link, a:visited
{
  color: #0066CC;
  text-decoration: none;
}

a:hover, a:active
{
  text-decoration: underline;
}

form
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.hl /* highlight */
{
  color: #b10304;
}

.hlBlack /* highlight */
{
  color: #000;
}

.redText
{
	color: #C00;
}

.clear
{
  clear: both;
}

.tableContainer
{
  border: solid 1px #c00;
  color: #c00;
 background: #fff;
  margin: 0 auto;
  padding: 12px;
}

table
{
/*  border: solid 1px #c00;*/
  color: #000;
  background: #fff;
/*  margin: 0 auto;*/
  width: 98%; /* was 100%, RD had to change it */
  font-size: 110%;
}

th, td
{
  padding: 10px 20px 10px 0;
  vertical-align: top;
  font-size: 105%;
}

th
{
  padding-left: 3px;
  width: 30%;
}

thead th
{
  font-weight: normal;
  font-size: 130%;
  padding-top: 10px;
}

tbody th
{
  text-align: left;
  font-weight: normal;
  font-size: 110%;  
  border-top: solid 1px #E8E8E8;
}

tbody td
{
  border-top: solid 1px #E8E8E8;
}

.tableContainerBrown
{
  border-top: solid 1px #A89987;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: solid 5px #A89987;
  color: #c00;
  background: #fff;
  margin: 0px;
  padding: 0px;
  width: 98%;
}

.tableContainerBrown table
{
/*  border: solid 1px #c00;*/
  color: #000;
  background: #fff;
/*  margin: 0 auto;*/
  width: 98%; /* was 100%, RD had to change it */
  font-size: 110%;
}

.tableContainerBrown th, .tableContainerBrown td
{
  padding: 0px;
  vertical-align: top;
  font-size: 105%;
}

.tableContainerBrown th
{
  padding: 8px 12px;
  width: 30%;
}

.tableContainerBrown thead th
{
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
  background-color: #A89987;
  color: #FFF;
  text-align: left;
}

.tableContainerBrown tbody th
{
  text-align: left;
  font-weight: normal;
  font-size: 110%;  
  border-top: solid 1px #E8E8E8;
}

.tableContainerBrown tbody td
{
  border-top: solid 1px #E8E8E8;
  padding: 8px 12px;
}

.tableContainerBrown tbody td.redcell
{
  color: #CC0000;
  border-top: solid 1px #E8E8E8;
  padding: 8px 12px;
}

.ulStyle1
{
  margin: 0 0 20px 50px;
  padding: 0;
  list-style-type: none;
}

.ulStyle1 li
{
  padding: 0 0 0 15px;
  background: url("../images/redArrow.gif") 0 8px no-repeat;
  line-height: 200%;
}

.ulStyle2
{
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  border-top: solid 1px #b0a89d;
}

.ulStyle2 li
{
  padding: 0 0 0 15px;
  background: url("../images/redArrow.gif") 0 10px no-repeat;
	border-bottom: solid 1px #b0a89d;
  font-size: 120%;
  /* font-weight: bold; changed by RD at request of law school */
  line-height: 220%;
}

.ulStyle2 li a, .ulStyle2 li a:link, .ulStyle2 li a:visited
{
  color: #c00;
}

.ulStyle3
{
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  border-top: solid 1px #b0a89d;
}

.ulStyle3 li
{
  padding: 0 0 0 15px;
  border-bottom: solid 1px #b0a89d;
  font-size: 120%;
  line-height: 220%;
}

.ulStyle3 li a, .ulStyle3 li a:link, .ulStyle3 li a:visited, .ulStyle3 li a:hover, .ulStyle3 li a:active
{
  color: #c00;
}

.contentPic 
{
  float: left;
  margin: 0 10px 5px 0;
  border: solid 1px #ccc;
}

.contentCol50 /* 50% total width */
{
  float: left;
  /* width: 45%; original from GI */
	width: 225px; 
  /*margin-right: 5%; original from GI */
  margin-right: 15px;
}

.contentCol50Right /* 50% total width */
{
  float: left;
  /* width: 45%; original from GI */
	width: 225px; 
  /*margin-right: 5%;*/
  margin-right: 0px;
	margin-bottom: 30px;
}

.contentCol33 /* 33% total width */
{
  float: left;
  width: 33%;
  margin-bottom: 20px;
}

.contentCol33 .inner 
{
  padding: 0 8px;
}

.colLeftBorder
{
  border-left: solid 1px #b0a89d;
  margin-left: -1px;
}

.colRightBorder
{
  border-right: solid 1px #b0a89d;
}

/**** Layout Styles **********************************************************/

.pageOuter
{
  width: 1000px;
  padding: 0 0 0 10px;
  background: url("../images/bgRightShad.gif") repeat-y;
}

.pageInner
{
  margin: 0 40px 0 0;
}

.leftCol
{
  float: left;
	width: 205px;
}

.rightCol
{
	float: right;
	width: 245px;
}

.middleCol
{
  margin: 0 245px 0 205px; /* match left and right column widths */
}

/* --- Begin right column callout box styles ---*/

.column
{
  margin-top: 1px;
}

.columnCallout
{
  float: right;
}

.calloutUpper
{
  background: transparent url("../images/Border/4pxTR.gif") right no-repeat;
}

.calloutUOuter
{
  margin-right: 4px;
  background: url("../images/Border/4pxTL.gif") left no-repeat;
}

.calloutUInner
{
  margin-left: 4px;
  padding-top: 4px;
  background: url("../images/Border/4pxT.gif") left repeat-x;       
}

.calloutOuter
{
  background: transparent url("../images/Border/4pxR.gif") right repeat-y;
}

.calloutInner
{
  padding: 0 4px;
  background: transparent url("../images/Border/4pxLbak.gif") left repeat-y;
}

.calloutInnerB
{
   background: transparent url("../images/Border/4pxBInner.gif") bottom repeat-x;
   text-align: right;
   padding-bottom: 20px;
}


.calloutFill {
  padding: 5px;
  background: #EBEBEB;
  text-align: center;
}

.calloutFill img {
  margin: 0 auto;
}

.footerList {
  float: left;
  margin: 0;
  padding: 0 0 5px 0;
  border-top: solid 1px #ebebeb;
  list-style-type: none;
  font-size: 90%;
  text-align: left;
}

.footerList li {
  padding: 4px 2px 4px 15px;
  border-bottom: solid 1px #ebebeb;
}

a.moreLink, a.moreLink:link, a.moreLink:visited
{
  color: #CC0000;
  font: 90%/100% Verdana, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  background: transparent url("../images/Columns/findOutArrow.gif") right no-repeat;
  padding: 8px 25px 8px 0;
}

a.moreLink:hover
{
  color: #000;
}

.calloutInnerText
{
   padding: 10px;
   text-align: left;
   border-right: 2px solid #B0A89D;
 }

.calloutInnerText a, .calloutInnerText a:link, .calloutInnerText a:visited
{
	font: 110%/100% Verdana, helvetica, sans-serif;
  color: #2E5470;
  text-decoration: none;
  font-weight: bold;
  background: none;
}
.calloutInnerText a:hover
{
  text-decoration: underline;
}

.calloutLower
{
  background: transparent url("../images/Border/4pxBR.gif") right no-repeat;
}

.calloutLOuter
{
  background: transparent url("../images/Border/4pxBL.gif") left no-repeat;
  margin-right: 4px;
}

.calloutLInner
{
  background: transparent url("../images/Border/4pxB.gif") left repeat-x;
  padding-top: 4px;
  margin-left: 4px;
}

.columnCallout .title
{
  color: #613D09;
  font: 130%/160% Verdana, helvetica, sans-serif;
  margin: 0;
}

.columnCallout .subtitle
{
  color: #CB0001;
  font: 110%/140% Verdana, helvetica, sans-serif;
  margin-bottom: 5px;
}

.columnCallout span /* workaround for IE 5.5-6 bug with display of "more" link */
{
  display: block;
  margin-bottom: 15px;
  color: #000000;
  font: 90%/160% Verdana, helvetica, sans-serif;
}

.infoBox {
  padding: 20px 15px;
}

.infoBox .boxTitle {
  color: #613D09;
  font: 130%/160% Verdana, helvetica, sans-serif;
}

.infoBox .title {
  font-weight: bold;
}

.infoBox p {
  margin-bottom: 3px;
  font-size: 90%;
  line-height: 130%;
}

.copyBox p {
  margin: 10px 0;
}

.pathwayBox {
  position: relative;
  top: -25px;
  margin: 0 2px 40px 1px;
  padding: 20px 0 0 20px;
  border-top: solid 10px #d86f00;
  font-size: 110%;
  color:#fff;
  background: #b15900 url("../images/bgPathway.jpg") 0 100% repeat-x;
}

.pathwayBox * {
}

.pathwayBox .inner {
  margin: 0;
  padding: 0 20px 20px 0;
  border-left: solid 1px #fff;
}

.pathwayBox ul {
  margin: 0 0 10px -7px;
  padding: 0;
  list-style-type: none;
}

.pathwayBox .ulTop {
  position: relative;
  top: -8px;
}

.pathwayBox ul li {
  background: url("../images/bulletClosed.gif") 0 5px no-repeat;
  padding: 0 0 7px 15px;
}

.pathwayBox ul li.mark {
  background: url("../images/bulletOpen.gif") 0 2px no-repeat;
}

.pathwayBox ul .title {
  font-weight: bold;
  text-transform: uppercase;
  background: none;
}

.pathwaysList {
  margin: 0 0 -20px 0;
  padding: 5px;
  width: 220px;
  list-style-type: none;
  text-align: left;
}

* html .pathwaysList {
  margin-bottom: 0;
}

.pathwaysList li {
  padding: 0 10px 12px 10px;
  background: #e1e1e1;
}

.pathwaysList li.first {
  padding-top: 15px;
}

.pathwaysList li a {
  font-weight: bold;
  font-size: 110%;
}

.pathwaysList li.title {
  margin: 0;
  padding: 0 0 5px 10px;
  color: #464646;
  background: #fff;
}
      
/* --- Begin page-specific styles ---*/

/* --- Begin student blog callout header and styles ---*/
      
.columnCallout .blog
{
  color: #363636;
  font: 130%/100% Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
}

.columnCallout .blogQuote
{
  color: #363636;
  font: 120%/100% Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.calloutBlogsUpper
{
  background: transparent url("../images/Border/25pxBR.gif") no-repeat bottom right;
}

.calloutBlogsUOuter
{
  margin-right: 4px;
  background: transparent url("../images/Border/44pxL.gif") no-repeat top left;
}

.calloutBlogsUInner
{
  margin-left: 4px;
  height: 44px;
  background: transparent url("../images/Border/25pxMid.gif") top repeat-x;
}

.calloutBlogsULeft
{
  background: transparent url("../images/Border/4pxT.gif") top repeat-x;        
  width: 161px;
}

.calloutBlogsULeftInner
{
  padding-top: 4px;
  height: 40px;
  background: url("../images/Border/25pxTR.gif") no-repeat top right;
}


.calloutBlogStudent
{
  height: 68px;
  text-align: left;
  margin-top: 0;
  background: #2e5470;
}

.calloutBlogStudent img
{
  float: left;
}

.calloutBlogStudentLink
{ padding: 8px 5px 8px 75px;
}        

.calloutBlogStudent a, .calloutBlogStudent a:link, .calloutBlogStudent a:visited
{
  color: #FFF;
  font-weight: bold;
  font: 130%/120% Verdana, helvetica, sans-serif;
}

.calloutBlogStudent a:hover
{
}        

/* --- End student blog callout header and styles ---*/ 

.whyNUSL {
  background: #EFEDEA;
  padding: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}  

.whyNUSL .content {
  padding: 5px;
}

.whyNUSL p {
  margin: 10px 0;
}     

/* --- End right column callout box styles ---*/


/*--- Begin home page styles and overrides ---*/

.bodyAreaHome
{
}

.bodyAreaHome .middleCol
{
  padding-top: 2px;
  margin-right: 0;
}

.bodyAreaHome .leftCol
{
  margin-top: 1px;
  padding-bottom: 9px;
  background-color: #CC0000;
  border-right: solid 1px #fff;
}

.bodyAreaHome .pageFunctions
{
  /*border-bottom: solid 10px #c00;*/
}

.bodyAreaHome .portalNavWrapper {
  width: 960px;
  background: url('../images/bgBodyArea.gif') repeat-x;
}

.logoHome .portalNav {
	float: right;
}

.bodyAreaHome .portalNavWrapper .portalNav
{
  float: right;
}

.bodyAreaHome .bodyAreaInner
{
  background: none;
}

.homeTop
{
  /*float: right;*/
  padding: 12px 0 11px 0;
  background: #a4a4a4;
  /*border-left: solid 1px #fff;*/
  font-size: 1px;
}

.homeTop .bannerImages
{
  float: right;
  border: solid 1px #000;
  border-width: 1px 0;
  margin-bottom: -10px;

}

.homeTop .bannerImages img
{
  float: left;
 /* border-right: solid 1px #fff;*/
}

.homeTop .bannerImages .bottomBorder
{
  border-bottom: solid 1px #000;
}

.homeTop .bannerImages div {
	position: relative;
	width: 250px;
}

.homeTop .bannerImages div div {
	line-height: 150%;
	float: left;
	height: 142px;
	font-size: 12px;
	color: #ffffff;
	width: 209px;
	padding: 43px 25px 15px 16px;
}

.homeTop .bannerImages div.caption {
	float: left;
}

.homeTap .bannerLink {
	position: absolute;
	width: 250px;
	height: 200px;
	z-index: 20;
	top: 0px;
	left: 0px;
}

.homeBottom
{
  border-top: solid 1px #fff;
  background: #ebe9e5 url("../images/home/bgHomeBottom.gif") repeat-y;
  padding-bottom: 20px;
}

.homeBottom a, .homeBottom a:link, .homeBottom a:visited
{
  color: #2e5470;
}

.homeBottom a:hover
{
  color: #172638;
  text-decoration: none;
}

.homeBottom .title
{
  font: 170% Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
}

.homeCol1
{
  float: left;
  width: 500px;
  
  position: relative;
  height: 300px;
}

.homeCol2
{
  float: left;
  width: 220px;
}

.homeCol3
{
  float: right;
  width: 230px;
}

.homeNews
{
  padding: 10px 20px 5px 10px;
  line-height: 110%;
}

.homeNews .newsItem
{
  float: left;
  font-size: 110%;
  line-height: 120%;
  margin-right: 20px;
}

.homeNews .newsItem img
{
  margin-bottom: 10px;
}

.homeNews .item1
{
  width: 44%;
  border-right: solid 1px #a4a4a4;
  margin-right: 0;
  padding-right: 10px;
}

.homeNews .item2
{
  width: 45%;
  border-left: solid 1px #a4a4a4;
  padding-left: 20px;
  margin-left: -1px;
  margin-right: 0;
}

.homeNews .newsItem .date
{
  color: #636363;
  font-size: 90%;
}

.homeNews .newsItem .newsTitle
{
  color: #2e5470;
  font-size: 110%;
  line-height: 110%;
  font-weight: bold;
}

.homeNews .newsItem .author
{
  color: #636363;
  font-size: 90%;
  margin-bottom: 5px;
}

.itemFunctions
{
  text-align: right;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
  padding: 10px 10px 2px 0;
  white-space: nowrap;
  margin-right: 3px;
  
  float: right;
  clear: both;

}

.homeEvents
{
  padding: 10px 20px 5px 0;
  height: 285px;
  position: relative;
  
}

.homeEvents .eventItem
{
  margin-bottom: 10px;
}

.homeEvents .eventItem .date
{
  font-size: 110%;
  color: #636363;
}

.homeEvents .eventItem .eventTitle
{
  color: #2e5470;
  font-size: 110%;
  line-height: 110%;
  font-weight: bold;
}

.homeBlogs
{
  padding: 10px 10px 5px 10px;
  background: #fff;
  border: solid 1px #b0a89d;
  border-right-width: 5px;
  position: relative; 
  width: 210px; 
  margin: -10px -5px -25px 0;
}

.homeBlogsMore
{
  text-align: right; 
  margin-right: -13px;
  color: #CC0000;
}

.homeBlogsMore a.moreLink
{
  color: #CC0000;
}
.homeBlogsMore a.moreLink:hover
{
  color: #000;
}

.homeBlogs .title
{
  font-size: 180%;
  color: #655542;
  margin-bottom: 15px;
}

.homeBlogs .li
{
  font-weight: bold;
  font-size: 93%;
  line-height: 130%;
  padding-bottom: 25px;
  clear: left;
}

.homeBlogs .li img
{
  float: left;
  margin: 0 10px 25px 0;
}

/*--- End home page styles and overrides ---*/

/**** Page Element Styles ****************************************************/

/*--- Begin Header ---*/

.header
{
  padding-top: 10px;
  background: #fff;
}

.headerNav
{
  background: #dfdbd5 url('../images/Header/headerLeftGradient.gif') repeat-x bottom;
  font: 110%/250% Arial, helvetica, sans-serif;
  padding-left: 10px;
  border-bottom: solid 1px #fff;  
}

.headerNavLeft
{
  float: left;
}

.headerNavLeft a, .headerNavLeft a:link, .headerNavLeft a:visited
{
  color: #000;
}

.headerNavLeft ul
{
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap; /* For Safari 3 */
}
.headerNavLeft ul li
{
  color: #000;
  display: inline;
  padding: 0 6px;
  border-right: solid 1px #9b8974;
}        

.headerNavRight
{
  float: right;
  background: #82705a url("../images/Header/headerRightGradient.gif") repeat-x bottom;
}

.headerNavRight a, .headerNavRight a:link, .headerNavRight a:visited
{
  color: #fff;
}

.headerNavRight ul
{
  list-style-type: none;
  margin: 0;
  padding: 0 9px;
  text-transform: uppercase;
  font-weight: bold;
}

.headerNavRight ul li
{
  display: inline;
  color: #fff;
  margin-right: 12px;
}

.headerSearchItem
{
  padding-right: 6px;
  position: relative;
}

.headerSearchInput
{
  border: 1px solid black;
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 120px;
}

.headerSearchIcon
{
  vertical-align: middle;
	position: absolute;
  top: 0px;
  left: 125px;
}

/*--- End Header ---*/

/*--- Begin Main Nav ---*/

.logo
{
  border-bottom: solid 1px #fff;
}

.logoHome {
  background-color: #6F1908;
  clear:right;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #FFF;
}

.mainNavOuter
{
  background: #c00 url("../images/mainNav/bgMainNav.jpg") repeat-y;
  border-bottom: solid 15px #c00;
  color: #fff;
}

.mainNavOuter a, .mainNavOuter a:link, .mainNavOuter a:visited
{
  color: #fff;
  text-decoration: none;
}

.mainNav a, .mainNav a:link, .mainNav a:visited
{
  display: block;
  padding: 0 10px 0 22px;
}

.mainNav a:hover, .mainNavOuter a:active
{
  background: url("../images/mainNav/bgMainNavOver.jpg") repeat-y;
}

.mainNav
{
  background: url("../images/mainNav/sepMainNav.gif") top left no-repeat;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 125%/205% Arial, helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-style: solid;
  border-color: #c00;
  border-width: 13px 5px 27px 3px;
}

.mainNav li
{
  margin: 0;
  padding: 0;
  background: url("../images/mainNav/sepMainNav.gif") bottom left no-repeat;
}

.mainNav li ul
{
  display: none; /* Hide submenus by default */  
  margin: 0;
  padding: 0;
  font-size: 80%;
  font-weight: normal;
  line-height: 120%;
  list-style-type: none;
  text-transform: none;
  background: url("../images/mainNav/bgMainNavSub.jpg") repeat-y;
	border-bottom: 1px dotted #9c0204;/*  added by RD */
}

.mainNav li.selected
{
  background: url("../images/mainNav/bgMainNavOver.jpg") repeat-y;
}

.mainNav li.selected ul /* Display submenus if parent is selected */
{
  display: block;
	border-bottom: 1px dotted #9c0204;/*  added by RD */
}

.mainNav li.selected ul li ul
{
	display: none;
	font-size: 100%;
	border-bottom: 1px dotted #9c0204;/*  added by RD */
	/*margin: 0;
  padding: 0;
  font-size: 80%;
  font-weight: normal;
  line-height: 120%;
  list-style-type: none;
  text-transform: none;
  background: url("../images/mainNav/bgMainNavSub.jpg") repeat-y;
	border-bottom: 1px solid #9c0204;  added by RD 
	border-bottom: none;*/
}

.mainNav li.selected ul li.selected ul
{
	display: block;
	border-bottom: 1px dotted #9c0204;/*  added by RD */
}

.mainNav li.selected ul li
{
  background: none;
}

.mainNav ul a, .mainNav ul a:link, .mainNav ul a:visited
{
  padding: 4px 10px 4px 28px;
	font-size: 100%;
}

li.selectedLevel4 a, li.selectedLevel4 a:link, li.selectedLevel4 a:visited
{
  padding: 4px 20px 4px 40px;
	background: url("../images/mainNav/bgMainNavOver.jpg") repeat-y;
	font-size: 100%;
}

li.notSelectedLevel4 a, li.notSelectedLevel4 a:link, li.notSelectedLevel4 a:visited
{
  padding: 4px 20px 4px 40px;
	font-size: 100%;
}

.selectedLevel4
{
	
}

.notSelectedLevel4
{

}

/* NEW NAV ADDED BY RD FOR TESTING PURPOSES */

.mainNavRd
{
  text-transform: uppercase;
  border-style: solid;
  border-color: #c00;
}

.mainNavRd li
{
  margin-left: 5px;
  padding-left: 5px;
}

.mainNavRd li ul
{
  display: none; /* Hide submenus by default */  
  margin-left: 5px;
  padding-left: 5px;
  font-size: 80%;
  font-weight: normal;
  line-height: 120%;
	text-transform: none;
}

.mainNavRd li.selected
{
  font-weight: bold;
}

.mainNavRd li.selected ul /* Display submenus if parent is selected */
{
  display: block;
	
	font-size: 100%;
}

.mainNavRd li.selected ul li ul
{
	display: none;
}

.mainNavRd li.selected ul li.selected ul
{
	display: block;
}

.mainNavRd li.selected ul li
{
  background: none;
}

.mainNavRd ul a, .mainNavRd ul a:link, .mainNavRd ul a:visited
{
  padding: 4px 10px 4px 28px;
}

/* END TEST CSS */

ul.pageFunctions
{
  background: #c00;
  color: #fff;
  border-top: solid 1px #fff;
  margin: 0;
  padding: 15px 0 0 15px;
  list-style: none;
  text-transform: uppercase;
}

ul.pageFunctions li
{
  line-height: 185%;
}

ul.pageFunctions a:hover
{
  text-decoration: underline;
}

/* --- Begin Main Nav Quick Links ---*/

.quickLink .title
{  font: 150%/200% Arial, helvetica, sans-serif;
   color: #363636;
   padding-left: 12px;
   font-weight: bold;
   border-bottom: 1px solid #EFEFEF;
}

.quickLink
{
   clear: both;
   margin-left: 10px;
   margin-top: 20px;
   margin-bottom: 40px;
}

.quickLink ul
{  margin: 0;
   padding: 0;
   list-style-type: none;
   white-space: nowrap; /* For Safari 3 */
}

.quickLink li
{  padding-left: 12px;
   border-bottom: 1px solid #EFEFEF;
}

.quickLink li a
{  
   font: 110%/250% Arial, helvetica, sans-serif;
   color: #2E5470;
   font-weight: bold;
   text-decoration: none;
}

.quickLink li.bottom
{
  border-bottom: none;
}

.quickLink a:hover
{
  color: #172638
}  
/* --- End Main Nav Quick Links ---*/

/*--- End Main Nav ---*/

/*--- Begin Common Body Elements ---*/

.portalNav
{
  padding: 0;
  margin: 5px 0 6px 40px;
  list-style-type: none;
  font: 110% Arial;
  font-weight: bold;
  white-space: nowrap; /* For Safari 3 */
}

.portalNav a, .portalNav a:link, .portalNav a:visited
{
  color: #78644e;
  text-decoration: none;
}

.portalNav a:hover, .portalNav a:active
{
  text-decoration: underline;
}

.portalNav a.lightLink, .portalNav a.lightLink:link, .portalNav a.lightLink:visited
{
  color: #FFF;
  text-decoration: none;
}

.portalNav a.lightLink:hover, .portalNav a.lightLink:active
{
  text-decoration: underline;
}

.portalNav li
{
  margin: 0 8px;
  display: inline;
}

.bodyArea
{
  background: url("../images/bgBodyArea.gif") repeat-x;
}

.bodyAreaInner
{
  background: url("../images/bgMiddleCol.gif") repeat-y;
}

.bodyAreaWide /* Override for wide pages */
{
  background: none;
}

.bodyAreaWide .middleCol /* Override for wide pages */
{
  margin-right: 0;
}

.logoRight {
  padding: 0px;
  background: #6F1908;
  url('../images/bgLogoRightHeader.gif');
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.main-photo-caption {
	padding: 0px 15px;
	margin: 0px;
	font-size: 90%;
	color: #444;
}

.main-photo-caption p {
	margin: 0px;
	padding: 0px;
}

.main-photo-credit {
	padding: 0px;
	margin: 15px 0px;
	font-size: 90%;
	color: #444;
}

.main-photo-credit p {
	margin: 0px;
	padding: 0px;
}

.bodyHeader
{
  background: #afa18f url("../images/bgBodyHeader.gif") top right repeat-x;
  color: #fff;
  border: solid 1px #fff;
  border-top-width: 0;
  padding: 10px;
}

.bodyAreaWide .bodyHeader /* Override for wide pages */
{
  border-right: none;
}

.bodyHeader h1
{
  margin-top: 20px;
}

.bodyHeader2
{
  padding: 6px 10px;
  font-size: 80%;
  background: #903600 url("/law/images/bgBodyHeader2.gif") repeat-x;
}

.bodyHeader2 h1
{
  margin-top: 5px;
}

.bodyHeader2 .breadcrumbs li {
  background: url("/law/images/smallArrow2.gif") no-repeat !important;
}

.bodyHeader3
{
  padding: 6px 10px;
  font-size: 80%;
  background: #544741 url("/law/images/bgBodyHeader3.gif") repeat-x;
}

.bodyHeader3 h1
{
  margin-top: 5px;
}

.bodyHeader3 .breadcrumbs li {
  background: url("/law/images/smallArrow2.gif") no-repeat !important;
}

.bodyHeaderImages
{
  padding-left: 1px;
}

.bodyHeaderImages img
{
  float: left;
  margin-right: 1px;
  margin-bottom: 10px;
}

.bodyContent, .experienceContent
{
  font-size: 95%;
}

.bodyContent
{
  padding: 15px 30px 15px 15px;
  /* font-size: 86%; */
	font-size: 90%;
}

.bodyAreaWide .bodyContent
{
  background: #efeeec;
}

.bodyContent p
{
  /* font-size: 86%; */
	font-size: 100%;
}

.bodyContent h2
{
  margin-top: 10px;
  margin-bottom: 15px;
  color: #363636;
}

.bodyContent h2.hl
{
  color: #b10304;
}

.bodyContent h3
{
	color: #b10304;
	font-size: 140%;  
}

.bodyContent h3.black
{
	color: #000000;
	font-size: 140%;  
}

.bodyContent h4
{
	color: #b10304;
}

.bodyContent h4.black
{
	color: #000;
}

.bodyContent .black
{
	color: #000;
}


.breadcrumbs
{
  font-size: 90%;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li
{
  display: inline;
  padding-left: 12px;
  background: url("../images/smallArrow.gif") no-repeat;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited
{
  color: #fff;
}

.breadcrumbs a:hover, .breadcrumbs a:active
{
}

/* --- Begin list with dates ---*/

.dateList
{
  margin: 0;
  padding: 0;
}

.dateList .date
{
  float: left;
} 

.dateList p
{
  margin-bottom: 10px;
  padding-left: 60px;
}

.dateList p.shortDate
{
  padding-left: 40px;
}

.dateList a, .dateList a:link, .dateList a:visited
{
  font-weight: bold;
}

.dateList a.small, .dateList a.small:link, .dateList a.small:visited
{
  font: 90%/100% Verdana, helvetica, sans-serif;
  line-height: 100%;
  font-weight: normal;
}

/* --- End list with dates ---*/

/*--- End Common Body Elements ---*/

/*--- Begin News & Events Page ---*/

.newsHomeContent /* Overrides 'bodyContent' */
{
  padding: 0 0 15px 0;
}

.newsHomeContent h2
{
  font: 170% Georgia, "Times New Roman", Times, serif;
  margin: 10px 5px 10px 10px;
}

.newsHomeContent .newsItemsTop
{
  min-height: 220px;
}

.newsHomeContent .newsItem
{
  font-size: 90%;
  line-height: 140%;
  margin: 0 20px 30px 1px;
}

.newsHomeContent .newsItem img
{
  float: left;
  margin: 0 15px 10px 0;
}

.newsHomeContent .newsItem .date
{
  color: #636363;
  font-size: 100%;
}

.newsHomeContent .newsItem .newsTitle
{
  color: #2e5470;
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
}

.newsHomeContent .newsItem .author
{
  color: #636363;
  font-size: 100%;
  margin-bottom: 5px;
}

.newsItemsTop
{
  border-bottom: solid 1px #636363;
  background: #fff;
  margin-right: 1px;
}

.newsItemsBottom
{
  float: left;
  width: 509px;
  margin-top: 2px;
  margin-right: 1px;
  border-top: solid 1px #636363;
  border-bottom: solid 1px #636363;
  background: #fff url("../images/news_events/bgNewsItemsBottom.gif") repeat-y;
}

.newsItemsBottom .newsItem
{
  padding-bottom: 10px;
  margin: 0;
}

.newsItemsBottom .newsItem1
{
  float: left;
  width: 220px;
  margin: 10px 40px 0 12px;
}

.newsItemsBottom .newsItem2
{
  float: left;
  width: 215px;
  margin: 10px 0 0 0;
}

.newsFunctions
{
  background: #fff;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 10px 2px 0;
  border-bottom: solid 1px #636363;
  border-right: solid 1px #ae0001;
}

.eventItems
{
  float: left;
  margin-right: -9px;
  background: url("../images/news_events/bgEventItems.gif") repeat-y;
}

.eventItemsLeft
{
  float: left;
  width: 251px;
}

.eventItemsRight
{
  float: left;
  width: 257px;
  margin-left: 1px;
}

.eventList
{
  margin: 12px 30px 20px 12px;
}

.eventList .li .date
{
  display: inline;
  color: #636363;
}

.eventList .li a, .eventList .li a:link
{
  font-weight: bold;
}

.eventList .li p
{
  margin-bottom: 10px;
}

.galleryList
{
  margin: 12px 12px 20px 12px;
  font-size: 120%;
}

.galleryList .li .date
{
  float: left;
  color: #636363;
}

.galleryList .li p
{
  padding-left: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*--- End News & Events Page ---*/

/*--- Begin Event Detail ---*/

.eventOptions
{
  margin: -10px 0 20px 0;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 160%;
}

/*--- End Event Detail ---*/

/* --- Begin Upcoming Events ---*/

.upcomingEvents
{
  margin-top: 10px;
}

.upcomingEvents .title
{  font: 150%/200% Arial, helvetica, sans-serif;
   color: #363636;
   padding-left: 12px;
   font-weight: bold;
}

.upcomingEvents ul
{  margin: 0 10px;
   padding: 0;
   list-style-type: none;
}

.upcomingEvents li
{  margin: 10px 0;
   font: 110%/120% Arial, helvetica, sans-serif;
   color: #000000;
}

.upcomingEvents .date
{
  margin: 0;
  padding: 0;
}

.upcomingEvents a, .upcomingEvents a:link, .upcomingEvents a:visited
{  
   color: #2E5470;
   font-weight: bold;
   text-decoration: none;
}

.upcomingEvents a:hover
{
   text-decoration: underline;
}  

/* --- End Upcoming Events ---*/



/* --- Begin News & Events Archive ---*/

.newsEventsArchive
{
  padding-left: 15px;
  margin-top: 15px;
}

.newsEventsArchive .title
{  font: 150%/170% Arial, helvetica, sans-serif;
   color: #363636;
   font-weight: bold;
}

.newsEventsArchive ul
{  margin: 0;
   padding: 0;
   list-style-type: none;
}

.newsEventsArchive li
{  margin: 10px 0;
   font: 110%/150% Arial, helvetica, sans-serif;
   color: #000000;
}

.newsEventsArchive a, .newsEventsArchive a:link, .newsEventsArchive a:visited
{  
   color: #2E5470;
/*   font-weight: bold;*/
   text-decoration: none;
}

.newsEventsArchive a:hover
{
  color: #CC0000
}  
/* --- End & Events Archive ---*/


/* --- Begin Admission Page ---*/

.admissionHeaderImage
{
  float: left;
  border-right: 1px solid #FFFFFF;
}

/* --- End Admission Page ---*/

/* --- Begin Current Students Page ---*/

.currentStudentLinkAll
{
   color: #2E5470;
   font: 90%/100% Arial, helvetica, sans-serif;
   text-align: right;
   text-transform: uppercase;
   text-decoration: none;
 }
  
.currentStudentHeader
{ 
  float: left;
  padding-bottom: 10px;
  width: 485px;
}
.currentStudentHeader img
{
  float: left;
  margin-right: 10px;
}

.currentStudentHeader .date
{
  color: #636363;
  font: 120%/100% Arial, helvetica, sans-serif;
  margin: 2px 0;
}  

.currentStudentHeader a, .currentStudentHeader a:link, .currentStudentHeader a:visited
{
   color: #2E5470;
   font: 120%/100% Arial, helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
}  
.currentStudentHeader a:hover
{
   text-decoration: underline;
}
.currentStudentBody
{
}

.studentItems
{
  float: left;
}

.studentItems img
{
  display: block;
}

.studentItemsLeft
{
  float: left;
  width: 220px;
  padding: 20px 0 10px 20px;  
}

.studentItemsLeft h2
{
  font: 130%/100% Verdana, helvetica, sans-serif;
  font-weight: bold;
  color: #636363;
}

.studentItemsLeft .date
{
  color: #636363;
}

.studentItemsLeft ul
{
  list-style-image: url("../images/current-students/oppListDot.gif");
  list-style-position: outside;
  margin: 0 0 10px 0;  
  padding-left: 15px;
}

.studentItemsLeft li
{
  font: 90%/120% Verdana, helvetica, sans-serif;
  padding-left: 0px;
}

.studentItemsLeft a
{
}

.studentItemsRight
{
  float: left;
  width: 237px;
  margin-left: 1px;
  padding: 20px 0 10px 20px;
}

/* --- End Current Students Page ---*/


/* --- Begin Student/Faculty Profile Pages ---*/

.profile p
{
  font: 100%/140% Verdana, helvetica, sans-serif;
  margin-bottom: 15px;
}

.profile h2
{
  color: #b10304;
  font: 150%/100% Verdana, helvetica, sans-serif;
  margin: 0;
}

/* --- Begin faculty bio - Selected Publications ---*/

.selectedPublications
{
  padding-left: 18px;
}

.selectedPublications .title
{  font: 150%/170% Arial, helvetica, sans-serif;
   color: #363636;
   font-weight: bold;
}

.selectedPublications ul
{  padding: 0;
   margin: 0;
   list-style-type: none;
}

.selectedPublications li
{  font: 110%/120% Arial, helvetica, sans-serif;
   color: #2E5470;
   margin: 10px 0;
   font-weight: bold;
}

.selectedPublications li ul li
{  
  font: 90%/110% Arial, helvetica, sans-serif;
}

.selectedPublications a:hover
{
  color: #172638
}

.publications {
  margin-right: -15px;
  padding: 10px 0 10px 10px;
  border: solid 1px #c2c2c2;
  background: #fff;
  overflow: hidden;
}

* html .publications { height: 1%; }

.publications .mainTitle {
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.publications .col {
  float: left;
  width: 49%;
}

.publications ul {
  margin: 0 10px 0 0;
  padding: 0;
  list-style-type: none;
}

.publications ul li {
  margin-bottom: 10px;
  line-height: 130%;
  color: #363636;
}

.publications ul li.title {
  font-size: 120%;
}

/* --- End faculty bio - Selected Publications ---*/

.mediaPlayer {
  overflow: hidden;
  margin-left: 1px;
}

.mediaPlayer #videoPlayer {
  float: left;
  width: 424px;
}

.mediaPlayer .playlistOuter {
  float: left;
  position: relative;
  width: 330px;
  height: 338px;
}

.mediaPlayer .playlist ul {
  float: right;
  margin: 0;
  padding: 0;
  width: 330px;
  list-style-type: none;
  
  /* styles for non-jQuery version - note that the overflow property is removed dynamically at runtime */
  overflow: auto;
  height: 286px;
}

.mediaPlayer .next {
  /* styles for non-jQuery version */
  position: absolute;
  bottom: 0;
  
}

.mediaPlayer .playlist li {
  position: relative;
  /*margin-top: -3px;*/
  margin-left: 5px;
  width: 325px;
  height: 72px;
}

.mediaPlayer .playlist li.selected {
  background: #FCBA08 url("/law/images/mediaPlayer/bgSelectedItem.gif") no-repeat;
}

.mediaPlayer .playlist .content {
  margin-left: 5px;
  height: 72px;
  padding-top: 5px;
  border: solid 1px #D6D6D6;
  border-bottom-width: 0;
  background: #F3F3F3;
}

.mediaPlayer .playlist li.selected .content {
  border-left-color: #FCBA08;
  background: none;
}


.mediaPlayer .playlist li a {
  display: block;
}

.mediaPlayer .playlist li .thumb {
  float: left;
  overflow: hidden;
  margin: 0 5px 5px 7px;
  width: 62px;
  height: 62px;
}

.mediaPlayer .playlist li .thumbSelected {
  display: none;
}

.mediaPlayer .playlist li.selected .thumb {
  display: none;
}

.mediaPlayer .playlist li.selected .thumbSelected {
  display: block;
}

.mediaPlayer .playlist li .title {
  display: block;
  font-weight: bold;
}

.mediaPlayer .nav {
  display: block;
  clear: left;
  margin-left: 10px;
}

.experienceContent {
  padding: 10px 0 10px 10px;
}

.experienceContent h2 {
  color: #636363;
}

.experienceContent .rightCol {
  height: 300px;
  width: 235px;
  margin: 5px 5px 0 10px;
  background: #fff;
}

.experienceContent .contentUpper {
  padding: 10px;
  background: #EBE8DA;
}

.experienceContent .contentLower {
  overflow: hidden;
  margin-top: 10px;
  width: 489px;
  border-right: solid 1px #b10304;
  background: #EFEDEA;
}

.experienceContent .contentLower .content {
  padding: 10px;
}

.experienceContent .contentLower .content h3 {
  font-size: 140%;
  color: #b10304;
}

.experienceContent .sep {
  clear: left;
  overflow: hidden;
  margin-bottom: 20px;
  height: 10px;
  border-bottom: solid 1px #959595;
}

.experienceContent .ulStyle1 {
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
  width: 49%;
}

.experienceContent .ulStyle1 li {
  line-height: 150%;
  background-position: 0 7px;
  margin-bottom: 5px;
}

.experienceContent .ulStyle1 li a, .experienceContent .ulStyle1 li a:link, .experienceContent .ulStyle1 li a:visited {
  color: #c00;
}

.nuslPathways {
  overflow: hidden;
  padding-bottom: 10px;
  border: solid 1px #ccc;
}

.nuslPathways .imgTitle {
  margin: 7px;
}

.nuslPathways .bottom {
  padding: 15px;
  border-right: solid 3px #b0a89d;
}

.nuslPathways .title {
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  color: #2E5470;
}

.nuslPathways .moreLink {
  float: right;
  margin-top: -10px;
}

.nuslVideoTextImage {
	padding-bottom: 10px;
	margin-bottom: 3px;
	border-right: 2px solid #B0A89D;
}

/* --- End Student/Faculty Profile Pages ---*/

/*--- Begin Library Page ---*/

.libraryBodyAreaInner {
  background: url("../images/bgMiddleCol2.gif") repeat-y;
}

.libraryBodyAreaInner2 {
  background: url("../images/bgMiddleCol3.gif") repeat-y;
}

.libraryBodyAreaInner2 .logo {
	width: 206px;
	border-bottom: solid 1px #fff;
}

.libraryBodyAreaInner2 .bodyHeader {
  background: #2c5775;
}

.libraryBodyAreaInner .bodyHeaderImages img {
  margin-bottom: 0;
}

.libraryBodyAreaInner .logoRight, .libraryBodyAreaInner2 .logoRight {
	background-color: #FFF;
	padding: 0px;
	margin: 0px 0px 1px 0px;
}

.libraryBodyAreaInner .logoRight img, .libraryBodyAreaInner2 .logoRight img {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.libraryBodyAreaInner .bodyContent {
  padding: 0 0 0 1px;
}

.libraryBodyAreaInner .col1 {
  float: left;
  width: 255px;
}

.libraryBodyAreaInner .col2 {
  float: left;
  width: 252px;
}

.libraryBodyAreaInner h2 {
  margin: 0; 
  padding: 10px 14px;
  border-top: solid 1px #fff;
  font-weight: bold;
  color: #fff;
  background: #2c5775;
}

.libraryBodyAreaInner .col1 h2 {
  border-right: solid 1px #fff;
}

.libraryBodyAreaInner .itemBlock {
  border-top: solid 1px #000;
}

.libraryBodyAreaInner .itemBlock .content {
  padding: 16px;
}

.libraryBodyAreaInner .fillBlock {
  background: #EFEEEC;
}

.libraryBodyAreaInner .col2 h2,
.libraryBodyAreaInner .col2 .itemBlock {
  /*margin-right: -1px;*/
}

.libraryBodyAreaInner .itemBlock .fields {
  padding: 5px 0;
}

.libraryBodyAreaInner .itemBlock .fields input,
.libraryBodyAreaInner .itemBlock .fields select {
  border: solid 1px #999;
  width: 221px;
}

.libraryBodyAreaInner .itemBlock .buttons {
  margin-bottom: 10px;
  text-align: right;
}

.libraryBodyAreaInner .itemBlock .buttons input {
  margin: 0;
  border: solid 1px #959595;
  background: #d7d7d7;
  cursor: pointer;
}

.libraryBodyAreaInner .itemBlock .disabled {
  font-weight: bold;
  color: #900;
  background: #fff;
}

.libraryBodyAreaInner .itemBlock .title,
.libraryBodyAreaInner .itemBlock .hlTitle {
  font-size: 13px;
  font-weight: bold;
}

.libraryBodyAreaInner .itemBlock .hlTitle {
  text-decoration: underline;
}

.libraryBodyAreaInner .itemBlock .titleBig {
  padding: 10px;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  color: #B10304;
}

.libraryBodyAreaInner .linksList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.libraryBodyAreaInner .linksList li {
  padding: 0 0 5px 15px;
  font-size: 120%;
  line-height: 150%;
  background: url("../images/bullet.gif") 0 6px no-repeat;
}

.libraryBodyAreaInner .fillList {
  margin: 0 5px;
  padding: 8px;
  list-style-type: none;
  background: #E1E1E1;
}

.libraryBodyAreaInner .fillList li {
  padding: 0 0 5px 12px;
  line-height: 140%;
  background: url("../images/bullet2.gif") 0 8px no-repeat;
}

.libraryBodyAreaInner .fillList .cat {
  font-size: 90%;
  text-transform: uppercase;
}

.libraryBodyAreaInner .fillList li a {
  line-height: 160%;
  font-size: 120%;
}

.simpleBlock {
  padding: 16px;
  border-bottom: solid 1px #000;
}

.simpleBlock h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 180%;
  color: #000;
}

.simpleBlockLast {
  border-bottom: none;
}

.simpleBlock .funcLinks {
  float: right;
  line-height: 240%;
}

.simpleBlock .indentedList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.simpleBlock .indentedList li {
  padding: 10px 0 10px 0;
  text-indent: 12px;
  background: url("../images/bullet2.gif") 0 17px no-repeat;
}

.libHours {
  line-height: 180%;
}

*html .libraryBodyAreaInner .col1,
*html .libraryBodyAreaInner .col2 {
  margin-left: -1px;
}

*html .libraryBodyAreaInner .col1 h2 {
  margin-left: 1px;
}

/*--- End Library Page ---*/


/*--- Begin Footer ---*/

.footer
{
  color: #433;
  font: 100%/150% Arial, helvetica, sans-serif;
  font-weight: bold;
  padding: 20px;
  background: #c0b7ac url("../../images/footer/15pxB.gif") repeat-x;
}

.footer a, .footer a:link, .footer a:visited
{
  color: #433;
}

.footerLeft
{
  float: left;
}

.footerRight
{
  float: left;
  margin: 0 0 0 40px;
  text-align: right;
}

.footerSocial
{
	float:left;
	margin-left: 314px;
	padding: 0px;
}

.footerSocial img
{
	padding: 5px 0px;
}

/*--- End Footer ---*/

/*--- New Table Styles ---*/
.tableStyles { font-size: 110%; color: #cc0000; border: 1px #000000 solid; border-collapse: collapse; border-bottom: 6px solid #8e7e6b; border-top: none; }
.tableStyles .tableHeader, .tableStyles .tableStyles th { background-image:url('../images/tableStyleBG.gif'); background-color: #8c7b69; padding: 15px 15px 15px 15px; font-size: 140%; color: #ffffff; font-weight: bold; }
.tableStyles td { padding: 10px 15px 10px 15px; border: none; font-size: 95%;}
.tableStyles td strong { font-weight: bold;  }
.oddRow { background-color: #f9f9f8; }
.evenRow {}
.noWrap { white-space: nowrap; }
/*--- End New Table Styles ---*/



/* --- End Page-specific styles ---*/






/*!!!!!!!!!!!!!!!!!! IE6 HACKS !!!!!!!!!!!!!!!!!!!!!*/
* html .headerNavRight input { margin: 6px 0; }
