/* CSS Document */
WebContainer{
    width:100%;
    min-width:1000px;
    height:auto;
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
}
h1 {
	color: #396;
	font-weight: 100;
	font-size: 30px;
	margin: 40px 0px 20px;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	background: #FFF;
}
#wrapper {
	margin: 0 auto;
	width: auto;
	overflow: hidden;
	min-width:1000px;
    height:auto;
}
#header {
	float: auto;
	height: 20%;
	width: 100%;
	background: #FFFFFF;
}
#header img.lef {
	width: 400px;
	height: 129px;
	display: block;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 16%;
}
#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 20%;
	clear: both;
}
p {
	font-family: 'PT Sans', sans-serif;
}
.required:after {
	content: "*";
	color: #800000;
	font-weight: bolder;
	float: left;
	margin-left: 5px;
}
a:link, a:visited {
	color: #800000;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}
div.error {
	display: block;
	width: auto;
	float: left;
	margin-left: 5px;
	text-align: left;
	word-wrap: break-word;
	color: #770000;
}



.formLayout {
	float: left;
	/*width: 900px;*/
	background: none;
	/*padding: 10px;*/
	width:auto;
    min-width:1000px;
    height:auto;
}
.formLayout label {
	display: block;
	width: 150px;
	height: 25px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: left;
}
.formLayout input[type=text], .formLayout input[type=date], .formLayout select, .formLayout input[type=number], .formLayout input[type=password], .formLayout input[type=file] {
	width: 300px;
	float: left;
}
.formLayout input[type=text].small {
	width: 150px;
	float: left;
}
.formLayout label.required-field {
	display: block;
	float: left;
	color: #770000;
}
.formLayout label.noLimit {
	display: block;
	width: auto;
	float: left;
	margin-right: 20px;
}
.formLayout input[type=file] {
	float: left;
	border: 1px solid #790300;
}
.formLayout br {
	clear: left;
}
br {
	clear: left;
}
.formLayout input[type=submit] {
	width: 100px;
	color: #FFF;
	background-color: #F07621;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	border: 0 none;
	height: 30px;
	cursor: pointer;
	font-size: 14px;
	margin-left: 155px
}
.formLayout button.add-box {
	margin-left: 5px;
	background-color: #F07621;
	font-family: 'PT Sans', sans-serif;
	border: 0 none;
	height: 24px;
	cursor: pointer;
	color: #FFFFFF;
}
.formLayout button.remove-box {
	margin-left: 5px;
	background-color: #F07621;
	font-family: 'PT Sans', sans-serif;
	border: 0 none;
	height: 24px;
	cursor: pointer;
	color: #FFFFFF;
}
.formLayout input[type=submit].longForm {
	float: right;
	margin-right: 155px;
}
.formLayout input[type="submit"]:hover.longForm {
	background-color: #e56626;
}
.formLayout input[type="submit"]:hover {
	background-color: #e56626;
}
.formLayout legend {
	float: left;
	display: block;
}
.formLayout input[type=checkbox].horizontal {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.formLayout input[type=checkbox].vertical {
	vertical-align: middle;
}
.formLayout textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}
.formLayout ul {
	margin: 0;
	display: block;
	width: 300px;
	float: left;
}
.formLayout ul li {
	text-align: left;
	direction: ltr;
	word-wrap: break-word;
}
.formLayout ol {
	margin: 0;
	display: block;
	width: 300px;
	float: left;
}
.formLayout ol > li {
	direction: ltr;
	word-wrap: break-word;
	text-align: left;
}
input, select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.viewLayout {
	float: left;
	width: 985px;
	padding: 10px;
	margin-bottom: 20px;
}
.viewLayout label {
	display: block;
	width: 150px;
	height: 25px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: left;
}
.viewLayout label.long {
	width: 200px;
	float: left;
}
.viewLayout label.noLimit {
	display: block;
	width: auto;
	margin-right: 10px;
	float: left;
}
.viewLayout label.small {
	width: 90px;
	float: left;
}
.viewLayout label.smaller {
	width: 50px;
	float: left;
}
.viewLayout ul {
	margin: 0;
	display: block;
	width: 300px;
	float: left;
}
.viewLayout ul > li {
	direction: ltr;
	word-wrap: break-word;
	text-align: left;
}
.viewLayout ol {
	margin: 0;
	display: block;
	width: 300px;
	float: left;
}
.viewLayout ol > li {
	direction: ltr;
	word-wrap: break-word;
	text-align: left;
}
.viewLayout hr {
	float: left;
	clear: both;
	width: 100%;
}
.viewLayout br {
	clear: left;
}
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: linear-gradient(top, #ededed 0%, #dedede 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
.ui-datepicker-other-month.ui-state-disabled: span {
 datepicker: red;
}
.nav, .nav a, .nav ul, .nav li, .nav div, .nav form, .nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
#menu-wrapper {
	width: auto;
	height: 60px;
	background: #008F91;
	clear: both;
}
.nav {
}
.nav a {
	text-decoration: none;
}
.nav li {
	list-style: none;
}
/* Menu Container */
.nav {
	display: flex;
	position: relative;
	cursor: default;
	z-index: 500;
}
/* Menu List */
.nav > li {
	float: left;
}
/* Menu Links */
.nav > li > a {
	position: relative;
	display: inline-flex;
	width: auto;
	z-index: 510;
	height: 60px;
	padding: 0 20px;
	line-height: 60px;
	font-family: Arial;
	font-size: 16px;
	color: #fcfcfc;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	background: #008F91;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.nav > li:hover > a {
	background: #037879;
}
.nav > li:first-child > a {
	border-left: none;
}
.nav > li:last-child > a {
	border-right: none;
	width: 235px;
	float: left;
}
/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}
.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	background: #771203;
	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}
