/* Extension styles 2008-09 */

/* begin Meyerweb reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html, body {		
	height: 100%;
}
body {
	color: #222;
	font: 62.5% "Lucida Sans Unicode", "Lucida Grande", Verdana, "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	margin: 0; padding: 0;
	background: #dde1d6 url("../images/shared/bg.png") 50% 0 repeat-y;
}
strong, b {
	font-weight: bold;
}

em, i, cite {
	font-style: italic;
}
#container {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	min-height: 100%;
	position: relative;
}
#main {
	padding: 0 0 35px;
	float: left;
	font-size: 1.2em;
	background: url("../images/shared/home_colorbars.jpg") 0 0 no-repeat;
}
#main:after, #container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main p, #main li {
	margin: 0 0 .8em 0;
	line-height: 1.4;
}
/* List styles */
#main ul {
	margin: 0 0 1em 0;
}
#main ul li {
	list-style-type: none;
}
#main li {
	margin-left: .05em;
}
#main li p {
	margin-top: 1em;
}
#main ul ul {
	list-style: circle;
	margin: .5em 0;
}
#main ul ul li {
	list-style-type: none;
	background: url("../images/shared/bullet_sub.gif") left -.15em no-repeat;
}
#main ol {
	margin: 0 0 1em 1.6em;
	list-style: decimal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Tahoma, sans-serif;
	color: #ababab;	
	margin: 1em 0 .15em 0;
}

h2, h3 {
	color: #888;
}
h4, h5, h6 {
	margin-top: 1.5em;
}

h1 {
	font-weight: normal;
	letter-spacing: -.015em;
	line-height: 1em;
	color: #587992;
	font-size: 2.25em;
	margin: .6em 0 .4em;
}

h2 {
	font-size: 1.3em;
	letter-spacing: .05em;
	margin: 1em 0 .25em 0;
	line-height: 1.3;
}

h3 {
	font-size: 2em;
	margin: .5em 0 .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	letter-spacing: .1em;
	font-size: 1em;
	color: #587992;
	font-weight: bold;
	margin: 1.5em 0 .3em;
	text-transform: uppercase;
}
h5 {
	font-size: 1em;
}
h4 a:link, h4 a:hover, h4 a:active, h4 a:visited {
	color: #587992;
	border: none;
}
h4 a:hover {
	border-bottom: 1px solid #c0cdd6;
}

a:link    { color: #4f6d84; text-decoration: none; border-bottom: 1px solid #c0cdd6;}
a:visited { color: #838958; text-decoration: none; border-bottom: 1px solid #d6d9bd; }
a:hover, a:active   { text-decoration: none;  border-bottom: none }
a.no-border { border: none; }

/* Begin header Styles */
#banner {
  width: 100%;
  background: #000;
}

#header {
  width: 900px;
  height: 50px;
  margin: 0 auto;
}

#header a {
	border: none;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	display:block;
	height: 50px;
	width: 411px;
	border: none;
	text-indent:-9999px;
	overflow: hidden;
	font-weight: normal;
	font-size: 2.1em;
	letter-spacing: .03em;
	color: #fff; 
	position: relative;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#header h1 a {
	background: url("../images/shared/header.gif") no-repeat 0 0;
	display: block;
	height: 50px;
	width: 411px;
}
#header h2 {
	float: right;
	margin: 0;
	padding: 0;
	display:block;
	height: 50px;
	width: 70px;
	border: none;
	text-indent:-9999px;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: .03em;
	color: #fff; 
	position: relative;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#header h2 a {
	background: url("../images/shared/usc.gif") no-repeat 0 0;
	display: block;
	height: 50px;
	width: 70px;
}
#metanav {
  list-style-type: none;
  text-align: right;
  float: right;
  margin: 8px .8em 0 0;
}
#metanav li {
	display: inline;
	padding: 0 .5em;
	text-transform: lowercase;
}
#metanav a {
  font-size: 1.1em;
  border: none;
  color: #000;
}
#metanav li.util a {
	color: #547ba5;
}

