/**
 *  global_template.css
 *
 *  Created for use on all templates
 *  Created by URI Web Team.
 *  Last revised on May 29, 2007
 *
 */

/**
 *   Basic attributes
 */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { /* Invokes attributes for ALL elements */
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF; /* light blue - #EFEFFB or #F1F1F3 or #D6D6E6*/
	color: #333;
	height: 100%;
	font: normal small Arial, Helvetica, san-serif;
	text-align: center;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

#siteContainer {
	position: relative;
	width: 770px;
	margin: 0 auto;
}

a {
	font-weight: normal;
	color: #009;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p {
	padding: 3px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3, h4 {
	padding-bottom: 6px;
}
h5 {
	padding-bottom: 3px;
}
h6 {
	padding-bottom: 0px;
}
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: #000; }


.textBox {	/* For general form elements (to invoke, use class="textBox") */
	border: 1px solid #000;
}

hr {
        border: 0;
        color: #E8E5E5;
        background-color: #E8E5E5;
        height: 1px;
        margin-top: 10px;
}

/**
 *   Top Banner Area
 */

#top { /* Spreads the blue background across the top of the page */
	position: relative;
	height: 45px;
	background-color: #009;
	overflow: hidden;
}
#top_banner { /* Contains the blue area with the URI logo, tiny links, and search */
	position: relative;
	width: 770px;
	height: 35px;
	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: 4px;
	width: 276px;
	height: 32px;
	display: block;
	margin-bottom: 1px;
}

#top_logo a img{ border: none; text-align: center; }

#top_quickLink { /* Contains tiny links and search */
	position: absolute;
	font-size: 90%;
	top: 9px;
	right: 3px;
	height: 32px;
	width: 390px;
	overflow: hidden;
}
#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: #EEE;
	text-decoration: none;
}
#top_links a:hover {
		text-decoration: underline;
}
#top_search { /* Positions search fields */
	position: relative;
	padding-left: 5px;
	width: 130px;
	height: 20px;
	float: right;
}
#top_search_field, #top_search_field:hover {
	position: relative;
	color: #000099;
	width: 100px;
	font-size: 90%;
	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;
}

/**
 *   Content Area
 */

#content { /* Contains left navigation, feature image, content, and footer */
	position: relative;
	width: 768px; /* Total width of the page is set to 768px */
	text-align: left;
	display: block;
	overflow: hidden;
	margin: 0 auto 10px;
	border: 1px solid #CCC;
}
#content_container {
	width: 100%;
	float: left;
	overflow: hidden;
}

/*
 *   Content Area
 *		|
 * 		|---Left Nav Area
 */

#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: 9999; 
}
#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: 100%;
	width: 144px; /* 150 minus 8px padding */
	border-bottom: 1px solid #E8E5E5;
	color: #009;
	padding: 4px 0px 4px 6px;
	text-decoration: none;
	overflow: hidden;
	display: block;
}
#content_leftNav ul li:hover a {
	background-color: #CCC;
}
#content_leftNav ul li li:hover a {
	background-color: #EFEFFB;
}
#content_leftNav ul ul li a, #content_leftNav ul ul ul li a, #content_leftNav ul ul ul li a {
	width: 180px;
	border-bottom-width: 1px;
	border-color: #AAA;
}
#content_leftNav ul ul li, #content_leftNav ul ul ul li, #content_leftNav ul ul ul li {
	width: 186px;
	color: #009;
	background-color: #EFEFFB;
}
#content_leftNav ul ul {
	position: absolute;
	top: 0px;
	left: 150px;
}
#content_leftNav ul ul ul, #content_leftNav ul ul ul {
	position: absolute;
	top: 0px;
	left: 186px;
}

/* 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;
}

#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: 85%;
	overflow: hidden;
}
#content_leftNav_info_text p {
	margin: 0;
	padding: 0;
}
#content_leftNav_info_text a {
	color: #000;
}
/**
 *   Content Area
 *       |
 *       |---Feature Area
 */

#feature { /* Positions feature image */
	position: relative;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF; /*the 1px white border on top of the feature image is set here. */
	overflow: hidden;
	clear: both;
}

/**
 *   Content Area
 *       |
 *       |---College Name Area
 */

#collegeName { /* Name of college under #feature */
	position: relative;
	background-color: #CCC;
	color: #009;
	font: bold 1.4em 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%;

}
#contentBody { /* Defines attributes for main content and feature image */
	margin: 10px 6px;
}

#contentBody ul, #contentBody ol, #rightContainerContent ul, #rightContainerContent ol { 
	margin-left: 30px;	
	margin-bottom: 10px;
}												

#contentBody img {
	margin: 5px;
}

#contentBodyMiddle { /* Defines attributes for main content and feature image */
        float: left;
        display: block;
        width: 60%;
}

#contentBodyRight { /* Defines attributes for main content and feature image */
        float: left;
        display: block;
        width: 40%;
        background-color:#FFFFCC;

}
#contentBodyRight p{ /* Defines attributes for main content and feature image */
        margin: 6px 6px;

}


/**
 *   Footer
 */

#footer { /* Elements for the footer */
	position: relative;
	font-size: 85%;
	width: 100%;
	height: 100px;
	background-color: #FFF;
	color: #666;
	margin: 0 6px;
	text-align: left;
	vertical-align: baseline;
	float: left;
	display: block;
}

#footer_text {
	position: absolute;
	left: 160px;
	bottom: 12px;
	width: 590px;
	padding-top: 0px;
	display: block;
}
#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; }

#sidemenu {
        font-size: 85%;
}