.nav > li.nav-search input[type="text"]:focus {
	color: #fcfcfc;
}
.nav > li.nav-search input[type="text"]:focus, .nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}
.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;
	background: #008F90 url(../img/search-icon.png) no-repeat center center;
	border-radius: 0 3px 3px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.nav > li.nav-search input[type="submit"]:hover {
	background-color: #4b4441;
}
/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	top: 100%;
	width: 250px;
	float: left;
	visibility: hidden;
	overflow: hidden;
}
.nav > li:hover > div {
	visibility: visible;
	overflow: visible;
}
/* Menu Content Styles */
.nav .nav-column {
	width: 100%;
	float: left;
	background: #7fc7c7;
	padding: 5%;
}
.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #AC014E;
	text-transform: uppercase;
}
.nav .nav-column h3.orange {
	color: #FFFFFF;
}
.nav .nav-column li a {
	padding: 5px 5px;
	display: block;
	line-height: 26px;
	border-bottom: 1px dotted #ccc;
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
}
.nav .nav-column li:last-child a {
	border-bottom: none
}
#soon {
	display: inline-block;
	width: 38px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	margin-left: 5px;
	padding: 2px;
	background: #FF9901;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
}
.nav .nav-column li a:hover {
	color: #037879;
}
.top {
	float: left;
	width: 200px;
	margin-left: 14%;
	padding: 30px;
	margin-top: 1%;
}
.top > h3 {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	color: #000000;
}
.top > a {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 6px;
	display: block;
}
#search_button {
	border: 0 none;
	background: #1f7f5c url(search.png) center no-repeat;
	width: 60px;
	float: left;
	padding: 0;
	text-align: center;
	height: 52px;
	cursor: pointer;
}
#content {
	float: left;
	display: flex;
	background: #FFF;
	width: 100%;
}
#contentBody {
	position: relative;
	float: left;
	background: #FFF;
	width: 100%;
	margin-left:16%;
	margin-right:16%;
	height: 100%;
}
#copyright {
	float: right;
	width: 180px;
	margin-top: 1%;
	margin-right: 15%;
}
#container {
	position: relative;
	clear: both;
}
#container img {
	width: 100%;
	vertical-align: top;
}
#workhours {
	position: absolute;
	width: 150px;
	top: 14%;
	right: 10%;
	background: #e6f2fa;
	padding: 15px;
	/* Firefox */
	-moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
	/* Safari+Chrome */
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	/* Opera */
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	transform: rotate(-6deg);
}
#workhours h3 {
	text-transform: uppercase;
	color: #ff722b;
	font-size: 17px;
}
#workhours:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#search {
	position: absolute;
	width: 150px;
	bottom: 14%;
	right: 10%;
	background: #ebecfa;
	padding: 15px;
	/* Firefox */
	-moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
	/* Safari+Chrome */
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	/* Opera */
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	transform: rotate(-6deg);
}
#search:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#search > ul {
	list-style: none;
	list-style-position: inside;
	padding-left: 0;
}
#search ul li a {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
#search h3 {
	text-transform: uppercase;
	color: #ff722b;
	font-size: 17px;
}
#rig {
	position: absolute;
	top: 40px;
	left: 20px;
}
.container {
	width: 300px;
	vertical-align: middle;
	white-space: nowrap;
}
.container input#search {
	width: 300px;
	height: 35px;
	background-color: #CCC;
	border: none;
	font-size: 10pt;
	float: left;
	padding-left: 40px;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: width .55s ease;
	-moz-transition: width .55s ease;
	-ms-transition: width .55s ease;
	-o-transition: width .55s ease;
	transition: width .55s ease;
}
.container .icon {
	position: absolute;
	margin-left: 12px;
	margin-top: 12px;
}
.container:hover input#search {
	width: 300px;
}
#clockdiv {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}
#clockdiv > div {
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}
#clockdiv div > span {
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}
.smalltext {
	padding-top: 5px;
	font-size: 16px;
}
#clockEli {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}
#clockEli > div {
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}
#clockEli div > span {
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}
.smalltextEli {
	padding-top: 5px;
	font-size: 16px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides div {
	position: absolute;
	width: 300px;
	height: auto;
	background: rgba(255, 236, 211, 0.5);
	padding-left: 8px;
	top: 4%;
	left: 2%;
	font-family: 'PT Sans', sans-serif;
}
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 1%;
	right: 1%;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: none;
	text-decoration: none;
	background-color: #771203;
	text-align: center;
}
.back-to-top i {
	font-size: 60px;
	color: #FFFFFF;
	margin: 2px;
}
.mainMenu {
	width: 900px;
}
.mainMenu ul {
	padding: 2px;
	;
}
.mainMenu ul li {
	width: 250px;
	height: 250px;
	border: 1px solid #FFFFFF;
	list-style: none;
	display: inline-flex;
	align-items: center;
	background: #3BA9AA;
	margin-bottom: 5px;
	margin: 0;
}
.mainMenu a {
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}
.mainMenu a img {
	display: block;
	margin: auto;
	padding-top: 70px;
	border: 0;
	vertical-align: central;
}
.mainMenu a span {
	padding-top: 10px;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	vertical-align: central;
}
.mainMenu a:hover {
	background-color: #259092;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu {
	width: auto;
	border-bottom: 3px solid #037879;
	font-family: 'PT Sans', sans-serif;
	line-height: 1;
}
#cssmenu ul {
	background: #ffffff;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-right > ul > li > a {
	margin-right: 0;
	margin-left: -4px;
}
#cssmenu > ul > li > a {
	z-index: 2;
	padding: 18px 25px 12px 25px;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #444444;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-right: -4px;
}
#cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover {
	color: #ffffff;
}
#cssmenu > ul > li > a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 120%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	content: "";
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: perspective(5px) rotateX(2deg);
	-webkit-transform-origin: bottom;
	-moz-transform: perspective(5px) rotateX(2deg);
	-moz-transform-origin: bottom;
	transform: perspective(5px) rotateX(2deg);
	transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after, #cssmenu > ul > li:hover > a:after, #cssmenu > ul > li > a:hover:after {
	background: #037879;
}
#sub-menu, #sub-menu ul, #sub-menu ul li, #sub-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sub-menu:after, #sub-menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#sub-menu {
	width: auto;
	border-bottom: 3px solid #B3175D;
	font-family: 'PT Sans', sans-serif;
	line-height: 1;
}
#sub-menu ul {
	background: #ffffff;
}
#sub-menu > ul > li {
	float: left;
}
#sub-menu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#sub-menu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#sub-menu.align-right > ul > li {
	float: right;
}
#sub-menu.align-right > ul > li > a {
	margin-right: 0;
	margin-left: -4px;
}
#sub-menu > ul > li > a {
	z-index: 2;
	padding: 18px 25px 12px 25px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #444444;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-right: -4px;
}
#sub-menu > ul > li.active > a, #sub-menu > ul > li:hover > a, #sub-menu > ul > li > a:hover {
	color: #ffffff;
}
#sub-menu > ul > li > a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 120%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	content: "";
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: perspective(5px) rotateX(2deg);
	-webkit-transform-origin: bottom;
	-moz-transform: perspective(5px) rotateX(2deg);
	-moz-transform-origin: bottom;
	transform: perspective(5px) rotateX(2deg);
	transform-origin: bottom;
}
#sub-menu > ul > li.active > a:after, #sub-menu > ul > li:hover > a:after, #sub-menu > ul > li > a:hover:after {
	background: #B3175D;
}
#hor-minimalist-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	background: #fff;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th {
	font-size: 16px;
	font-weight: normal;
	color: #039;
	border-bottom: 2px solid #6678b1;
	padding: 10px 8px;
}
#hor-minimalist-a td {
	color: #669;
	padding: 9px 8px 0;
}
#hor-minimalist-a tbody tr:hover td {
	color: #009;
}
