

@import url(//fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic,900,900italic);

body {
	background: url('images/container_bg-3.jpg') fixed center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#login-page {
	background-image: url('images/container_bg-3.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	margin: 0;
	padding: 2px;
	font-family: "Merriweather", serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	color: #030001;
	font-weight: 700;
	font-variant: small-caps;
	line-height: 100%;
}
h1 {
	font-size: 2.8em;
}
h2, font[size="4"] {
	font-size: 2.1em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: .95em;
}
h6 {
	font-size: .9em;
}
p, a, table, tr, td, span, font, li {
	font-family: 'Merriweather', serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 150%
}
a:link, a:visited, a:focus {
	color: #495874;
}
a:hover {
	color: #1D571D;
}
sup {
	font-size: 1.1em;
}
table {
	border-collapse: collapse;
}
.std-table {
	min-width: 40%;
  cellpadding:2px;
 }
#wrapper {
	width: 98.5%;
	min-width:1140px;
	margin: 36px 8px;
}
.ahn-category-edit a {
	font-size: .95em;
}
/* main content areas */
#ltCol {
	width: 262px;
	float: left;
	margin: 0px;
	z-index: 1;
	padding-left: 8px;
	margin-top: 8px;
}
#cntCol {
	margin: 0px 208px 0px 270px;
  min-height: 91vh;
	background: rgba(255,255,255,.9);
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 1000;
	padding: 6px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
#rtCol {
	width: 200px;
	float: right;
	margin: 0px;
	z-index: -1;
	overflow: hidden;
	padding-right: 8px;
	margin-top: 8px;
}
.ahn-widget {
	clear: none !important;
}
.whiteBG {
	background: rgba(255,255,255,0.9);
	padding: 8px;
	margin-bottom: 12px;
}
#ltCol .whiteBG {
	box-shadow: -5px 0 8px rgba(0,0,0,0.4), -5px 0px 4px rgba(0, 0, 0, 0.1) inset;
	border-radius: 12px 0px 0px 12px;
}
#ltCol .whiteBG:first-child {
	background: #FFF none repeat scroll 0% 0%;
	border: 4px inset #6D80A3;
}
#ltCol .whiteBG h1 {
	color: #6D80A3;
	text-align: center;
	font-weight: 900;
	font-style: italic;
	font-size: 38px;
	line-height: 44px;
	font-variant: normal;
	margin: 0;
}
#rtCol .whiteBG {
	box-shadow: 0 0 8px rgba(0,0,0,0.4), 5px 0px 4px rgba(0, 0, 0, 0.1) inset;
	border-radius: 0px 12px 12px 0px;
}
.stockImg {
	border-radius: 12px 0px 0px 12px;
	box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.4);
	border: 1px solid #CCC;
}
.homeIMG {
	border-radius: 12px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	border: 4px solid #fff;
}
#commName {
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	font-variant: small-caps;
	letter-spacing: 4px;
	border-bottom: 4px double #bbb;
	border-top: 4px double #BBB;
	color: #60717d;
	text-shadow: -1px 1px 4px #80939f;
}
#menuTD {
	margin-right: 8px;
	width: 94% !important;
	padding: 0 8px;
}
#contactBlock {
	margin-top: 36px;
	font-size: 12px;
	text-align: center;
}
#contactBlock p {
	text-align: center;
	font-variant: small-caps;
	font-size: .95em;
	line-height: 18px;
}
#footer {
	margin-top: 48px;
	text-align: center;
}
/* Vertical Flyout Menu */
div#listmenu {
	font-size: 1.2em;
	font-family: arial, verdana, serif;
	margin-top: 12px;
	z-index: 5;
	width: 232px;
  height:100%;
	float: none;
	background: transparent;
	border-bottom: medium none;
	border-right: medium none;
	margin-left: -20px;
}
div#listmenu ul {
	position:relative;
	margin: 4px;
	padding: 0;
}
div#listmenu li {
	transition: all .3s linear;
	text-align: left;
	position: static;
	list-style-type: none;
	float: none;
	background-color: transparent;
	border-right: none;
	color: #026;
	font-size: 1em;
	border-radius: 0 12px 12px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
div#listmenu li:hover {
	background: #759FC3;
}
div#listmenu li a {
	transition: all .25s linear;
	color: #444;
	font-family: "Merriweather", serif;
	font-size: 15px;
	font-weight: 400;
	padding: 4px 16px 0px;
}
div#listmenu li a:hover {
	color: #fff !important;
}
div#listmenu li a h3 {
	margin: 6px -8px;
}
body div#listmenu ul li ul {
	padding-bottom: 0;
  margin-top:0;
  min-height:100%;
}
div#listmenu ul li ul {
	transition: all .3s linear;
  position:absolute;
  top:0;
	z-index: 10;
	width: 200px;
	border: 0;
	padding-bottom: 0;
	margin: -26px 0px 0px 184px;
}
div#listmenu ul li ul li:first-child {
	border-top: 0;
}
div#listmenu li:first-child {
	border-left: none;
}
div#listmenu ul li ul li, div#listmenu ul li ul li:hover {
	background: #fff;
	padding: 0;
	width: 200px;
	border: 0;
	text-align: left;
	border-radius: 12px;
}
div#listmenu ul li ul li:hover {
	background: #759FC3;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
div#listmenu ul li ul li a {
	padding: 4px 8px 0;
	color: #1D2B38;
}
div#listmenu li ul li a:hover {
	color: #fff !important;
}
html > body div#listmenu ul li ul li ul {
	left: 16px;
	top: 26px;
	border: 0;
}
#ahn-bottom-content {
	background: transparent;
}
/* End Menu */

.ui-tabs .ui-state-default A:link {
	font-size: .95em;
}
.ui-tabs.ui-widget-content {
	height: 48px;
	overflow: hidden;
}
.ahn-category-edit a, .ahn-feature-action-bar a {
	color: #fff;
}
.ui-state-default a {
	color: #fff !important;
}
.ui-state-default.ui-state-active a {
	color: #003 !important;
}
#maincontent, #maincontent div[style="margin: 0px 20px 20px 20px;"] {margin:0;}
#ahn-side2-content {background: transparent;}