/* reset styles */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1em;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}

:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

q:before, q:after,
blockquote:before, blockquote:after { content: ""; }
blockquote, q { quotes: "" ""; }
img { border: none; }


/*page styles*/
html {
	padding-bottom: 4em;
	background-color: #fff;
}

body {
	position: relative;
	margin: 1.75em auto;
	width: 744px;
	font: normal 82%/1.4 Verdana, sans-serif;
	color: #333;
	background: #fff url(../images/beige-bg.gif) repeat-y;
        border: 1px solid #c90;
	z-index: 0;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #c90;
	text-decoration: underline;
}

#globalNav {
	position: absolute;
	top: -1.3em;
	left: -1px;
	width: 100%;
	padding: 0 1px;
	font-size: .85em;
}

#globalNav li {
	float: right;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

#globalNav #gn-uwhome {
	float: left;
	text-align: left;
	margin-left: 5px;
	width: 24em;
}

#globalNav #gn-people {
	width: 4em;
	margin-left: 1.5em;
	margin-right: 6px;
}

#globalNav #gn-uwsearch { width: 8em; }

#globalNav a {
	color: #000;
	text-decoration: none;
}

#header {
	position: relative;
	width: 100%;
	height: 81px;
	background-color: #900;
	background-image: url(../images/b_UWRed.gif);
	background-repeat: no-repeat;
}

#header #crest { display: none; }

#header #siteTitle {
	position: absolute;
	top: 18px;
	left: 80px;
}

#header div#siteTitle {
	font-size: 2.5em;
	font-weight: normal;
	color: #fff;
}

#content {
	margin: 0 20px -1em 171px;
	padding-top: 1.5em;
	z-index: 100;
}

#content * { line-height: 1.4em; }
#content ul, #content ol { margin: 1em 0 1em 20px; }
#content ol { list-style: decimal; }
#content ul { list-style: disc; }
#content li { margin-bottom: .35em; }

#content h1, #content h2, #content h3, #content h4 {
	margin-top: 1em;
	font-weight: bold;
	line-height: 1em;
}

#content h1 {
	width: 90%;
	font-size: 1.2em;
}

#content h2 { font-size: 1.1em; }
#content h3 { font-size: 1em; }
#content p { margin: 1em 0; }
#content h2 + p, #content h3 + p { margin-top: .5em; }

#localNav {
	float: left;
	width: 150px;
	margin-top: 2.5em;
}

#localNav li {
	margin: 0 10px .75em;
	list-style: none;
	line-height: 1.2;
}

#footer {
	clear: both;
	position: relative;
	top: 6em;
	width: 100%;
	text-align: center;
	font-size: .85em;
	line-height: 1.4em;
	padding-top: 2em;
}

#footer p {
	text-align: center;
	margin-bottom: .5em;
}

acronym, abbr, dfn {
	cursor: help;
}

abbr { speak: spell-out; }
acronym, abbr.truncation, dfn { speak: normal; }

.hide {
	position: absolute;
	top: -100em;
	left: -5000em;
	height: 0;
}

.hide a, .hide a:hover, .hide a:visited {
	position: absolute;
	top: 0;
	left: -5000px;
}

.hide a:focus {
	position: static;
	width: auto;
	height: auto;
}
