﻿/****** STYLES TO REPLACE PAGE TITLE WITH IMAGE BANNER *****/



/* This contains the flash */
#flashbanner{
	margin-left: 0px; /* puts the margin on the parent div, not the heading, so banner can be positioned */
	padding:0px;
	background:#ccc;
	height:254px; /* change the value to whatever the height of the flash/image is */
	width:760px; /*this is the set width of the flash/image */
	}
	
/**** Styles below could be used for secondary page titles or banners with a shorter height ****/
#banner{
	margin-left: 213px; /* positions the banner */
	background-image:url('../images/cnr2.jpg'); /* background image can go here or in master page */
	background-color:#fff;
	height: 73px; /* height of the banner image */
	}

#banner h1  {
	padding:30px 20px 15px 20px;
	margin:0px;
	background-color:#c6bdc6;
	font-weight:lighter;
	color:white;
	}

#banner h2  {
	padding:30px 20px 15px 20px;
	margin:0px;
	background-color:#c6bdc6;
	font-weight:lighter;
	color:white;
	}

#banner h3  {
	padding:30px 20px 15px 20px;
	margin:0px;
	background-color:#c6bdc6;
	font-weight:lighter;
	color:white;
	}
#container1 {
	background-image:none;
	background-color:#fff;
}

/* Contains a shadowed purple background for pages without the black navigation */
#title2 h1, #title2 h2, #title2 h3, #title2 h4, #title2 h5, #title2 h6{
	background-image:url('/design08/images/purpleshadow.gif');background-repeat:repeat-x;
	height:15px;}
	
#rightbarChancellor{
	float:right;
	width:225px;
	padding:20px 20px 20px 20px;
	margin-left:20px;
	margin-bottom:15px;
	/*border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#f0efe8;*/
	/*padding:20px 20px 20px 0px;*/
	font-size:1.2em;
	/*font-size:1.05em;*/
	text-align: center;
	}
	
#navbar .level2 {
	display:none;
	position:absolute;
	top:48px;
	left:-1px;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
	z-index:500;
	}
	
	#navbar .level2 li	{
	width:165px;
	height:auto;
	}



