@charset "UTF-8";

/* CSS Document */
#skip { 
	position: absolute; 
	left: -500px; 
	top: -500px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
} 
#skip a:focus { 
	position: static; 
	width: auto; 
	height: auto; 
}

.moved_off_screen {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#wrapper {
	text-align: left;
	height: auto;
	width: 788px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
}
#banner {
	height: 146px;
	width: 788px;
	background-image: url(http://www.uiowa.edu/homepage/images/interior_base/interior-banner-bg.jpg);
}
#content {
	width: 625px;
	text-align: left;
	padding-right: 34px;
	padding-left: 129px;
	padding-top: 20px;
}
#footer {
	width: 625px;
	margin-left: 129px;
	float: left;
	padding-right: 34px;
	background-image: url(http://www.uiowa.edu/homepage/images/interior_base/yellow-bar.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 5px;
	
}
#quote {
	width: 625px;
	background-image: url(http://www.uiowa.edu/homepage/images/interior_base/yellow-bar.jpg);
	background-repeat: repeat-y;
	float: left;
	min-height: 30px;
	margin-bottom: 35px;
}
#banner_logo_link {
	height: 148px;
	width: 130px;
	float: left;
}
#banner_photo {
	height: 117px;
	width: 262px;
	float: left;
}
#banner_search_space {
	height: 117px;
	width: 396px;
	float: left;
}
.nav_bar {
	float: right;
	font-size: 0.875em;
	list-style-type: none;
	margin: 0px;
	padding: 5px 30px 5px 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav_bar li {
	float: left;
	color: #ffe100;
}
.nav_bar a:link {
	color: #000000;
	text-decoration: none;
}
.nav_bar a:visited {
	color: #000000;
	text-decoration: none;
}
.nav_bar a:hover {
	color: #003399;
	text-decoration: underline;
}

#quote_text_wrapper {
	width: 593px;
	padding-top: 4px;
	float: left;
	padding-left: 31px;
}
#foot_text_wrapper {
	width: 593px;
	padding-left: 31px;
	margin-top: -4px;
}
.category_block {
	width: 282px;
	float: left;
	padding-left: 30px;
	padding-bottom: 1em;
}
.directory_form {
	float: left;
	padding-top: 27px;
	width: 625px;
	padding-bottom: 1em;
}
#content_search_left_column {
	float: left;
	width: 415px;
	padding-right: 10px;
	padding-top: 1.25em;
}
#content_search_right_column {
	float: left;
	width: 200px;
	padding-top: 1.25em;
}
.contact_form {
	margin-top: -1em;
	padding: 0px;
}

