/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #fff;
	position: relative;
}
.jspDrag {
	background: #000;
	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: 10px;
}
.jspHorizontalBar .jspArrow {
	width: 10px;
	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;
}
.ca-container01 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ca-container01 .ca-item {
	width: 600px;
	height: 500px;
}
.ca-container01 .ca-nav span.ca-nav-next {
	background-position: right top;
	left: auto;
	right: 0px;
	position: absolute;
}
.ca-container01 .ca-icon img {
	width: 100%;
	height: 100%;
}
.ca-container01 .ca-item-main {
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.ca-container01 .ca-wrapper {
	width: 100%;
	height: 500px;
}
.ca-container01 .ca-nav span {
	background: url("../../images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	cursor: pointer;
	height: 38px;
	left: 0px;
	margin-top: 0;
	opacity: 0.7;
	position: absolute;
	text-indent: -9000px;
	top:50%;
	width: 25px;
	z-index: 100;
}
.ca-container {
	position: relative;
	margin: 4px auto 4px auto;
	width: 990px;
	height: 220px;
}
.ca-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.ca-item {
	position: relative;
	float: left;
	width: 330px;
	height: 100%;
	text-align: center;
}
.ca-more {
	position: absolute;
	bottom: 10px;
	right: 0px;
	padding: 4px 15px;
	font-weight: bold;
	background: #ccbda2;
	text-align: center;
	color: white;
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	text-shadow: 1px 1px 1px #897c63;
}
.ca-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff url(../../images/cross.png) no-repeat center center;
	width: 27px;
	height: 27px;
	text-indent: -9000px;
	outline: none;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	opacity: 0.7;
}
.ca-close:hover {
	opacity: 1.0;
}
.ca-item-main {
	padding: 0px;
	position: absolute;
	top: 4px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	overflow: hidden;
}
.ca-icon {
	position: relative;
	margin: 0 auto;
	
}

.tech-strip {
	bottom: 50px;
	margin: auto;
	padding: 5px 5px 18px 10px;
	position: relative;
	text-align: left;
	width: 93%;
}
.tech-strip h2 {
	font-family: "Roboto";
	font-weight: normal;
	font-size: 15px;
	color: #000;
	text-decoration: blink;
	text-shadow: 1px 1px #fff;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	display: block
}
.tech-strip span {
	color: #59c9ff;
	font-size: 12px;
	font-family: "Roboto Light";
}
.tech-strip a {
	position: relative;
	right: 4px;
}
.btn-banner {
	border-radius: 3px;
	padding: 5px 10px !important;
	float: right;
	font-family: 'MyriadPro';
}
.blue-btn {
	background: #187baf;
	background-image: -webkit-linear-gradient(top, #187baf, #0195dd);
	background-image: -moz-linear-gradient(top, #187baf, #0195dd);
	background-image: -ms-linear-gradient(top, #187baf, #0195dd);
	background-image: -o-linear-gradient(top, #187baf, #0195dd);
	background-image: linear-gradient(to bottom, #187baf, #0195dd);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	transition: opacity 0.5s ease 0s, color 0.5s ease 0s, background-color 0.5s ease 0s;
	border: solid 1px #207399;
	text-decoration: none;
}
.blue-btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.orange-btn {
	background: #fd4504;
	background-image: -webkit-linear-gradient(top, #fd4504, #f36837);
	background-image: -moz-linear-gradient(top, #fd4504, #f36837);
	background-image: -ms-linear-gradient(top, #fd4504, #f36837);
	background-image: -o-linear-gradient(top, #fd4504, #f36837);
	background-image: linear-gradient(to bottom, #fd4504, #f36837);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff !important;
	font-size: 14px !important;
	border: solid 1px #f26a3a;
	transition: opacity 0.5s ease 0s, color 0.5s ease 0s, background-color 0.5s ease 0s;
	text-decoration: none !important;
}
.orange-btn:hover {
	background: #ff561b;
	background-image: -webkit-linear-gradient(top, #ff561b, #ff8357);
	background-image: -moz-linear-gradient(top, #ff561b, #ff8357);
	background-image: -ms-linear-gradient(top, #ff561b, #ff8357);
	background-image: -o-linear-gradient(top, #ff561b, #ff8357);
	background-image: linear-gradient(to bottom, #ff561b, #ff8357);
	text-decoration: none;
}
.green-btn {
	background: #528e03;
	background-image: -webkit-linear-gradient(top, #528e03, #74b421);
	background-image: -moz-linear-gradient(top, #528e03, #74b421);
	background-image: -ms-linear-gradient(top, #528e03, #74b421);
	background-image: -o-linear-gradient(top, #528e03, #74b421);
	background-image: linear-gradient(to bottom, #528e03, #74b421);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	transition: opacity 0.5s ease 0s, color 0.5s ease 0s, background-color 0.5s ease 0s;
	border: solid 1px #75b521;
	text-decoration: none;
}
.green-btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #63a708, #80c724);
	background-image: -moz-linear-gradient(top, #63a708, #80c724);
	background-image: -ms-linear-gradient(top, #63a708, #80c724);
	background-image: -o-linear-gradient(top, #63a708, #80c724);
	background-image: linear-gradient(to bottom, #63a708, #80c724);
	text-decoration: none;
}
.red-btn {
	background: #ae1626;
	background-image: -webkit-linear-gradient(top, #ae1626, #c52232);
	background-image: -moz-linear-gradient(top, #ae1626, #c52232);
	background-image: -ms-linear-gradient(top, #ae1626, #c52232);
	background-image: -o-linear-gradient(top, #ae1626, #c52232);
	background-image: linear-gradient(to bottom, #ae1626, #c52232);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff !important;
	font-size: 14px !important;
	border: solid 1px #d12335;
	transition: opacity 0.5s ease 0s, color 0.5s ease 0s, background-color 0.5s ease 0s;
	text-decoration: none !important;
}
.red-btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #c21b2d, #d42638);
	background-image: -moz-linear-gradient(top, #c21b2d, #d42638);
	background-image: -ms-linear-gradient(top, #c21b2d, #d42638);
	background-image: -o-linear-gradient(top, #c21b2d, #d42638);
	background-image: linear-gradient(to bottom, #c21b2d, #d42638);
	text-decoration: none;
}
.ca-item h3 {
	font-family: 'Coustard', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	height: 85px;
	text-align: center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4 {
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	border-left: 10px solid #b0ccc6;
	padding-left: 10px;
	line-height: 24px;
	margin: 10px;
	position: relative;
}
.ca-item h4 span {
	text-indent: 40px;
	display: block;
}
.ca-item h4 span.ca-quote {
	color: #f4eee3;
	font-size: 100px;
	position: absolute;
	top: 20px;
	left: 0px;
	text-indent: 0px;
}
.ca-content-wrapper {
	background: #b0ccc6;
	position: absolute;
	width: 0px; /* expands to width of the wrapper minus 1 element */
	height: 440px;
	top: 5px;
	text-align: left;
	z-index: 10000;
	overflow: hidden;
}
.ca-content {
	width: 660px;
	overflow: hidden;
}
.ca-content-text {
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia", "Times New Roman", serif;
	margin: 10px 20px;
	padding: 10px 20px;
	line-height: 24px;
}
.ca-content-text p {
	padding-bottom: 5px;
}
.ca-content h6 {
	margin: 25px 20px 0px 35px;
	font-size: 32px;
	padding-bottom: 5px;
	color: #000;
	font-family: 'Coustard', sans-serif;
	color: #60817a;
	border-bottom: 2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul {
	margin: 20px 35px;
	height: 30px;
}
.ca-content ul li {
	float: left;
	margin: 0px 2px;
}
.ca-content ul li a {
	color: #fff;
	background: #000;
	padding: 3px 6px;
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
}
.ca-content ul li a:hover {
	background: #fff;
	color: #000;
	text-shadow: none;
}
.ca-nav span {
	width: 25px;
	height: 38px;
	background: transparent url(../../images/arrows.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: -40px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}
.ca-nav span.ca-nav-next {
	background-position: top right;
	left: auto;
	right: -40px;
}
.ca-nav span:hover {
	opacity: 1.0;
}
#box {
	display: none;
	position: fixed;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	max-height: 400px;
	padding: 0;
	margin: 0;
	border: 1px solid black;
	background-color: white;
	z-index: 11;
	overflow: auto;
}
