/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body {
	margin: 0px;
	background: #ddd url("../images/bg-stripes-light.gif");
	font: 11px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
	color: #900;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* -----------------------------------*/
/* ------->>> USC BRANDING <<<--------*/
/* -----------------------------------*/

h1 {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	background: #990000;
}

#usclogo {
	position: absolute;
	top: 0;
	right: 0;
}

#uscname, #sitename {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	display: block;
}

/* -----------------------------------*/
/* --------->>> LAYOUT <<<------------*/
/* -----------------------------------*/

#page {
	width: 500px;
	margin: 0 auto;
	background: url('../images/bg_shadow.png') no-repeat bottom right;
	margin-bottom: 1em;
	clear: both;
}

#contentwrapper {
	background:#fff;
	border:1px solid #a9a9a9;
	padding: 1px;
	position:relative;
	left:-5px;
	top:-5px;
	max-height: 800px;
	overflow: auto;
}

/* -----------------------------------*/
/* ----------->>> NAV <<<-------------*/
/* -----------------------------------*/

#viewall {
	position: absolute;
	top: 207px;
	right: 10px;
	text-indent: -9999px;
	background: url(../images/viewall.gif) right bottom no-repeat;
	width: 71px;
	height: 23px;
}

#viewall:hover {
	background-position: top;
}

/*#nav {
	list-style-type: none;
	margin: 0 auto;
	padding:0;
	width: 500px;
	text-align: left;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	float: left;
	width: 80px;
	height: 25px;
	line-height: 28px;
	color: #555;
	font-size: 10px;
	font-weight: bold;
	text-indent: 11px;
	background: url('../images/bg_button.gif') right top no-repeat;
}

#nav a:hover {
	background-position: left top;
	text-decoration: none;
}
*/
/* -----------------------------------*/
/* --------->>> CONTENT <<<-----------*/
/* -----------------------------------*/

#content {
	padding: 35px;
	text-align: left;
	border-top: 1px solid #a9a9a9;
	background: #eeeeee url('../images/bg_fade.gif') left top repeat-x;
}

#bigpicture {
	text-align: center;
	padding-bottom: 1px;
}

h2 {
	font-size: 2em;
	color: #990000;
	margin:0;
	padding: 0;
}

.person_title {
	padding: 0;
	margin: 0;
	color: #999;
}


/* -----------------------------------*/
/* --------->>> PROFILES <<<----------*/
/* -----------------------------------*/

#profiles {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#profiles li {
	margin: 0;
	padding: 0;
	display: inline;
}

#profiles li a {
	color: black;
	font-size: 1em;
	display: block;
	margin: 0;
	padding: 8px;
	padding-left: 30px;
	background: url(../images/person.gif) 5px 10px no-repeat;
	border-bottom: 1px solid #999;
}

#profiles li a strong {
	display: block;
	font-size: 1.1em;
	color: #900;
}

#profiles li a:hover {
	text-decoration: none;
	background-color: white;
}

#profiles li a:hover strong {
	text-decoration: underline;
	
}

/*
#profiles {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#profiles li {
	float: left;
	padding: 4px 6px;
	margin: 0;
	font-size: 10px;
	height: 60px;
}

#profiles li a {
	display: block;
	width: 180px;
	float: left;
	color: black;
	line-height: normal;
	border: 1px solid #ccc;
	padding: 5px;
	
}

#profiles li a img {
	background-color: white;
	float: left;
	margin: 2px 2px 4px 2px;
	padding: 0;
	border: 1px solid #ccc;
}
#profiles li a strong {
	display: block;
	color: #990000;
	padding: 1px 0;
	font-size: 11px;
}
#profiles li a:hover {
	background-color: white;
	text-decoration: none;
	border: 1px solid #ccc;
}
#profiles li a:hover strong {
	text-decoration: underline;
}
*/
p#moreinfo {
	clear: both;
	text-align: center;
}
