/* CSS Document, 152 lines */
/****************************** RIGHT STYLES *********************************/
	#right {
		background-image: url("/cob/images/rtBg.jpg");
		background-position: 0px 24px;
		background-repeat: repeat-y;
		border-left: 1px solid #000;
		float: right;
		width: 561px;
	}
	/* Fix IE 6 */
	* html #right {
		margin-top: -1px;
		margin-bottom: -2px;
	}
	/* End */
	#right-wrapper {
		background-image: url("/cob/images/rtBgStretch.jpg");
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	/****************************** RIGHT-NAVS STYLES *********************************/
		#right-navs {
			top: 0px;
			width: 561px;
		}
		#college, #campus, #community {
			float: left;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			width: 187px;
		}
		/* Fix IE 6. Hide from IE Mac \*/
		* html #campus {
			margin-left: -11px; 
		}
		/* End */
		/* Fix IE 6. Hide from IE Mac \*/
		* html #community {
			clear: right;
			margin-left: -11px; 
			margin-right: -12px;
		}
		/* End */
		#college h2, #campus h2, #community h2 {
			background-color: #151313;
			background-image: url("/cob/images/headingBg.jpg");
			background-repeat: repeat-y;
			color: #FFF;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: normal;
			margin: 0px;
			padding: 4px 0px 5px 12px;
		}
		#college-nav, #campus-nav, #community-nav {
			float: left;
			list-style: none;
			margin: 0px;
			padding: 0px 12px 6px 12px;
		}
		/* Fix IE 6. Hide from IE Mac \*/
		* html #college-nav, * html #campus-nav, * html #community-nav {
			margin-bottom: 7px;
		}
		/* End */
		* html #community-nav {
			float: right;
			clear: right;
		}
		#college-nav a, #campus-nav a, #community-nav a {
			color: #ECE9C8;
			display: block;
			margin: 0px 0px -5px -12px;
			padding: 6px 0px 5px 0px;
			text-decoration: none;
			width: 174px;
		}
		/* Fix IE 6. Hide from IE Mac \*/
		* html #college-nav a, * html #campus-nav a, * html #community-nav a {
			margin-bottom: -7px; /* gets rid of spacing between each list item, allowing for smooth transition from one link to another */
		}
		/* End */
		/* Fix IE 7. Hide from IE Mac \*/
		*:first-child+html #college-nav a, *:first-child+html #campus-nav a, *:first-child+html #community-nav a {
			margin-bottom: -7px; /* gets rid of spacing between each list item, allowing for smooth transition from one link to another */
		}
		/* End */
		#community-nav a {
			width: 175px;
		}
		#college-nav a:hover, #campus-nav a:hover, #community-nav a:hover {
			background-color: #BAB9B9;
			color: #000;
			text-decoration: none;
		}
		#college-nav li, #campus-nav li, #community-nav li {
			line-height: 11px;
			list-style-type: none;
			margin: 0px;
		}
		#college-nav li a, #campus-nav li a, #community-nav li a {
			padding-left: 12px;
		}
	/****************************** END RIGHT-NAVS STYLES *********************************/
	
	/****************************** RIGHT-IMAGES STYLES *********************************/
		#right-images {
			float: left;
		}
		/****************************** COLLEGE-IMAGE STYLES *********************************/
			#college-image img {
				border-right: 1px solid #000;
				margin-left: 0px;
				margin-top: -297px;
			}
			/* Fix IE 6. Hide from IE Mac \*/
			* html #college-image img {
				clear: left;
			}
			/* End */
			/* Fix IE 7. Hide from IE Mac \*/
			*:first-child+html #college-image img {
				clear: left;
			}
			/* End */
		/****************************** end COLLEGE-IMAGE STYLES *********************************/
		/****************************** CAMPUS-IMAGE STYLES *********************************/
			#campus-image img {
				border-left: 1px solid #000;
				border-right: 1px solid #000;
				margin-left: 186px;
				margin-top: -297px;
			}
		/****************************** end CAMPUS-IMAGE STYLES *********************************/
		/****************************** COMMUNITY-IMAGE STYLES *********************************/
			#community-image img {
				border-left: 1px solid #000;
				margin-left: 373px;
				margin-top: -297px;
			}
		/****************************** end COMMUNITY-IMAGE STYLES *********************************/
		/****************************** HOMEIMAGE STYLES *********************************/
			#home-image img {
				float: left; /* gets rid of the 5ish px padding under the home page image that appears for some reason unknown to me */
			}
		/****************************** END HOMEIMAGE STYLES *********************************/
		#college-image img.noborder, #campus-image img.noborder, #community-image img.noborder {
			border: none; /* takes away the border around the transparent spacer (which prevents the random padding on right-navs hovering) */
		}
	/****************************** END RIGHT-IMAGES STYLES *********************************/
	
/****************************** END RIGHT STYLES *********************************/
