/* CSS Document for University of Washington Department of Neurology; adapted from a Dreamweaver CS3 predesigned template by Becky Smurr, Web Designer for UW Creative Services (bsmurr@u.washington.edu), June 2007 */

/* hide from IE mac \*/    /*  Firefox short page scrollbar fix */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body {
	font:90% Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(../images/background.jpg) repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
}
#container {
	width:720px;
	background:#fff;
	margin:-1px auto 0 auto;
	text-align:left;
}
#header {
	background:#4170af url(../images/banner.jpg) no-repeat;
	width:720px;
	height:190px;
	padding:0px;
	margin:0px;
	color:#fff;
	float:left;
	}
#header a:link, 
#header a:visited {
	color:#000;
	text-decoration:none;
}
#header a:hover, 
#header a:active {
	color:#fff;
	text-decoration:none;
}
#logo {
	margin-top:0px;
	margin-left:0px;
	margin-right:20px;
	padding:0px;
	float:left;
	width:368px;
	height:113px;
	}
#logo img {
	padding-top:0px;
	margin-top:0px;
	border:none;
	}
#global {
	color:#000;
	float:right;
	width:220px;
	text-align:right;
	font-weight:bold;
	font-size:90%;
	margin-top:13px;
	margin-right:13px;
	}
#global li {
	display:inline;
	list-style-type:none;
	}
	
#utilities {
	padding-top:28px;
	padding-bottom:0px;
	padding-left:7px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:90%;
	color:#000;
	clear:left;
	}
#utilities li {
	padding-right:5px;
	margin-right:0px;
	display:inline;
	list-style-type:none;
	}
	
#utilities #uwlink {
	color:#fff;
	font-size:100%;
	font-weight:bold;
	padding-right:115px;
	margin-left:-25px;
	}
	
#utilities #uwlink a {
	color:#fff;
	}
	
#utilities #uwlink a:hover {
	color:#000;
	}
	
#mainnav {
	background:url(../images/navigation.jpg) no-repeat;
	width:720px;
	height:51px;
	padding:0;
	margin:0;
	font-size:112%;
	font-weight:bold;
	float:left;
	}
#mainnav ul {
	margin:0;
	padding:15px 0 0 20px;
}
#mainnav li {
	display:inline;
	list-style-type:none;
	padding-right:19px;
	}
#mainnav a:link, 
#mainnav a:visited {
	color:#fff;
	text-decoration:none;
}
#mainnav a:hover, 
#mainnav a:active {
	color:#8c0f0f;
	text-decoration:none;
}
#faculty #fac a, 
#clinical #cli a, 
#research #rsch a, 
#residency #res a, 
#publications #pub a,
#links #links a {
	color:#8c0f0f;
}
#sidebar {
	float:right;
	width:210px;
	background:#fff;
	margin:30px 0 75px 15px;
	padding:0;
	border-left:1px solid #8c0f0f;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	margin-top:-3px;
	padding:0 2px 0 10px;
	font-weight:bold;
}
#sidebar li {
	margin-bottom:7px;
	color:#8c0f0f;
}
#sidebar ul ul {
	margin-left:10px;
	margin-top:5px;
	font-weight:normal;
	font-size:90%;
}
#sidebar a:link, 
#sidebar a:visited {
	color:#8c0f0f;
	text-decoration:none;
}
#sidebar a:hover, 
#sidebar a:active {
	color:#000;
	text-decoration:none;
}
#mainContent {
	float:left;
	width:703px;
	padding-bottom:20px;
	padding-left:12px;
	padding-top:13px;
	background:#fff;
	font-size:90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	}
/* this margin can be added if you don't want the content under the sidebar for the entire length of the page */
/*#mainContent p {	
	margin-right:225px;
	}*/	
#mainContent a {
	color:#8c0f0f;
}
#mainContent li {
	margin-bottom:5px;
	}
p {
	margin-right:10px;
	}
h1 {
	color:#8c0f0f;
	text-transform:uppercase;
	font-size:155%;
}
h2 {
	color:#8c0f0f;
	font-size:115%;
}
h3 {
	color:#8c0f0f;
	font-size:100%;
}
#footer {
	text-align:center;
	font-size:75%;
	border-top:1px solid #8c0f0f;
}
#footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse */
	padding:5px 0;
}
#footer a:link, #footer a:visited {
	color:#8c0f0f;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#000;
	text-decoration:underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
.alert {
	color:#ff0000;
}
.top {
	background-image:url(../images/topbg.gif);
	background-repeat:no-repeat;
	float: right;
	padding-left:20px;
	padding-bottom:15px;
	margin-top:20px;
	font-size:80%;
}
.top a {
	text-decoration:none;
}
.highlight {
	font-style:italic;
	font-size:110%;
	color:#003884;
}
.fltleft {
	float:left;
	padding:5px;
	border:1px solid #999;
	margin:5px 15px 15px 0;
}
ul.donorlist{
	margin-left:250px;
	}
ul.listspace li {
	margin-bottom:10px;
}
.toppad10 {
	padding-top:10px;
}
.toppad20 {
	padding-top:20px;
}
.toppad30 {
	padding-top:30px;
}
.toppad40 {
	padding-top:40px;
}
table {
	border:none;
	margin-top:20px;
	font-size: 100%;
	padding-left: 25px;
}

tr {
	vertical-align:top;
}

tr.colored {
	background-color:#f3d7d7;
	}
	
tr.gray {
	background-color:#e8e8e8;
	}
	
th {
	text-align:left;
	vertical-align:middle;
	padding:0 20px 5px 5px;
	border-bottom:1px solid #999;
}
td {
	padding:5px 5px 10px 5px;
	border-top:0px;
}
td.notopborder {
	border-top: none;
}
#archive ul {
	margin:0;
	padding:10px 0 0 0;
}

div.left {
	border-top:1px solid #000;
	width:325px;
	height:250px;
	font-size:87%;
	float:left;
	padding:0px;
	margin:5px;
}

div.top {
	font-size:100%;
	width:325px;
	margin:0px;
	padding:0px;
	height:25px;
	color:#CCCCCC;
}
	

div.right {
	border-top:1px solid #000;
	width:325px;
	height:250px;
	font-size:87%;
	float:right;
	padding:0px;
	margin:5px;
}

#archive li {
	display:inline;
	list-style-type:none;
	padding-right:10px;
}
.pdf {
	font-size:80%;
	padding:20px 15px 5px 15px;
}
