/**********************************************************************************************************/
/*SUB MENU SECTION*/
/**********************************************************************************************************/

/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);*/

.navbar
{
	width: 100%;
	background: #a00000;
	box-shadow: inset 0px 8px 8px #940000;
}
.f-nav{z-index: 9999; position: fixed; top: 0;box-shadow:4px 4px 5px #bbb;} /* this make our menu float top */
.menu
{
	margin: auto;
	width: 1000px;
	font-family: 'Raleway' , sans-serif;
}
.menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi a
{
	display: block;
	margin: 0;
	font-size: 15px;
	color: #FFF;
	line-height: 36px;
	padding: 0 16px;
	position: relative;
}
.navi
{
	vertical-align: top;
	display: inline-block;
	border-radius: 6px;
}
.navi li
{
	position: relative;
	color: #FFF;
}
.navi > li
{
	padding: 0;
	color: #FFF;
	float: left;
	background: url( '../images/nav-border.png' ) right center no-repeat;
	padding-right: 2px;
}
.navi > li > a
{
	display: block;
	margin: 0;
	font-size: 15px;
	color: #FFF;
	line-height: 36px;
	font-weight: 600;
	padding: 0 16px;
}
.navi > li:hover, .navi > li:hover > a
{
	color: #FFF;
	background-color: #000;
}
.navi li:hover > a
{
	color: #FFF;
	background-color: #000;
}
.navi li li
{
	border: none;
}
.navi li li a
{
	padding: 3px 10px;
	font-size: 14px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
	border: none;
}
.navi li a:first-child:nth-last-child(2):before
{
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	top: 45%;
	right: 2px;
}

/* submenu positioning*/
.navi ul
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	min-width: 240px;
	background-color: rgba(0,134,220,.8);
	border: 0;
	box-shadow: none;
	display: block;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
	transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
}
.navi > li:hover > ul
{
	left: auto;
	opacity: 1;
	visibility: visible;
	color: #777;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.navi > li li ul
{
	background: #2da962;
	border: 1px solid #229152;
}
.navi > li li:hover > ul
{
	/* margin-left: 1px */
	left: 100%;
	top: -1px;
}
/* arrow hover styling */
.navi > li > a:first-child:nth-last-child(2):before
{
	border-top-color: #0065a5;
}
.navi > li:hover > a:first-child:nth-last-child(2):before
{
	border: 5px solid transparent;
	border-bottom-color: orange;
	margin-top: -5px;
}
.navi li li > a:first-child:nth-last-child(2):before
{
	border-left-color: #0065a5;
	margin-top: -5px;
}
.navi li li:hover > a:first-child:nth-last-child(2):before
{
	border: 5px solid transparent;
	border-right-color: orange;
	right: 2px;
}

/**********************************************************************************************************/
/*BANNER SECTION*/
/**********************************************************************************************************/

.introtext
{
	font-size: 14px;
	text-align: justify;
}
.introtext ul
{
	margin: 0px;
	padding: 0px;
}
.introtext li
{
	font-size: 14px;
	padding: 5px 0;
	text-align: left;
}

#featured_slide_
{
	display: inline-block;
	width: 700px;
	height: 300px;
	color: #FFF;
	position: relative;
	margin: 0px;
	overflow: hidden;
}
#featured_slide_Content
{
	width: 700px; /* important to be same as image width */
	position: absolute;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.featured_slide_Image
{
	position: relative;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 700px; /* important - must be same as image width and slider width */
	height: 300px; /* important - must be same as image height and slider height */
	list-style: none;
}
.featured_slide_Image img
{
	width: 700px;
	height: 300px;
}
.featured_slide_Image div.introtext
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 280px;
	padding: 10px;
	color: #FFF;
	background-color: #000000; /* Uncomment here for Opacity support in all browsers 	filter:alpha(opacity=70); 	-moz-opacity:0.7; 	-khtml-opacity:0.7; 	*/
	opacity: 0.8;
	display: none;
}
#featured_slide_ h2
{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #949BA0;
}
#featured_slide_ p
{
	line-height: 1.6em;
}
#featured_slide_ a
{
	color: #179CFF;
	background-color: #000000;
}
