/****************************/
/* Header */

/* Top Rectangle */

#rect_top .head
{
	background-image:url(../images/header/header_top_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 42px;
}

#rect_top .inner
{
	background-image:url(../images/header/header_mid_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	overflow: hidden;
	padding: 0px 38px 0px 38px;
}

#logo
{
	float:left;
}

#logo .logo_l
{
	float:left;
	width: 290px;
	height: 62px;	
}

#logo .logo_l .image
{
	width: 290px;
	height: 62px;
	border: 0px;
}

/* Options box, including search, display settings, and quick links */

#options_box
{
	position:relative;
	top: 4px;
	width: 318px;
	height: 25px;
	padding: 1px;
	margin: 0;
	float:right;
}

#options_box .quick_links
{
	position: relative;
	top:0;
        width: 82px;
	height: 30px;
	padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	float:left;
        overflow:hidden;
}

.quick_links_arrow
{
    margin-top: 5px;
    background: url('../images/header/combo-ie-fix/selectarrow.png') no-repeat 0 0;
    width: 15px;
    height: 30px;
    float:left;
    display:none;
}

#options_box .display_settings
{
	position: absolute;
	top:0;
	left: 98px;
	width:115px;
	height: 30px;
	padding: 5px;
	float:left;
        overflow:hidden;
}

#options_box .search
{
	position: absolute;
	top:0;
	left: 230px;
	width: 100px;
	height: 30px;
	padding: 5px;
	width: 90px;
}

.fontresizer
{
    color: #00ff00;
    float:right;
    margin-right: 15px;
    margin-top: 30px;
}

.fontresizer img
{
    cursor:pointer;
}

#options_box .quick_links select
{
	width: 82px;
        height: 20px;
}

#options_box .display_settings select
{
	width: 115px;
	height: 20px;	
}

#options_box .search input
{
	width: 70px;
        height: 20px;
	background-image:url(../images/header/search_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	border: 0px solid #ffffff;
	height: 20px;	
}

#registration
{
    visibility:hidden;
    height: 16px;
    width: 318px;
    float:right;
    position:relative;
    top: 0px;
    padding-right: 2px;
    margin-top: 15px;
}

#registration a
{
    font-size: 16px;
    text-decoration:none;
    color: #FFFFFF;
    padding-left: 5px;
    font-weight: bold;
    font-family:Helvetica, Arial, sans-serif;
}
 #registration a:visited
{
	/* color:#170099; */
}
#registration a span
{
	letter-spacing: -1px;
}

#registration a:hover
{
    color: #4D7DC7;
    text-decoration:underline;
}

/* Top Menu */

#top_menu 
{
	height:31px;
	padding-top: 34px;
	padding-bottom: 8px;
	clear:both;
	position:relative
}

#top_menu ul 
{
	margin-left: 0px;
}

#top_menu li 
{
	float: left;
	display:inline;
}

#top_menu li.divider 
{
	background: url(../images/nav_divider.gif) center right no-repeat;
}

#top_menu li.parent
{
	background: url(../images/nav_divider.gif) center right no-repeat;
}



#top_menu ul li a, #top_menu ul li a:visited
{
	font-size: 20px;
	color: #ffffff;
	display: block;
	position: relative;
	float: left;
	line-height: 31px;
	outline: none;
	border: none;
	text-decoration: none;
	border-top: 1px solid #c7c9c0;
	width: 119px;
	margin-right: 11px;
	padding-top: 3px;
	margin-top: 3px;
}

#top_menu ul li a:hover 
{
	color: #ffffff;
	border-top: 4px solid #0a6fa1;
	text-decoration:none;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 2px;
}

#top_menu li#current a,  #top_menu li.active a, #top_menu li#current a:visited,  #top_menu li.active a:visited
{
	color: #ffffff;
	border-top: 4px solid #0a6fa1;
	padding-top: 0px;
	margin-top: 0px;
	padding-top: 2px;	
}

/* Top Menu - Second Level */

#top_menu_second_level 
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	clear:both;
	margin-top: 10px;
        height: auto;
        overflow:hidden;
}

#top_menu_second_level ul 
{
	margin-left: 0px;
}

#top_menu_second_level li 
{
	float: left;
	display:inline;
}

#top_menu_second_level ul li a, #top_menu_second_level ul li a:visited
{
	color: #e2e3e5;
	height: 31px;
	display: block;
	position: relative;
	float: left;
	line-height: 31px;
	outline: none;
	border: none;
	text-decoration: none;
	border-top: 1px solid #e2e3e5;
	margin-right: 11px;
	min-width: 119px;
	padding-top: 2px;
	margin-top: 10px;
        font-size: 11px;
}

#top_menu_second_level ul li.wide a,  #top_menu_second_level ul li.wide a:visited
{
	width: 249px;
}

#top_menu_second_level p
{
	padding-bottom:2cm;
}

#top_menu_second_level ul li a:hover 
{
    color: #e2e3e5;
    border-top: 1px solid #0a6fa1;
    text-decoration:none;
}

#top_menu_second_level li#current a, #top_menu_second_level li.active a,  #top_menu_second_level li#current a:visited,  #top_menu_second_level li.active a:visited 
{
    color: #ffffff;
    border-top: 3px solid #0a6fa1;
    padding-top: 0px;
}

#top_menu_second_level #topmenu_additional_items li.current-item a,
#top_menu_second_level #topmenu_additional_items li.current-item a:visited
{	
    color: #e2e3e5;
    height:30px;
	border-top:none;
    border-bottom: 1px solid #0a6fa1;
    text-decoration:none;	
}



#top_menu_second_level .item83
{
    visibility:hidden;
    height:0;
    width:0;
}

/* Combo - IE Fix */

    .combo-wrapper
    {
        display: inline;
        float: left;
        width: 82px;
        overflow: hidden;
    }
    .selectArrow{
        display: inline;
        float: left;
        width: 17px;
        height: 20px;
        border:1px solid #7f9db9;
        border-left: none;
        background: url('selectArrow.png') no-repeat 1px 1px;
    }

/* Additional Submenus */

#topmenu_additional_items
{
    min-height: 100px;
    position: absolute;
    margin-left: 729px;
    margin-top: 40px;
    background-color: #373528;
    overflow:hidden;
    z-index: 1000000;
    width: 196px;
    padding: 2px;
    opacity: 0;
}

#topmenu_additional_items a,  #topmenu_additional_items a:visited
{
    clear:both;
    color:#E2E3E5;
    display:block;
    font-size:11px;
    height:31px;
    line-height:31px;
    margin-right:11px;
    margin-top:10px;
    min-width:119px;
    padding-top:2px;
    margin-left: 4px;
    margin-right: 4px;
    text-decoration:none;
}

#topmenu_additional_items li.current-item a,  #topmenu_additional_items li.current-item a:visited
{
    color: #e2e3e5;
    height:30px;
    border-bottom: 1px solid #0a6fa1;
    text-decoration:none;
}

#topmenu_additional_items a:hover
{
    color: #e2e3e5;
    height:30px;
    border-bottom: 1px solid #0a6fa1;
    text-decoration:none;
}

#topmenu_more_items
{
    display:block;
}

.topmenu_additional_items_hidden
{
    display:none;
}

a.skip_navigation, a.skip_navigation:visited
{
    text-decoration: underline;
    display: block;
    width: 100px;
    float: left;
    margin-left: 202px;
    margin-top: 14px;
    color: #ffffff;
}

