﻿/*@charset "utf-8";
/* CSS Document */

/*-------MAIN SEARCH BAR------------------------------------------------------------------------------------------------*/

.topnavbar
{
	font-size               : 12%;
	text-align              : left;
	float                   : none;
	margin                  : auto;
    
}


.topnav a
{
    color                   : #333333;
}
.topnav a:hover
{
    color                   : #ff8a00;
    text-decoration         : none;
}
.topnav .links
{
	
}


/*regular links are blue hover orange*/
a
{
    color                   : #558ed5;
    text-decoration         : none;
    padding                 : 0px 0px;
}
a:hover
{
	color                   : #ff8a00;
    text-decoration         : none;
    padding                 : 0px 0px;
    cursor                  : pointer; 
    cursor                  : hand;
}

/*grey hover blue*/

.topnavbar_greyhb {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	width:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	line-height:25px;
	height:25px;
	vertical-align: middle;
	}
	
.topnavbar_greyhb a {
	font-family: Trebuchet MS;
    font-size: 12px;
	color: #666666;
    text-decoration: none;	
	width:auto;
	padding-left:10px;
	line-height:25px;
	height:25px;
	vertical-align: middle;
	display: block;
	}
	
.topnavbar_greyhb a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #2A3FAA;
	display: block;
	line-height:25px;
	height:25px;	
	vertical-align: middle;	
    
	}
	
.topnavbar_greyhbcentered{
	font-family: Trebuchet MS;
    font-size: 12px;
	color: #666666;
    text-decoration: none;
	text-align:center;
	 z-index:9999999;

	}	
	
.topnavbar_greyhbcentered a {
	font-family: Trebuchet MS;
    font-size: 12px;
	color: #666666;
    text-decoration: none;	
    text-align:center;
    z-index:9999999;
	}
	
.topnavbar_greyhbcentered a:hover{
	font-family: Trebuchet MS;
    font-size: 12px;
	color: #0070b6;
    text-decoration: none;
    text-align:center;
    z-index:9999999;
	}
/*grey hover orange*/
.bggraphicsLine {
	position:absolute;
	right: 16px;
	top: 28px;
	height: 1px;
	width: 990px;
	-moz-border-radius      : 8px 8px 0px 0px;
	-webkit-border-radius   : 8px 8px 0px 0px;
	border-radius           : 8px 8px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	left: -7px;
                
}
