@charset "UTF-8";
/* CSS Document */

#bar_bg {
	/*float: left;*/
	height: 46px;
	width: 1000px;
	background-color: #transparent;
	background-image: url(../img/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 15px;
}
.topnav a {
	padding: 15px 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica;
	float: left;
	display: block;
	font-size: 17px;
	color: #FFFFFF;
	float: left;
	height: 31px;
	font-weight: normal;
	position: relative;
	z-index: 100;
}
.topnav a:hover, .topnav a:focus, #portHover, #portVisible {
	text-decoration: none;
	background-position: center bottom;
	color: #333333;
	background-image: url(../img/nav_arrow.png);
	background-repeat: no-repeat;
}

p#navHome, li#navHome {
	float: left;
	margin-right: 12px;
	margin-top: 9px;
	margin-left: 14px;
}
p#navHome a, #navHome a {
	display: block;
	width: 26px;
	height: 29px;
	background-image: url(../img/home_button.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
p#navHome a:hover,#navHome a:hover  {
    background-image: url(../img/home_button_o.gif);
}

.megamenu, .mega-menu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background-color: white;
	padding: 10px 15px;
	font: normal 12px Verdana;
	z-index: 100;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.megamenu .column {
	float: left;
	width: 200px; /*width of each menu column*/
	margin-right: 5px;
}
#contact .column {
	width: 230px;
}
.megamenu .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pad {
	padding: 0;
	margin-bottom: 5px;
}
.megamenu .column ul li{
	padding-bottom: 0px;
	padding-left: 0px;
}
.megamenu h3, .mega-menu h3{
	font: normal 14px/14px "Trebuchet MS", Arial, Helvetica;
	margin: 0 0 4px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
.megamenu h2, .mega-menu h2{
	font: normal 16px/16px "Trebuchet MS", Arial, Helvetica;
	margin: 0 0 4px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
.megamenu .column ul li a, .mega-menu .column ul li a{
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 2px;
}
.megamenu .column ul li a:hover, .mega-menu .column ul li a:hover{
	color: #8e9b00;
	background-color: #F5F5F5;
}
#h_col_right .panel img {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.carousel-indicators {
    z-index: 1;
}