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

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

/* HEADER RULES */
/* This rule controls the background image in the header */
div#header {
	background: url(../graphics/patternHome.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: 610px;
	top: 50px;
	left: 340px;
	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 {
	background: url(../graphics/videoHome.gif) repeat-y left top;
	height: 320px;
	width: 950px;
}
/* Rules for the div that contains the main home page image */
div#image {
	float: right;
	height: 100%;
	width: 610px;
	
}
/* Rules for the box size of the video area */
div#video {
	height: 282px;
	width: 315px;
}
/* Controls the Sidebar headline and adds the tab background */
div#banner h2 {
	background: url(../graphics/tabHome.gif) left top;
	font-size: 17px;
	height: 25px;
	width: 170px;
	padding: 15px 0px 0px 20px;
}

/* SIDEBAR RULES */
/* Positions the Sidebar section */
div#sidebar {
	float: left;
	width: 340px;
	margin-top: 20px;
}
/* Positions repeating news item Div */
.newsitem {
	padding: 10px 25px;
}
/* Controls headline of news item */
.newsitem h3 {
	font-size: .9em;
	line-height: 1.2em;
}
/* Controls font size of news item */
.newsitem p {
	font-size: .9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
/* 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: 510px;
	float: right;
}
/* 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;
}
/* Rules for optional quote */
.quote {
	color: #dad4cc;
	font: italic bold 14px/19px "Times New Roman", Times, serif;
	padding: 25px 0px 0px 25px;
}
/* Rules for optional quote attribute */
.attribute {
	padding: 10px 0px 0px 200px;
	color: #dad4cc;
}
/* 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;
}