﻿/*-----------------------------------------------------------------------------*/
/* Sheet Name: res-topnav-report.css                                           */
/* Associated Templates: research annual reportwith the research top nav       */
/* Purpose: to modify the top navigation; depends on res-topnav.css            */
/* Author: Stephen Gentle                                                      */
/* Last Modified: 11/04/08                                                     */
/* Copyright: c2008, Cincinnati Children's Hospital Medical Center,            */
/*                   all rights reserved                                       */
/*-----------------------------------------------------------------------------*/


/* TOP NAVIGATION STYLES                                                       */
/*-----------------------------------------------------------------------------*/
/* - use lists, :hover pseudoclass for dropdowns                               */
/* - IE requires a small javascript inconjunction with .over styles to work    */
/*-----------------------------------------------------------------------------*/


/* #123186   main blue  */
/* #02113a   dark blue  */
/* #315dd3   light blue */
/* #3A321E | #5c4517  dark brown */
/* #866512 | #c38e3e  light brown*/

/* #c2b288   light brown - 50% */
/* #e1d8c4   light brown - 25% */

/* original shades      */
/* #0693d2   med blue   */
/* #97bde4   light blue */



#topnav
{
	background-color: #4884A1; 
	border-top: 1px solid #9DBECE;
	border-bottom: 1px solid #9DBECE;
	line-height: 14px;
	background-image: none;
	top: 174px;
}

#topnav li.top a:hover
{
	background-color: #9DBECE;
	background-image: none;
	color: #4884A1;
}

#topnav li.lower a:link, #topnav li.lower a:visited
{
	color: #4884A1;
}

#topnav li.lower a:hover
{
	background-image: none;
	color: #333;
}

#topnav li:hover ul, #topnav li.over ul
{
	background-color: #D5E4E9;
	border-left: #D5E4E9;
	border-top: 1px solid #4884A1;
}

#header
{
	background-image: url(/includes/cchmc/images/res-ar/arheader1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	max-width: 1000px;
	zoom: 1;
}
#homelink img
{
	top: 47px;
	height: 80px;
	width: 200px;
	left: 25px;
	border: none;
}
div#universalLinks a:link, div#search a:link
{
	color: #4884A1;
	padding-left: 2px;
	padding-right: 2px;
}
#homelink img a:link, #homelink img a:visited
{
	border: none;
}

#universalLinks, #search
{
	font-size: 11px;
}

div#search a:link, div#universalLinks a:link
{
}
div#universalLinks a:visited, div#search a:visited
{
	color: #4884A1;
}

.searchfield
{
	padding: 0;
	width: 175px;
}

.label
{
	color: #4884A1;
}
