/*-- Enter your custom CSS below --*/
input[type="text"] {
	margin-top: 5px;
	padding: 3px;
}

input[type="submit"] {
	margin-top: 5px;
}

form br {
	font-size: 6px;
}

#logo {
	margin-bottom: 10px;
}

#header-inner h1 {
	margin-bottom: 10px;
}

#nav li:hover &gt; ul {
	display: block;
}

#nav ul {
	display: none;
	background: #fff;
	border-top: 4px solid #b13170;
	padding: 5px;
	width: 200px;
	font-weight: normal;
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 999;
	-moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 3px 2px 0 rgba(0,0,0,0.2);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#nav ul li {
	background: none;
	position: relative;
	padding-bottom: 0;
	float: left;
	margin: 0;
}

#nav ul li a {
	background: #fff !important;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #b13170 !important;
	float: none;
	padding: 5px 7px;
	width: 175px;
	display: block;
	border-bottom: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: 0;
}

#nav li ul a:hover, 
#nav li:hover ul a {
	border-top-color: 0;
}

#nav ul li a:hover {
	color: #000 !important;
	background: #efefef !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 186px;
}

#nav ul li:last-child a {
	border-bottom: 0;
}

.flexslider#flex-front-2 {
	margin-top: 0;
	height: 350px;
}

#nav li.current_page_item ul li a, 
#nav li.current-menu-ancestor ul li a, 
#nav li.current-menu-item ul li a {
	border-color: #f1f1f1;
	border-top-color: transparent;
}

/* level 3 */
#nav ul ul {
	display: none;
	width: 180px;
	position: absolute;
	top: -19px;
	left: 180px;
}

#nav ul li:last-child ul a {
	border-bottom: 1px solid #eee;
}

#nav ul li ul li:last-child a {
	border-bottom: 0;
}

/* nav select dropdown */
.select-nav {
	display: none;
}

.select-nav select.nav {
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #333;
	display: inline-block;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
}

.exec {
	width: 100%;
	margin-left: 15px;
	margin-bottom: 14px;
}

#entry-14 .text p, .text dd {
	margin-bottom: 0;
}

#entry-20 .text p, .text dd {
	margin-bottom: 0;
}

#page a {
	color: #b13170;
}