@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
@font-face {
	font-family: 'CYLfontRegular';
	src: url('playtime-webfont.eot');
	src: local('☺'), url('playtime-webfont.woff') format('woff'), url('playtime-webfont.ttf') format('truetype'), url('playtime-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


html{
	width:100%;
	height:100%;
	overflow:hidden
}

body{
	overflow:auto;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:32px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.5em;
}
h2{
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.5em;
}
h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.25em;
}
h4{
	font-size:20px;
	font-weight:bold;	
	margin-bottom:10px;
	line-height:1.25em;
}
h5{
	font-size:18px;
	font-weight:bold;	
	margin-bottom:10px;
	margin-top:15px;
	line-height:1.25em;
}
h6{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
	line-height:1.25em;
}
p{
	line-height:1.5em;
	margin-bottom:15px;
}
ul, ol{
	margin-left:30px;

}
li{
	margin-bottom:3px;
	line-height: 1.25em;
}
#main-content-features ul,#main-content ul,#main-content-features ol,#main-content ol{
	margin-left:50px;
	margin-bottom:15px;
}
ul li{
	list-style-type:disc;

}
#main-content-features ol li,#main-content ol li{
	list-style-type:decimal;
}
table{
	margin-bottom:10px;
}
td,th{
	padding:3px 5px;
}
table .row0{
	background-color:#DAF2FC;
}
table .row1{

}
blockquote{
	margin:20px 30px;
	padding:20px;
	font-style:italic;
	background-image:url(../images/white/smoke-bg.png);
	background-repeat:repeat;
	color:#233E95;
	font-size:18px;
	line-height:1.5em;
}
blockquote .authour{
	float:right;
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	padding-bottom:5px;
}
a{
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
#mainbody-wrapper img{
	margin: 5px;
}
#mainbody-wrapper .img-background{
	padding:4px;background:#fff;border:1px solid #ccc;
	margin:5px;
}
img.bg-image{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-100000;
}
#header-bg {
	margin-top:5px;

}
#header-bg #header-wrapper {
	height: 210px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-image: url(../images/white/content-bg-wide.png);
	background-repeat: repeat-y;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
/*#worlds-only{
	float:left;
	background-image:url(../images/white/worlds-only-tag.png);
	width:110px;
	height:99px;
	margin-left:-100px;
	margin-top:-10px;
}*/
#header-bg #header-wrapper #logo {
	position:absolute;
	z-index:100;
	width:308px;
	height:157px;
	margin-top:30px;
	margin-left:20px;
}

#header-bg #header-wrapper #header-mod-wrapper {
	height: 195px;
	width: 610px;
	float: right;
	margin-top:10px;
	margin-right:20px;
}

.clear-both {
	clear: both;
}
#mainbody-bg {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}


#mainbody-bg #mainbody-wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-image: url(../images/white/content-bg-wide.png);
	background-repeat: repeat-y;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size:16px;
}
#wave{
	background-image:url(../images/white/wave.png);
	height:6px;
	background-repeat:repeat-x;
	margin-left:12px;
	margin-right:12px;
}
#wave2{
	background-image:url(../images/white/wave2.png);
	height:6px;
	background-repeat:repeat-x;
	margin-left:12px;
	margin-right:12px;
}
#wave-big{
	background-image:url(../images/white/wave-big.png);
	height:9px;
	background-repeat:repeat-x;
	margin-left:12px;
	margin-right:12px;
}
#mainbody-bg #mainbody-wrapper #main-nav {
	height: 30px;
	padding:5px 0 5px 0;
	font-family: 'CYLfontRegular', arial;
	margin-left:12px;
	margin-right:12px;
}
#main-nav a > .sf-sub-indicator{
	display:none;
}
#main-nav li li a > .sf-sub-indicator{
	display:inline;
}
/*#main-nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112.5%;
	font-weight: bold;
	list-style-image: none;
	padding-top:9px;
	list-style:none;
}
#main-nav ul li {
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-left: 15px;
}
#main-nav ul > li:first-child{
	padding-left: 0;
}*/

#content-bg-top {
	background-image: url(../images/white/content-bg-wide-top.png);
	background-repeat: no-repeat;
	height:12px;
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
#bread-crumb{
	float:right;
	margin-right:10px;
}
#mainbody-bg #mainbody-wrapper #content-bg {

	padding: 10px 12px 10px 30px;
	/*font-family: 'Cantarell', arial;*/
	/*font-family: 'Josefin Sans Std Light', arial;*/
}
#content-bg-bottom {
	background-image: url(../images/white/content-bg-wide-bottom.png);
	background-repeat: no-repeat;
	height:12px;
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
#mainbody-bg #mainbody-wrapper #content-bg #main-content-wrapper {
	float: left;
	width: 670px;
}
#mainbody-bg #mainbody-wrapper #content-bg #main-content-wrapper-full {
	float: left;
	width: 890px;
}
#mainbody-bg #mainbody-wrapper #content-bg #main-content-wrapper #main-content{
	
}
#mainbody-bg #mainbody-wrapper #content-bg #main-content-wrapper #main-content-features{
	float:left;
	width:420px;
}
#mainbody-bg #mainbody-wrapper #content-bg #main-content-wrapper #features{
	float:right;
	width:240px;
}
#right-column-mods {
	float: right;
	width: 240px;
}

