/* @override
	http://www.sandiego.edu/css/law/structure.css
	http://www.sandiego.edu/css/law/centers.css
*/

/* @group Centers */

/* @group Centers Header Banner */

body#centers {
	background-image: url(http://www.sandiego.edu/law/images/home_blue_bar.gif);
	background-repeat: repeat-x;
}

body#centers ul#global {
	background-color: #0D3579;
	padding-right: 3em;
	padding-bottom: .7em;
}

body#centers div#header {
	background-image: url(http://www.sandiego.edu/law/images/home_header_bar.jpg);
	background-color: #0D3579;
	width: 60.00em;
	height: 9.01em;
	background-repeat: no-repeat;
}

body#centers img#logo {
	display: none;
}

body#centers div#information {
	position: absolute;
	right: 6.7em;
	top: 2.6em;
	height: 5.4375em;
	width: 50%;
}

/* Morgan added the following to get the Search box situated correctly */
body#centers form#search_form{
	position: relative;
	top: -1em;
}

/* Morgan added */
body#centers ul#global{
	padding-right: 0em;
}
/* Morgan added */
body#centers ul#social{
	left: 16.4em;
	margin-bottom: .01em;
}

div#featurePhoto img {
	display: block;
}

div#featurePhoto {
	position: relative;
}

/* @end */


body#centers div#content_container {
	margin-top: -2.385em;
	z-index: 15;
}

body#centers div.banner img {
	width: 747px;
}

div#info_bar {
	width: 13.3125em;
	float: left;
	background: #000000;
	padding-top: 6em;
}

div.info_element {
	padding-left: 2em;
	padding-bottom: 1em;
	padding-right: .5em;
}
div.info_element h4 {
	font-size: 60%;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
div.info_element p {
	color: #cacaca;
	font-size: 60%;
}
div.info_element strong {
	color: white;
}

div.info_element a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div.info_element a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

body#centers h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #ffffff;
}

body#centers h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

body#centers .heading {
	background-color: #000000;
}

body#centers h2 {
	padding-top: .5em;
}

body#centers h3 {
	font-weight: normal;
	font-size: 130%;
	line-height: 1.5em;
}
body#centers div.main_content h4 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	border-bottom: 2px dotted #555555;
	color: #555555;
	padding-bottom: .8em;
	font-size: 95%;
}

body#centers table#upcoming_events{
	margin-bottom: 2em;
}

body#centers td.event_content{
	width: 80%;
	vertical-align: top;
}

body#centers td.event_image{
	width: 20%;
	vertical-align: top;
	text-align: right;
}

body#centers td.event_separator{
	border-bottom: 2px dotted #555555;
}

body#centers .event_label{
	font-weight: bold;
}

body#centers .note{
	font-style: italic;
}

/* @end */
/* @group navigation */

ul.topnavigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: .5em;
	font-size: 85%;
}
ul.topnavigation li {
	display: inline;
	color: white;
	padding: 0em;
	padding-right: .5em;
}
ul.topnavigation li + li {
	border-left: solid 1px #ffffff; /* Used pixels for hairline border */
	padding-left: .75em;
}

ul.topnavigation a {
	color: white;
}
/* @end */

