@charset "utf-8";

/* Note: All styles are alphabetized */

/*  Reset all styles for cross-browser consistency */
@import url(reset.css);

/* General Styles -------------------------------- */
body {
	background: #fff url(../_images/wrapper-bg.png) top repeat-x ;
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* After this, specify font sizes in em. 1em will be 10px, 1.4em will be 14px, and so on */
	line-height: 2em; 
}
	
p {
	font-size: 1.4em;
	margin: 0 0 20px 0; 
} 

table, address, fieldset, ul, ol, dl {
	font-size: 1.2em;
	margin: 0 0 20px 0; 
}
	
 
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	cursor: pointer; 
}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #376E76;
	font-weight: bold;
	cursor: pointer; 
}
 
a:hover, .button:hover, #submit:hover { color: #000066; }
 
a:active { color: #425970; }
 
em {
	color: #575757;
	font-style: italic; }
 
ul {
	list-style-type: disc;
	padding: 0 0 0 30px; }
 
	ul ul {
		font-size: 1em;
		margin: 0;
		padding: 0 0 0 17px; }
 
ol {
	list-style-type: decimal;
	padding: 0 0 0 30px; }
 
	ol ol {
		font-size: 1em;
		list-style-type: lower-alpha;
		margin: 0;
		padding: 0 0 0 17px; }
 
dl { padding: 0 0 0 30px; }
 
dt {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold; }
 
dd { padding: 0 0 0 17px; }
 
blockquote {
	/*color: #575757;*/
	font-style: normal;
	padding-left:20px;}
 
pre {
	font-size: 1.4em;
	overflow: auto;
	width: 100%; }
 
abbr, acronym { border-bottom: dotted 1px #333; }
 
fieldset {
	background: #E2E7EC;
	padding: 10px 20px 0px; }
 
	fieldset p { font-size: 1em; }
 
legend {
	background: #efefef;
	border: solid 1px #fff;
	font-size: 1.2em;
	padding: 5px 8px; }
 
hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 20px 0;
	padding: 0; }
 
table { border: solid 1px #ccc; }
 
td, th { padding: 9px 10px 11px; }
 
th {
	background: #e2e7ec;
	color: #425970; }
 
.even { background: #EFEFEF; }
 
.small {
	font-size:1.25em;
	line-height: 1.6em;
	color:#666;}

h1, h2, h3, h4, h5 {
	/*background: #e8e8e8;
	border-bottom: solid 1px #cfcfcf;*/
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 0; }
	

 
h1 {
	color: #ea8021;
	font-size: 2.8em;
	line-height:1em;}
 
h2 {
	color: #496688;
	font-size: 1.8em; }
 
h3 {
	color: #6a6a6a;
	font-size: 1.6em; }
 
h4 {
	background: #D2ECF7;
	border-bottom: solid 1px #cfcfcf;
	color: #6a6a6a;
	font-size: 1.8em;
	padding: 5px 10px 4px 0px; }
	
h4 a {
	text-decoration:none;
}
	
h5 {
	color: #6a6a6a;
	font-size: 1.6em; }	

h6 {
	color: #575757;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 20px 0; }
 
h6 { font-size: 1.3em; }
 
h1.h1icon {
	padding: 10px 10px 10px 45px;
	position: relative;
	width: 695px; }
 
h1.h1iconalt {
	background: url(../_images/h1-bg.jpg) no-repeat;
	border-color: #CDD6DF;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 45px;
	position: relative;
	width: 695px; }
 
/* H1 icons */
.infoicon, .globeicon, .bookmarkicon, .addressbooksicon {
	display: block;
	height: 32px; width: 32px;
	left: 7px;
	position: absolute;
	top: 4px; }
 
.infoicon { background: url(../_images/info.png) no-repeat; }
 
.globeicon { background: url(../_images/globe.png) no-repeat; }
 
.bookmarkicon { background: url(../_images/books.png) no-repeat; }
 
.addressbooksicon { background: url(../_images/addressbooks.png) no-repeat; }

 
#wrapper {
	background: url(../_images/header-bg.jpg) no-repeat 1px top;
	margin: 0 auto;
	width: 1020px; }
 
#header {
	height: 166px;
	padding: 0;
	width: 100%; }
 
	#header img { float: left; }

#ucsfbanner {
	height: 34px;
	width: 100%;
}

#ucsfbanner-links {
	padding:0 10px 0px 15px;
	color:#fff;
	font-size:1.15em;
	line-height:3em;
}

#ucsfbanner-links a {
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*border-bottom: dotted 1px #888;*/
}


#ucsfbanner-links a:hover {
	text-decoration:underline;
	/*border-bottom: solid 1px #e4e4e4;*/
}

