/**
 *  global_template.css
 *
 *  Created for use on all templates
 *  Created by URI Web Team.
 *  Last revised on May 29, 2007
 *
 */

/**  *   Basic attributes  */
.break {
	clear:both;
	padding: 0;
	margin: 0;
}

html { min-height: 100%; margin-bottom: 1px; } /*This hacks fixes the page shift problem*/

body {
	background-color: #FFF;
	color: #333;
	height: 100%;
	font: normal small Arial, Helvetica, san-serif;
	text-align: center;
	
}
* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
#siteContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	clear: both;
	z-index: 500; /* needed for IE6 to position site drop down menu in front of body */
}
a {
	font-weight: normal;
	color: #009;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline; 
}
p {
	padding: 3px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 10px;
}
h1, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline;  }
h1 { font-size: 150%; color: #009; }
h2 { font-size: 140%; color: #F93; }
h3 { font-size: 130%; color: #009; }
h4, h5, h6 { font-size: 120%; color: #009; }

.textBox {	/* For general form elements (to invoke, use class="textBox") */
	border: 1px solid #000;
}

/**  *   Top Banner Area  */

#top { /* Spreads the blue background across the top of the page */
	position: relative;
	height: 75px;
	background-color: #002147;
	overflow: hidden;
	z-index: 3000;
}
#top_banner { /* Contains the blue area with the URI logo, tiny links, and search */
	position: relative;
	width: 960px;
	height: 70px;
	margin: 10px auto 0;
	text-align: center;
	overflow: hidden;
}
#text_logo { /* For global_template_print.css; Hides this div from web page itself.  Replaces #top_banner when printing */
	display: none;
}
#top_logo { /* Positions URI logo */
	position: absolute;
	top: -1px;
	left: 10px;
	width: 186px;
	height: 75px;
	display: block;
	margin-bottom: 1px;
}
#top_logo a img{ border: none; text-align: center; }

#top_quickLink { /* Contains tiny links and search */
margin-right: 18px;
}
#top_links { /* Positions tiny links */
	position: relative;
	top: 1px;
	text-align: right;
	width: 255px;
	float: right;
	word-spacing: 0.3em;
	letter-spacing: 0px;
	margin-top: 1px;
}
#top_links, #top_links a, #top_links span {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#top_links a:hover {
		text-decoration: underline;
}
#top_search { /* Positions search fields */
	position: relative;
	padding-left: 5px;
	width: 110px;
	height: 20px;
	float: right;
	top: 0px;
	right: 0px;
	left: 0px;
}
#top_search_field, #top_search_field:hover {
	position: relative;
	color: #000099;
	width: 100px;
	font-size: 85%;
	border: 1px solid #BBB;
	padding: 0.2em 0em 0.2em 0.15em;
	text-align: left;
	float: right;
	z-index: 9;
}
#top_search_field {
	background-color: #FFF;
}
#top_search_field:hover {
	background-color: #EFEFFB;
}
#top_search_button {
	border: 0;
	margin: 0px 0px 0px 3px;
	width: 18px;
	float: right;
}

/**  *   Top Area  *		|  * 		|---Breadcrumb Area  */

#top_breadcrumb { /* Positions breadcrumb */
	position: relative;
	background-color: #CCC;
	border-bottom:1px solid #CCC;
	font-size: 85%;
	color: #000099;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}
#top_breadcrumb_text { /* Attributes for the text in the breadcrumb */
	position: relative;
	padding: 1px 6px;
	display: block;
}
/* General breadcrumb attributes */
#top_breadcrumb_text a {	
	text-decoration: none;
}
#top_breadcrumb_text a:hover, #top_breadcrumb_text a:active {
	text-decoration: underline;
}
/* Top link exclusive attributes */
#top_navLinks {
	width: 758px;
}
#top_navLinks ol li, #top_navLinks ul li {	
	list-style-type: none;
	float: left;
	display: block;
}
#top_navLinks ol li a, #top_navLinks ul li a {
	font-weight: normal;
	font-size: 110%;
	vertical-align: middle;
	padding: 0.3em 2.4em 0.3em 0px;
	display: block;
}


#top_navLinks { /* Attributes for the left navigation column (and vertical drop down menus) */
	position: relative;
	width: 758px;
	margin: 0 auto;
	background-color: #fff;
	float: left;
	display: block; 
	overflow: hidden;
	z-index:9000;
}
#top_navLinks ul {
	color: #f00;
	float: left; 
}
#top_navLinks ul li {
	position: relative;
	width: 100%;
	vertical-align: middle;
	list-style-type: none;
	display: block;
	float: left;
}
#top_navLinks ul li a {
	font-weight: bold;
	font-size: 90%;
	width: 100%; /* 150 minus 8px padding */
	border-bottom: 0px solid #E8E5E5;
	color: #009;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	overflow: hidden;
	display: block;
}
#top_navLinks ul li:hover a {
	background-color: #CCF;
	border-bottom: 0px solid #BBB; 
}
#top_navLinks ul li li:hover a {
	background-color: #EFEFFB; 
}
#top_navLinks ul ul, #top_navLinks ul ul ul, #top_navLinks ul ul ul {
	position: absolute;
	top: 0px;
	left: 150px;
}

/* Drop down menu hover effect */
#top_navLinks ul ul, #top_navLinks ul ul li a,
#top_navLinks ul ul ul, #top_navLinks ul ul ul li a {
	display: none;
}
#top_navLinks ul li:hover ul ul, #top_navLinks ul li:hover ul ul li a,
#top_navLinks ul ul li:hover ul ul, #top_navLinks ul ul li:hover ul ul li a {
	display: none;
}
#top_navLinks ul li:hover ul, #top_navLinks ul li:hover ul li a,
#top_navLinks ul ul li:hover ul, #top_navLinks ul ul li:hover ul li a {
	display: block;
}


