

/* -------------------------------------
/*  White Space
/* -------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600|Oswald:400,300|Great+Vibes);

body {
	background: #1F496F;
	margin: 0;
}
body, p, table, td, th, ul, ol, textarea, input {
	font-family: "Open Sans", sans-serif !important;
	border: none;
}
h1, h2 {
	font-family: "Oswald", script !important;
	font-weight: 400;
}
h3, h4, h5, h6, .ahn-widgetSize2-title h2 {
	font-family: "Oswald", sans-serif !important;
	font-weight: 400;
}
h1 {
	font-size: 2.4em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #1F496F;
	line-height: 2em;
}
h2 {
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #1F496F;
	line-height: 100%;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: 400;
	color: #1F496F;
}
h4 {
	font-size: 1em;
	font-weight: 400;
	color: #444;
	margin-bottom: 6px;
}
h5 {
	font-size: 0.93em;
	font-weight: 300;
	color: #000;
}
h6 {
	font-size: 0.87em;
	font-weight: 300;
	color: #333;
}
p {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
	color: #333;
	font-weight: 300;
}
/* Default Values
------------------------------------------------------------------- */
a:link {
	color: #1F496F;
	text-decoration: none;
}
a:visited {
	color: #1F496F;
	text-decoration: underline;
}
a:focus {
	color: #1F496F;
	text-decoration: underline;
}
a:active {
	color: #1F496F;
	text-decoration: underline;
}
a:hover {
	color: #C95000;
	text-decoration: underline;
}
/* Layout Structure Elements 
------------------------------------------------------------------- */
#wrapper {
	background: transparent;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#shell {
	background: rgba(255, 255, 255, 0.6);
	height: auto;
	width: 1024px;
	min-width: 960px;
	margin: 0 auto;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#content {
	background: rgba(255, 255, 255, 0.8);
	width: 930px;
	min-width: 930px;
	padding: 5px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	background: rgba(51, 93, 131, 0.6);
	width: 100%;
	height: 60px;
	postition: relative;
}
.ahn-wrapper {
	padding: 4px 20px;
}
#ahn-bottom-content {
	background: #F0EFEC;
}
.ui-tabs .ui-widget-header .ui-state-default.ui-state-active {
	background: #eee;
}
.std-table {
	border-collapse: collapse;
	border: 1px solid #006000;
}
/*   Header Elements
Use the top, left, or right to move the logo and 2 images around
------------------------------------------------------------------- */
#header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#hdr-wrap {
	position: relative;
	width: 1024px;
	min-width: 960px;
	background: #fff;
	margin: 0 auto;
	height: 142px;
}
#logo {
	padding: 8px;
  float:left;
}
#nav-bar {
	width: 100%;
	height: 36px;
	background: #f47b20;
	margin: 0 auto;
	border-top: 1px solid #FFD2B2;
	border-bottom: 1px solid #FFD2B2;
}
#hdr3, #hdr5 {
	position: absolute;
	border: 1px solid #777;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 1px 16px;
	background: #ccc;
  text-transform: uppercase;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ccc 0%, #999 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #999));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccc 0%, #999 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccc 0%, #999 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccc 0%, #999 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ccc 0%, #999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradLt', endColorstr='@gradDk', GradientType=0);
/* IE6-9 */
}
#hdr3, #hdr5 {
	top: 6px;
	right: 20px;
	border-radius: 2px;
}
#hdr3 a, #hdr5 a, #hdr3 a:hover, #hdr5 a:hover, #hdr1 a, #hdr1 a:hover, #hdr1a a, #hdr1a a:hover {
	color: #ffffff;
	text-decoration: none;
}
#hdr1:hover, #hdr1a:hover, #hdr3:hover, #hdr5:hover  {
	background: #999;
	/* Old browsers */
	background: -moz-linear-gradient(top, #999 0%, #ccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999), color-stop(100%, #ccc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999 0%, #ccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999 0%, #ccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999 0%, #ccc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #999 0%, #ccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradDk', endColorstr='@gradLt', GradientType=0);
/* IE6-9 */
}
#hdr4 {
	position: absolute;
	top:85px;
	right: 20px;
  font-size: 24px;
  color: #025e80;
}
.ahn-search-results-container .ahn-feature-action-bar p {
	font-size: 1.1em;
	color: #ffffff;
}
.ahn-search-results-container LI A {
	font-size: 1.05em;
}
#imageBar {
	width: 1020px;
	margin: 0 auto;
}
/* Nav Menu Elements
------------------------------------------------------------------- */
div#listmenu {
	float: none;
 width: 90%px;
	min-width: 960px;
	margin: 0 auto;
	text-align: center;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	font-family: "Oswald", sans-serif;
	background-color: transparent;
	z-index: 500;
	position: relative;
	padding-left: 0px;
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
}
div#listmenu ul {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
}
div#listmenu li {
	float: none;
	text-align: center;
	position: relative;
	list-style: none;
	background-color: transparent;
	border-right: 1px dotted #FFD2B2;
	border-left: 0;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
