@import "../structure.css";
@import "../ocs_programs.css";



/* Global Styles
.................................................. */

#wrapper.fullGraphicsView  a 		{ color: #890405; }
#wrapper.fullGraphicsView  a:hover 	{ color: #222; }

h1,
h2,
h3,
h4,
h5
{
	color: #777; 
}



/* Wrapper
.................................................. */

#wrapper.fullGraphicsView { background: url("images/wrapper_band.jpg") top left repeat-x; }



/* Breadcrumbs
.................................................. */

#wrapper.fullGraphicsView #breadcrumbs 		
{ 
	background: #890405;
	color: #eee; 
}
 
#wrapper.fullGraphicsView #breadcrumbs a { color: #FFFFCC; }

#wrapper.fullGraphicsView #breadcrumbs a:hover	
{ 
	background: none; 
	color: #fff;
}



/* Banner
.................................................. */

.fullGraphicsView #banner
{
	background: url("images/location_triangle.gif") top left no-repeat #fff;
	border: 1px solid #530203;
	border-bottom: none;
}

.fullGraphicsView #banner h1 a
{
	display: block;
	margin-top: 55px; /* this number + height must = 79 */
	width: 703px;
	height: 24px;
	background: url("images/page_title.gif") top left no-repeat;
}

.fullGraphicsView #banner h1 a span 
{ 
	position: absolute;
	left: -9999px;
}



/* postBanner
.................................................. */

.fullGraphicsView #topNavigation .navLevel1 ul li a 
{ 
	color: #113b92; 
	text-decoration: underline;	
}



/* Related
.................................................. */

.fullGraphicsView #related .assets h3 				
{ 
	background: #890405; 
	color: #fff;
	border: 1px solid #530203;
}



/* Image Gallery "go" button 
.................................................. */

.fullGraphicsView #content #imageGallery #searchWrapper input[name="go"] 		
{ 
	background: #890405; 
	border: 1px solid #530203;	
}

.fullGraphicsView #content #imageGallery #searchWrapper input[name="go"]:hover	{ color: #890405; }

