/*
CSS Document and design created by Jesse Rodgers, jrodgers@alumni.uwaterloo.ca, as part of the
UW Global XHTML/CSS template - This style sheet controls the two column layout.
Copyright 2005 University of Waterloo, Communications and Public Affairs

YOU MAY NOT COPY THIS CSS BUT YOU CAN LINK TO IT - if you really really want to copy it please ask.
This design is copyright 2005 University of Waterloo

THIS IS FOR CENTERED PAGES ONLY
*/

/* version 2.0b1, June 2, 2005 http://web.uwaterloo.ca/documentation/clforgeeks/v2p0.html */
/* W3 valid CSS */

/* changed body, wordmark, and uwlogo for centering fix - does not seem to break left aligned page layouts but is generally untested - June 02/05 */


* html ul li a {height:1em;} 		/* for that whitespace in lists on IE 6 */


									/* General document rules including classes, region specific classes in proper area */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	}
img {
	border: 0px;
}
.none {
	display: none;
	}	
									/* Header: includes UW bar, search, department title  */	
#header {
	border-bottom: 1px solid #CCC;
	height: 78px;
	width: 100%;
	margin-bottom: 3px;
	padding-bottom: 1px;
	}

#searchbox {
	font-size: 10px;
	height: 25px;
	}
#searchbox, #wordmark {
	text-align:right;
	}
#wordmark {
	border-top: 1px solid #CCC;
	margin-left: 175px;
}
#wordmark h1 {
	font-size: 110%;
	color: #CCCCCC;
	margin: 10px 0 0 0;
	}
#uwlogo {
	position:absolute;
	margin-top: 4px;
	margin-left: 22px;
	}

									/* for the search */
form#search { 
 	margin-top: 0px;
	margin-bottom: 3px;
	}
.google {
	border: 1px solid #666;
	font-size: 10px;
	padding: 1px 2px 1px 2px;
	}
input.google {
	border: 1px solid #666;
	font-size: 10px;
	padding: 1px 2px 1px 2px;
	}
									/* Navigation: includes main navigation and secondary navigation */		
#primarynavarea {
	position:absolute;
	top: 98px;
	width: 165px;
	white-space: normal;
	font-size: 80%;
	}
	
#primarynavarea a {
	text-decoration:none;
	color: #000;
	}
#primarynavarea a:hover {
	color:#CC0000;
	}
#primarynavarea li {
	display: inline;
	}
#primarynavarea li a {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 2px;
	padding: 2px 3px 2px 3px;
	}
#primarynav {
	margin:0;
	padding:0;
	list-style: none;
	}
#primarynavsub {
	margin:0 0 0 10px;
	padding:0;
	list-style: none;
	}
#primarynavsub li a {
	border: 1px solid #ccc;
	display: block;
	}
#primarynavsub a {
	display: block;
}
#primarynavsub li a:hover {
	background-image: url(http://www.uwaterloo.ca/images/_archive/lefnavhoverstate001.gif);
	background-repeat: repeat;	

	}
/* do not care ------------------- to be tweak for flexibility */
#secondnavarea {
	position:absolute;
	margin-left: 585px;
	top: 125px;
	width: 161px;
	white-space:normal;
	background: #f3f4db;
	}
#secondnavarea ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#secondnavarea li {
	margin: 0px;
	padding: 0px;
	}
									/* secondnav is the default option, you can add more.. place CSS in your custom.css */
#secondnav {
	font-size: 70%;
	}
#secondnav h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin: 5px;
	padding-top: 5px;
	margin-bottom: -10px;
	}
#secondnav a {
	text-decoration: none;
	font-weight: demi-bold;
	color: #990000;
	}
#secondnav p {
	color: #000000;
	margin-top: -8px;
	margin-bottom: 0px;
	}
#secondnav a:hover {
	color:#ff0000;
	}
#secondnav li {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 9px;
	padding-bottom: 0px;
	margin-right: 10px;
	}
									/* Content: includes contentbar and content areas */
									/* width value was added for IE 5.5 */
#contentbar {
	background-color:#FFCC33;
	margin-top: 3px;
	margin-left: 170px;
	width: 590px;
	}
	
#contentbar h2 {
	font-size: 110%;
	text-indent: 7pt;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	font-weight: normal;
	}	
	
								/* primarycontarea's width is controled by either UW2col.css or UW3col.css */
#primarycontarea {
	border: 1px;
	border-style: solid;
	border-color: #c1c1c1;
	background-color:#ffffff;
	}
	
#primarycontarea h1 { 			/* highest order in content -- default styles TBD -- override in custom.css */
	font-size:120%;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0 0 2px 0;
	
	}	
		
#primarycontarea h2 { 	
	font-size:120%;
	font-weight: bold;		
	margin-top: 0px;
	margin-bottom: 3px;
	}		
#primarycontarea h3 {
	color: #ad8200;
	font-size: 110%;
	font-weight: bold;	
	margin: .5em 0;
	padding: .3em 0;
	}
#primarycontarea h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: -1px;
	}
#primarycontarea h5 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: -1px;
	}
	
#primarycontarea h6 {
	margin-top: -2px;
	margin-bottom: -2px;
	}
	
#primarycontent {
	border-right: 1px;
	border-right-style: solid;
	border-color:#c1c1c1;
	}
#primarycontent p {
	margin: 1em 0;
	}
#primarycontent li {
	padding: 2px 0;
	}
	
	
#primarycontentnav {
	font-size: 80%;
	}
									/* some custom CSS to tables script */
#contenttable {
	padding-top: 4px;
	}
#contenttable td {
	text-align: left;
	vertical-align: top;
	background-color: #f3f4db;
	padding: 7px;
	border: 10px;
	}
#contenttable p {
	font-size: 80%;
	margin-top: 0px;
	}
#contenttable h6 {
	color: #000000;
	font-size: 80%;
	}

										/* for editing */
.highlight {
	background-color: #CCCC00;	
}
.textinuppercase {
	text-transform: uppercase;	
}
										/* Footer: includes department logo, address info, UW logo */	
#footer {
	margin-left: 170px;
	top: 0px;
	border-left: 1px #c1c1c1 solid;
	border-right: 1px #c1c1c1 solid;
	border-bottom: 1px #c1c1c1 solid;
	width: 589px;	
	}

#departmentaddress p {
	font-size: 70%;	
	margin: 0px;
	padding: 10px 0px 10px 10px;
	}
	
	
#footer p {
	margin: 0;
	}
		
img.campaignlogo {
	float: right;
	text-align: right;
	margin: 20px 20px 2px 2px;
	}	