div#listmenu li:first-child {
	border-left: 0;
}
div#listmenu li:last-child {
	border-right: 0;
}
div#listmenu li:hover {
	background-color: #1F496F;
}
span.spacer:hover {
	background-color: #ccc;
	border: 0;
}
div#listmenu a {
	display: block;
	padding: 3px 8px 4px 5px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-weight: 300 !important;
	letter-spacing: 0px;
	font-size: 1.3em;
}
div#listmenu a:visited, div#listmenu a:focus {
	color: #ffffff;
}
div#listmenu a:hover {
	color: #dde;
}
div#listmenu ul li:hover, div#listmenu ul li ul li:hover {
	background: #1F496F;
}
/* the drop-down starts here */
div#listmenu ul li ul {
	margin: 0px;
	z-index: 15;
	position: absolute;
	left: -1px;
	background-color: transparent;
	width: 160px;
	border: 0px;
}
div#listmenu ul li ul li {
	background: #1F496F;
	width: 160px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
	border-top: 1px solid #ffffff;
}
div#listmenu ul li ul li a {
	padding: 0 6px;
	color: #ffffff;
	font-weight: 400;
	font-size: .95em;
	border-right: 0px #eee solid;
}
div#listmenu ul li ul li a:visited {
	color: #ffffff;
}
div#listmenu ul li ul li:hover {
	background: #f47b20;
	border-bottom: 0px;
}
div#listmenu ul li ul li:hover a {
	color: #ffffff;
}
div#listmenu ul li ul li:first-child {
	border-top: 0px #357dbf solid;
}
div#listmenu ul li ul li ul li {
	border: 1px solid #ffffff !important;
}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {
	display: none;
}
div#listmenu ul li:hover ul {
	display: block;
	width: 120px;
}
/* pop-out starts here */
body div#listmenu ul li ul li ul {
	position: absolute;
	visibility: hidden;
	top: -1px;
	left: 10.85em;
}
div#listmenu ul li ul li:hover ul {
	visibility: visible;
}
/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {
	visibility: hidden;
}
div#listmenu ul li ul li ul li:hover ul {
	visibility: visible;
}
/* THE HACK ZONE - */
* html div#listmenu ul {
	border: 0;
}
* html div#listmenu ul li ul {
	margin: 0 0 0 -40px;
	z-index: 10;
	position: absolute;
	width: 120px;
	border: transparent;
	left: -1px;
	background-color: transparent;
}
* html div#listmenu ul li ul {
	margin: 0;
	z-index: 10;
	position: absolute;
	width: 120px;
	border-right: 0px;
	left: 0px;
}
* html div#listmenu ul {
	float: left;
	border-left: 0;
	margin-left: 0px;
}
* html div#listmenu ul li ul {
	border-top: 0;
	border-left: 0px;
}
* html div#listmenu ul li ul li ul {
	left: 9.85em;
	voice-family: "\"}\"";
	voice-family: inherit;
	left: 10.85em;
}
html > body div#listmenu ul li ul li ul {
	left: 10.85em;
}
/* Footer Content Box */
.footer-content {
	width: 1024px;
	min-width: 960px;
	background: transparent;
	margin: 0 auto;
	position: relative;
}
.footer-logo {
	width: 166px;
	background: transparent;
	position: absolute;
	top: 7px;
	left: 0px;
}
.footer-logo a {
	display: block;
	padding-top: 12px;
	font-family: "Open Sans", script !important;
	font-weight: 300;
	font-size: 2.7em;
	color: #ffffff;
	text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.8);
}
p.line {
	color: #ffffff;
	font-size: .95em;
	font-family: 'Open Sans', sans-serif !important;
	position: absolute;
	top: 10px;
	left: 40%;
	font-weight: 400;
	letter-spacing: 1px;
}
p.line a {
	color: #ffffff;
	font-size: .95em;
	font-family: 'Open Sans', sans-serif !important;
}
/* UP Features */
.ahn-feature-action-bar a:link, .ahn-feature-action-bar a:visited, .ahn-feature-action-bar a:focus {
	color: #ffffff;
}
.ahn-feature-action-bar a:hover {
	color: #d5d013;
}
.ahn-feature-bottom-bar {
	background: #333333;
	padding: 0;
	height: 2px;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	clear: left;
}
#ahn-bottom-content {
	background: transparent;
}
.ui-state-default a {
	color: #888!important;
}
.ui-state-default.ui-state-active a {
	color: #003 !important;
}
/* Event Calendar Styles */
.wide-calendar-upcoming-events-wrap .ahn-calendar-mini {
	width: 250px;
}
.wide-calendar-upcoming-events-wrap ul.ahn-list-items {
	padding-left: 250px;
}
.ahn-calendar-mini .ahn-cal-events {
	background: #357dbf;
}
.ahn-calendar-mini .ahn-cal-events a:link {
	color: #ffffff;
}
.ahn-calendar-mini TD.ahn-cal-today {
	background: #ccc;
}
.ahn-widget-content .user-actions a {
	color: #ffffff;
}

/* Home Page */

#homeTbl1 {
	border: 8px solid #F47B20;
	padding: 2px 12px;
	background: none repeat scroll 0% 0% #F4E7DD;
	border-radius: 12px;
	box-shadow: 1px 1px 4px #333, 2px 2px 7px #888 inset;
  margin-bottom:20px;
}
.hmCell table {
	border: 1px solid #aaa;
  background: #fff;
  border-radius: 9px;
  width: 212px;
  height: 100%;
}
.hmCell table td {
	padding: 4px 8px;
font-size: 14px;
line-height: 18px;
vertical-align: top;
}
.hmTitle {
	text-align: center;
	font-size: 20px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #1F496F;
  letter-spacing: -1px;
height: 40px;
}
.lrnMore a {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #F47B20;
	border-radius: 16px;
	color: #fff;
  background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 47%, #db6c04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(47%,#ffa73d), color-stop(100%,#db6c04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 47%,#db6c04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 47%,#db6c04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 47%,#db6c04 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 47%,#db6c04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#db6c04',GradientType=0 ); /* IE6-9 */
margin: 8px 12px;
display: block;
text-shadow: 1px 1px 1px #000;
}
span.address {text-align: right;display: block;float: right;font-size: 15px;line-height: 16px;}