/* New Menu Styles 
--------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300);

#nav-container {
	float: left;
    left: 140px;
    padding: 0 10px;
    position: relative;
    top: 34px;
}
.joomla-nav {
	float: left;
	margin-bottom: 0px;
}
.joomla-nav li {
	margin-left:0px;	
	display:inline-table;
}

.joomla-nav li a {
	color: #FFF;
	display: block;
	font-size: 1.7em;
	line-height: 15px;
	padding: 6px 10px;
	margin: 8px 8px;
	vertical-align: middle;
	text-decoration: none;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700; 
	color:#FFF
}

.joomla-nav li a:hover {
	background: #ededed;
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.joomla-nav ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	float:left;
}

.joomla-nav ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */

.joomla-nav li:hover ul {
	background: none repeat scroll 0 0 #363636;
    border-radius: 0 0 6px 6px;
    /*box-shadow: 0 -6px 4px rgba(0, 0, 0, 0.4) inset;*/
    left: 85%;
    opacity: 1;
    z-index: 9999;
	padding-top:5px;
	width:130px;
}

/* Persistant Hover State */
.joomla-nav li.current a {
	background: #ededed;
	border-radius: 5px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #000;
}


.joomla-nav li:hover a {
	background: #ededed;
	border-radius: 5px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #000;
}

.joomla-nav li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
	color:#fff;
	font-size: 17px;
	font-weight:normal
}

.joomla-nav li:hover ul li a:hover {
	background: #ededed;
	border-radius: 5px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
	color:#222;
	display:block;
}

.joomla-nav li:hover ul li {
    display: block;
}

/************OLD STYLE******************/
div#logo {
	/*left: 12%;*/
	z-index: 1000;
	width: 148px;
	position: absolute;
	text-outline: 0px;
	top: -41px;
}
#dropMenuContainer {
	/*left: 180px;*/
	left: 25%;
	z-index: 1010;
	width: 400px;
	/*position: relative;
	top: -90px;*/
	position: absolute;
	top: 0px;
}
#dropMenu {
	top:-10px;
	position: relative;
}
#dropMenuBoxL {
	float: left;
	width:200px;
	/*height: 295px;*/
	height:323px;
}
#dropMenuBoxL ul {
	padding-left: 0;
}



#dropMenuBoxR {
	padding-left: 20px;
	float: left;
	width:15px;
	height: 270px;
}


#dropMenuBtnContainer {
	padding: 10px;
	width: 140px;
}
#dropMenuBtn {
	background-color: rgba(0, 0, 0, .6);
	padding: 3px 5px 5px 15px;
	margin-left: 20px;
	width: 100px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #04c0f3;
	text-decoration: none;
	border: thin solid rgba(4, 194, 243, 0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#dropMenuBtn a:link, #dropMenuBtn a:visited {
	color: #04c0f3;
	text-decoration: none;
}
.dropdown .caret {
	margin-left: 2px;
	margin-top: 8px;
}
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #04c0f3;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: rgba(0, 0, 0, .8);
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}



.dropdown-menu .divider {
	width: 50%;
	*width: 50%;
	height: 1px;
	margin: 9px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

.dropdown-menu .divider2 {

	height:1px;
	background: #ddd;
	background:-moz-linear-gradient(left, #000 0%,#fff 50%,#000 100%);
	background:-webkit-linear-gradient(left, #000 0%,#fff 50%,#000 100%);
	background:linear-gradient(left, #000 0%,#fff 50%,#000 100%);
	width:100%;

}
.dropdown-menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #04c0f3;
	white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	/*color: #39f;*/
	color: #ec008c;
	text-decoration: none;
	/*background-color: #0088cc;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #04c0f3;
	text-decoration: none;
	background-color: #0088cc;
	background-color: #0081c2;
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.open {
	*z-index: 1000;
}

.open > .dropdown-menu {
	display: block;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #cccccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
}

.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}

.dropdown .dropdown-menu .nav-header {
	padding-right: 20px;
	padding-left: 20px;
}
#dropSearchContainer{
	/*left: 71%;*/
	right: 36px;
	z-index: 1011;
	width: 190px;
	position: absolute;
	top: -13px;
}

.form-search input {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

input.search-query {

	-webkit-appearance:textfield;
	cursor: auto;
	
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-left: 0;
	width:159px;
	height: 20px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;

	color: #19499c;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;

	padding-right: 14px;
	padding-right: 4px 9;
	padding-left: 14px;
	padding-left: 4px 9;
}




.btn {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #E6E6E6 #E6E6E6 #A2A2A2;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 14px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}


#dropSocialIcons {
	/*left: 71%;*/
	right: 35px;
	width: 190px;
	z-index: 1011;
	position: absolute;
	top: 22px;

}
