/**
 *  frontpage.css
 *
 *  Created for use with URI Interior pages.
 *  Created by URI Web Team.
 *  Last revised on March 8, 2007
 *
 */

#index {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#index img {
	border: 0;
	margin: 0;
}

#top_logo {
	width: 100%;
	text-align: left;
}
#top_logo img {
	margin-right: 10px;
}

#collegeName {
	height: 20px;
}
#footer_text{
	position: absolute;
	left: 160px;
	bottom: 12px;
	overflow: hidden;
	margin-top: 5px;
	border: 0px #000 solid;
}
#footer_quickLinkArea { /* Contains tiny links and search */
	font-size: 100%;
	margin: 0;
}
#footer_links { /* Positions tiny links */
	position: relative;
	width: 160px;
	text-align: left;
	float: left;
	word-spacing: 0.3em;padding-bottom: 5px;
	margin-top: 1px;
}
#footer_links, #footer_links a, #footer_links span {
	color: #FFF;
	text-decoration: none;
	line-height: 1.5em;
}
#footer_links a:hover {
	text-decoration: underline;
}
#footer_search { /* Positions search */
	position: relative;
	padding-left: 5px;
	width: 125px;
	height: 20px;
	float: left;

}
#footer_search_field, #footer_search_field:hover {
	position: relative;
	color: #000; /* color of search field in the footer */
	width: 100px;
	font-size: 90%;
	border: 1px solid #BBB;
	padding: 0.2em 0em 0.2em 0.15em;
	text-align: left;
	float: left;
	z-index: 9;
}
#footer_search_field {
	background-color: #FFF;
}
#footer_search_field:hover {
	background-color: #EFEFFB;
}
#footer_search_button {
	border: 0;
	margin: 0px 0px 0px 3px;
	width: 18px;
	float: left;
}
#footer img {
	position: absolute;
	left: 8;
	bottom: 25px;
}
#copyright{
	clear: both; /*to clear the floats for footer_QuickLinkArea and footer_links*/
	text-align: left;
	line-height: 1.1em;
	border-top: 1px solid #E8E5E5; /* border color same as underline for leftnav */
	padding-top: 5px;
	font-size: 90%;
	width: 590px; /* stretches the width of the footer */
}

