/****** Begin General ******/
html,
body {
	margin: 10px 0 0 0;
	height: 100%;
	/*behavior: url(/PIE.htc);*/	
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.l-text {
	text-align: left;
}
.r-text {
	text-align: right;
}
.c-text{
    text-align: center;
}
.m-left {
	margin-left: 5px;
}
.m-right {
	margin-right: 5px;
}
.m-top {
	margin-top: 5px;
}
.m-bottom {
	margin-bottom: 5px;
}
.box-50 {
	width: 49%;
}
.box-col-med {
	width: 286px;
}
.pad-all {
	padding: 5px;
}
.border-left {
	border-left-style: solid;
	border-left-width: 1px;
	
}
.border-right {
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 9px;
	margin-right: 10px;
	
}
.round-all {
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(/PIE.htc);*/	
	
}
.round-top 
{    
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	/*behavior: url(/PIE.htc);*/	
	
}
.round-left {
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	/*behavior: url(/PIE.htc);*/	
	
}
.round-right {
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	/*behavior: url(/PIE.htc);*/	
}
.drop-shadow {
	-webkit-box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.25);      
	/*behavior: url(/PIE.htc);*/	
}
.hard-shadow {
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.25);  
	/*behavior: url(/PIE.htc);*/	
}

a.survey{display:block;height: 60px; width: 71px; background:url(/images/User_Survey.jpg) no-repeat top left; left:-2px;  position: relative;  top: 14px;} 
a.survey:link,{ background:url(/images/User_Survey.jpg) no-repeat top left; } 
a.survey:hover{ background:url(/images/User_Survey_hover.jpg) no-repeat top left;} 
.main-wrapper {
	position: inherit;
	
}
.breadcrumb {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:after {
	content: " > ";	
}
.breadcrumb li:last-child:after {
	content: "";
}
dd {
	margin-left: 0;
}

/****** End General ******/

/* Navigation */
.top-nav {
	margin-bottom: 8px;
	
}
.hor-nav {
	margin: 8px 0;
	padding: 0;
	list-style: none;
	
}
.hor-nav li {
	display: inline-block;
	border-right-style: dotted;
	border-right-width: 1px;
	
}
.hor-nav li.last {
	border-right: none;
	
}
.hor-nav li a {
	padding: 5px 10px;
	text-decoration: none;
	
}
/* Tab Navigation */

/*
.tab-nav {
	margin: -0;
	padding: 0;
	list-style: none;
	
}
.tab-nav li
{
    display: inline-block;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    padding: 1px 12px 1px 12px;
    margin-right: 1px;
}
.tab-nav li a {
	
	text-decoration: none;
	padding: 5px 12px;
    display: block;
}

.tab-nav li a:hover {
	
	text-decoration: underline;
}

*/

.tab-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-nav li {
	display: inline-block;
	display:inline !ie;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}



.tab-nav li a {
	padding: 5px 10px;
	text-decoration: none;
}

/* Primary Nav */
.primary-nav {
	text-align: right;
	clear: both;
	/*behavior: url(/PIE.htc);*/	
}
.mega-menu {
	display: inline-block;
	*display: inline;
	margin: 0 0 -10px 0;
	padding-left: 0;
	overflow: hidden;
	zoom: 1;	
	/*behavior: url(/PIE.htc);*/		
}
.mega-menu p.heading {
	margin-bottom: .5em;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	
}
.mega-menu > li {
	float: left;
	display: inline-block;
	text-align: center;
	margin: 0;
	list-style: none;
	border-right-style: dotted;
	border-right-width: 1px;
	/*behavior: url(/PIE.htc);*/	
}

.mega-menu > li.first, 
.mega-menu > li.first :hover {
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	/*behavior: url(/PIE.htc);*/	
	
}
.mega-menu > li.last,
.mega-menu > li.last :hover {
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	border-right: none;
	/*behavior: url(/PIE.htc);*/	
}
.mega-menu > li > a {
	position: relative;
	display: block;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1em 2em;
	line-height: 1;
	text-decoration: none;
	/*behavior: url(/PIE.htc);*/	
	
}
.mega-menu li:hover .drop-column, 
.hover {
	top: auto;
	display: block;	
	/*behavior: url(/PIE.htc);*/	
}
/* arrow */
.mega-menu > li:hover > a:after,
.mega-menu > li.active > a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	/*behavior: url(/PIE.htc);*/	
	
}
.mega-menu .block.inner a {
	display: block;
	/*behavior: url(/PIE.htc);*/	
	
}
.drop-column {
	display: none;
	position: absolute;
	text-align: left;
	zoom: 1;
	z-index: 999;
	/*behavior: url(/PIE.htc);*/	
	list-style: none;
	margin: 0;
	padding: 0;
	
	
}
.drop-column.hover {
	display: block;
/*behavior: url(/PIE.htc);*/	
}
.drop-column li a {
	display: block;
	margin: 0 0 0 -6px;
	padding: 0.25em 0.5em;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-width: 6px;
	border-left-style: solid;
	border-right-style: solid;
	
}
.drop-column li:last-child,
.drop-column li:last-child a {
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border-bottom-style: solid;
	/*behavior: url(/PIE.htc);*/	
}

