/* Page & Background */
body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
	text-align: center;
}
#page-frame {
	background-color: #FFFFFF;
	height: auto;
	width: 760px;
	border: 1px solid #666666;
	margin-top: 0px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
}

/* Default Links (Navigation & Widgets) */
a:active {
	color: #000000;
	/*background-color: #FFFFCC; */
	text-decoration: none;
}
a:link, a:visited {
	color: #000000; 
	text-decoration: none; 
}
#navigation a:link, a:visited {
	color: #000000; 
	text-decoration: none; 
}
#column-2 a:link, a:visited {  /*added by hs 03/01/08*/
	color: #000000;
	background-color: none;
	text-decoration: none; 
}
a:hover {
	text-decoration:underline;
	color:#000000;
	border: none;
}

/* Reveals yellow semi-transparent gif for active state of clickable banner  */

#banner a:active {
	background: transparent url(../../../../shared/shared_institutes/images/semi-transparent.gif) repeat;
	text-decoration: none;
}


/* Skip Navigation */
#skip a:link, #skip a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#skip a:active {
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
}

#skip {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Default Banner */
#banner {
	background-image: ;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 95px;
	width: 100%;
}

/* Location Bars */
/* School Name & Search */
#first-bar {
	background-color: #FBDA05;
	height: 20px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
	position: relative;
}

#school-name {
	position: relative;
	left: 5px;
	top: 2px;
	bottom: auto;
	float: left;
}

#school-name h1 {
	font-size: 0.8em;
	margin: 0px;
	font-weight: normal;
}

#first-bar #search {
	position: relative;
	right: 0px;
	float: right;
	font-size: 0.8em;
	top: 0px;
	bottom: auto;
	margin: 0px;
  	height: 20px;
	background-color: #000000;
	padding-left: 1px;
}

#first-bar #search .search-box {
	height: 70%;
	width: 100px;
	border: 1px solid #000000;
	font-size: 1em;
	margin-right: 2px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
}

#first-bar #search .btnG{
	height:100%;
	font-size: 1em;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	width: 94px;
	bottom: 0px;
	position: relative;
	right: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border: 0px solid #000000;
}

#first-bar #search form {
	margin: 0px;
	padding: 0px;
}



/* Breadcrumbs & Portal */
#second-bar {
	background-color: #EFEFEF;
	height: 18px;
	width: 100%;
	position: relative;
	font-size: 1em;
	clear: both;
	float: left;
}
#bread-crumbs {
	float: left;
	padding-left: 5px;
  	padding-top: 2px;
	font-size: 0.8em;
  	font-weight: bold;
}
#bread-crumbs #here {
	color: #32659C;
}
#bread-crumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

 #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: #606060;
	height: 16px;
	width: 86px;
	text-align: left;
	float: right;
	font-weight: bold;
  	padding: 0px 14px 0px 14px;
	border-top: 1px solid #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#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;
}

/* fiddle */
#layout-container {
	width: 100%;
}

/* Functional Column*/
#functional {
	height: auto;
	width: 180px;
	float: left;
}

/* Functional Column: Navigation Menu */
#navigation {
	position: relative;
}
#navigation ul {
	padding: 0px;
	list-style-type: none;
	text-indent: 5px;
	font-size: 0.9em;
	width: 180px;
	position: relative;
	clear: both;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation ul ul {
	list-style-type: none;
	margin: 2px 0px 0px;
	padding: 0px;
	text-indent: 10px;
}
#navigation ul li a {
	padding: 2px 2px 2px 5px;
	text-indent: 0px;
	display: block;
	height:auto !important height: 20px; 
}



#navigation ul ul ul {
	text-ident: 15px;
}

.selected {
	font-weight: bold;
	color: #3300FF;
}

/* Functional Column: Indexes */
#indexes ul {
	list-style-type: none;
	text-indent: 5px;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#indexes li {
	background-color: #D9D9D9;
	width: 180px;
	height: 15px;
	margin-top: 1px;
	border: none;
	margin-bottom: 0px;
}
#indexes {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}


/* Functional Column: Helper Elements */
#page-functions {
	width: 178px;
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #D9D9D9;
	font-size: 0.7em;
}
#page-functions img {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#accessibility {
	width: 178px;
	margin-bottom: 2px;
	border: 1px solid #D9D9D9;
	margin-top: 0px;
	font-size: 0.7em;
}
#accessibility img {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#relationship {
	width: 178px;
	margin-bottom: 2px;
	border: 1px solid #D9D9D9;
	margin-top: 0px;
	font-size: 0.7em;
}
#relationship img {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Functional Column: Research Portal */
#research-portal {
	margin-top: 15px;
	margin-left: 3px;
}

/* Content Area */
/* Content Area: Structural */
#content-layout, #content-layout_style-1, #content-layout_style-2, #content-layout_style-3, #content-layout_directory {
	top: 2px;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 573px;
	float: right;
	background-color: #FFFFFF;
}

#content-layout-searchresults {
background-color:#FFFFFF;
float:right;
position:relative;
text-align:left;
top:2px;
vertical-align:top;
width:100%;
}

#content {
	width: 573px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 0.8em;
}
.show { /*added by Helen to get round inline display:none Ttyle bug in NS4 if file contains JS*/
display: '';
}

.hide { /*added by Helen to get round inline display:none Ttyle bug in NS4 if file contains JS*/
 display: none;
}

/* Footer */
#footer {
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
	vertical-align: baseline;
	height: 24px;
	width: 100%;
	bottom: 2px;
	clear: both;
	padding-top: 10px;
}
