/* USC Law CSS */

/* blanket blanker */

ul, li, ol, p, h1, h2, h3, h4, blockquote, address, cite { margin:0; padding:0; } 

/* globals */

body {
	margin: 0;
	padding: 0;
	background:url(../images/shared/bg.gif) 50% 0 #fff repeat-y;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	text-align: center;
	color: #000;
	}

a:link, a:visited { 
	color: #900;
	font-weight:bold;
  	text-decoration: underline;
  	}
	
a:hover {
	color: #f90;
	text-decoration:underline;
	}

a img { border:none; }

p { 
	font-size:11px;
	margin-bottom:5px;
	}

h1 {
	font-size:14px;
	color:#900;
	font-weight: bold;
	}

h2 {
	font-size:10px;
	color:#555;
	font-weight: normal;
	}

h3 {
	font-size:11px;
	color:#900;
	font-weight: bold;
	padding-left:10px;
	background:url(../images/bullet.gif) 0 50% no-repeat;
	}

h4 {
	font-size:11px;
	color:#000;
	font-weight: bold;
	background:url(../images/bullet.gif) 0 50% no-repeat;
	}

h5 {
	font-size:14px;
	color:#555;
	font-weight: bold;
	}
	
/* structure */
	
#header {
	margin-bottom:20px;
	width:100%;
	display:block;
	height:50px;
	background-color:#900;
	}

#container {
	width:820px;
	margin:0 auto;
	}
	
#banner {
	margin:0;
	width:770px;
	display:block;
	height:75px;
	}
	
#nav {
	display:block;
	width:820px;
	height:47px;
	text-align:center;
	background:url(../images/shared/navbar2.gif) 100% 50% no-repeat;
	margin-bottom: 15px;
	}

#leftcol {
	float:left;
	text-align:left;
	width:190px;
	margin-left:10px;
	padding:0;
	}	

#main {
	float:left;
	width:750px;
	margin-left:25px;
	text-align:left;
	}

#flash { 
	margin-right:10px;
	padding-bottom:10px;
	width:532px;
	background:url(../images/shared/flashbg.gif) bottom left no-repeat #c4c4c4;
	clear:both;
	}
	
#content {
	width:100%;
	margin:10px 0;
	text-align:left;
	}

#footer {
	clear:both;
	text-align:center;
	margin-top:20px;
	width:800px;
	float:right;
	border-top:3px solid #c4c4c4;
	}
	
/* banner */

#banner h1 {
	float:left;
	margin-left:5px;
	font-size:14px;
	font-weight:bold;
	color:#900;
	text-indent: -10001px;
	background:url(../images/shared/banner.gif) 0 0 no-repeat;
	height:75px;
	width:420px;
	}

#banner h1 a {
	display:block;
	height:75px;
	width:420px;
	}

#banner h2#homepage {
	text-indent:-10001px!important;
	height:19px;
	width:118px;
	background:url(../images/shared/home_off.gif) 0 0 no-repeat;
	}

#banner #homepage a {
	display:block;
	height:19px;
	width:118px;
	}

#banner #homepage a:hover {
	background:url(../images/shared/home_on.gif) 0 0 no-repeat;
	}

#banner form {
	margin:0;
	padding:0;
	}

#banner label { width:auto; }
	
/* navigation bar */

#nav ul {
	display:inline;
	position:relative;
	margin:0 auto;
	width:750px;
	padding:0;
	text-align:center;
	}
	
#nav li {
	display:block;
	float:left;
	color:#000;
	text-align:center;
	list-style-type:none;
	font-size:14px;
	line-height:1em;
	margin-left:5px;
	}
	
#nav li a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	}
	
#nav li a:hover {
	color:#f90;
	text-decoration:none;
	font-weight:normal;
	}

/* main body */

#main a {
	color:#069;
	}

#main ul {
	margin:20px 0;
	}
	
#main li {
	list-style-image:url(../images/shared/bullet.png);
	margin:0 0 10px 35px;
	color:#fff;
	font-size:22px;
	}

#content h1 {
	display:inline;
	}
	
#content ul, #content ol {
	margin:10px 10px 15px 30px;
	}

#content li {
	margin-bottom:8px;
	padding:0 5px;
	color:#000;
	list-style-image:url(../images/shared/bullet.gif);
	}

#content img { margin:3px }
	
.split1 {
	width:130px;
	float:left;
	padding-right:25px;
	}

.split1 img {
	margin-bottom:10px;
	}
		
.split2 {
	width:220px;
	float:right;
	}