#metanav a:hover {
	color: #547ba5;
	border-bottom: 1px solid #006592;
}

/* end header styles */

.date {
	text-transform: uppercase;
	color: #888;
}
#footer_wrap {
	clear: both;
	position: relative;
	width: 900px;
	height: 5em;
	font-size: 1em;			
	margin: 0 auto;
	margin-top: -5em;
	line-height: 0;
}
#footer {
	border-top: 1px solid #c0cdd6;
	background: #fff;
	float: left;
	color: #888;
	text-align: left;
	width: 900px;
}
#footer a {
	border: none;
	color: #888;
}
#footer a:hover {
	border-bottom: 1px solid #888;
	text-decoration: none;
}
#footer * {
	line-height: 1.3;
}
#footer ul, #footer p {
	padding: 1em 1em 0;
}
#footer #access {
	position: relative;
	top: 5px;
}
#footer li {
	display: inline;
	padding: 1px 8px;
	border-right:1px solid #888;
}
#footer li.first {
	padding-left: 0;
}
#sitenav {
	background: #eee;
	width: 100%;
	height: 70px;
	border-bottom: 2px solid #9e1b34;
	position: relative;
}
#sitenav ul#nav {
	position: absolute;
	bottom: 5px;
}
#sitenav #nav li {
	display: inline;
	margin-right:0;
}
#sitenav #nav li a, #sitenav #sectdefault {
	font-size: 1.23em;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	padding: 0 1.92307em 1px .38461em;		/* to get round px numbers with 13px font */
	font-weight: bold;
	color: #000;
	border-bottom: 4px solid transparent;
	border-left: 1px solid #e5bfbf;
}
#sitenav #nav li.first a, #sitenav li.first#sectdefault {
	border-left: none;
	padding-left: 12px;
}
#sitenav #nav li a:hover {
	color: #9e1b34;
	border-bottom: 4px solid #9e1b34;
}
img.left {
	float: left;
	border: 1px solid #6e8aa8;
	margin: .4em 1em 0 0;
}

img.right {
	float: right;
	border: 1px solid #6e8aa8;
	margin: .4em 0 0 1em;
}

img.bottom {
	border: 1px solid #6e8aa8;
	margin: 1em .5em 0 0;
}

img.no-border {
	border: none;
}
a.img {
	border: none;
}