.BT-Service{
	width:300px;
	/*border:#a49374 solid 1px;*/
	padding:0;
	margin-bottom:10px;
	background-image:url(../images/light-bg.png);
	color:#000;
	line-height:1em;
}
.BT-Service a{
	color:#B30004;
	text-decoration:none;
}
.BT-Service a:hover{
	text-decoration:underline;
}
#BT-Leadership h1{
	background-image: url(../images/lgreen-mod-heading-bg.png);
	background-repeat: repeat;
}
#BT-Teaming h1{
	background-image: url(../images/lred-mod-heading-bg.png);
	background-repeat: repeat;
}
#BT-Creativity h1{
	background-image: url(../images/lblue-mod-heading-bg.png);
	background-repeat: repeat;
}
#BT-Change h1{
	background-image: url(../images/purple-mod-heading-bg.png);
	background-repeat: repeat;
}
#BT-Strategic h1{
	background-image: url(../images/yellow-mod-heading-bg.png);
	background-repeat: repeat;
}
#BT-Speaking h1{
	background-image: url(../images/blue-mod-heading-bg.png);
	background-repeat: repeat;
}
#BT-CYL-Challenge h1{
	background-image: url(../images/red-mod-heading-bg.png);
	background-repeat: repeat;
}
#BT-Fish-Cleaning h1{
	background-image: url(../images/pink-mod-heading-bg.png);
	background-repeat: repeat;
}
.BT-Service h1{
	height: 28px;
	font-size:1.25em;
	padding-left:3px;
	line-height:28px;
	color:#FFF;
}
.BT-Service h4{
	clear:both;
	margin:0 0 5px 5px;
	color:#000;
}
.BT-Service img{
	margin:5px;
}
.BT-Service li{
	margin-bottom:5px;
	font-size:.875em;
	margin-left:20px;
	padding-right:2px;
}
#right-column-mods .module, #right-column-mods .module p, #features .module {
	line-height:1.35em;
	font-size:14px;
}
#right-column-mods div.module{
	margin-bottom:10px;
}
#right-column-mods h3 {
	font-size: 21px;
	height: 30px;
	font-family: 'CYLfontRegular';
	line-height:28px;
}
/*#right-column-mods .news h3 {
	background-image: url(../images/news-icon.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 30px;
}
#right-column-mods .events h3 {
	background-image: url(../images/events-icon.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 30px;
}
#right-column-mods .fishwrapper h3 {
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 30px;
}*/

#right-column-mods ul, .news ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
#right-column-mods, .news li{
	margin-bottom:5px;
}
#right-column-mods a{
	text-decoration:none;
	font-weight:normal;
}
#right-column-mods a:hover{
	text-decoration:underline;
}
#footer-bg {
	padding-top:10px;

}
#footer-bg #footer-wrapper {
	height: 165px;
	width: 930px;
	padding-top:20px;
	margin-left:20px;
	margin-right:20px;
	font-size: 13px;
	padding-bottom:20px;
}
#footer-bg #footer-wrapper h5{
	margin-top:0;
}
#footer-bg #footer-wrapper #footer-mods #footer-mod1 {
	float: left;
	width: 27%;
	margin-right:30px;
}
#footer-bg #footer-wrapper #footer-mods #footer-mod2 {
	float: left;
	width: 33%;
	margin-right:20px;

}
#footer-bg #footer-wrapper #footer-mods #footer-mod3 {
	float: left;
	width: 32%;
}
#footer-bg #footer-wrapper #footer-mods .footer-location {
	display: inline;
	float: left;
	text-align: right;
	line-height: 1.25em;
	font-size:18px;
	margin-right:10px;
}
#footer-bg #footer-wrapper #footer-mods .footer-address {
	display: block;
	float: left;
	font-size: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	line-height: 1.3em;
}

#footer-bg #footer-wrapper #footer-copyright {
	font-size: 14px;
	margin-top:10px;
}

.module a{
	text-decoration:none;
	font-weight:normal;
}
.module a:hover{
	text-decoration:underline;
}

.img-bg {
	background-image:url(../images/img-bg.jpg);
	background-repeat:repeat;
	border:#000 solid 2px;
	margin-top:5px;
	margin-bottom:5px;
}
.img-bg img{
	padding:10px;
}

.right{
	float:right;
	margin-left:5px;
	margin-right:0px;
}
.left{
	float:left;
	margin-left:0px;
	margin-right:5px;
}
/* Joomla Styles */
.componentheading{
	font-family: 'CYLfontRegular';
}
div.componentheading{
	font-family: 'CYLfontRegular';

}
.contentheading, #main-content-wrapper .module h3{
	font-size:26px;
	font-weight:bold;
	padding-bottom: 1px;
	margin-bottom:10px;
	font-family: 'CYLfontRegular';
	line-height:1.125em;
}
/* Google Calendar */
.google_html{

}
/* K2 Styles */
.modulePosttext{
	margin-top:5px;
	margin-bottom:5px;
}
a.moduleCustomLink{
	float:right;
	padding:5px 10px;
	margin-bottom:10px;
}
a.moduleCustomLink:hover{

}
.Articles-itemListSubCategories{
	margin-bottom:30px;
	margin-left:30px;
}
.Articles-subCategoryContainer{
	float:left;
}
.Articles-subCategory{
	margin-left:30px;
}
/*    Tab Style    */
#tabsnslides, #tabsnslides2{
	margin-bottom:20px;
}
#tabsnslides li, #tabsnslides2 li{
	margin-bottom:3px;
	list-style-type:none;
}