/*
.drop-column .wrapper {
	padding: 10px;
}
.drop-column a {
	display: block;
	margin: 5px 0;
}
.drop-column .col-3 {
	width: 290px;
	float: left;
}
.drop-column .col-2 {
	width: 600px;
	float: left;
}
.drop-column .m1 {
	padding: 10px 0 0 9px;
	margin: -3px 0 0 299px;
}
.current img {
	float: left;
	margin: 0 10px 5px 0;
}
*/
/* Footer */
#footer {
	border-top-style: solid;
	border-top-width: 6px;
}
.footer-tabs 
{
    /*behavior: url(/PIE.htc);*/	
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	width: 715px;
}
.footer-tabs.ui-widget-content  
{
    /*behavior: url(/PIE.htc);*/	
	border: none; 
	background: none;
}
.footer-tabs .ui-widget-header  
{
    /*behavior: url(/PIE.htc);*/	
	border: none; 
	background: none; 
	font-weight: bold; 
}
/* Inactive Tab */
.footer-tabs .ui-state-default, 
.footer-tabs .ui-widget-content 
.footer-tabs .ui-state-default, 
.footer-tabs .ui-widget-header .footer-tabs .ui-state-default  
{
    /*behavior: url(/PIE.htc);*/	
	border: none ; 
	font-weight: normal; 
}
/* Active Tab */
.footer-tabs .ui-state-active, 
.footer-tabs .ui-widget-content 
.footer-tabs .ui-state-active, 
.footer-tabs .ui-widget-header 
.footer-tabs .ui-state-active  
{
    /*behavior: url(/PIE.htc);*/	
	border: none; 
	font-weight: normal; 
}
.footer-tabs.ui-tabs  
{
    /*behavior: url(/PIE.htc);*/	
	position: relative; 
	padding: .2em; 
	zoom: 1; 
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.footer-tabs.ui-tabs .ui-tabs-nav  
{
    /*behavior: url(/PIE.htc);*/	
	margin: 0; 
	padding: .2em .2em 0; 
}
.footer-tabs.ui-tabs .ui-tabs-nav li  
{
    /*behavior: url(/PIE.htc);*/	
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	margin: 0 3px 1px 0; 
	border-bottom: 0 !important; 
	padding: 0; 
	white-space: nowrap; 
}
.footer-tabs.ui-tabs .ui-tabs-nav li a  
{
    /*behavior: url(/PIE.htc);*/	
	float: left; 
	padding: .5em 1em; 
	text-decoration: none;
	font-weight: bold; 
}
.footer-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected  
{
    /*behavior: url(/PIE.htc);*/	
	margin-bottom: -1px; 
	padding-bottom: 3px;
}
.footer-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.footer-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.footer-tabs.ui-tabs .ui-tabs-nav li.ui-state-processing a  
{
    /*behavior: url(/PIE.htc);*/	
	cursor: text; 
}
.footer-tabs.ui-tabs .ui-tabs-nav li a, 
.footer-tabs.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a  
{
    /*behavior: url(/PIE.htc);*/	
	cursor: pointer; 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.footer-tabs.ui-tabs .ui-tabs-panel { 
	display: block; 
	border-width: 0; 
	padding: 10px; 
}
.footer-tabs.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}
.footer-tabs .tab-nav,
.footer-tabs #tab-1,
.footer-tabs #tab-2,
.footer-tabs #tab-3,
.footer-tabs #tab-4 {
	display: inline-block;
	*display: inline;
	margin-top: -1px;
	margin-right: 10px;
	width: 700px
}
.footer-tabs {
	font: normal normal 11px/1.2 Verdana, Geneva, sans-serif;
}
.footer-tabs .col {
	display: inline-block;
	*display: inline;
	margin-right: 5px;
}
.footer-tabs .col-4 {
	width: 167px;
}
.footer-tabs .col-3 {
	width: 225px;
}
.footer-tabs .col-2 {
	width: 343px;
}
.footer-tabs .col-1 {
	width: 699px;
}
.footer-tabs .col .col-title {
	margin: 0 5px 5px;
	font-weight: bold;
	font-style: italic;
}
.footer-tabs .col .col-content 
{    
	padding: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	text-align: left;
	/*behavior: url(/PIE.htc);*/	
}
.footer-tabs .last .col-content 
{
   
	border-top: 0;
	border-left: 0;
	border-right: 0;
	/*behavior: url(/PIE.htc);*/	
}
#footer .copyright 
{
    
	float: left;
	width: 190px;
	margin-right: 0;
	text-align: center;
}
/* Widgets */
.block {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.block .header {
	padding: 0 5px;
}
.block dt,
.block dd {
	margin: .75em 0;
}
.block br {
	display: none;
}
.block .header .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.block .header .subtitle {
	font-style: italic;
}
.block .content {
	margin: 0;
	padding: 10px;
}
.block .content p {
	/*margin-bottom: 0;*/
}
.block img {
	float: left;
	margin: 0 5px 5px 0;
}
/* Content */
#header {
	margin-bottom: 12px;
}
.branding {
	width: 350px;
}
.branding img {
	width: 100%;
	height: auto;
}
.article {
	position: relative;
	
}
.article .content
{
    margin: 5px 0 0 5px;
    padding: 5px 10px 10px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-width: 1px;
    
}



