/*
Secondary Page Title, SubMenu and Content Region
*/

div#stretch1content {
	left: 0;
	background: transparent no-repeat left bottom;
}

div#stretch2content {
	background: transparent no-repeat left bottom;
}

div#stretch3content {
	background: transparent no-repeat left bottom;
}

div#stretch4content {
	background: transparent no-repeat left bottom;
}

div#stretch5content {
	background: transparent no-repeat left bottom;
}

div#stretch1, div#stretch2, div#stretch3, div#stretch4, div#stretch5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 134px;
	height: 86px;
	margin: 0;
	padding: 0;
}

div#stretch1content, div#stretch2content, div#stretch3content, div#stretch4content, div#stretch5content, div#stretch5bcontent {
	position: relative;
	bottom: 0;
	left: 0;
	height: 86px;
	margin: 0;
	padding: 0;
	margin-right: 3px;
}

div#top1, div#top2, div#top3, div#top4, div#top5 {
	position: absolute;
	top: 0;
	width: 134px;
	height: 4px;
	font-size: 1px;
}

div.topcontent {
	height: 4px;
	border-right: 3px solid #ffffff;
	font-size: 1px;
}


/* Secondary Template Key Message Defs */
#key-message-wrapper {
/*	Original rules before May 21 2009:
	position: relative;
	width: 761px;
	margin: 0 0 50px 131px;
	
	For width: 761px worked in IE6 but leaves a 3px gap between the sidebar and content; 764px worked in IE7 and FF.
	Trying different combinations of margins and widths did not work.
	Added a float:left and removed the left margin to make a IE6, IE7, and FF compatible style that viewed the same.
*/
	position: relative;
	float: left;
	width: 764px;
	margin: 0 0 50px 0;
}
#key-message{
	width:700px;
	position:relative;
	margin:0;
	padding:60px 30px 30px 30px;
}
#key-message h2 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 0.65em;
}
#key-message p {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
#key-message p strong {
	color: #000000;
	font-weight: normal;
}
#key-message p a, a, li a {
	color: #0f8397;
	text-decoration: none;
}
#key-message p a:hover, td a:hover {
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #dfc300;
	border-bottom-width: 1px;
}
#key-message td {
	font-size: 12px;
	color: #3f3f3f;
}

/* Home Page Content Region Defs */


div#stretch1, div#stretch2, div#stretch3, div#stretch4, div#stretch5 {
	background: transparent no-repeat left bottom;
}

div#stretch1 {
	z-index: 105;
	width: 134px;
}

div#stretch2 {
	z-index: 104;
	width: 268px;
}

div#stretch3 {
	z-index: 103;
	width: 402px;
}

div#stretch4 {
	z-index: 102;
	width: 536px;
}

div#stretch5 {
	z-index: 100;
	width: 670px;
}

div#top1 {
	z-index: 110;
	width: 134px;
}

div#top2 {
	z-index: 109;
	width: 268px;
}

div#top3 {
	z-index: 108;
	width: 402px;
}

div#top4 {
	z-index: 107;
	width:536px;
}

div#top5 {
	z-index: 106;
	width: 670px;
}

/* Content Styles */

#content #uw_centre_hours {
	width: 360px;
	padding: 10px;
	margin: 30px 30px 30px 0;
	border: 1px solid #0F8397;
}
#content #uw_centre_hours ul {
	list-style-type: none;
	margin: 0 15px 15px 10px;
}
#content #uw_centre_hours h3{
	margin: 20px 0 0 10px;
}
h3.it_means {
	color: #0F8397;
}
.unparalleled_prod {
	font-weight:bold;
	color: #0F8397;
}