/* Homepage-specific styles */
#flash {
	width: 660px;
	height: 232px;
	float: left;
}
#marquee {
	background: #f5f1d4 url("../images/shared/header.jpg") left top no-repeat;
	height: 130px;
	border-bottom:7px solid #9e1b34;
	position: relative;
}
#home_shell #marquee {
	background: #f5f1d4 url("../images/headers/home.jpg") left top no-repeat;
	height: 232px;
}
#courses {
	color: #96b8aa;
	width: 220px;
	padding: 0;
	margin:0;
	float: right;
}
#courses img {
	padding: 0;
	margin:0;
}
#gateways {
	bottom: 8px;
	right: 0;
	position: absolute;
	width: 240px;
	font-size: 1.3em;
}
#gateways a {
	display: block;
	color: #9e1b34;
	font-weight: bold;
	border-bottom: 2px dotted #deb9a7;
	padding: 6px 5px 6px 12px;
}
#gateways a.first {
	border-top: 2px dotted #deb9a7;
}
#gateways a:hover, #gateways a:active {
	background: #9e1b34;
	color: #f5f1d4;
}
#welcome {
	width:500px;
	padding: 0 12px 12px;
	margin:0;
	float: left;
	background: #f6f3ee url("../images/shared/welcome.jpg") left top no-repeat;
}
#welcome h2 {
	color:#666;
	margin: .5em .9em .5em .3em;
}
#welcome h3 {
	color: #9e1b34;
	font-size: 3em;
	margin: .5em .1em .1em;
}
#welcome h4 {
	color: #9e1b34;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 1.3em;
	margin: 0em .1em .2em;
}
#welcome h5 {
	color: #9e1b34;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	margin: .5em .1em .1em;
	border-top:1px solid #ccc;
}
#welcome p {
	line-height: 1.5;
	font-size: 1.25em;
	margin: 0 .9em .7em .3em;
}
#welcome a:link, #welcome a:hover, #welcome a:active, #welcome a:visited {
	color: #9e1b34;
	border-bottom: 1px solid #c87d8c;
}
#programs {
	width: 350px;
	padding: 0 12px;
	clear: none;
	float: right;
}
#programs h3 {
	font-size:2em;
	padding-top: .9em;
	margin-top: .7em;
	color: #666;
}
#programs h3 a:link, #programs h3 a:visited {
	color: #666;
	border: none;
}
#programs h3 a:hover, #programs h3 a:active {
	border-bottom: solid 1px #CCC;
}
#programs h3.first {
	background: none;
	padding: 0;
	margin-top: .5em;
}
#programs h6 {
	margin:0 0 1em;
	color: #9e1b34;
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
}
#programs h6.last {
	margin:0;
	padding-bottom:0em;
	border-bottom:none;
}
#spotlight {
	width: 216px;
	padding: 0 12px;
	clear: none;
	float: right;
}
#spotlight h3, #spotlight h4, #spotlight h5 {
	color: #9e1b34;
	line-height: 1.3;
}
#spotlight h3 {
	font-size: 1.5em;
}
#spotlight h4 {
	background: url("../images/shared/separator-red.gif") 50% top no-repeat;
	padding-top: 1.9em;
}
#spotlight h4.first {
	background: none;
	padding: 0;
	margin-top: .4em;
}
#spotlight a:link, #spotlight a:hover, #spotlight a:active, #spotlight a:visited {
	color: #9e1b34;
}
#spotlight h4 a:hover, #spotlight h3 a:hover {
	border-bottom: 1px solid #c87d8c;
}
#spotlight h5 {
	color:#777;
	margin-top: 0;
}
#spotlight img.left, #spotlight img.right {
	border: none;
}

#extra {
	font-size: .91666666em;
	color: #888;
	float: right;
	margin-right: -244px;
  	width: 232px;
  	position: relative;
}
#extra div:first-child {
	border: none;
}
#extra div {
	padding: 12px;
	clear: both;
	border-top: 3px solid #f3eecd;
}
#extra h4 {
	font-size: 1em;
	font-weight: bold;
	color: #596e6a;			/*#a0b3c1;		#587992;*/
	line-height: 1.3;
	text-transform: none;
	padding: 0 0;
	letter-spacing: .1em;
	margin: 0;
}
#extra_video h4 {
	margin-bottom: 1em;
}
#main #extra ul {
  margin: .7em 0 .5em;
}
#extra li {
  margin: 0 0 .4em;
  line-height: 1.5;
}
#extra a:link, #extra a:visited {
	border-bottom: 1px solid #587992;
	color: #587992;
}
#extra a:hover, #extra a:active {
	border: none;
}
#extra p {
	padding: 0;
	margin: .2em 0 .5em 0;
	line-height: 1.4;
	color: #666;
}
#extra p.date {
	text-transform: uppercase;
	color: #888;
}
#extra_links, #extra_relcourse, #extra_relsubj, #extra_crnsearch {
	font-size: 1.09090909em;		/* back up to 12px */
}
#extra_crnsearch p {
/*	color: #888;*/
}
#extra_links ul li,  #extra_relcourse ul li, #extra_relsubj ul li {
	margin-bottom: .4em;
	line-height: 1.4;
	background: url("/2008-09/images/display/bullet-green.gif") left .5em no-repeat;
} 
#extra_relcourse ul li, #extra_relsubj ul li {
	margin-bottom: .4em;
}
#extra_links li a:link, #extra_links li a:visited {
	border: none;
}
#extra_links li a:hover, #extralinks li a:active {
	border-bottom: 1px solid #587992;
}
#extra_register h4 {
	color: #9e1b34;
	font-size: 2.2em;
	letter-spacing: 0.04px;
	font-weight: normal;
}
#extra_register h4 a:link, #extra_register h4 a:visited {
	color: #9e1b34;
	border: none;
}
#extra_register h4 a:hover, #extra_register h4 a:active {
	border-bottom: 1px solid #9e1b34;
}
#extra_register p {
	font-size: 1.15em;
	line-height: 1.6;
}
#extra_home {
	width: 396px;
	padding: 0 12px;
	clear: left;
	float: left;
}
#extra_side {
	float: left;
	width: 189px;
	padding-right: 4px;
	padding-left: 2px;
}
#extra_side ul {
	padding-top: .2em
}
#extra_side li, #extra_main li {
	background: url("../images/shared/bullet.gif") left .62em no-repeat;
	padding-left: 1em;
	margin: .25em 0;
}
#proglist li {
	margin: 1em 0 1.5em;
	font-size:.9em;
}
#proglist li img {
	margin-right:.5em;
	padding:2px;
	border:1px solid #ccc;
	float:left;
}
#extra_main {
	width: 189px;
	padding-left: 12px;
	float: right;
}

