@charset "UTF-8";
/* CSS Document */

#header_container {
	width:900px;
	height:137px;
	vertical-align:top;
	overflow: hidden;
	}
	
#logo {
	width:auto;
	height:auto;
	float:left;
	overflow: hidden;
	}
	
#logo a {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 20px 0 20px 25px;
}
	
#header_bars {
	width:715px;
	/* IE Fix */
	_width:705px;
	/* END IE Fix */
	padding:0px 0px 0px 0px;
	float:right;
	}
#nav_container {
	width:896px;
	height:56px;
	vertical-align:top;
	}
	
#subnav_container {
	width:159px;
	height:auto;
	display:table-cell;
	float:left;
	/*line-height:18px;*/
	text-align:left;
	margin-left:3px;
	font-size:11px;
	}
	
#subnav_container div {
	text-align:left;
	padding:0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.secondtier {
	text-align:right;
	padding:0px 30px 0px 0px;
	}

/* THIS IS USED FOR ALL BUT IE TO SHOW ARROW */
#subnav_container div:hover {
	/*background-image:url(/images/subnav_arrow.gif);
	background-position:right top;
	background-repeat:no-repeat;*/
	display: block;
	}
	
.secondtier:hover {
	/*background-image:url(/images/subnav2_arrow.gif);
	background-position:right top;
	background-repeat:no-repeat;*/
	}
/* END */
	
#subnav_container a,
#subnav_connected a {
	color:#005280;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	}
#subnav_container a:hover,
#subnav_connected a:hover,
#subnav_container a:visited,
#subnav_connected a:visited {
	color:#429DC9;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	}	
#subnav_container .leftnav_on a,
#subnav_connected .leftnav_on a 
{
    color:#429DC9;
	font-size:14px;
	text-align:left;
	text-decoration:none;
}	
#subnav_container .leftnav_on,
#subnav_connected .leftnav_on
{
    padding-bottom: 7px;
}	
	/*
#subnav_container div a:hover {
	color:#0082c8;
	text-decoration:none;
	 THIS IS USED FOR IE ONLY TO SHOW ARROW 
	_background-image:url(/images/subnav_arrow.gif);
	_background-position:right top;
	_background-repeat:no-repeat;
	
	}
	*/
	
.secondtier a:hover {
	color:#0082c8;
	text-decoration:none;
	/* THIS IS USED FOR IE ONLY TO SHOW ARROW */
	/*_background-image:url(/images/subnav2_arrow.gif);
	_background-position:right top;
	_background-repeat:no-repeat;*/
	/* END */
	}
	
#social_links
{
    margin-left:453px !important;
}	
#fb_drop_int
{
    margin-left:422px;
    position:absolute;
    
}
.third_level_title
{
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin-left:3px;
    color:#212121;
}
.subnavdividertable
{
    padding-bottom: 10px;
    padding-top:10px; 
    margin-top:10px;
}
.subnav_hr
{
    width:165px;
    _width:159px;
    height:5px;
    background-image:url(/images/line_horizontal.gif);
    background-repeat:repeat-x;
    margin:15px 0px 15px 0px;
    padding-bottom:15px;
}