.article .content .tab-nav {
	margin-top: -2em;
	margin-bottom: 1em;
}
.article .content .tab-nav li {
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;      
	/*behavior: url(/PIE.htc);*/	
}
.article header h1 {
	font-size: 1.2em;
	font-weight: bold;
}
.article header p {
	text-align: right;
	margin: 0 0 0.5em;
}
.article p img {
	float: left;
	margin: 0 .5em .5em 0;
}


.sidebar {
	padding-top: .5em;
	text-align: center;
}
.sidebar .title {
	padding: 1em 0;
	font-size: 1.2em;
	font-weight: bold;
}

.read-btn {
	font-weight: bold;
	text-align: right;
	margin: 10px 0;
}
.read-btn a {
	margin: 10px 0;
	padding: 5px 12px;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 5px 12px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(/PIE.htc);*/	
}
.article-widgets {
	text-align: center;	
}
.article-widgets .author {
	width: 286px;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	position: relative;
	z-index: 1;
	/*behavior: url(/PIE.htc);*/	
}
.article-widgets .block {
	text-align: left;
	margin: 5px 0;
	-moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
	display: inline-block;
	/*behavior: url(/PIE.htc);*/	
}
.block .title {
	font-weight: bold;
	margin: 0 0 1em;
}
.article .related {
	margin: 10px 0;
}
.article .related div.first {
	float: left;
	width: 47.5%;
}
.article .related div.last {
	float: right;
	width: 47.5%;
}
/* Input */
.select-div 
{
    display: inline-block;
	*display: inline;	
    position: relative;
}
.select-box {
	display: inline-block;
	*display: inline;
	min-width: 56px;
	height: 24px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;    	
	background: url(../images/drop-arrow.jpg) top right no-repeat rgb(252,251,251);
	
	/*behavior: url(/PIE.htc);*/	
}