#sitetitle {
	color: #1d1d1d;
	font-size: 3.7em;
	margin: 0 0 0 190px;
	text-align:left;
	font-weight:bold;
	padding-top: 20px;
}

#sitetitle h1 {
	color:#1d1d1d;
	font-size:1em;
	margin:0px;
	font-weight:bold;
}

#slogan {
	color: #fff;
	font-size: 2em;
	margin: 0 0 0 190px;
	text-align:left;
}
 
	#slogan em { color: #879eba; }
	
	#slogan h2 {
		color:#fff;
		font-size:1em;
		margin:0px;	
		text-transform:uppercase;
		}
	#slogan p {
		color:#CFF7FC;
		font-size:1em;
		font-style:italic;
	}

 
#contentwrapper {
	margin: 0 0 0 31px;
	width: 978px; }
 
#columnwrapper {
	background: url(../_images/content-shadow.png) 153px repeat-y ;
	overflow: hidden;
	width: 978px; }
 
.imageborder {
	background: #fff;
	border: solid 3px #73AFB9;
	padding: 1px; }
 
a.button, p a.button, .button, a.featurebutton, #button {
	background: url(../_images/featurebutton-bg.png) no-repeat center right;
	border: solid 1px #a1a1a1;
	display: block;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: 1px;
	padding: 2px 17px 2px 7px;
	text-decoration: none; }
 
a.featurebutton { margin: 5px 4px 3px 5px; }
 
a.button:active, p a.button:active, .button:active, .featurebutton:active { background: url(../_images/featurebutton-down-bg.png) no-repeat center right; }
 
p a.button, p .button {
	display: inline;
	font-size: 1.1em; }
 
/* Common Positioning and Style Classes ------------------------ */
.alignleft { float: left; }
 
.alignright { float: right; }
 
.marginbottom { margin-bottom: 20px; }
 
.marginright { margin-right: 20px; }
 
.marginleft { margin-left: 20px; }
 
br.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 0;
	margin: -1px 0 0 0;
	padding: 0;
	width: 100%; }
 
/* Sidebar Styles ------------------------------- */
#sidebar {
	color: #575757;
	float: left;
	width: 170px; }
 
	#sidebar h3 { background: #e8e8e8 url(../_images/content-shadow.png) 153px repeat-y; }
 
	#sidebar p { padding: 0 20px 0 0; }
 
#navigation { margin: 10px 0 20px 0; width: 150px; }

ul#navigation li ul { display: none; }
ul#navigation li.current ul { display: block; }
 
#sidebar ul {
	list-style-type: none;
	padding: 0; }
 
ul#navigation li, ul#navigation li ul { margin: 2px 0 0 0; }
	
	/* ul#navigation li { } */

	ul#navigation li a, ul#navigation ul li a{
		background: #425970 url(../_images/navbutton-bg.png) no-repeat center right;
		color: #eee;
		display: block;
		font-style: normal;
		/*letter-spacing: 1px;*/
		padding: 2px 0 4px 10px;
		text-decoration: none;
		width: 140px;
		}
 		ul#navigation ul li a { background: url(../_images/subnavbutton-bg.png) no-repeat center right; color: #575757; display: block; }
		ul#navigation ul li a:hover, ul#navigation ul li a.current { background: url(../_images/subnavbutton-over-bg.png) no-repeat center right; }
		ul#navigation li a:hover { background: #425970 url(../_images/navbutton-over-bg.png) no-repeat center right; }
		ul#navigation li a.subnav:hover { background-image: url(../_images/navbutton-parent-bg.png); }
 
		ul#navigation li a:active, ul#navigation a.current { background: #425970 url(../_images/navbutton-selected-bg.png) no-repeat center right; }
 
#sidebar form {
	position: relative;
	width: 150px; /* IE6 needs width in container to absolute position the icon */ }
 
#search {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	margin: 0 0 20px 0;
	padding: 4px 3px;
	width: 109px; }
 
#sidebar #searchbutton {
	position: absolute;
	right: -4px;
	top: -1px; }
 
ul.contactinfo {
	font-size: 1.2em;
	line-height: 2.2em;
	margin: 0 0 20px 0; }
 
	ul.contactinfo li { padding: 0 0 0 25px; }
 
.phone { background: url(../_images/phone-icon.png) no-repeat left center; }
 
.email { background: url(../_images/email-icon.png) no-repeat left center; }
 
.skype { background: url(../_images/skype-icon.png) no-repeat left center; }
 
/* Main Column Styles --------------------------- */
#maincolumn {
	background: #fff;
	float: left;
	padding: 0 20px;
	width: 750px; }
 
.inlinebox {
	background: #e2e7ec;
	color: #425970;
	padding: 20px;
	width:200px;
	height:auto;}
 
	.inlinebox ul {
		list-style-type: none;
		margin: 0;
		padding: 0; }
 
	.inlinebox li {
		background: url(../_images/bullet.png) no-repeat left top;
		padding: 0 0 0 15px; }
 
	/*.inlinebox p:last-child { padding: 0; }*/
	
