@charset "utf-8";
/* CSS Document */

/* GENERAL RULES */
/* This rule controls the main background image */
body {
	background: #dad4cc url(../graphics/backPages.gif) repeat-y left top;
}

/* HEADER RULES */
/* This rule controls the background image in the header */
div#header {
	background: url(../graphics/patternPages.gif) repeat-y left top;
	height: 100px;
}
/* This rule moves the page CIHM title off screen */
div#header h1 {
	margin-left: -9000px;
}
/* This rule positions the Logo */
div#header img {
	left: 55px;
	top: 7px;
	position: absolute;
}
/* Positions the main navigation - the rest of nav rules are in another css sheet */
.menu {
	width: 660px;
	top: 50px;
	left: 290px;
	position: relative;
}

/* BANNER RULES */
/* Rules for the box size of the banner image - the images are imbeded through the CCS rules in each page */
div#banner {
	height: 270px;
	width: 950px;
}
/* Determines the box size of the optional Quote */
div#quote {
	height: 230px;
	width: 290px;
}
/* Rules for optional quote */
.quote {
	color: #dad4cc;
	padding: 25px 15px 0px 20px;
	font: italic bold 16px/19px "Times New Roman", Times, serif;
}
/* Rules for optional quote attribute */
.attribute {
	padding: 10px 0px 0px 100px;
	color: #dad4cc;
}
/* Rules for the side navigation title */
div#banner h2 {
	height: 25px;
	width: 270px;
	padding: 13px 0px 0px 20px;
	font-size: 17px;
}

/* SIDEBAR RULES */
/* Positions the Sidebar section */
div#sidebar {
	float: left;
	width: 290px;
}
/* Controls the Sidebar headline and adds the tab background */
div#sidebar h2 {
	background: url(../graphics/tabSubPages.gif) left top;
	height: 25px;
	width: 270px;
	padding: 13px 0px 0px 20px;
	font-size: 17px;
}
/* Rules for side navigation */
div#sidebar ul {
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #5c2945;
	padding: 10px 35px;
	list-style: none;
}
/* Positions the second level of side navigation and changes the font weight to normal */
div#sidebar ul ul {
	padding: 0px 0px 5px 15px;
	font-weight: normal;
}
/* Adds space below each main item */
div#sidebar ul li {
	padding-bottom: 3px;
}
/* Adds space below each sub item */
div#sidenav ul ul li {
	padding-bottom: 2px;
}
/* Changes color of current active link */
a.navcurrent {
	color: #90867c;
}
/* Rules for the Vision Statement at the bottom of the Sidebar - includes the line above the statement */
.vision {
	color: #90867c;
	text-align: center;
	padding: 15px 25px 0px;
	border-top: 1px solid #f3efe7;
	margin-top: 10px;
	font: italic bold 15px/19px "Times New Roman", Times, serif;
}

/* CONTENT RULES */
div#content {
	padding: 25px 50px 0px;
	width: 560px;
	float: right;
}
/* Rules for the repeating Divs on the SubPages */
.news {
	margin-top: 5px;
	padding-top: 20px;
	border-top: 1px solid #dad4cc;
}
/* Rules for the repeating Divs on the SubPages */
.bio, .repeatinglist, .feature {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #dad4cc;
}
/* Rules for the repeating Feature Div */
.feature {
	margin-top: 5px;
	padding-top: 20px;
	border-top: 1px solid #dad4cc;
}
/* Rules for portraits */
div#content img {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}
/* Changes the font weight of the Bio titles */
.bioTitle {
	font-weight: normal;
}
.bioTitleSpace {
	margin: 0px;
	padding: 0px;
	height: 10px;
}
/* Rules for legal content at the bottom of each page - includes the line above the content */
.legal {
	padding: 10px 25px 0px;
	border-top: 1px solid #dad4cc;
	text-align: center;
	margin-top: 20px;
	clear: both;
}
div#imagesleft {
	text-align: center;
	width: 225px;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	border-left: 1px solid #dad4cc;
	margin-left: 15px;
}
div#imagesleft p {
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.indent {
	padding-left: 25px;
}
/* Rules for box containing Waisman & UW Logos */
div#associatedLogos {
	padding: 20px 0px 0px 70px;
}
/* Rules for Waisman & UW Logos */
div#associatedLogos img {
	padding: 0px 20px;
}