.split2 img {
	padding:2px;
	border:1px solid #8a8a8a;
	margin-right:5px;
	float:left;
	}

.split2 p.dot {
	padding-left:10px;
	background:url(../images/shared/bullet.gif) 0 50% no-repeat;
	display:inline;
	}
	
/* forms */

form {
	clear:both;
    margin: 10px 5px;
	}
	
form br { clear:both; }

form p, form h2, form h3 {
	clear:both;
	text-indent:0 !important;
	}

fieldset {
	margin:10px 0;
	padding:5px 3px;
	border:1px solid #8a8a8a;
    }

legend {
	font-size: 11px;
	font-weight:bold;
	color:#575757;
	margin:0;
	background: url(../images/shared/bulletdown.gif) 4px 50% no-repeat;
	padding:1px 4px 1px 15px;
	}

label {
	display: block;
	width: 150px;
	float: left;
	margin: 8px 5px 0 0;
	text-align: right;
	font-weight: bold!important;
	font-size:10px!important;
	color:#069;
	}

input, textarea, select {
	color:#8a8a8a;
	float: left;
	padding: 1px;
	}

textarea {
	overflow:auto;
	}

input {
	width:150px;
	margin: 5px 10px;
	}

select, textarea {
	margin: 5px 10px;
	}

input:focus, select:focus, textarea:focus {
	background:#fff;
	}

p input, p select, p textarea {
	float:none;
	margin:0 5px;
	}

input.hide {
	display:none;
	}

input.pressme {
	width:auto;
	font-size:10px;
	color: #575757;
	padding: 3px 10px 3px 5px;
	text-decoration:none;
	}	

.pressme:focus{
	color:#ccc;
	background:url(../images/shared/bullet.gif) 95% 50% no-repeat #900;
	}	

/* sizes */

.tiny {
	width:5px;
	border:0;
	margin-right:0;
	}

.selection {
	width:20px;
	border:0;
	background:none;
	}

.shorter {
	width:30px;
	}

.short {
	width:40px;
	}

.small {
	width:50px;
	}

.semi {
	width:80px;
	}

.demi {
	width:100px;
	}

.shot {
	width:150px;
	}

.half {
	width:200px;
	}

.medium {
	width:300px;
	}

.large {
	width:350px;
	}

.long {
	width:400px;
	margin:0 10px 5px 10px;
	text-align:left;
	}

.longer {
	width:500px;
	margin:0 10px 5px 10px;
	text-align:left;
	}

.longest {
	width:700px;
	}

.full {
	width:100%;
	text-align:left;
	}
	
/* leftcol */	

#leftcol input {	
	float:none;
	margin:5px 0;
	}

#leftcol ul {
	margin:5px 0 15px 0; 
	padding:5px 0;
	border-top:2px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	}

#leftcol li {
	list-style-type:none;
	background:url(../images/shared/arrow.gif) 0 50% no-repeat;
	margin:0 0 5px 0px;
	padding-left:15px;
	font-size:11px;
	font-weight:bold;
	}

#leftcol li a {
	text-decoration:none;
	}

#leftcol li a:hover {
	text-decoration:underline;
	}
	
#leftcol h1 {
	font-size:13px;
	padding-right:15px; 
	background:url(../images/shared/arrow.gif) right 50% no-repeat; 
	}
	
#leftcol h1 a {
	color:#900;
	text-decoration:none;
	}
	
#leftcol h1 a:hover {
	color:#f90;
	text-decoration:none;
	}

#leftcol h2 {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #c4c4c4;
	}

#leftcol form {margin-top:0;}

/* flash area */

#flash img {
	margin-bottom:15px;
	}

#flash h1, #flash h2 {
	padding:0 10px;
	}

#flash form { margin:0; }
#flash form input { margin:0; }
		
/* footer */

#footer p {
	color:#8a8a8a;
	text-align:left;
	margin-top:10px;
	line-height:20px;
	font-size:9px;
	font-weight:bold;
	}
	
#footer a {
	color:#8a8a8a;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#575757;
	text-decoration:underline;
	}
	
/* misc. */

.noborder { border:none!important; margin:0!important }

.item {
	clear:both;
	margin-bottom:25px;
	}
	
.note { color:#900; }

.arrow { 
	padding-right:15px; 
	background:url(../images/shared/arrow.gif) right 50% no-repeat; 
	}

.fright { float:right; }

.fleft { float:left; }

.centered { text-align:center }

.clearfix:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

.framed { padding:2px; border:1px solid #eee; margin-bottom:5px;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
