* {
	font-family: 'PT Sans', Tahoma, Arial, sans-serif;
}
body {
	background: #E9E9E9 url(../images/page-bg.jpg) repeat-x;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	color: #005B95
}
h2, h3, h4, h5, h6 {
	
}
h1 {
	font-size: 32px;
}
h2 {
	/*font-size: 24px;*/
	font-size: 21px;
}
h3 {
	font-size: 21px;
}
h4 {
	/*font-size: 18px;*/
	font-size: 21px;
}
h5 {
	/*font-size: 16px;*/
	font-size: 21px;
}
h6 {
	/*font-size: 14px;*/
	font-size: 21px;
}
select {
	padding: 2px;
	border: 1px solid #999;
}

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
}
*:first-child+html .group{
	zoom: 1;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
}

#social {
	clear: both;
	float: right;
	margin: 5px 0;
	position: relative;
	width: 200px;
}
#social iframe {
	position: absolute !important;
	top: 0;
	left: 0;
}

#content {
	
	clear: both;
	margin-top: 15px;
	background: #FFF;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);

}


.section-head {
	background: url(../images/border.png) repeat-x top left;
	padding-top: 9px;
}

.inset {
	padding: 2px 0 2px 2px;
	border: 1px solid #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.15);
}

.button {
	
	display: block;
	
	border: 1px solid #AAA;
	color: #444;
	font-size: inherit;
	margin: 0 2px 0 0;
	min-width: 4em;
	padding: 3px 12px;
	text-decoration: none !important;
	text-align: center;
	
	background-color: #F4F4F4;
	
	background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-image: -moz-linear-gradient(top, #FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-image: linear-gradient(top, #FAFAFA, #F4F4F4 40%, #E5E5E5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.button:hover {
	
	border-color: #999;
	color: #222;
	background-color: #EBEBEB;
	
	background-image: -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
	background-image: -moz-linear-gradient(top, #fefefe, #f8f8f8 40%, #e9e9e9);
	background-image: linear-gradient(top, #fefefe, #f8f8f8 40%, #e9e9e9);
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.button:active {

	color: #333;
	
	background-image: -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
	background-image: -moz-linear-gradient(top, #f4f4f4, #efefef 40%, #dcdcdc);
	background-image: linear-gradient(top, #f4f4f4, #efefef 40%, #dcdcdc);
	
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.proact-workshop-purchase-button {
    border: 1px solid #AAA;
	color: #fefefe;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 2px 0 0;
	min-width: 4em;
	padding: 10px 15px;
	text-decoration: none !important;
	text-align: center;
	
	background-color: #039;
	
	background-image: -webkit-linear-gradient(#002b80, #039 40%, #003cb3);
	background-image: -moz-linear-gradient(top, #002b80, #039 40%, #003cb3);
	background-image: linear-gradient(top, #002b80, #039 40%, #003cb3);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

}

.proact-workshop-purchase-button:hover {
	
	border-color: #999;
	color: #fff;
	background-color: #EBEBEB;
	cursor: pointer;
	
	background-image: -webkit-linear-gradient(#105fff, #236dff 40%, #377aff);
	background-image: -moz-linear-gradient(top, #105fff, #236dff 40%, #377aff);
	background-image: linear-gradient(top, #105fff, #236dff 40%, #377aff);
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.proact-workshop-purchase-button:active {

	color: #333;
	
	background-image: -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
	background-image: -moz-linear-gradient(top, #f4f4f4, #efefef 40%, #dcdcdc);
	background-image: linear-gradient(top, #f4f4f4, #efefef 40%, #dcdcdc);
	
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.big-ui-button {
	padding: 4px 25px;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	float: right;
	color: #039;
}

.floating {
	float: left;
}

.warning {
	color: red;
	margin-bottom: 2em;
}

.featured {

	float: right;

	margin: 0 3px 20px 20px;  /* 3px right margin so shadow isn't cut off */
	
	max-width: 50%;
	
	background: #FFF;
	border-top: 5px solid #005B95;
	
	padding: 10px 20px 20px 20px;
	
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	
	position: relative;
	
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);*/
	
}

col.labels {
	text-align: right;
}
col.inputs {
	text-align: left;
}

/* use important since .featured appears within user-content, which sets default styling to lists */
.featured ul,
.link-list {
	margin: 0.5em 0 0 0 !important;
	list-style: none !important;
}
.featured ul li,
.link-list li {
	margin: 0 0 0.2em 0 !important;
	list-style-type: none !important;
}
.featured ul li a,
.link-list li a {
	color: #005B95 !important;
	text-decoration: none !important;
}
.featured ul li a:hover,
.link-list li a:hover {
	color: #003F66 !important;
	text-decoration: underline !important;
}





.page-head {
	padding: 20px 30px;
}

.flashdata {
	overflow: hidden;
	padding: 0.5em;
}
.my-cart {
	display: block;
	float: right;
	background: url(../images/basket.png) no-repeat center left;
	height: 14px;
	/*font-weight: bold;*/
	padding-left: 21px;
	color: #4596C9;
	text-decoration: none;
}
.my-cart:hover {
	/*color: #039;*/
}


.breadcrumbs {
	font-weight: bold;
	color: #778;
	margin-bottom: 1em;
}
.breadcrumbs ul {
	overflow: hidden;
}
.breadcrumbs li {
	float: left;
	margin-right: 0.5em;
}
.breadcrumbs li a {
	color: #005B95;
}

.page-title {
	padding-top: 20px;
}

.page-content {
	border-top: 1px solid #EAEAEA;
	background: #F5F5F5;
	padding: 20px 30px;
	overflow: hidden;
	position: relative;  /* old IE */
	height: 100%;  /* old IE */
}
.page-sidebar-header {
	color: #005b95;
	margin-bottom: 8px;
    font-size: 21px;
}
.authored {
	overflow: hidden;  /* old IE */
	position: relative;  /* old IE */
	height: 100%;  /* old IE */
}
.authored p {
	margin-bottom: 1em;
	
}


.page-foot {
	
	overflow: hidden;
	
	background: #D9D9D9;
	
	padding: 20px 30px;

	-moz-border-radius-bottomleft: 6px;		
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	
}

#footer {
	margin: 10px 0 20px 0;
}

.footer-menu {
	overflow: hidden;
}

.footer-menu li {
	float: left;
	overflow: hidden;
	font-size: 12px;
	width: 14%;
	color: #004876;
	margin-right: 2%;
}
.footer-menu li li {
	float: none;
	margin: 0 0 0.2em 0;
	width: 100%;
	padding-bottom: 0.2em;
}
.footer-menu li li a {
	
}
.footer-menu li a:hover {
	text-decoration: underline;
}
.footer-menu h6 {
	font-weight: bold;
}
.footer {
	margin: 10px 0 20px 10px;
	color: #004876;
}






/********************************************
 CART
********************************************/



table.order-summary {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 2em 0;
}
table.order-summary th,
table.order-summary td {
	border: 1px solid #888;
	text-align: center;
	vertical-align: middle;
}
table.order-summary td {
	width: 100px;
}
table.order-summary td:nth-child(2) {
	width: auto;
}
table.order-summary th {
	background: #D9D9D9;
	font-weight: normal;
}
table.order-summary td {
	background: #FAFAFA;
}
table.order-summary td input {
	text-align: center;
}
table.order-summary tfoot td {
	text-align: right;
	border: none;
	background: none;
}
table.order-summary tfoot div {
	margin-top: 4px;
}



.shipping-info {

}
.shipping-form {
	overflow: hidden;
	margin: 2em 0;
}
.shipping-table {
	float: left;
}
.shipping-options {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	/*width: 300px;*/
	text-align: right;
}
.also-billing {
	margin-bottom: 1em;
}
.shipping-services {
	margin-bottom: 1em;
}
.shipping-actions {
	clear: both;
	overflow: hidden;
}









table.customer-info {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.customer-info td {
	border: none;
	vertical-align: middle;
	padding: 2px;
}
table.customer-info td:first-child {
	text-align: right;
	padding-right: 4px;
}
table.customer-info input {

	padding: 2px 0 2px 2px;
	border: 1px solid #999;
	margin: 0;
	width: 200px;
	/*box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
}
table.customer-info select {
	width: 204px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}






.billing-info {

}
.billing-form {
	overflow: hidden;
	margin: 2em 0;
}
.billing-form textarea {
	font-size: 13px;
	padding: 2px 0 2px 2px;
	border: 1px solid #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.15);
}
.shipping-summary,
.billing-summary {
	float: left;
	margin-right: 20px;
}
.billing-table {
	float: left;
}
.billing-options {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	/*width: 300px;*/
	text-align: right;
}
.billing-actions {
	clear: both;
	overflow: hidden;
}


table.cc-table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.cc-table td {
	border: none;
	vertical-align: middle;
	padding: 2px;
}
table.cc-table td:first-child {
	text-align: right;
}
table.cc-table input {

	width: 200px;
	
	padding: 2px 0 2px 2px;
	border: 1px solid #999;
	
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
}
table.cc-table input,
table.cc-table select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}






.cart {

}

.cart-notice {
	font-style: italic;
}

.cart-action {
	
}


.product-categories {

	overflow: hidden;
	/*border: 1px solid #CCC;
	background-color: #FFF;
	
	background-image: -webkit-linear-gradient(left, #F5F5F5, #FFFFFF);
	background-image: -moz-linear-gradient(left, #F5F5F5, #FFFFFF);
	background-image: linear-gradient(left, #F5F5F5, #FFFFFF);*/

	text-align: right;
	
}
.product-categories h3 {
	/*text-align: right;*/
	font-style: italic;
}

.product-categories ul {
	float: right;
	overflow: hidden;
	list-style: none !important;
	margin: 0 !important;
}
.product-categories li {

	float: left;
	list-style-type: none !important;
	margin: 0 2px 0 0 !important;
	line-height: 1 !important;
	background: url(../images/category-sprite.png) repeat-x top right;
}

.product-categories li a {

	display: block;
	text-decoration: none !important;
	
	padding: 0 8px 0 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 4px;
		
	background: url(../images/category-sprite.png) repeat-x 0 -30px;
	
}
.product-categories li a:hover {

}

.product-list {
	overflow: hidden;
	margin-top: 1em;
}
.product-tile {
	float: left;
	width: 155px;
	height: 235px;
	overflow: hidden;
	margin: 0 4px 4px 0;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 8px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
.product-tile img {
	width: 128px;
	height: 128px;
}

.product-detail {

}
.product-info {
	overflow: hidden;
}
.product-thumb {
	float: left;
	padding: 10px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 20px 0 0;
}
.product-thumb img {
	width: 128px;
	height: 128px;
}
.product-detail form {
	text-align: center;
}
.product-detail input {
	font-family: inherit;
}
.product-detail .big-ui-button {
	display: inline-block;
	float: none;
}




/********************************************
 HOME PAGE 
********************************************/
#home-banner {  /* header with slideshow and splash */
	overflow : hidden;
	height: 100%;
}
#home-banner .slideshow {  /* contains flash slideshow */
	margin-right: 20px;
	float: left;
}
#home-banner .banner-images {  /* informational links, right of slideshow */
	float : left;
	overflow: hidden;
	height: 100%;
	padding-top: 50px;
}
#home-banner .banner-image {
	float: left;
	overflow: hidden;
	width: 155px;
	text-align: center;
}
#home-banner .banner-image .button {
	margin: 20px auto 0 auto;
	font-weight: bold;
	color: #039;
	width: 110px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	display: block;
	float: none;
}

div.events-articles {  /* contains events and articles columns */
	overflow: hidden;
	clear: both;
	position: relative;  /* for old IE */
	height: 100%;  /* for old IE */
}
div.events-articles li,
div.events-articles ul {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0 !important;
}
div.events-articles ul {
	margin-bottom: 1em !important;
}
div.events-articles div.events,
div.events-articles div.articles {  /* events and articles column */
	float: left;
}
div.events-articles div.events {
	width: 45%;
	margin-right: 9%;
}
div.events-articles div.articles {
	width: 45%;
}
div.events-articles div.articles li {
	margin-bottom: 0.5em !important;
}




.store-contact-notice {
	clear: both;
	float: none;
	font-style: italic;
	padding-top: 1em;
	text-align: right;
}



/* MDD 11/21/12 - make iframes in authored content normal size */
.authored iframe {
	
}




/* aemstarr 08/27/17 */
/********************************************
 BLOG POST
********************************************/
.proact-blog-img-right{
    width: 150px;
    float: right;
    margin: 5px 10px 10px 18px;
}
.proact-blog-img-left{
	width: 150px;
    float: left;
    margin: 5px 18px 10px 0;
}
.proact-blog-author-img{
	max-height: 230px;
    max-width: 150px;
    float: left;
    margin-right: 10px;
}
.proact-blog-post{
	margin: 0 50px;
}

/* aemstarr 08/24/18 */
/********************************************
 FIGURE SLIDES
********************************************/
/* Images as background images to help prevent right click save and download */
#proact-steps-figure-image-01 {
  background: no-repeat center url("/assets/images/steps-figures/Figure01.jpg");
  background-size: contain;
}
#proact-steps-figure-image-02 {
  background: no-repeat center url("/assets/images/steps-figures/Figure02.jpg");
  background-size: contain;
}
#proact-steps-figure-image-03 {
  background: no-repeat center url("/assets/images/steps-figures/Figure03.jpg");
  background-size: contain;
}
#proact-steps-figure-image-04 {
  background: no-repeat center url("/assets/images/steps-figures/Figure04.jpg");
  background-size: contain;
}
#proact-steps-figure-image-05 {
  background: no-repeat center url("/assets/images/steps-figures/Figure05.jpg");
  background-size: contain;
}
#proact-steps-figure-image-06 {
  background: no-repeat center url("/assets/images/steps-figures/Figure06.jpg");
  background-size: contain;
}
#proact-steps-figure-image-07 {
  background: no-repeat center url("/assets/images/steps-figures/Figure07.jpg");
  background-size: contain;
}
#proact-steps-figure-image-08 {
  background: no-repeat center url("/assets/images/steps-figures/Figure08.jpg");
  background-size: contain;
}
#proact-steps-figure-image-09 {
  background: no-repeat center url("/assets/images/steps-figures/Figure09.jpg");
  background-size: contain;
}
#proact-steps-figure-image-10 {
  background: no-repeat center url("/assets/images/steps-figures/Figure10.jpg");
  background-size: contain;
}
#proact-steps-figure-image-11 {
  background: no-repeat center url("/assets/images/steps-figures/Figure11.jpg");
  background-size: contain;
}
#proact-steps-figure-image-12 {
  background: no-repeat center url("/assets/images/steps-figures/Figure12.jpg");
  background-size: contain;
}
#proact-steps-figure-image-13 {
  background: no-repeat center url("/assets/images/steps-figures/Figure13.jpg");
  background-size: contain;
}
#proact-steps-figure-image-14 {
  background: no-repeat center url("/assets/images/steps-figures/Figure14.jpg");
  background-size: contain;
}

