/* $Id: banner.css,v 1.1.2.3 2003/02/04 18:58:57 paddy Exp $ */
BODY
{
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    background-color : #00437B; /* Deep Blue */
    color            : #ffffff; /* White */
    margin           : 0em 0em
}

/* All links are white and underline when you hover over them */

A
{
    color           : #ffffff; /*white*/
    text-decoration  : none;
}

A:visited, A:link
{
    color           : #ffffff; /*white*/
}

A:hover
{
    text-decoration  : underline;
}

/* --------------- Product/Suite toolbar styles --------------- */

/* The green bar across the top of the page - uses a repeating image to get the effect (theres a little bit of dark down the bottom) */
.suitebar
{
    color            : #ffffff; /* white */
    background-color : #00437B; /* murky green */
    white-space      : nowrap;
    padding          : 0px 10px; /* Give a little space at the left/right edges */
    height           : 30px ;     /* exactly the same height as the bannerslice below */
    font-size        : 8pt;       /* The bars between the suite */
    font-family      : Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:4px;
}

/* Wide,italic text */
.suitetitle, .suitetitle:visited, .suitetitle:link  /* Try and reproduce the bitmap style */
{
    letter-spacing      : .3em ;
    text-transform      : uppercase ;
    font-family         : Helvetica, Arial, sans-serif; /* Used Helvetica Medium apparently */
    font-style          : italic ;
    font-size           : 10pt;
    font-weight         : normal;
	padding-left:10px;
}

.suitebutton:visited
{
    white-space      : nowrap;
}

/* Both the main logo and the powered by */
.logo
{
    border-style     : none;
    border-width     : 0;
    color            : #00009c; /* Deep Blue*/ /* For the benefit of navigator 4 that ignores the style above ie the border is the same color as the background */
    vertical-align   : middle ;
}

/* Product title */
.producttitle
{
    font-family      : Helvetica, Arial, Verdana, sans-serif;
    font-size        : 14pt;
    font-weight      : normal;
    color            : #ffffff;
    margin           : 0;
    white-space      : nowrap;
    text-decoration  : none;
}

/* powered by - tiny,italic text*/
.power
{
    font-size        : 7pt;
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    font-style       : italic ;
    white-space      : nowrap;
}

/* the search tools */ 
.productbar
{
    color            : #fff; /* white */
    font-size        : 7pt;
    font-family      : Arial, Helvetica, sans-serif;
    white-space      : nowrap;
	letter-spacing:2px;
}

.productbar a:link { COLOR: #fff;  TEXT-DECORATION: none }
.productbar a:hover { COLOR: #fff;  TEXT-DECORATION: underline }
.productbar a:visited { COLOR: #fff;  TEXT-DECORATION: none }
.productbar a:visited:hover {  COLOR: #fff;  TEXT-DECORATION: underline
}

/* go button */
.go
{
    color            : #ffffff; /* white */ /* in case the button doesn't appear */
    cursor           : hand;
    vertical-align   : middle;
    border-style     : none;
    border-width     : 0px;
}

.suiteradio
{
    color            : #fff; /* white */
    font-size        : 7pt;
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    vertical-align   : middle;
}

.header-bg {
	height:76px;
}

.logo-position {
	padding-left:20px;
	padding-top:6px;
	padding-right:5px;
}

.search-bg {
	min-width:512px;
	height:76px;
}

