 html {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #660000;
    background: none repeat scroll 0% 0% #f5eedd;
   	font-family: "Times New Roman";
    position: relative;
    z-index: 1001;
    padding: 0px 0px;
}
.site-top {
    border-top: 18px solid #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px;
	margin-top: 25px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
li, dt, dd {
    line-height: 16px;
}
a {
  color: 006;
  text-decoration: none;
}
hr {
    box-sizing: content-box;
    height: 0px;
    margin: 5px 0px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #DDD -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
em {
    color: #752;
}
.tm-navbar.uk-navbar-attached .tm-nav {
    text-align: center;
}
.tm-toolbar, .tm-headerbar, .tm-navbar, .tm-footer {
    margin-top: 5px;
    margin-bottom: 5px;

}
.tm-headerbar {
    border-bottom: #752 1px solid;
    margin-bottom: 0px;
  
}
.tm-main {
  	margin-top: 20px;
}
.tm-navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: #752 1px solid;
}
.tm-block:first-child, .tm-block-image, .tm-block-alt, .tm-block-image + .tm-block, .tm-block-alt + .tm-block, .tm-bottom-c + .tm-footer {
    padding-top: 0px;
}
.tm-block {
    box-sizing: border-box;
    padding-bottom: 0px;
    background: none repeat scroll 0% 0% #fff;
}
.uk-container {
    max-width: 1200px;
    padding: 0px 30px;
    margin-left: auto;
    margin-right: auto;
  	margin-top: 25px;
  	margin-bottom: 25px;
  border-left: #030 1px solid;
  border-right: #030 1px solid;
  border-bottom: #030 1px solid;
       box-shadow: 0px 0px 10px #006;
  background: #fff;
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 5px;
}
.uk-grid > * {
    padding-left: 35px;
}
.uk-navbar {
    background: #fff none repeat scroll 0% 0%;
    color: #fcfcfc;
    font-weight: bold;
}
.uk-navbar-nav > li > a {
    margin-top: 0px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    font-family: "Tahoma";
    font-weight: bold;
    text-transform: uppercase;
}
.uk-navbar-nav > li.uk-active > a {
    background: #752;
    margin-top:0px;
    color: #fff;
    box-shadow: none;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: transparent;
    color: #752;
    outline: medium none;
}
.uk-subnav > * {
    flex: 0 0 auto;
    padding-left: 10px;
    margin-top: 10px;
    position: relative;
    color: 006;
}
.uk-subnav > * > * {
    display: inline-block;
    color: #006;
    font-weight: 500;
}
.uk-subnav > .uk-active > * {
    color: #000;
    font-weight: 600;
}
.uk-nav-side > li.uk-active > a {
    background: transparent;
    color: #752;
}

.uk-active > * {
    color: #006;
  	background: transparent;
    font-weight: 600;
}
.uk-subnav > * > :hover, .uk-subnav > * > :focus {
    color: #006;
    text-decoration: underline;
}
.uk-button-primary {
    background-color: #752;
    color: #FFF;
    border-color: transparent;
}
.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #d90000;
    color: #FFF;
}
.uk-button:hover, .uk-button:focus {
    background-color: #015fa5;
    color: #FFF;
    outline: medium none;
    text-decoration: none;
    border-color: transparent;
}
.uk-panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #444;
}
.uk-panel-box {
    padding: 5px;
    background: #fff none repeat scroll 0% 0%;
    color: #444;
}
.table-bordered th, .table-bordered td {
    border-left: 0px solid #444;
}
.table-bordered {
    border-width: 1px 0px 1px 0px;
    border-style: solid solid solid none;
    border-color: #444 #444 #444 -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-collapse: separate;
    border-radius: 0px;
}
#wds {
    height: 200px;
    overflow: auto;
}
#wds-container {
    border-color: #CCC;
  width: 300px;
}
/*Expand Contact Form Message Box */
#jform_contact_message {
  height: 200px;
  width: 70%;
  align="center";
  text-align="left";
}
.regmenu {
  margin-top: 30px;
}
/* Responsive Tables CSS */
* { 
	margin: 0; 
	padding: 0; 
}
body { 
	font: 14px/1.4 Georgia, Serif; 
}
#page-wrap {
	margin: 50px;
}
p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
/*Off-Canvas Menu Items */
.uk-nav-offcanvas > li > a {
    color: #752;
    padding: 10px 15px;
}