#rightcolumn {
	width:230px;
	height:auto;
	float:right;
	position:relative;
}

#leftcolumn {
	width:490px;
	height:auto;
	float:left;
	position:relative;
}
	
 
/* Footer Styles -------------------------------- */
#footerwrapper {
	background: url(../_images/footer-tile-bg.png) top repeat-x;
	clear: both; }
 
#footer {
	/*background: url(../_images/footer-bg.jpg) no-repeat top;*/
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	padding-top:20px; }
 
	#footer p {
		color: #848484;
		float: left;
		margin: 20px 0; }

	#twitter {
		width:auto;
		height:auto;
		text-align:left;
		margin: 0; }
		
			#twitter p {
				font-size:1em;}

 
	#footer ul.footerright {
		float: right;
		list-style-type: none;
		margin: 20px -10px 20px 0;
		width:500px;}
		
	#footer ul.footerleft {
		float: left;
		list-style-type: none;
		margin: 20px -10px 20px 158px;
		width:500px;}		
 
	#footer li {
		float: left;
		margin: 0 4px; }
 
 
	#footer a {
		border-bottom: dotted 1px #526c86;
		color: #526c86;
		font-style: normal;
		font-weight: normal;
		text-decoration: none; }
 
		#footer a:hover { border-bottom: solid 1px #526c86; /*text-decoration: underline;	*/ }
		
		#ucsf-sfgen-logo {
			padding-left:190px;
		}
 
 	.margin5{
		margin:5px;
	}
	
/* Page-specific Styles ------------------------- */
/* Home Page ----------------- */
#featurewrapper {
	background: #D2ECF7;
	/*border: solid 1px #a1afbf;*/
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 3px; }
 
#feature {
	border: solid 1px #a1afbf;
	height: 260px;
	overflow: hidden;
	width: 740px; }
 
#pager {
	background: #fff;
	border: solid 1px #a1a1a1;
	display: block;
	float: left;
	margin: 5px 4px 3px 5px; }
 
	#pager a {
		background: url(../_images/featurebutton-bg.png) no-repeat center left;
		display: block;
		float: left;
		font-size: 1.3em;
		font-style: normal;
		padding: 2px 8px;
		text-decoration: none; }
 
		#pager a:active { background: url(../_images/featurebutton-down-bg.png) no-repeat center left; }
 
		#pager a.activeSlide {
			background: #f1d642;
			display: inline;
			float: left; }
 
#featuredescription {
	color: #6a6a6a;
	float: left;
	font-size: 1.2em;
	line-height:1.3em;
	margin: 7px 7px 0 8px;
	height:80px;}
	
		#featuredescription strong {
			color: #000;}	
			
/* Support Us Page ----------------- */	
.featured {
	border:1px solid #09F;
	padding:20px 10px 10px 10px;
	background:#edf7fb url(../_images/css-featured.gif) left top no-repeat;
	margin:20px 0;
}
/* Support Us Page ----------------- */	
.sponsor {
	width:200px;
	height:50px;
	border:1px solid #CCC;
	text-align:center;
	float:left;
	position:relative;
	padding:10px;
	margin:10px 0;}
 
/* Contact Page -------------- */
#contactform {
	float: left;
	width: 430px; }
 
#addressbox {
	background: #e2e7ec;
	color: #425970;
	float: right;
	padding: 20px;
	width: 260px; }
 
	#addressbox a { display: inline; }
 
	#addressbox h2 {
		background: none;
		border-bottom: solid 1px #91A8C3;
		color: #425970;
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 0 0 11px 0; }

ul#response { list-style-type: none; padding: 0; }

li.success {
	background: #9ff3a1 url(../_images/checkmark.png) no-repeat 10px center;
	border-bottom: 1px solid #70c364;
	color: #2c512d;
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 7px 10px 8px 42px; }
 
li.error {
	background: #ffe59f url(../_images/warning.png) no-repeat 10px center;
	border-bottom: 1px solid #d5c150;
	color: #2c512d;
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 7px 10px 8px 42px; }
 
label { font-weight: bold; }
 
#email, #name, input[type=text], input[type=password], select {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	padding: 4px 3px;
	width: 200px; }
 
select { width: auto; }
 
textarea {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 4px 3px;
	width: 400px; }
 
#email:focus, #name:focus, #search:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus { background: #eee; }
 
/* Portfolio Page ------------ */
/* Add a zoom icon to Fancybox Images */
a.fancybox { cursor: url(../_images/magnify_24.cur), url(images/magnify_24.cur), pointer; /*Note: second url is for IE, which is relative to the HTML file*/ }