@charset "UTF-8";
/* CSS Document */
#nav{z-index:9;}
#nav #icemegamenu > li > .icesubMenu{padding-left:40px;}
#nav .menu {
	margin: 0;
	padding: 0;
    height: 30px;
}
/* IceMegaMenu Module and Plug-in Required for Nav/Dropdown to function. Available at: http://www.icetheme.com/Joomla-Extensions/IceMegaMenu.html */
#nav #icemegamenu {
    display: inline-block;    height: auto;    left: 0;    margin: 0;   position: relative;    width: auto;
}
#nav li.iceMenuLiLevel_1 {
	display: inline-block;
	float: left;
}
#nav li.iceMenuLiLevel_1>a {
    bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    height: 100%;
    padding: 10px 10px 12px;
    position: relative;
	display:inline-block;
    text-decoration: none;
}
#nav li.iceMenuLiLevel_1>a:hover, #nav li.iceMenuLiLevel_1>a:focus, #nav .parent:hover>a, #nav .parent:focus>a {
	/* Styles the Main Navigation for Hover and Focus states, and keeps them lit-up when the dropdown menu is being hovered over or focused on */
	color: #FFFFFF;
	background: #738D2B;
}
/* Dropdown Menu Start */
#nav .parent ul { margin-left:0px;
	/* Hide Dropdown Menu by Default */
	visibility: hidden;
	position: absolute;
}
#nav .parent:hover ul, #nav .parent:focus ul {
	/* Show Dropdown Menu on Hover and Focus */
	visibility: visible;
	list-style-type: none;
}
#nav #icemegamenu .iceCols[style] {
    left: -40px;
    padding: 0;
    position: relative;
    width: auto !important;
	z-index: 100;
}
#nav #icemegamenu .iceCols > ul {
    background-color: #738D2B;
    padding-bottom: 6px;
    padding-left: 0;
    position: relative;
    top: 0;
    z-index: 999;
}
#nav #icemegamenu .iceCols>li {
    position: relative;
	float: left;
}
#nav li.iceMenuLiLevel_2 {
    list-style-type: none;
    padding: 6px 12px;
    position: relative;
}
#nav li.iceMenuLiLevel_2:hover {
	background-color: #849E3C;
}
#nav li.iceMenuLiLevel_2>a {

}
#nav li.iceMenuLiLevel_2>a:hover, #nav li.iceMenuLiLevel_2>a:focus {
}
/*Dropdown Menu End */
#nav form {
    float: right;
    position: relative;
    right: 0;
}
/* Nav Search Bar Start */
#nav div.finder {
    bottom: 19px;
    position: relative;
    right: 20px;
}
#nav div.finder button {
	background: url("/images/assets/search.png") no-repeat center;
	width: 16px;
	height: 16px;
	border: medium none;
    height: 16px;
    position: absolute;
    right: 2px;
    top: 4px;
	cursor: pointer;
	/* backward compatibility for older versions of IE */
	cursor: hand;
    color: transparent; /*hide button label*/
}
#nav div.finder button:hover {
	background: url("/images/assets/search-hover.png") no-repeat center;
}
/* Content Search Results  */
#search-results {
	padding: 0 0 0 20px;
}
#search-results .result-title {
    display: list-item;
    list-style-image: url("/images/assets/bullet.png");
}
#search-results .result-text {
    display: inline-block;
    left: -40px;
    padding: 0 0 20px;
    position: relative;
}
.slider_title {
	display: none;
}

