/* Stylesheet: colorbox Modified On 2018-01-13 23:37:24 */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: url(/images/overlay.png) repeat 0 0;
}

#colorbox {}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(/images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(/images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(/images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(/images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(/images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url(/images/controls.png) right top repeat-y;
}

#cboxTopCenter {
	height: 21px;
	background: url(/images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
	height: 21px;
	background: url(/images/border.png) 0 -29px repeat-x;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 28px;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxLoadingOverlay {
	background: url(/images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(/images/loading.gif) no-repeat center center;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
	background: url(/images/ie6/borderTopLeft.png);
}

.cboxIE6 #cboxTopCenter {
	background: url(/images/ie6/borderTopCenter.png);
}

.cboxIE6 #cboxTopRight {
	background: url(/images/ie6/borderTopRight.png);
}

.cboxIE6 #cboxBottomLeft {
	background: url(/images/ie6/borderBottomLeft.png);
}

.cboxIE6 #cboxBottomCenter {
	background: url(/images/ie6/borderBottomCenter.png);
}

.cboxIE6 #cboxBottomRight {
	background: url(/images/ie6/borderBottomRight.png);
}

.cboxIE6 #cboxMiddleLeft {
	background: url(/images/ie6/borderMiddleLeft.png);
}

.cboxIE6 #cboxMiddleRight {
	background: url(/images/ie6/borderMiddleRight.png);
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
	_behavior: expression(this.src=this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background="none", this.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* Stylesheet: jquery.jscrollpane Modified On 2012-12-03 17:26:02 */
.jspContainer {
	overflow: hidden;
	position: relative;
	height: 465px;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #dde;
	position: relative;
}

.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

/* Stylesheet: jquery.jscrollpane.lozenge Modified On 2018-01-13 20:25:50 */
.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
	background: #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	box-shadow: 1px 1px 4px #111 inset;
	-moz-box-shadow: 1px 1px 4px #111 inset;
	-webkit-box-shadow: 1px 1px 4px #111 inset;
}

.jspDrag {
	background: #83b2c0;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	box-shadow: 1px 1px 4px #111 inset;
	-moz-box-shadow: 1px 1px 4px #111 inset;
	-webkit-box-shadow: 1px 1px 4px #111 inset;
	background: url(/cons/holding_bkgd.jpg)
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
	background: #dbe9ed;
}


.jspArrow {
	background-color: #dbe9ed;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.jspVerticalBar>.jspActive,
.jspArrow:hover {
	background-color: #dbe9ed;
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover {
	background-color: transparent;
	background-image: url('../image/ui-icons_888888_256x240.png');
}

.jspVerticalBar .jspArrow {
	height: 15px;
}

.jspHorizontalBar .jspArrow {
	width: 15px;
}

.jspArrowUp {
	background-position: 0 0;
}

.jspArrowDown {
	background-position: -64px 0 !important;
}

.jspArrowLeft {
	background-position: -96px 0 !important;
}

.jspArrowRight {
	background-position: -32px 0 !important;
}

/* Stylesheet: Mailing List Modified On 2018-01-14 00:00:23 */
#mailing_list {
	height: 300px;
	width: 428px;
	margin-right: auto;
	margin-left: auto;
	background-image: url();
	background-repeat: no-repeat;
}

#form {
	height: 140px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 160px;
}

body {
	background-image: url(/user/themes/custom-theme/uploads/images/2018-skin/Mailing-List.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

span.label,
span.spacer,
span.multiple span {
	width: 420px;
	float: left;
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: helvetica, verdana, arial;
	color: #3a4343;
	font-size: 14px;

}

span.multiple {
	float: left;

}

span.button {
	padding-left: 120px;
	padding-top: 10px;
}

div.clear {
	clear: both;
	padding-top: 5px;
}

/* Stylesheet: Style 2018 Modified On 2018-01-16 22:07:22 */
#bkrd_wrap {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	background-image: url(/user/themes/custom-theme/uploads/images/2018-skin/CH-2018-BG.jpg);
}

#header {
	height: 530px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dcf3ee;
	background-repeat: repeat-x;
}

#menu {
	height: 85px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-repeat: repeat-x;
	height: 168px;
	width: 100%;
}

#left_column {
	float: left;
	height: 446px;
	width: 170px;
	padding-left: 0px;
	padding-top: 30px;
}

#middle_column {
	float: left;
	height: 435px;
	max-width: 558px;
	padding-left: 40px;
	padding-top: 5px;
	overflow: scroll;
}

#right_column {
	float: right;
	height: 446px;
	width: 170px;
	padding-right: 20px;
	padding-top: 0px;
}

#main {
	height: 486px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #3a4343;
	font-family: helvetica, arial;

}

#main_menu {
	width: 600px;
	font-weight: bold;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	margin-top: 50px;
	float: left;
}

#main_menu:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main_menu ul {
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: left;
	/*set value to "right" for example to align menu to the left of page*/
}

#main_menu ul li {
	display: inline;
}

#main_menu ul li a {
	color: #494949;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #537079;
}

#main_menu ul li a:hover {
	color: #999999;
}

#logo {
	float: left;
	height: 137px;
	width: 612px;
	margin-top: 30px;
}

#top_content {
	float: left;
	height: 240px;
	width: 745px;
	margin-top: 90px;
	font-family: helvetica, arial;
	color: #FFF;
	overflow: hidden;

}

#social {
	float: right;
	height: 85px;
	width: 270px;
	padding-left: 95px;
	padding-top: 20px;
	background-image: url(/user/themes/custom-theme/uploads/images/2018-skin/Get-Social.png);
	background-repeat: no-repeat;
}

#peek {
	font-family: helvetica, arial;
	height: 88px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	padding-top: 80px;
	font-size: 14px;
}


.scroll-pane,
.scroll-pane-arrows {
	width: 100%;
	height: 410px;
	overflow: auto;
}

.horizontal-only {
	height: auto;
	max-height: 200px;
}

a:link {
	color: #09C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #09C;
}

a:hover {
	text-decoration: underline;
	color: #CCC;
}

a:active {
	text-decoration: none;
	color: #09C;
}