/* Default Banner & Footer*/
/* Can be changed by replacing research-banner.jpg and foot-bar.gif respectively */


/* Page Background */
#page-frame {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	/* remaining settings should not be modified */
	height: auto;
	width: 760px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	
}

#banner {
	background-image: url(../images/school-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 95px;
	width: 100%;
}


/* Location Bars */
/* School Name & Search */
#school-name {
	position: relative;
	left: 5px;
	top: 1px;
	bottom: auto;
	float: left;
}

#school-name h1 {
	font-size: 0.8em;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
}



/* Location Bars */
/* School Name & Search */
#first-bar {
	background-color: #DA2127;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	/* 
	background-image: url(..images/??????);
	background-repeat: no-repeat; 
	*/
	
	/* remaining settings should not be modified */
	height: 20px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	clear: both;
	position: relative;
}



#first-bar #search {
	position: relative;
	right: 0px;
	float: right;
	font-size: 0.8em;
	top: 0px;
	bottom: auto;
	margin: 0px;
	background-color: #8F0409;
	padding-left: 2px;
}

#first-bar #search .search-box {
	height: 100%;
	width: 100px;
	border: 1px solid #DA2127;
	font-size: 1em;
	margin-right: 4px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
}

#first-bar #search .btnG{
	height:100%;
	font-size: 1em;
	background-color: #8F0409;
	color: #FFFFFF;
	text-align: left;
	width: 94px;
	bottom: 0px;
	position: relative;
	right: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	border: 0px solid #000000;
}

#first-bar #search form {
	margin: 0px;
	padding: 0px;
}



/* Breadcrumbs & Portal */
#second-bar {
	
	background-image: url(../images/breadcrumb_bar_bk.jpg);
	background-repeat: no-repeat; 
	background-color: #00386B;
	
	/* remaining settings should not be modified */
	height: 18px;
	width: 100%;
	position: relative;
	font-size: 1em;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

	/* Breadcrumbs & Portal */
#bread-crumbs {
	float: left;
	padding-left: 5px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#bread-crumbs #here {
	color: #FFFFFF;
}
#bread-crumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#bread-crumbs a {
	color: #FFFFFF;
}



 #bread-crumbs ul li {
	margin-left: 0px;
	padding-left: 15px;
	border: none;
	list-style: none;
	display: inline;
	background-image: url(../images/crumb.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#portal {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000A3F;
	height: 16px;
	width: 100px;
	text-align: center;
	float: right;
	font-weight: bold;
	border-top: 1px solid #007CB8;
	border-right: 0px none #007CB8;
	border-bottom: 1px solid #007CB8;
	border-left: 2px solid #000A3F;
}
#portal a {
	color: #FFFFFF;
	display: block;
}
#portal a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration:none;
}
#portal a:active {
	background-color: #000000;
	text-decoration: none;
}



#third-bar {
	
	 
	background-color: #ffffff;
	
	/* remaining settings should not be modified */
	height: 10px;
	width: 100%;
	position: relative;
	font-size: 1em;
	clear: both;
	float: left;
}



/* Layout Container */
#layout-container {
	/* 
	background-image: url(..images/??????);
	background-repeat: no-repeat; 
	*/
	
	/* remaining settings should not be modified */
	width: 100%;
}

/* Functional Column: Navigation Menu */
#navigation li {
	background-color: #CEE6F2;

	/* remaining settings should not be modified */
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
}

#navigation li li {
	background-color: #E6F3F9;
	/* remaining settings should not be modified */
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
}
#navigation li li li {
	background-color: #ffffff;
	/* remaining settings should not be modified */
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 15px;
}