.select-box select {
	cursor: pointer;
	-webkit-appearance: none; 
	min-width: 86px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 .5em;
	border: none;
	background: none;	
	/*behavior: url(/PIE.htc);*/	
}

.select-box dropdownlist {
	cursor: pointer;
	-webkit-appearance: none; 
	width: 222px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 .5em;
	border: none;
	/*background: none;	*/
	/*behavior: url(/PIE.htc);*/	
}

input[type="search"], 
input[type="text"],
input[type="tel"],
input[type="password"] {
	-webkit-appearance: none;
	width: 176px;
	height: 26px;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	margin: 0;   	
	/*behavior: url(/PIE.htc);*/	
}
input[type="checkbox"] {
	border-style: solid;
	border-width: 1px;
}
.search input[type="button"] {
	cursor: pointer;
	display: inline-block;
	width: 26px;
	height: 28px;
	text-indent: -9999px;
	border: none;	
	background: url(../images/search-icon.png) 0 2px no-repeat;
}


.button {
	margin: 10px 0;
}
.button a,
.button a:hover {
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}
/* Social */
.social-wrapper {
	position: relative;
	margin-bottom: 10px;
	z-index: 100;
}
.social-wrapper .s-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.social-wrapper .s-nav > li {
	display: inline-block;
	*display: inline;
}

.s-nav li .share-block {
	display: none;
	position: absolute;
	right: 0;
	zoom: 1;
	z-index: 10;
	text-align: left;
	/*behavior: url(/PIE.htc);*/	
}
.s-nav li:hover .share-block {
	display: block;
	
	
}

.share-button {
	text-align: center;
	font-family: "HCIRegular";
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	*display: inline;
	margin: 0 5px;
	padding: 0;
	width: 48px;
	height: 48px;
	border-style: solid;
	border-width: 2px;   	
	text-decoration: none;
	/*behavior: url(/PIE.htc);*/	
}
.share-block {
	width: 290px;
	padding: 10px;
	/*behavior: url(/PIE.htc);*/	
}
.share-block .content {
	padding: 10px;	
	/*behavior: url(/PIE.htc);*/	
}
.share-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*behavior: url(/PIE.htc);*/	
}
.share-block li {
	margin: 1em 0;
	height: 20px;
	line-height: 20px;
	/*behavior: url(/PIE.htc);*/	
}
.share-block li a {
	text-decoration: none;
	/*behavior: url(/PIE.htc);*/	
}
.share-block li a span.f-icon {
	font-family: "HCIRegular";
	font-size: 20px;
	vertical-align: text-bottom;
	/*behavior: url(/PIE.htc);*/	
}
.share-block li img {
	width: auto;
	height: 20px;
	vertical-align: middle;
	/*behavior: url(/PIE.htc);*/	
}
.share-block li .st-fix {
	vertical-align: top;
	/*behavior: url(/PIE.htc);*/	
}

/* Drop Search */
.search dl {
	margin-bottom: 0;
}
.search dt,
.search dd {
	display: inline-block;
	margin: .5em 0;
}
.search dt {
	width: 32%;
}
.search dd {
	width: 66%
}
.drop-column .search input[type="date"] {
	width: 64px;
}
.search.button {
	margin: 0;
	text-align: right;
}

.hide-overflow {
	overflow: hidden;
}

