@import url("calendar.css");

/*** BEGIN GOOGLE WEB FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Roboto);
/*** END GOOGLE WEB FONTS ***/

/***********************************************************
GENERAL HTML OBJECTS
***********************************************************/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: 'Roboto', Arial;
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	min-width: 320px;
	background-repeat: repeat-x;
	background-position: left top;
}

input, select, textarea
{
	font-family: 'Roboto', Arial;
}

input[type='checkbox'], input[type='radio']
{
	width: 20px;
	height: 20px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #0f501f;
	outline: 0;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:focus
{
	outline: none;
}

li
{
	padding-bottom: 10px;
}

hr
{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0px;
}

h1
{
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0px;
	color: #0f501f;
}

h2
{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #666666;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote input[type='text'], blockquote input[type='password'], blockquote input[type='email'], blockquote input[type='tel'], blockquote select, blockquote textarea
{
	background-color: rgba(255, 255, 255, 0.25);
}

.no-transition
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.red-text
{
	color: #cc0000 !important;
}

.green-text
{
	color: #009900 !important;
}

.blue-text
{
	color: #000099 !important;
}


/***********************************************************
IMAGES IN CONTENT
***********************************************************/

.image-shadow
{
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.image-left-shadow
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.image-right-shadow
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.image-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.image-right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.div-right
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 20px;
	max-width: 400px;
	background-color: #f2f2f2;
	text-align: center;
}

.div-right-shadow
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 20px;
	max-width: 400px;
	background-color: #f2f2f2;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	text-align: center;
}

.div-left
{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	max-width: 400px;
	padding: 20px;
	text-align: center;
}

.div-left-shadow
{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	max-width: 400px;
	padding: 20px;
	background-color: #f2f2f2;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	text-align: center;
}


/***********************************************************
COMMONLY USED ELEMENTS
***********************************************************/

.newrow {clear: both;}

.dragme
{
	position: relative;
}

.formbutton
{
	display: inline-block;
	height: 42px;
	padding-left: 21px;
	padding-right: 21px;
	background-color: #0f501f;
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.formbutton:hover
{
	color: #ffff00;
	background-color: #669a4e;
	text-decoration: none;
}

.formbutton-gold
{
	height: 48px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #ffd700;
	color: #0f501f;
	font-size: 20px;
	line-height: 48px;
	font-weight: 700;
}
.formbutton-gold:hover
{
	color: #0f501f;
	background-color: #ffe700;
}

.popout-object
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0% auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.popout-text
{
	opacity: 0.0;
	filter:alpha(opacity=0); 
}

.form-break
{
	border-top: 1px solid #cccccc;
	font-weight: bold; 
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#ffffff));
	background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background: -o-linear-gradient(top, #eeeeee, #ffffff);
}

.red-asterik
{
	color: #990000;
	font-weight: bold;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.collapse-table
{
	display: block;
}
.collapse-row
{
	display: block;
}
.collapse-cell
{
	display: block;
}

.border-col
{
	border-left: 1px solid #dddddd;
	padding-left: 30px;
}

.fill-col
{
	float: left;
}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}
.two-col-nospace
{
	float: left;
	width: 50%;
}
.two-col img, .two-col-nospace img
{
	max-width: 100%;
}

.two-col-right
{
	float: left;
	width: 48%;
	padding-left: 2%;
}

.three-col
{
	float: left;
	width: 31%;
	padding-right: 2%;
}
.three-col img
{
	max-width: 100%;
}

.four-col
{
	float: left;
	width: 23%;
	padding-right: 2%;
}
.four-col img
{
	max-width: 100%;
}

.two-col-center
{
	float: left;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.two-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.three-col-center
{
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.three-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.four-col-center
{
	float: left;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.four-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}


.box-content
{
	border-top: 2px solid #000000;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 15px;
	font-size: 13px;
	min-height: 120px;
}
.box-content h3
{
	margin-top: 0px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.box-content-table
{
	display: table;
}

.box-content-cell
{
	display: table-cell;
	padding-left: 12px;
	font-weight: bold;
}
.box-content-cell:first-child
{
	padding-left: 0px;
}

.file-browser-button-box
{
	width: 209px;
	height: 32px;
	background-color: #000000;
	overflow: hidden;
	background-image: url('/images/button-upload-file.png');
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
}
.file-browser-button
{
	display: block;
	opacity: 0.00;
	filter: alpha(opacity=0);
	cursor: default;
}


/***********************************************************
CENTER OBJECTS VERTICALLY AND HORIZONTALLY
***********************************************************/

.vc-element
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


/***********************************************************
GENERAL TEMPLATE
***********************************************************/

#please-wait-overlay
{
	z-index: 599;
	display: none;
	position: fixed;
	width: 100%;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
	padding-top: 20%;
	text-align: center;
}
#please-wait-overlay img
{
	margin: 0px auto;
}

.please-wait-dot
{
	margin: 0px auto;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #999999;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#changes-saved
{
	height: 50px;
	overflow: hidden;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#main
{
	width: 100%;
	min-height: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
}

#header-announcement
{
	display: block;
	width: 100%;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	-moz-box-shadow: 1px 1px 12px #000000;
	-webkit-box-shadow: 1px 1px 12px #000000;
	box-shadow: 1px 1px 12px #000000;
	color: #000000;
}

#container
{
	width: 1200px;
	margin: 0px auto;
	text-align: left;
}

#fadeBack
{
	*visibility: hidden;
	z-index: 495;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0px;
	text-align: center;
}

#popupDiv
{
	margin: 0px auto;
	position: relative;
	top: 40px;
	width: 80%;
	height: 740px;
	background-color: #ffffff;
	padding: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#popupFrame
{
	width: 100%;
	height: 740px;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
}

#popup-close-button
{
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/***********************************************************
TOP STRIP ABOVE HEADER
***********************************************************/

#top-strip-container
{
	height: 35px;
	width: 100%;
	text-align: center;
	background-color: #666666;
	border-bottom: 1px solid #cccccc;
}

#top-strip
{
	margin: 0px auto;
	width: 1200px;
	height: 35px;
	color: #ffffff;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
}

#menuShoppingItems
{
	width: 40px;
	height: 14px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 14px;
}

#search-form
{
	position: absolute;
	padding-left: 60px;
}

#keywords
{
	width: 180px;
	height: 24px;
	font-size: 14px;
	line-height: 23px;
	background-color: #ffffff; 
	border: 1px solid #cccccc;
	color: #999999;
	padding-left: 40px;
	background-image: url('/images/icon-search.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#google_translate_element
{
	position: absolute;
	display: inline-block;
	height: 22px;
	line-height: 23px;
	padding-left: 6px;
	top: 3px;
	text-transform: uppercase;
}
#google_translate_element a
{
	color: #999999;
}
#google_translate_element a:hover
{
	color: #999999;
}


/***********************************************************
HEADER
***********************************************************/

#header-container
{
	height: 135px;
	width: 100%;
	text-align: center;
}

#header-contrast
{
	position: absolute;
	z-index: 200;
	top: 2px;
	left: 1px;
	border: 1px solid #000000;
	width: 36px;
	height: 30px;
	background-image: url('/images/icon-contrast-off.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;

	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#header-contrast:hover
{
	background-image: url('/images/icon-contrast-on.png');	
}

#header
{
	margin: 0px auto;
	height: 135px;
	width: 1200px;
	text-align: left;
}

#header-links
{
	float: right;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	color: #ffffff;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#header-links a
{
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	text-decoration: none;
}
#header-links a:hover
{
	color: #ffba09;
	text-decoration: none;
}

#header-cart
{
	font-size: 24px;
}

#header-banner
{
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	height: 105px;
	width: auto;
}

#header h1
{
	margin: 0px;
	text-align: right;
}
#header h1 a
{
	text-decoration: none;
	color: #000000;
}

#header h2
{
	margin: 0px;
	text-align: right;
}

#mobile-menu-button
{
	display: none;
}

#header-info
{
	text-align: center;
}
#header-info a
{
	text-decoration: none;
	color: #000000;
}
#header-info a:hover
{
	text-decoration: none;
	color: #000000;
}


#hero-banner-outer
{
	display: block;
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#hero-banner
{
	margin: 0px auto;
	max-width: 1160px;
	padding-right: 20px;
	padding-top: 320px;
	padding-bottom: 240px;
	text-align: left;
}
#hero-banner h1
{
	background-image: none;
	text-transform: none;
	font-size: 56px;
	font-weight: 300;
	color: #ffffff;

	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}
#hero-banner h2
{
	padding-top: 0px;
	font-size: 36px;
	line-height: 40px;
	color: #dddddd;
	font-weight: 300;
	text-transform: none;

	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}

.hero-banner-h1-a, .hero-banner-h2-a
{
	padding-left: 0px;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.hero-banner-h1-b, .hero-banner-h2-b
{
	padding-left: 100px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/***********************************************************
CONTAINER FOR LEFT AND RIGHT COLUMNS, MAIN CONTENT AREA
***********************************************************/

#page-main
{
	background-color: #8ca7a0;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content-container
{
	background-color: #ffffff;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 80px;
	position: relative;
}


/***********************************************************
PAGE SIDEBAR
***********************************************************/

#sidebar-menu
{
	display: none;
	visibility: hidden;
}

#sidebar
{
	width: 220px;
	float: right;
	margin-top: 10px;
	padding: 15px;
	background-color: #f2f2f2;
	min-height: 480px;
	font-size: 13px;
	text-align: center;
}
#sidebar h3
{
	margin-top: 0px;
	font-size: 15px;
}
#sidebar img
{
	margin: 0px auto;
	max-width: 100% !important;
	height: auto !important;
}

.sub-right-facebook-post
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.sub-right-twitter-item
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.twitter-tweet
{
	padding-left: 50px;
	padding-right: 30px;
	background-image: url('/images/twitter-logo-30.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


/***********************************************************
BREADCRUMBS
***********************************************************/

#breadcrumbs
{
	display: block;
	margin-top: -30px;
	padding-bottom: 20px;
	font-size: 11px;
}

/***********************************************************
MAIN CONTENT AREA
***********************************************************/

#content
{
	min-height: 480px;
}

#content-thin
{
	padding-top: 10px;
	margin-right: 270px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 480px;
}

#content-sidebar
{
	float: left;
	padding-top: 10px;
	padding-bottom: 60px;
	padding-left: 20px;
	width: 900px;
	min-height: 480px;
}

.content-break
{
	clear: both;
}

/***********************************************************
FOOTER
***********************************************************/


#footer
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #dddddd;
	padding-top: 10px;
	padding-bottom:20px;
}
#footer a
{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#footer h3
{
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #dddddd;
}

#footer-inner
{
	margin: 0px auto;
	width: 1160px;
	text-align: left;
}

#footer-about
{
	float: left;
	width: 28%;
	padding-right: 5%;
}

#footer-menu
{
	float: left;
	width: 28%;
	padding-right: 5%;
}
#footer-menu a
{
	display: block;
	line-height: 36px;
	border-bottom: 1px solid #cccccc;
}

#footer-tweets
{
	float: left;
	width: 30%;
	text-align: center;
}

#signupForm-footer
{
	background-color: #ffffff;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}
#signupForm-footer input[type='text'], #signupForm-footer input[type='email']
{
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: 999999;
	border: 0px;
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
	outline: 0;
}
#signupForm-footer label
{
	display: none;
}

.signupForm-row2
{
	padding-top: 10px;
}

#footer_zip
{
	width: 49% !important;
}

.formbutton-blue
{
	float: right;
	display: inline-block;
	width: 40%;
	height: 42px;
	background-color: #b31b1b;
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.formbutton-blue:hover
{
	background-color: #d33b3b;
}

#signupThankyou-footer
{
	display: none;
	background-color: #ffffff;
	color: #666666;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}

#footer-sub
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #dddddd;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer-sub a
{
	text-decoration: none;
	color: #ffffff;
}
#footer-sub a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#footer-sub-inner
{
	margin: 0px auto;
	width: 1160px;
	text-align: left;
}

#footer-sub-top
{
	text-align: center;
	padding-bottom: 10px;
}

#footer-copyright
{
	text-align: left;
}

#footer-sub-bottom
{
	clear: both;
	text-align: center;
	padding-top: 10px;
}

#footer-social-media
{
	text-align: center;
}
#footer-social-media span
{
	display: none;
}


/***********************************************************
EVENT CALENDAR
***********************************************************/

.calendar-prevmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-prevmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

#calendar-title
{
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	float: left;
}

.calendar-nextmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-nextmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

.calendar-month
{
	border: 0px;
	background-color: #666666;
	width: 100%;
}
.calendar-month th
{
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	padding: 6px;
}
.calendar-month td
{
	width: 14.28%;
	height: 100px;		
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
}

.calendar-noday
{
	background-color: #cccccc !important;
}

.calendar-number
{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.calendarLink
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
.calendarLink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/***********************************************************
PHOTO GALLERY SLIDESHOW
***********************************************************/

#Gallery_Controls
{
	width: 845px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	display: block;
}

#Button_Gallery_Left
{
	width: 16px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px -30px;
	float: right;
	text-decoration: none;
}

#Button_Gallery_Right
{
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-decoration: none;
}

#Gallery_Slidebar_Container
{
	width: 860px;
	height: 125px;
	overflow: hidden;
	display: block;
	position: relative;
}

#Gallery_Slidebar
{
	position: relative;
	height: 125px;
	left: -15px;
}

.thumb-view
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.height > 100 ? 100: true);
}

.event-thumbnail
{
	max-width: 200px;
	max-height: 100px;
	width: expression(this.width > 200 ? 200: true);
	height: expression(this.height > 100 ? 100: true);
	float: left;
	margin-right: 15px;
}


/***********************************************************
ACCOUNT EDIT BUTTON CONTAINER
***********************************************************/

#actionTabs
{
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
}
#actionTabs img
{
	margin-left: 10px;
}

#formTabs
{
	height: 32px;
	padding-bottom: 6px;
}

#formTabs a
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.formBox
{
	padding: 15px;
	border: 1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.account-product-category
{
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
}
.account-product-category:hover
{
	color: #000000;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

.account-product-subcat
{
	width: 200px;
	padding-left: 20px;
	float: left;
}


/***********************************************************
NEWS LANDING PAGE
***********************************************************/

.news-row
{
	min-height: 152px;
	padding-bottom: 24px;
}

.news-pic
{
	position: absolute;
	width: 152px;
}

.news-pic img
{
	width: 150px;
	border: 1px solid #999999;
}

.news-info
{
	min-height: 152px;
	margin-left: 170px;
}



/***********************************************************
SLIDESHOW - FADE IN/OUT - NO CONTROLS
***********************************************************/

#slideshow-container, .slideshow-container
{
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}

.slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 640px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

#slideshow-captions
{
	width: 100%;
	height: 90px;
	position: absolute;
	cursor: pointer;
	margin-top: -280px;
	background-color: rgba(255, 255, 255, 0.85);
	padding-top: 20px;
	padding-bottom: 20px;
}

.slideshow-caption
{
	opacity: 0.0;
	filter: alpha(opacity=0);
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	display: block;
	color: #3d9646;
	position: absolute;
	width: 100%;
}
.slideshow-caption h3
{
	font-size: 36px;
	line-height: 48px;
	display: block;
	color: #004d91;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}



/***********************************************************
SLIDESHOW - SLIDE LEFT/RIGHT - WITH CONTROLS
***********************************************************/

#slideshowOuter
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

#slideshowContainer
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#slideshowInner
{
	position: relative;
}

#slideshowTextBackground
{
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.slideshowItem
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.slideshow-element-main
{
	position: absolute;
	z-index: 85;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin-top: 400px;
	margin-left: 0px;
	text-align: center;
	width: 100%;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-size: 64px;
	line-height: 68px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	cursor: pointer;
	display: block;
}

.slideshow-element-sub
{
	position: absolute;
	z-index: 85;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	margin-top: 480px;
	margin-left: 0px;
	text-align: center;
	width: 100%;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-size: 32px;
	line-height: 36px;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	cursor: pointer;
	display: block;
}


#slideshowThumbs
{
	display: block;
	height: 16px;
	margin-top: -32px;
	text-align: center;
}

#slideshowThumbList
{
	margin: 0px auto;
	display: inline-block;
	height: 16px;
	padding: 0px;
}

.slideshowThumb
{
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	width: 16px;
	height: 16px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.slideshowThumb:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideshowThumbOn
{
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration: none;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	width: 16px;
	height: 16px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.slideshowThumbOn:hover
{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#slideshow-arrow-left
{
	position: absolute;
	left: 10px;
	margin-top: 215px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshow-arrow-right
{
	position: absolute;
	right: 10px;
	margin-top: 215px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
	margin-left: 10px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshowCaption
{
}

#slideshow-spacer
{
	height: 400px;
}


/***********************************************************
CONTACT FORM, SIGNUP FORM, ACCOUNT FORMS
***********************************************************/

.formRow
{
	position: relative;
	padding-bottom: 24px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow input[type=password]
{
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow input[type=number], .formRow input[type=date], .formRow input[type=month]
{
	height: 36px;
	line-height: 36px;
	padding-left: 1%;
	padding-right: 1%;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #ffffff;
}
.formRow input[type=time]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 90px;
	border: 1px solid #999999;
	color: #666666;
}

.formRow select
{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}
.formRow textarea
{
	font-size: 14px;
	height: 120px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	background-color: rgba(255, 255, 255, 0.25);
}

.formRow .options
{
	padding-top: 12px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password], .formRow select, .formRow textarea
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.formRow input[type=text]:hover, .formRow input[type=tel]:hover, .formRow input[type=email]:hover, .formRow input[type=password]:hover, .formRow select:hover, .formRow textarea:hover,
.formRow input[type=text]:focus, .formRow input[type=tel]:focus, .formRow input[type=email]:focus, .formRow input[type=password]:focus, .formRow select:focus, .formRow textarea:focus
{
	background-color: rgba(204, 204, 204, 0.25);
}

.formRow input[type=button], .formRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.text-money
{
	padding-left: 12px;
	background-image: url('/images/text-money.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.form-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #006600;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #660000;
}

.form-ok
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #009900;
	color: #006600;
}

.error-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
}

pre
{
	padding: 12px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	color: #000000;
	margin-bottom: 30px;
}

.important-note
{
	padding: 12px;
	border: 1px solid #338dcb;
	background-color: rgba(51, 141, 203, 0.25);
	color: #000000;
}

.warning-message
{
	padding: 12px;
	background-color: #ffff99;
	border: 1px solid #999933;
	color: #000000;
}

.rounded-box
{
	border: 1px solid #999999;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#signup-form-container
{
	background-color: #233449;
	padding: 12px;
}

#signup-form-container h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
}

#signup-form-container input
{
	margin-bottom: 8px;
	border: 0px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 195px;
	padding-left: 10px;
}

#signup-submit
{
	margin-top: 4px;
	display: block;
	background-color: #a01824;
	width: 180px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #ffffff !important;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#signup-submit:hover
{
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
}

#signupForm
{
	text-align: left;
	position: relative;
	margin-left: 20px;
}

.signupFormRow label, .formRow label
{
	color: #333333;
	font-size: 14px;
	font-weight: 700;
}

.signupFormRow
{
	min-height: 48px;
	position: relative;
}

#exam-review
{
	display: block;
	padding-right: 80px;
}
#exam-review .signupFormRow
{
	min-height: 24px;
}

.signupFormRow input[type=text], .signupFormRow input[type=tel], .signupFormRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=number]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow textarea
{
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.text-dollars
{
	background-image: url('/images/dollar-sign.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	width: 60px !important;
	padding-left: 16px !important;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.signupFormLabel
{
	float: left;
	width: 200px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 210px;
	text-align: left;
}

#validate-password
{
	position: absolute;
	margin-left: 30px;
	-moz-box-shadow: 0px 0px 10px #cccccc;
	-webkit-box-shadow: 0px 0px 10px #cccccc;
	box-shadow: 0px 0px 10px #cccccc;
	padding: 15px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	display: none;
	z-index: 101;
}

.tab-content-on
{
	display: block;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.tab-content
{
	display: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.search-list-col
{
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 5%;
}


/***********************************************************
ACCORDION CONTENT ELEMENTS
***********************************************************/

.accordion-section-container
{
	height: 0px;
	overflow: hidden;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.accordion-section-content
{
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}


/***********************************************************
HOMEPAGE - FEATURED BLOG POST
***********************************************************/

.home-blog-title
{
	font-size: 21px;
	line-height: 23px;
	text-decoration: none;
}
.home-blog-title:hover
{
	text-decoration: none;
}


/***********************************************************
HOMEPAGE - FEATURED NEWS ITEMS
***********************************************************/

.home-news-row
{
	clear: both;
	padding-bottom: 30px;
}

.home-news-thumb
{
	float: left;
	margin-right: 20px;
}

.home-news-title
{
	font-size: 21px;
	line-height: 32px;
	text-decoration: none;
}
.home-news-title:hover
{
	text-decoration: none;
}

.home-news-date
{
	font-style: italic;
	color: #666666;
}


/***********************************************************
VIDEO PAGE ELEMENTS
***********************************************************/

.videoThumb
{
	width: 242px;
	height: 240px;
	padding: 25px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: inline-block;
}
.videoThumb a
{
	text-decoration: none;
}
.videoThumb a:hover
{
	text-decoration: none;
}

.videoThumbImg
{
	width: 240px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
	border: 1px solid #666666;
	background-color: #666666;
	padding: 0px !important;
}
.videoThumbImg img
{
	margin: 0px auto;
	height: 180px;
}


/***********************************************************
HOVER ZOOM FEATURE
***********************************************************/

#productZoomContainer
{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 450px;
	height: 550px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 12px #999999;
	-moz-box-shadow: 0px 0px 12px #999999;
	-webkit-box-shadow: 0px 0px 12px #999999;
	background-color: #ffffff;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/images/pleasewait.gif');
}

#hoverZoomImage
{
	position: absolute;
}





/***********************************************************
PHOTO GALLERY PAGES
***********************************************************/

.gallery-list-row
{
	clear: both;
	padding-top: 15px;
}

.gallery-list-thumb-box
{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #999999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


#browse-product-box-container
{
	width: auto;
	position: relative;
	text-align: center;
}

.galleryThumb
{
	margin: 0px auto;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #999999;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


/***********************************************************
DATABASE LISTS - DIV FORMATTING
***********************************************************/

.admin-list-col
{
	float: left;
	width: 300px;
	padding-right: 20px;
}

.list-item-row
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #cccccc;
}
.list-item-row h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.list-item-row-image
{
	float: left;
	width: 200px;
	height: 180px;
	background-color: #666666;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.list-item-row-image img
{
	margin: 0px auto;
}


/***********************************************************
SITEMAP FORMATTING
***********************************************************/

.sitemap-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.sitemap-list li
{
	padding-bottom: 0px;	
}


/***********************************************************
PREVIOUS/NEXT PAGE CONTROLS
***********************************************************/

#previous-page
{
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
#previous-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#previous-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#next-page
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}
#next-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#next-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


/***********************************************************
SEARCH RESULTS - FORMAT 1 - TABLE GRID
***********************************************************/

.table-grid
{
	border: 0px;
	width: 100%;
}

.table-grid th
{
	font-size: 13px;
}

.table-grid td
{
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}

/***********************************************************
SEARCH RESULTS - FORMAT 2 - DATA GRID
***********************************************************/


.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 8px;
	background-color: #cccccc;
}
.data-grid td
{
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}
.data-grid td input[type='text'], .data-grid td input[type='password'], .data-grid td input[type='email'], .data-grid td input[type='tel']
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	font-family: Arial;
	color: #666666;
	padding: 5px;
}
.data-grid .formbutton
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.data-grid-totals
{
	border-top: 3px solid #cccccc;
	padding-top: 5px;
}


/***********************************************************
SEARCH RESULTS - PAGINATION
***********************************************************/

.pagelist-row
{
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pagelist-links
{
	float: right;
}
.pagelist-links a
{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #999999;
}
.pagelist-links a:hover
{
	color: #999999;
	background-color: #eeeeee;
	text-decoration: none;
}

.pagelist-links-selected
{
	border: 1px solid #000000 !important;
	color: #000000 !important;
	cursor: default !important;
}
.pagelist-links-selected:hover
{
	color: #000000 !important;
	background-color: #ffffff !important;
}


/***********************************************************
CUSTOMER REVIEWS
***********************************************************/

.customer-review-box
{
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2ff;
	padding: 12px;
}
.customer-review-box p
{
	margin-top: 0px;
}

.customer-review-likes
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/***********************************************************
CHAT DIV OVERLAY
***********************************************************/

#chatDiv
{
	position: fixed !important;
	top: 0px;
	margin-left: 50px;
	width: 400px;
	height: 365px;
	border: 2px solid #999999;
	background-color: #999999;
	padding: 0px;
	display: none;
	z-index: 395;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	cursor: move;
	line-height: 25px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#chatDiv-close
{
	float: right;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#chatDiv-close:hover
{
	color: #eeeeee;
	text-decoration: none;
	border: 1px solid #eeeeee;
}

#chatFrame
{
	margin-top: 2px;
	width: 100%;
	height: 340px;
}

#chatButton
{
	position: fixed;
	display: inline-block;
	bottom: 5px;
	right: 5px;
	background-color: #f2f2f2;
	color: #000000;
	border: 1px solid #000000;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
#chatButton:hover
{
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

/***********************************************************
CONTACT PAGE
***********************************************************/

#contact-google-map
{
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	width: 100%;
	height: 560px;
	border: 0px;
}

#contact-form
{
}

#contact-thankyou
{
	display: none;
}


/***********************************************************
PROGRESS BAR
***********************************************************/

#progressContainer
{
	height: 20px;
	background-color: #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#progressBar
{
	width: 0px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-color: #005027;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#60b087), to(#308057));
	background: -webkit-linear-gradient(top, #60b087, #308057);
	background: -moz-linear-gradient(top, #60b087, #308057);
	background: -ms-linear-gradient(top, #60b087, #308057);
	background: -o-linear-gradient(top, #60b087, #308057);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/***********************************************************
STAFF LIST
***********************************************************/

.staff-row
{
	clear: both;
	padding-top: 15px;
}

.staff-image
{
	float: left;
	width: 150px;
	height: 200px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-image-small
{
	float: left;
	width: 150px;
	height: 150px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-info
{
	margin-left: 175px;
}
.staff-info h3
{
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
}

.staff-readmore
{
	text-decoration: none;
}
.staff-readmore:hover
{
	text-decoration: none;
}


/***********************************************************
MESSAGE BOARD
***********************************************************/

.message-board
{
	display: table;
	width: 100%;
}

.message-board-header
{
	display: table-row;
}

.message-board-header-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	display: table-cell;
	border-bottom: 2px solid #999999;
}

.message-board-item
{
	display: table-row;
}

.message-board-item-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	display: table-cell;
	border-bottom: 1px solid #999999;
}

.message-board-col1
{
	width: 450px;
}

.message-board-col2
{
}

.message-board-col3
{
}

.message-board-col4
{
	text-align: right;
}

.message-board-col5
{
	text-align: right;
}

.message-author
{
	font-size: 14px;
	color: #333333;
}

.message-new
{
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 22px;
}


/***********************************************************
FAQ
***********************************************************/

.faq-item
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.faq-link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.faq-link:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.faq-toggle
{
	position: absolute;
	font-weight: normal;
	display: inline-block;
	width: 14px;
	font-size: 24px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/***********************************************************
GENERAL BLOG CONTENT
Most of the blog CSS elements are in blog.css
The elements below are for the admin editor.
***********************************************************/

#blog-content img
{
	max-width: 600px;
	height: auto;
}
#blog-content img.blog-thumb
{
	margin: 0px auto;
	height: 180px;
	width: auto;;
}


/***********************************************************
TIMELINE
***********************************************************/

#timeline-container
{
	display: block;
	background-image: url('/images/timeline-line.png');
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-top: -30px;
}

.timeline-no-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-small.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-large.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	position: relative;
}

.timeline-block
{
	display: table;
	position: absolute;
	width: 1200px;
	height: 256px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-top: 0px;
}

.timeline-event-image-container
{
	display: table-cell;
	width: 256px;
	height: 256px;
}

.timeline-event-image
{
	width: 256px;
	height: 256px;
	-moz-border-radius: 128px;
	-webkit-border-radius: 128px;
	border-radius: 128px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event-spacer
{
	width: 256px;
	height: 256px;
}

.timeline-event-title
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 32px;
	line-height: 36px;
	text-align: right;
}

.timeline-event-caption
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
}


/***********************************************************
BLOG
***********************************************************/

.blog-data
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
}

.blog-byline
{
	display: inline-block;
	float: left;
}

.blog-readmore
{
	display: inline-block;
	float: right;
}


/***********************************************************
CLIENT-SPECIFIC STYLES
***********************************************************/

#admin-nav
{
	position: absolute;
	width: 180px;
}
#admin-nav a
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
#admin-nav a:hover, #admin-nav a.exam-nav-selected
{
	background-color: #0f501f;
	color: #ffffff !important;
	text-decoration: none;
}


#admin-content
{
	margin-left: 180px;
	border-left: 1px solid #dddddd;
	padding-left: 30px;
	min-height: 420px;
}

#exam-actions
{
	display: table;
	width: 100%;
	clear: both;
	margin-top: 30px;
	border: 1px solid #0f501f;
}

#exam-actions-left
{
	display: table-cell;
	width: 35%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

#exam-actions-right
{
	display: table-cell;
	width: 65%;
	text-align: right;
	vertical-align: top;
	padding: 10px;
}

#large-content
{
	font-size: 18px;
	line-height: 24px;
	border-top: 1px solid #000000;
	padding-top: 12px;

	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.exam-question
{
	cursor: pointer;
}

.select-method-grid
{
	display: grid;
	width: 100%;
	column-gap: 2%;
	grid-template-columns: 23% 23% 23% 23%;
	grid-template-rows: auto;
}

.select-method-box
{
	padding-bottom: 80px;
	position: relative;
}

.select-method-action
{
	position: absolute;
	bottom: 0px;
}

.td-green, .td-green:hover
{
	background-color: #70ad47 !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.td-gold, .td-gold:hover
{
	background-color: #ffc000 !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.go-button
{
	display: inline-block;
	background-color: #70ad47;
	color: #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.go-button:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #90cd67;
}

.yellow-button
{
	display: inline-block;
	background-color: #ffc000;
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.yellow-button:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #fff000;
}

