/* CSS Document */

#content h1#law{
	padding: 60px 0 4px 3px;
	font-size:250%!important;
}
#random { 
	width:630px; 
	height:210px;	
}

#leftcolwrapper{
	width:100%;
	margin-right:-312px;
	float:left;
}
#leftcol {
	margin-right:312px;
	padding-left:3px;
}
.curveT300 {
	float:right;
	width:300px;
	margin:0 0 8px 4px;
	background: url(../images/curveT300.gif) no-repeat top;
}
.curveB300 {
	font-size:94%;
	padding: 8px 12px 8px 16px;
	background: url(../images/curveB300.gif) no-repeat bottom;
}
#content .curveB300 li {
	list-style-image: url(../images/arrow_bullet.png);
	padding-bottom: 4px;
	margin: 0;
}
#content .curveB300 ul {
	padding: 0;
	margin: 4px 8px 0 18px;
}
#wrapper {
	width:100%;
	margin-bottom:20px;
	margin-top:26px;
}
.box {
	margin-right:10px;
	margin-bottom:6px;
	margin-top:4px;
	float:left;
	width:150px;
	background: url(../images/law_boxT.gif) no-repeat top;
}
.boxB {
	padding: 10px;
	text-align:center;
	background: url(../images/law_boxB.gif) no-repeat bottom;
}
.boxB a {
	text-decoration:none;
}
.boxB a:hover {
	text-decoration:underline;
}

#content p.boxtext {
	margin:0;
	padding-top:4px;
}
.boxB img {
	margin:0 10px 0 0;
}

#content .curveB300 h2{
	font-size:110%;
}
.signoff {
	font-size:94%;
	clear:both;
}
#links ul#welcome {
	font-size:94%;
	float:left;
	width: 70px;
	border-right:1px solid #eee;
}
#links ul#welcome li a {
	background: #4d5153 url(../images/law_linksL.gif) no-repeat top left;
}
#links ul#welcome li a:hover {
	background: #333 url(../images/law_linksLa.gif) no-repeat top left;
}
#links ul#about {
	font-size:94%;
	float:left;
	width: 81px;
	border-right:1px solid #eee;
}
#links ul#courses {
	font-size:94%;
	float:left;
	width: 75px;
	border-right:1px solid #eee;
}
#links ul#prof {
	font-size:94%;
	float:left;
	width: 156px;
	border-right:1px solid #eee;
}
#links ul#research{
	font-size:94%;
	float:left;
	width: 82px;
	border-right:1px solid #eee;
}
#links ul#brochures{
	font-size:94%;
	float:left;
	width: 75px;
	border-right:1px solid #eee;
}
#links ul#probono{
	font-size:94%;
	float:left;
	width: 82px;
	border-right:1px solid #eee;
}
#links ul#probono li a {
	background: #4d5153 url(../images/law_linksR.gif) no-repeat top right;
}
#links ul#probono li a:hover {
	background: #333 url(../images/law_linksRa.gif) no-repeat top right;
}
#links ul#probono li ul li a {
	background: #4d5153;
}
#links ul#probono li ul li a:hover {
	background: #333;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}



#links ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	font-weight: bold;
	
	background-color:#4d5153;
	color:#fff;
	}
#links ul li a:visited{
	color:#fff;
	}
#links ul li a:hover{
	text-decoration: none;
	background:#333;
	color:#fff;
	}
.arrow {
	background: url(../images/arrow_down.gif) no-repeat right;
	padding-right: 15px;
	margin: 0 1px 0 0;	
	display:block;
}
.arrow:hover {
	background: url(../images/arrow_downH.gif) no-repeat right;
}
/* Fix IE. Hide from IE Mac \*/
* html #links ul li { float: left; height: 1%; }
* html #future ul li a { height: 1%; }
/* End */

#links ul ul {
	width: 190px;
	display:none;
	position:absolute;
}
#links li ul li a { padding: 2px 3px 2px 7px; font-weight: normal; }  /*Sub Menu Styles */
#links li ul li a:visited{color:#fff;}
#links li ul li a:hover {background-color: #333;}

#links li:hover ul ul, #links li.over ul ul { display:none; }

#links li:hover ul, #links li li:hover ul, #links li.over ul, #links li li.over ul { display: block; } /* The magic */