.equal-height {
	padding-bottom: 500px;
	margin-bottom: -500px;
}
/* Carousel */
.carousel-wrapper {
	margin: 10px 0;
	padding-bottom: 10px;
}
.carousel-wrapper > p {
	margin: 10px;
	padding-top: 10px;
	font-size: 1.25em;
}
.carousel-wrapper p {
	text-shadow: 1px 1px 2px #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
}
#carousel {
	margin: 0;
	padding: 0;
}
#carousel li {
	width: 137px;
	margin: 10px 0 0;
	padding: 0;	
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
}
#carousel li p {
	font-weight: bold;
	letter-spacing: .5px;
	padding: 5px;
	margin: 0;        	
}
.bx-wrapper, 
.bx-window {
    margin: 0 auto; width: 92% !important;
}
.bx-window {
	padding: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	-webkit-box-shadow: inset 0px 8px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 8px 10px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 8px 10px 0px rgba(0,0,0,0.4);
	/*behavior: url(/PIE.htc);*/	
}
#slider1 li{
    margin-left:0px !important;
}
.bx-prev, .bx-next {
	display: block;
	font-family: 'HCIRegular';
	font-size: 24px;
	text-decoration: none;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	padding: 0;
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	filter: none;	
	/*behavior: url(/PIE.htc);*/	
}
.bx-prev {
	position: absolute;
	top: 50%;
	left: -26px;
	margin: -18px 0 0 0;
}
.bx-next {
	position: absolute;
	right: -26px;
	top: 50%;
	margin: -18px 0 0 0;
}
.feature-carousel-wrapper {
	padding: 10px;
	border: solid 1px #60790b;
	zoom: 1;
}
.feature-carousel-wrapper p {
	margin: 0 0 1em;
}
.feature-carousel-wrapper p strong {
	font-size: 1.32em;
	color: #f4f4f2;
}
#feature-carousel {
	margin: 0;
	padding: 0;
}
#feature-carousel li {
	width: 137px;
	margin: 0;
	padding: 0;	
	text-align: center;
	border-right: solid 1px #60790b;
}
#feature-carousel li p {
	padding: 5px;
	color: #f4f4f2;
	margin: 0;
	font: normal bold 1em/1.2 Verdana, Geneva, sans-serif;
}
/* Modal Forms */