/**  *   Top Area  *		|  * 		|---Breadcrumb Area  */

#top_breadcrumb { /* Positions breadcrumb */
	position: relative;
	background-color: #CCC;
	border-bottom:1px solid #CCC;
	font-size: 85%;
	color: #000099;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}
#top_breadcrumb_text { /* Attributes for the text in the breadcrumb */
	position: relative;
	padding: 1px 12px;
	display: block;
}
/* General breadcrumb attributes */
#top_breadcrumb_text a {	
	text-decoration: none;
}
#top_breadcrumb_text a:hover, #top_breadcrumb_text a:active {
	text-decoration: underline;
}


/**  *   Content Area  */

#content { /* Contains left navigation, feature image, content, and footer */
	position: relative;
	width: 960px; /* Total width of the page is set to 768px */
	text-align: left;
	display: block;
	overflow: hidden;
	margin:0px auto;
	border-top: 0px 1px 1px 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	z-index: 100; 
}
#content_container {
	width: 100%;
	float: left;
	overflow: hidden;
	z-index: 100;	
}




/*  *   Content Area  *		|  * 		|---Left Nav Area  */
#content_leftNav ul {
margin:0px;
padding: 0px;
}
#content_leftNav { /* Attributes for the left navigation column (and vertical drop down menus) */
	position: relative;
	width: 150px;
	margin: 10px 0px;
	background-color: #FFF;
	float: left;
	display: block;
	z-index: 3000; 
	font-weight: bold;
}
#content_leftNav ul {
	color: #009;
	text-align: left;
}
#content_leftNav ul li {
	position: relative;
	width: 150px;
	vertical-align: middle;
	list-style-type: none;
	display: block;
}
#content_leftNav ul li a {
	font-weight: bold;
	font-size: 95%;
	width: 144px; /* 150 minus 8px padding */
	border-bottom: 0px solid #E8E5E5;
	color: #009;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	overflow: hidden;
	display: block;
}
#content_leftNav ul li:hover a {
	background-color: #CCF;
	border-bottom: 0px solid #BBB; 
}
#content_leftNav ul li li:hover a {
	background-color: #EFEFFB; 
}
#content_leftNav ul ul, #content_leftNav ul ul ul {
	position: absolute;
	top: 0px;
	left: 150px;
}

/* Drop down menu hover effect */
#content_leftNav ul ul, #content_leftNav ul ul li a,
#content_leftNav ul ul ul, #content_leftNav ul ul ul li a {
	display: none; 
}
#content_leftNav ul li:hover ul ul, #content_leftNav ul li:hover ul ul li a,
#content_leftNav ul ul li:hover ul ul, #content_leftNav ul ul li:hover ul ul li a {
	display: none; 
}
#content_leftNav ul li:hover ul, #content_leftNav ul li:hover ul li a,
#content_leftNav ul ul li:hover ul, #content_leftNav ul ul li:hover ul li a {
	display: block; font-weight: normal;
}
#content_leftNav_info { /* Attributes for the "For more information" area */
	position: relative;
	float: left;
	display: block;
	padding: 0px 0px 0px 6px;
	font-weight: normal;
	color: #666;
	overflow: hidden;
}
#content_leftNav_info_title {
	font-weight: bold;
	font-size: 90%;
	color: #333;
}
#content_leftNav_info_text {
	font-size: 90%;
	overflow: hidden;
}
#content_leftNav_info_text p {
	margin: 0;
	padding: 0;
}
#content_leftNav_info_text a {
	color: #00C;
}
/**  *   Content Area  *       |  *       |---Feature Area  */

#feature { /* Positions feature image */
	position: relative;
	border-bottom: 0px solid #FFF;
	border-top: 0px solid #FFF; /*the 1px white border on top of the feature image is set here. */
	clear: both;
	overflow: visible;
	z-index: 100;
}

/**  *   Content Area  *       |  *       |---College Name Area  */

#collegeName { /* Name of college under #feature */
	position: relative;
	background-color: #CCC;
	color: #009;
	font: bold 1.5em Arial, Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	/*overflow: hidden;*/
	word-spacing: 0pt;
	letter-spacing: 0px;
	border-bottom:  0px solid #CCC;
}
#collegeName span {
	margin: 3px 6px;
	display: block;
}

/**  *   Content Area  *		|  * 		|---Body Area  */
 
#contentBodyContainer {
	position: relative;
	text-align: left;
	float: left;
	display: block;
	font-size: 100%;
	z-index: 100;  
}
#contentBody { /* Defines attributes for main content and feature image */
	margin: 10px 6px 10px 6px;
}
#contentBody ul, #contentBody ol, #rightContainerContent ul, #rightContainerContent ol { 
	margin-left: 30px;	
	margin-bottom: 10px;
	z-index: 100;
}												
#contentBody img {
	margin: 5px;
	z-index: 100;
}
/**  *   Footer  */

#footer { /* Elements for the footer */
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #FFF;
	color: #666;
	margin: 0px;
	text-align: center;
	vertical-align: baseline;
	float: left;
	display: block;
}
#footer_text {
	position: absolute;
	left: 14px;
	bottom: 12px;
	width: 926px;
	padding-top: 0px;
	display: block;
	font-size: 85%;
}
#copyright {
	border-top: 1px solid #E8E5E5; /* border color same as underline for leftnav */
	padding-top: 5px;
	font-size: 90%;
}
#footer img {
	position: absolute;
	left: 59px;
	bottom: 12px;
}
#footer a {	color: #009; }