#colorbox{
	width:100%;
	padding:10px;
}

#colorbox .box {
	width:215px;
	height:275px;
	float:left;
	margin-right:6px;
}

#colorbox .box img {
	padding:0;
	margin:0;
	border:none;
}

#colorbox h2 {
	font-size:1.2em;
	margin:.5em;
	color:#fff;
}

#colorbox p {
	margin:.5em;
}

#colorbox #block1 { background-color: #6a8ca5; }

#colorbox #block2 { background-color: #85ae9c; }

#colorbox #block3 { background-color: #b5d3d5; }

#colorbox #block4 { background-color: #f89b00; }

.hide { display:none; }

.fright { float:right; }

.fleft { float:left; }

.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;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* forms */

form {
    margin: 10px 5px;
	}

form br { clear:both; }

form p, form h2, form h3 {
	text-indent:0 !important;
	}
	
fieldset {
	margin:10px 0;
	padding:5px 3px;
	border:1px solid #ba3d36;
    }

legend {
	font-size: 11px;
	font-weight:bold;
	color:#900;
	margin:0;
	}

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 {
	float: left;
	padding: 1px;
	margin: 5px 5px 0 0;
	border:1px solid #ba3d36;
	background:#fff;
	}
	
textarea {
	overflow:auto;
	}
	
input {
	width:180px;
	margin: 5px 10px;
	}
	
select, textarea {
	margin: 5px 10px;
	}
	
input:focus, select:focus, textarea:focus {
	background:#fff;
	border: 1px solid #777;
	}

p input, p select, p textarea {
	float:none;
	margin:0 5px;
	}

input.hide {
	display:none;
	}

.pressme {
	float:right;
	width:auto;
	font-size: 10px;
	font-weight: bold!important;
	color: #fff;
	background:url(../images/shared/bullet.gif) 95% 50% no-repeat #900;
	border:1px solid #ba3d36;
	padding: 3px 10px 3px 5px;
	text-decoration:none;
	}	

.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;
	}

.note { color:#f00; }


.view { 
	background: url(../images/shared/view.gif) top left no-repeat;
	padding-left:20px!important;
	margin-left:5px;
	padding-bottom:1px;
	}

.edit { 
	background: url(../images/shared/edit.gif) top left no-repeat;
	padding-left:20px!important;
	margin-left:5px;
	padding-bottom:1px;
	}

.refund { 
	background: url(../images/shared/refund.gif) top left no-repeat;
	padding-left:20px!important;
	margin-left:5px;
	padding-bottom:1px;
	}

.delete { 
	background: url(../images/shared/delete.gif) top left no-repeat;
	color:#ff0000!important;
	padding-left:20px!important;
	margin-left:5px;
	padding-bottom:1px;
	}