.m-form 
{
    /*behavior: url(/PIE.htc);*/	
}
.m-form .content {
	margin: .25em 0;
	padding: 1em;
	/*behavior: url(/PIE.htc);*/	
}
.m-form .f-left,
.m-form .f-right {
	width: 49%;
	/*behavior: url(/PIE.htc);*/	
}
.m-form ul {
	list-style: none;
	/*behavior: url(/PIE.htc);*/	
}
.m-form li {
	margin: .75em 0;
	/*behavior: url(/PIE.htc);*/	
}
.m-form li label {
	width: 42%;
	display: inline-block;
	*display: inline;
	white-space: nowrap;
	/*behavior: url(/PIE.htc);*/	
}
.m-form p {
	margin: 0 0 1em;
	line-height: 1.1;
	/*behavior: url(/PIE.htc);*/	
}
.error .message {
	background: url(../images/error-icon.png) left center no-repeat;
	padding: 0 0 0 40px;
}
.m-form .button {
	display: inline-block;
	margin-left: .5em;
}
.ui-dialog.ui-widget-content {
	border-width: 20px;
	border-style: solid;
	-webkit-border-radius: 10px;
	border-radius: 20px;
	/*behavior: url(/PIE.htc);*/	
}
/* Hero */
.hero-slider + .social-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.hero-slider {
	height: 250px;
	position: relative;
	overflow: hidden;
	border-bottom-style: solid;
	border-width: 6px;
}
.hero-slider img {
	width: 100%;
	height: auto;
}
#slides {
	position:absolute;
	top:0;
	left:0;
	height: 250px; /* Match .hero-slider height */
	z-index:100;
}
.slide .title{
	position: absolute;
	padding: .75em;
	top: 58%;
	left: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
.slide a {
	text-decoration: none;
}
.slides_container {
	width:950px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width:950px;
	height:250px; /* Match .hero-slider height */
	display:block;
}


/* IE Styles */
.ie7 .primary-nav,
.ie8 .primary-nav,
.ie9 .primary-nav {
	clear: both;
	position: relative;
	z-index: 102;
	/*behavior: url(/PIE.htc);*/	
}
.ie9 .mega-menu {
	border-radius: 10px;
	/*behavior: url(/PIE.htc);*/	
}

.ie7 .hor-nav li {
	display: inline;
	/*behavior: url(/PIE.htc);*/	
}
.ie7 .mega-menu > li {
	display: inline;
	/*behavior: url(/PIE.htc);*/	
}

.autoscroll
{
    /*
	overflow:auto;
	padding-left: 5px;
	padding-right: 10px;
	height: 906px;
*/
}


::-webkit-scrollbar {
  /*  width: 12px;*/
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;*/
}

::-webkit-scrollbar-thumb {
  /*  border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

.aligntop{
vertical-align: top;
}

.large-popup
{
    width: 790px;
}

.content-authorize
{
     width: 490px;
}

.content-authorize-border
{
    border: 5px solid #9FC717;
}

.content-authorize-margin
{
    margin-right: 7px;
}

.aspx-button
{    
    padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.aspx-button:hover {
	color: #fff;
	background: #60790b;
}

.link-button
{    
    padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	border: none;
    color: #FFFFFF !important;
}

.link-button:hover {
	color: #fff;
	background: #60790b;
}

.section-title
{
    font-size: 11pt;
}

.register-head
{
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 20px;
    font-family: Georgia, Times New Roman, Serif;
    text-align: center;
}

.register-head h1
{
    font-weight: bold;
    font-size: 3em;
}

.register-head h3
{
    font-weight: normal;
    font-size: 1.8em;
}

.subscription-price-header
{
    font-weight: bold;
    font-size: 1.6em;
    font-family: Georgia, Times New Roman, Serif;
    float: left;
    width: 340px;
    margin: 15px 0 5px 0;
    text-decoration: underline;
    
}

.subscription-top
{
    width: 950px;
    margin-bottom: 20px;
    display: block;
    clear: both;
}

.subscription-top-left
{
    float: left;
    width: 380px;
}

.subscription-top-right
{
    float: right;
    width: 540px;
}

.subscription-tr-header
{
    clear: both;
}

.subscription-tr-terms
{
    float: right;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
}

.subscription-tr-col
{
    float: right;
    width: 90px;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;    
}

.subscription-tr-subtype
{
    margin-bottom: 30px;
}

.subscription-tr-subcol
{
    width: 530px;
    border-top: solid 1px #CCCCCC;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    clear: both;
}
.subscription-tr-subcol-edition
{
    font-weight: bold;
    font-size: 1.6em;
}
.title-black {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.title-black-large {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.ul-list-none
{
    list-style: none;
}
.subscription-tr-subcol-col
{
    display: inline-block;
    vertical-align:top;
}

.subprice
{
     text-align: center;
     text-transform: uppercase;
     font-size: 2em;
     font-weight: bold;
}

.subprice-old
{
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    text-decoration: line-through;
    font-style:italic;
    color: #AAAAAA;
}

.subscription-faq
{
    width: 950px;
    margin-bottom: 20px;
    display: block;
    clear: both;
    border-top: solid 1px #CCCCCC;
    padding-top: 8px;
    margin-top: 20px;   
}

.subscription-faq .h2
{
    margin-bottom: .5em;
}

.subscription-faq .h3
{
    margin-bottom: .5em;
}

.subscribe-message
{
    font-size: 1.5em;
    font-weight: bold;
    color: Green;
}


.watermark {color:#999}
.artdetail-image { float: left; padding: 0 10px 10px 0; }

/* modal */
.web_dialog_overlay
        {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            background: #000000;
            opacity: .15;
            filter: alpha(opacity=15);
            -moz-opacity: .15;
            z-index: 101;
            display: none;
        }

#blanketClass
{
    background-color: #fff;
    position: absolute;
    z-index: 9001! important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