#proact-steps-figure-image-15 {
  background: no-repeat center url("/assets/images/steps-figures/Figure15.jpg");
  background-size: contain;
}
#proact-steps-figure-image-16 {
  background: no-repeat center url("/assets/images/steps-figures/Figure16.jpg");
  background-size: contain;
}
#proact-steps-figure-image-17 {
  background: no-repeat center url("/assets/images/steps-figures/Figure17.jpg");
  background-size: contain;
}
#proact-steps-figure-image-18 {
  background: no-repeat center url("/assets/images/steps-figures/Figure18.jpg");
  background-size: contain;
}
#proact-steps-figure-image-19 {
  background: no-repeat center url("/assets/images/steps-figures/Figure19.jpg");
  background-size: contain;
}
#proact-steps-figure-image-20 {
  background: no-repeat center url("/assets/images/steps-figures/Figure20.jpg");
  background-size: contain;
}
#proact-steps-figure-image-21 {
  background: no-repeat center url("/assets/images/steps-figures/Figure21.jpg");
  background-size: contain;
}
#proact-steps-figure-image-22 {
  background: no-repeat center url("/assets/images/steps-figures/Figure22.jpg");
  background-size: contain;
}
#proact-steps-figure-image-23 {
  background: no-repeat center url("/assets/images/steps-figures/Figure23.jpg");
  background-size: contain;
}
.proact-steps-figure-image {
  width: 100%;
  height: 700px;
}
/* aemstarr 09/30/2023 - disable right click save for images and enable for specific defined images */
img {
  pointer-events: none;
}
img.proact-clickable-images {
  pointer-events: auto;
}
}