html {
	font-size: 100%;
	text-rendering: optimizeLegibility;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,img,form,label,iframe,fieldset {
	border: none;
	color: inherit;
	font-size: 1em;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
input,select,textarea,button {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	margin: 0;
}
input[type=button],input[type=submit],button {
	overflow: visible;
}
input[disabled],select[disabled],textarea[disabled],button[disabled] {
	opacity: 0.75;
}
.skiplink {
	background-color: #ff9;
	border: 1px solid #993;
	color: #00f;
	left: -9999px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 9em;
	z-index: 9999;
}
.skiplink:focus {
	left: 0;
}
.clear {
	clear: both !important;
	float: none !important;
	height: 0 !important;
}
body {
	background-color: #fff;
	color: #333;
	font-family: "Helvetica Neue",Arial,Helvetica,"DejaVu Sans",sans-serif;
	font-size: .875em;
	line-height: 1.4;
	padding: 20px 40px;
}

/*---- headers ----*/
h1,h2,h3,h4,h5,h6 {
	line-height: 1.2em;
	margin-bottom: .5em;
}

h1 {
	color: #000;
	font-size: 2em;
	letter-spacing: .08em;
}

h2 {
	color: #923;
	font-size: 1.6em;
	font-weight: lighter;
	letter-spacing: .08em;
}


h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: .9em;
	font-weight: bold;
}


p {
	margin: 1em 0;
}
p:last-child,li:last-child {
	margin-bottom: 0;
}
p.intro {
	color: #555;
	font-size: 1.3em;
	margin: 0 0 10px;
}
ol, ul {
	margin-bottom: 1em;
	margin-left: 2em;
}
ol ol {
	list-style-type: lower-alpha;
	margin-bottom: 0;
}
ul ul {
	list-style-type: circle;
	margin-bottom: 0;
}
li {
	margin-bottom: .5em;
}

hr { /* becasue someone will probably put one in somewhere anyway */
 outline: none;
 border: none;
 border-top: 1px solid #ccc;
 margin: .5em 0;
 }
 
/*---- links ----*/
a:link, a:active {
	color: #424242;
	text-decoration: underline;
	}
	
a:visited {
	color: #666;
	}
	
a:hover,  a:focus {
	color: #96172e;
}

a:focus {
 	border: 1px dahsed red;
 }


a.more {
	color: #666;
	font-weight: 700;
}
a.more:after,a.go:after {
	content: ' ';
}



#body ul {
	margin-left: 2em;
}
#body img {
	margin: .5em 0 1em;
}
#body .img_left {
	float: left;
	margin-right: 1em;
}
#body .img_right {
	float: right;
	margin-left: 1em;
}
.active a {
	color: #333;
}
.current a {
	color: #333;
	cursor: default;
	text-decoration: none;
}
table {
	margin: 1em 0;
}
th {
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-top: 4px solid #000;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 5px 8px;
	text-transform: uppercase;
}
td {
	background: #eee;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
	color: #444;
	font-size: 0.9em;
	font-weight: normal;
	padding: 8px;
}
tr:hover td {
	background: #ddd;
	color: #444;
}
form table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
form table tr {
	background-color: #fff;
	border: solid #fff;
	border-width: 2px 0;
}
form table tr:hover {
	background-color: #ddd;
}
form table tr+tr {
	background-color: #eee;
}
form table th,form table td {
	background-color: transparent;
	border: none;
	padding: 5px 20px 4px 10px;
	vertical-align: top;
}
form table td input[type=text],form table td textarea {
	border: 1px solid #999;
	width: 16em;
}
form table input[type=submit] {
	background-color: #923;
	border: 1px solid #701;
	color: #fff;
	cursor: pointer;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}
form table ul {
	list-style-type: none;
	margin: 0;
}
form table th {
	color: #444;
	font-size: 0.9em;
	text-align: left;
	text-transform: none;
}
form table th label {
	display: block;
	padding-top: 3px;
}
form .required {
	border: solid #923;
	border-width: 0 0 0 3px;
	margin-left: -10px;
	padding-left: 7px;
}
.departmentlist {
	list-style-type: none;
	margin-bottom: 20px;
}
.departmentlist li {
	display: inline;
	margin-right: 20px;
}
.departmentlist li a {
	font-weight: bold;
	white-space: nowrap;
}
.event {
}
.event_date {
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
}
.event_details {
	color: #666;
	font-size: 0.9em;
}
.event_title {
	font-weight: bold;
}
#accessibility_links {
	padding-bottom: 10px;
}
.skiplink {
	position: static;
}
.container {
	max-width: 600px;
}
#search {
	margin: 1em 20px;
}
#search label {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#institutional_gateways {
	font-size: 0.9em;
}
.navbar ul {
	letter-spacing: 0.05em;
	list-style-type: none;
	margin: 1em 20px;
	text-transform: uppercase;
}
.navbar li {
	margin-bottom: 0.5em;
}
.navbar li a {
	color: #666;
}
.navbar li.active a {
	color: #333;
}
#page {
	border: solid #ccc;
	border-width: 2px 0;
	margin: 20px 0;
	padding: 20px 0;
}
#subnavigation {
	font-weight: bold;
	list-style-type: none;
	margin: 20px;
}
#subnavigation li {
	margin-bottom: 5px;
}
#main {
}
.breadcrumb {
	color: #666;
	font-size: 0.9em;
	margin: 1em 0;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb .current {
	cursor: default;
	font-weight: bold;
}
.photo_feature ul {
	list-style-type: none;
	margin: 40px 0 20px;
}
.photo_feature ul li .feature_title {
	font-size: 1.4em;
}
.photo_feature ul li a {
	color: #666;
}
.photo_feature ul li img {
	display: block;
}
.photo_feature ul li .caption {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	margin: 0 0 0 20px;
}
.photo_feature ul li.selected .feature_title {
	font-size: 2em;
	font-weight: bold;
}
.photo_feature ul li.selected a {
	color: #0073cf;
}
.newslist ul,.eventslist ul {
	list-style-type: none;
}
.newslist a,.eventslist a {
	color: #333;
}
#sidebar {
	margin-top: 40px;
}
.quicklinks h5 a {
	cursor: default;
	text-decoration: none;
}
.quicklinks ul {
	list-style-type: none;
	margin: 0 0 40px 20px;
}
.quicklinks ul a {
	font-weight: bold;
}
#gutter {
	margin-top: 20px;
}
#gutter h5 {
	color: #444;
}
#footerbar {
	margin: 40px 0;
}
#gateways {
	background-color: #eee;
	margin: 30px 0;
	padding: 10px;
}
#gateways ul {
	font-size: 0.9em;
	font-weight: bold;
	list-style-type: none;
}
#gateways ul+ul {
	margin-top: 10px;
}
#institutional_footer ul {
	list-style-type: none;
	margin: 20px 0;
}
#institutional_footer li {
	display: inline;
	font-size: 0.9em;
	margin-right: 30px;
}
#institutional_footer li a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
#institutional_footer li a:hover {
	text-decoration: underline;
}