/* ************************************************************************************************ 
** Banner UI 3.0                       
** ************************************************************************************************ */

/* ************************************************************************************************ 
** I have revised the slice pattern to the banner
** so there are substantive diffs in these selectors
** from the 1.0 variations
** ************************************************************************************************ */

/* ******************************** */
/* background divs */
/* ******************************** */

div.banner_sub_nav_bkg{
width:595px;;
height:102px;
background:url(../../images/banner2/banner_top_right.gif);
background-repeat:no-repeat;
}

div.banner_nav_bkg{
width:992px;;
height:26px;
background:url(../../images/banner2/banner_03.gif);
background-repeat:no-repeat;
}


/* ******************************** */
/* Sub-Nav Items        */
/* ******************************** */

div.banner_sub_nav {
width:500px;
height:25px;
padding-left:143px;
margin-bottom:0px;
padding-top:39px;
margin-right:0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

div.banner_sub_nav p{
font-size:12px; 	
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
}

div.banner_sub_nav a:link{
color: #714609; 
text-decoration: none; 
font-weight: bold; 
}
div.banner_sub_nav a:visited{ 
color: #714609; 
text-decoration: none; 
font-weight: bold; 
}
div.banner_sub_nav a:hover{ 
color: #bd0404;
text-decoration: none;
font-weight:bold;
}

/* ******************************** */
/* Search Field        */
/* ******************************** */

.banner_text_input{
background:#f5ebcb;
border:none;
color:#714609;
height: 15px;
width:144px;
}

.banner_search_field{
margin-left:225px;
margin-top:-16px;
}


/* ******************************** */
/* Main-Nav Items        */
/* ******************************** */

div.banner_nav {
background:url(../../images/banner2/banner_03.gif);
background-repeat:no-repeat;
margin-top:0px;
padding-top:8px;
margin-bottom:0px;
width:992px;
font-family:Georgia, "Times New Roman", Times, serif;
}

div.banner_nav p{
margin-top:0px;
margin-left:205px;
margin-bottom:0px;
font-size:13px;
}

div.banner_nav a:link{
color: #612d00; 
text-decoration: none; 
font-weight: bold; 
}
div.banner_nav a:visited{ 
color: #612d00; 
text-decoration: none; 
font-weight: bold; 
}
div.banner_nav a:hover{ 
color: #bd0404;
text-decoration: none;
font-weight:bold;
}

/* ******************************** */
/* End Banner UI */
/* ******************************** */
