/***** Global Styles *****/
body {
	background: url('../img/body_bg.jpg') center top;
}
.round10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.shadow5 {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.pic-left {
	float: left;
	padding: 5px 20px 5px 0;
}
.pic-right {
	float: right;
	padding: 5px 0 5px 20px;
}


/***** STRUCTURE *****/
#holder {
	background-color: #fff;
}
.blue_curve {
	background: url('../img/blue-curve.png') right top no-repeat;
	min-height: 100px;
}
.logo {
	margin-top: 20px;
	padding-left: 20px;
}
.search {
	text-align: right;
	margin-top: 25px;
	padding: 5px 20px;
}
.telephone {
	text-align: right;
	margin-top: 5px;
	padding: 0 20px;
}
.rotator {
overflow:hidden;
}
.blue_bg {
	background-color: #293785;
}
.side_bar {
	padding: 20px;
	background-color: #e6e7e8;
}
.main_content {
	padding: 20px;
}
.main_content p {
	margin: 0 20px 10px 20px;
}
.content {
	background: url('../img/content_bg.png') right repeat-y;
}
.content_full {
	background-color: #fff;
}
.grad {
	background: url('../img/content-bottom-shadow.png') right no-repeat;
	height: 50px;
}
.grad_full {
	background: url('../img/content-bottom-shadow-mobile.png') repeat-x;
	height: 50px;
}
.footer {
	margin: 10px 0;
}
.apps {
	padding: 0 20px;
}
.smallprint {
	text-align: right;
	padding: 0 20px;
}
.small_logos {
	text-align: right;
	padding: 0 20px 0 0;
}
.small_logos img, .apps img {
	margin-bottom: 10px;
}
.apps img {
	margin-right: 5px;
}
.outside {
	margin-top: 5px;
}
.kj_rotator {
	padding: 0 20px;
	width: 300px;
}
.kj_rotator_image {
	width: 620px;
}
.kj_rotator_image img { width: 100% !important; }
#my-slideshow {
		height:300px !important;
		width: 940px !important;
	}
#top-of-page {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url('../img/top-of-page.png') 0 0 no-repeat;
	display: none;
}
#top-of-page:hover {
	background: url('../img/top-of-page.png') -50px 0 no-repeat;
}



/*****  FONT STYLES *****/
.content h1 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
.telephone p {
	font-size: 25px;
	font-weight: 300;
	color: #666;
}
.telephone p span {
	font-size: 15px;
}
.big_buttons a {
	background-color: #293785;
	text-align: center;
	padding: 25px 0;
	text-decoration: none;
	display: block;
}
.big_buttons a:hover {
	background-color: #d02570;
}
.support .support_button a {
	background-color: #d02570;
}
.business .business_button a {
	background-color: #d02570;
}
.employees .employees_button a {
	background-color: #d02570;
}
.managers .manager_button a {
	background-color: #d02570;
}
.big_buttons a h1 {
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	color: #fff;
}
.big_buttons a h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: #fff;
}
.smallprint p, .outside p, .outside a {
	font-size: 9px;
	line-height: 11px;
}
.kj_rotator p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 15px;
}

/* Blog Styles */
#blog-index .entry .title h3 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 3px;
	font-weight: 400;
	margin: 0;
}
#blog-index .entry .title h4 {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 4px;
	font-weight: 400;
	margin: 0;
}
#blog-index .excerpt {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding-bottom: 10px;
}
a.facebook {
	background: url('../img/facebook-icon.png') 0 0;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 40px;
}
a.facebook:hover {
	background-position: 0 -60px;
}
a.twitter {
	background: url('../img/twitter-icon.png') 0 0;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 20px;
}
a.twitter:hover {
	background-position: 0 -60px;
}



/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



/****** BOOTSTRAP OVERIDES ******/
.search form {
	margin: 0;
}
h3 {
	line-height: 30px;
}




/* MENU STYLES */
/* *********************************************************** */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}


/*** DEMO SKIN ***/
/* overall style, font etc */
.sf-menu {
	float:			right;
	padding-right: 20px;
}
.sf-menu a {
	padding: 		5px 10px;
	margin:0;
	font-size:		14px;
	text-align: 	center;
	height: 20px;
	text-decoration: none;
	color: #293785;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#293785;
}
.sf-menu li {
	background:		none;
	border-right: 1px solid #fff;
}
.sf-menu li li {
	width: 159px;
	background:		#0083a9;
	border-top: 1px solid #fff;
}
.sf-menu li li a { 
	color: #fff; 
	height: auto;
	text-align: left;
	width: 139px;
	padding: 5px 10px;
	font-size: 12px;
}
.sf-menu li li a:hover { 
	background: #006a96; 
	color: #fff; }

.sf-menu li li li {
	background:		#0083a9;
	margin: 1px 0 0 0px;
	border: 1px solid #52abc5;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		none;
	
}


.sf-menu a:hover, .sf-menu a.nav-selected {
color: #d02570;
text-decoration: none;
}

#nav_bar ul li:last-child {
	border-right: none;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.5em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-pink.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.75em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Make menu change for mobile */
/* default style */
.selectnav { display: none; }

/* small screen */
@media screen and (max-width: 767px) {
  .js #nav { display: none; }
  .js .selectnav { display: block; }
}


@media (min-width: 768px) and (max-width: 979px) {
	.content {
		background: url('../img/content_bg-thin.png') left repeat-y;
	}
	.grad {
		background: url('../img/content-bottom-shadow-thin.png') left no-repeat;
	}
	#my-slideshow {
		height:230px !important;
		left: 0;
	}
	.kj_rotator {
		width: 228px;
	}
	.kj_rotator_image {
		width: 476px;
	} 
}



@media (max-width: 767px) {
	.content {
		background: none;
	}
	.grad {
		background: url('../img/content-bottom-shadow-mobile.png') repeat-x;
	}
	.search {
		background-color: #e6e7e8;
	}
	.kj_rotator p {
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
		margin-top: 5px;
	}
	.kj_rotator h1 {
		font-size: 24px;
		line-height: 26px;
	}
}