div.view-feature div.links, div.view-whats_new div.links {
  display: none;
}

/**************************************************************************************************
 Global defaults
 **************************************************************************************************/

body
{
	margin: 0;
	padding: 0;
	empty-cells: show;
}

a
{
	color: #003c96; 
}

ul
{
	margin-top: 3px; 
	margin-bottom: 3px;

	list-style-image: url(tanBoxPlain.gif); 
}

/* Drupal Fix */
.item-list ul li {
	list-style-image: url(tanBoxPlain.gif);
}

hr
{
	border-top: 1px solid #c5af7d;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

p + hr
{
	margin-top: -10px;
}

div.quote
{
	width: 50%;
	margin-left: 25%;
	font-style: italic;
}

div.quote span.author
{
	display: block;
	text-align: right;
	font-style: normal;
}

#SkipNavigationLink
{
	display: none;
}

/**************************************************************************************************
 BYU Bar: appears as the first blue bar at the top of every web page for levels 2 and lower
 **************************************************************************************************/

#ByuBar
{
	position: relative;
	height: 35px;
	width: 100%;

	background-image: url(byu_bar_background.gif);
	background-repeat: repeat-x;
	background-color: #001e4c;
	z-index:95;
}

#ByuBar a
{
	display: inline;
	position: relative;
	height: 16px;

	top: 10px;

	
	color: #8495A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: 4px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
#ByuBar #ByuLink
{
	padding-left: 69px;
	padding-right: 8px;
	background-image: url(byu.gif);
}

#ByuBar #OtherLinks 
{
	padding-left: 24px;
	background-image: url(spacer.gif);
}

#OrganizationBar, #BottomBar
{
	position: relative;
	width: 100%;

	background-image: url(department_bar_background.gif);
	background-repeat: repeat-x;
	background-color: #3f5678;
}

/**************************************************************************************************
 Department bar: the second screen-wide bar, that displays the department name
 **************************************************************************************************/

#OrganizationBar
{
	min-height: 25px;
	z-index: 9; /* for dropdown menus */
	font-family: Times New Roman, Times, serif;
	font-size: xx-large;
	color: #ffffff; 
}

#OrganizationBar img
{
	border: 0;
	vertical-align: bottom;
}

#OrganizationBar p, #OrganizationBar h1
{
	margin: 0;
	padding: 5px;
	font-size: x-large;
}

#OrganizationBar a
{
	color: white;
}

#OrganizationBar #NavigationLinks
{
	display: inline;
	position: absolute;
	
	right: 5px;
	bottom: 3px;
	padding-right: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	letter-spacing: 3px;
	text-transform: uppercase;
	white-space: nowrap;
}

#OrganizationBar #NavigationLinks li
{
	display: inline;
	padding-left: 2em;
	position: relative; /* for dropdown menu positioning */
}

#OrganizationBar #NavigationLinks a
{
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}

#OrganizationBar #NavigationLinks a:hover
{
	text-decoration: underline;
}

/* Hidden dropdown menus from organization bar links */
#OrganizationBar #NavigationLinks li ul
{
	position: absolute;
	display: none;
	top: 9px;
	left: 2em;
	
	padding: 5px;
	margin-left: 0;

	border: 1px solid white;
	border-top:none;
	background-color: #8495a9;
	
	letter-spacing: normal;
	text-transform: none;
	list-style-image: none;
}

#OrganizationBar #NavigationLinks li:hover ul
{
	display: block;
}

#OrganizationBar #NavigationLinks li ul li, #OrganizationBar #NavigationLinks li ul li a
{
	color: #3f5678;
}

#OrganizationBar #NavigationLinks li ul li
{
	padding-left: 0px;
	font-size: small;
	cursor: pointer;
	display: list-item;
	list-style-type: none;
}

#OrganizationBar #NavigationLinks li ul li.selected
{
	list-style-type: square;
}
	

