@charset "utf-8";
/* CSS Document */

html, body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	height:100%;
	width: 100%;
	text-align:left;
word-wrap: break-word;

}
  html {overflow-y:scroll}

a:link, a:visited  {
	color: #4F7777;
	text-decoration:none
}
a:hover, a:active {
	text-decoration:underline
}

* { padding:0;margin:0;border:0 }
a {
	border:0;
	
}
	
.oneColFixCtrHdr #container {
	border: 0;
	position:relative;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	min-height: 100%;

}
.oneColFixCtrHdr #header {
	background: none;
	padding: 0;
	position: relative;
	left: -80px;
	margin: 0;
	width: 947px;
	height: 143px;
	background-image: url(../images/headerClear.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(../images/rounded.gif);
	background-repeat: no-repeat;
	display:block;
	margin: 0;
	clear: both;
	height: 100%;
	padding-bottom: 90px;
}
#footer {
	padding: 0;
	text-align: center;
	font-size:12px;
	background-color:#FFF;
	display: block;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/* [disabled]bottom:0px; */

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #4F7777;
	font-size:11px;
	line-height: 18px;
}

#mainnav {display:block;width:710px;position:relative;height:27px;margin-left:20px;margin-top:1px}

ul.menu {
	display:block;
	height:27px;
	width:710px;
	background:url(../images/menu.gif) no-repeat top left;
	position:relative;
	list-style-type:none;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

ul.menu li a  {	left: 0;width: 100%;height:27px;text-decoration:none;}

.nav li.current a {
  cursor: default;
}
.nav li .effect {
  left: 0;
 width: 100%;
}
.nav li,
.nav li a,
.nav li .effect {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
/* individual elements defined here */
/* - home - */
.item1 { 
 left: 0px;
  width: 78px;
  height:27px;
  background: url(../images/menu.gif) no-repeat 0px 0px;
}
.item1 .effect, .item1 a:hover, .item1 a:focus {
	background: url(../images/menu.gif) no-repeat 0px -27px ;

}
.item1 .mousedown, .item1 a:active {
  background-position: 0px -27px ;
}
.item1.active a:link, .item1.active a:visited {
  background: url(../images/menu.gif) no-repeat 0px -27px ;
}
.item1.current a:link, .item1.current a:visited {
  background: url(../images/menu.gif) no-repeat 0px -54px ;
}
/* - about - */

.item2 { 
 
  left:78px;
  width:121px;
  height:27px;
  background: url(../images/menu.gif) no-repeat -78px 0px;
}
.item2 .effect, .item2 a:hover, .item2 a:focus {
	background: url(../images/menu.gif) no-repeat -78px -27px ;

}
.item2 .mousedown, .item2 a:active {
  background-position: -78px -54px ;
}
.item2.active a:link, .item2.active a:visited {
  background: url(../images/menu.gif) no-repeat -78px -27px ;}
  
  .item2.current a:link, .item2.current a:visited {
  background: url(../images/menu.gif) no-repeat -78px -54px ;}
  
   /* - contact - */

.item3 { 
 
  left:199px;
  width:88px;
  height:27px;
  background: url(../images/menu.gif) no-repeat -199px 0px;
}
.item3 .effect, .item3 a:hover, .item3 a:focus {
	background: url(../images/menu.gif) no-repeat -199px -27px ;

}
.item3 .mousedown, .item3 a:active {
  background-position: -199px -54px ;
}
.item3.active a:link, .item3.active a:visited {
  background: url(../images/menu.gif) no-repeat -199px -27px ;} 
  
 .item3.current a:link, .item3.current a:visited {
  background: url(../images/menu.gif) no-repeat -199px -54px ;}  
  
  
   /* - contact - */

.item4 { 
 
  left:287px;
  width:130px;
  height:27px;
  background: url(../images/menu.gif) no-repeat -287px 0px;
}
.item4 .effect, .item4 a:hover, .item4 a:focus {
	background: url(../images/menu.gif) no-repeat -287px -27px ;

}
.item4 .mousedown, .item4 a:active {
  background-position: -287px -54px ;
}
.item4.active a:link, .item4.active a:visited {
  background: url(../images/menu.gif) no-repeat -287px -27px ;}
 
  .item4.current a:link, .item4.current a:visited {
  background: url(../images/menu.gif) no-repeat -287px -54px ;}
  
   /* - contact - */

.item5 { 
 
  left:417px;
  width:110px;
  height:27px;
  background: url(../images/menu.gif) no-repeat -417px 0px;
}
.item5 .effect, .item5 a:hover, .item5 a:focus {
	background: url(../images/menu.gif) no-repeat -417px -27px ;

}
.item5 .mousedown, .item5 a:active {
  background-position: -417px -54px ;
}
.item5.active a:link, .item5.active a:visited {
  background: url(../images/menu.gif) no-repeat -417px -27px ;}
  
    .item5.current a:link, .item5.current a:visited {
  background: url(../images/menu.gif) no-repeat -417px -54px ;}
 
    /* - kidz - */

.item6 { 
 
  left:527px;
  width:85px;
  height:27px;
  background: url(../images/menu.gif) no-repeat -527px 0px;
}
.item6 .effect, .item6 a:hover, .item6 a:focus {
	background: url(../images/menu.gif) no-repeat -527px -27px ;

}
.item6 .mousedown, .item6 a:active {
  background-position: -527px -54px ;
}
.item6.active a:link, .item6.active a:visited {
  background: url(../images/menu.gif) no-repeat -527px -27px ;}
  
    .item6.current a:link, .item6.current a:visited {
  background: url(../images/menu.gif) no-repeat -527px -54px ;}



.item7 { 
 
  left:612px;
  width:98px;
  height:27px;
  background: url(../images/menu.gif) no-repeat -612px 0px;
}
.item7 .effect, .item7 a:hover, .item7 a:focus {
	background: url(../images/menu.gif) no-repeat -612px -27px ;

}
.item7 .mousedown, .item7 a:active {
  background-position: -612px -54px ;
}
.item7.active a:link, .item7.active a:visited {
  background: url(../images/menu.gif) no-repeat -612px -27px ;}
  
    .item7.current a:link, .item7.current a:visited {
  background: url(../images/menu.gif) no-repeat -612px -54px ;}


img#bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index: -1;
	height: 644px;
}


	.bodyText, IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

h1 {
	font-size: 21px;
	font-weight:bold;
	color:#333;
	line-height: 30px;
	letter-spacing: -1px;
	
}
h2 { font-size:21px;
font-weight:normal;
color:#333;
display:block;
float:left;
clear:both
}
h3 {
	font-size:1.4em;
}
p, ul, li {
	font-size:15px;
	line-height: 21px;
	
}

li {
	list-style:none;
	line-height: 25px;
}
p {
	margin-top:10px;
	letter-spacing: .5px;
}
.blueBar {
	display:block;
	background-image:url(../images/roundBarBg.gif);
	width:330px;
	height:22px;
	text-align:left;
	text-indent: 15px;
	color:#4F7777;
	font-size:15px;
	font-weight: bold;
	line-height: 22px;
}
#clientList {
	line-height: 23px;
	font-weight: normal;
}

#clientList li {
		font-size: 13px;
	
}

.image {

}


.heading {
	border-bottom:1px solid #669999;
	line-height: 30px;
	height:30px;
	display: block;
	float: left;
	clear: both;
	text-align: left;
}

.quote {
	display:block;
	margin-bottom: 30px;
	clear: left;
	font-size: 15px;
	line-height: 21px;
}

.customer {
	color:#4F7777;
	font-style:italic;
	margin-bottom: 25px;
	display: block;
	font-size: 13px;
	line-height: 15px;
	margin-top: 3px;
	padding-left: 20px;
}

.facilitatorText {
	padding-bottom:30px;
	text-align:left;
	padding-top: 25px;
}


.workshopText {
	padding-left:15px;
	margin-bottom:20px;
	text-align: left;
	height: 250px;
	padding-top: 5px;
	width: 300px;
}
.workshopText p, .facilitatorText p {
	
	margin-top:5px;
	margin-bottom: 10px;
	font-size:13px;
}

.workshopText li { text-indent:10px;
font-size:13.5px}

.workshopText p { font-size:14px }

.formstyle {
	color:#333;
	font-weight: normal;
	font-size: 15px;
	display: block;
	clear: both;
	width: 465px;
	margin-left: auto;
	margin-right: auto;
}
.formstyle input, textarea {
	border: 0;
	font-size:13px;
	background-color:#DCEAEA;
	text-align: left;
	width: 330px;

}
.formstyle input, textarea  {
	position: relative;
	top: -20px;
	left: 135px;
	display: block;
	padding: 3px;
	border: 1px solid #FFF;

}
.formstyle label {
	clear: both;
	float: left;
	display: block;
	width: 120px;
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
}

input.formbutton {
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #CCFFFF;
	background-color:#4F7777;
	display:inline;
	width:75px;
	color: #FFF;
	text-align: center;
	}
input.formbutton:hover {
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.clearer
{
	clear: both;
	height: 1px;
}
.bullets li {
	list-style:disc;
	list-style-type:disc;
	list-style-position:inside;
	color:#669999;
	
}

#approach li {
	margin-bottom: 10px;
	font-size:14px;
	margin-left:0px;
	padding-left:0px;
	list-style-position:outside;
	line-height: 21px;
	
}
ul.bullets li span 
{
	color:#333;
	line-height: 19px;
	
}

#formMessageBox {
	position:relative;
	top:25%;
	width:614px;
	line-height:23px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #669999;
	border-bottom: 1px solid #669999;
	display: block;
	clear: both;
}
 
 .resources {
	display:block;

	
	width:80%;

 }
 
 .resources p {
	display:block;
	float:left;
	clear:both;
	font-size: 14px;
	width:100%
	 
 }
  .resourceheader, .resourcelink, .resourcesubhead {
	  display:block;
	  float:left;
	  clear:both;
	  margin: 5px 0 2px 0
  }
  
   .resourceheader {
	margin-top:15px;
	font-size: 15px;
	font-weight: bold;
   }
  .resourcesubhead {
	margin-left:20px;
	font-size: 15px;
	text-decoration: underline;
  }
  .resourcebook {
	  margin-left:30px;
	  margin-top:0px;
  }
  .resourcelink {
	margin-left:20px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:14px;
	width:100%
  }
  
  .contactbox {width:275px;float:left;padding:20px;padding-top:10px;-moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          border-radius: 10px;background-color:#DCEAEA;
		 }
		 
.contactbox p {margin:0px;padding:0px;padding-top:5px;font-size:0.9em}

.contactbox p.contactfont {font: Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;font-style:italic;font-weight:bold}
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}
div#navcontainer ul#navlist li { font-size: 15px;
    font-weight: bold;text-transform:uppercase}
div#navcontainer ul#navlist li a{
	padding-top:5px;padding-bottom:5px;
	padding-left:16px;padding-right:16px;
	-moz-border-radius: 15px;
border-radius: 15px;}

div#navcontainer ul#navlist li.home a {
	color:#ed1c24;
border: 1px solid #ed1c24
	}
	
div#navcontainer ul#navlist li.workshop a {color:#fff;
border: 1px solid #fff200}
div#navcontainer ul#navlist li.global a {color:#2e3192;border: 1px solid #2e3192
}
div#navcontainer ul#navlist li.pix a{color:#00a651;border:1px solid #00a651}


div#navcontainer ul#navlist li.home a:hover
{
color: #ed1c24;
border: 1px solid #ed1c24;
border-top: 2px solid #ed1c24;
border-bottom: 2px solid #ed1c24;
}

div#navcontainer ul#navlist li.home a#current
{
color: #ed1c24;
border: 1px solid #ed1c24;
border-top: 2px solid #ed1c24;
border-bottom: 2px solid #ed1c24;
}


div#navcontainer ul#navlist li.workshop a:hover
{
color: #f0e400;
border: 1px solid #f0e400;
border-top: 2px solid #f0e400;
border-bottom: 2px solid #f0e400;
}

div#navcontainer ul#navlist li.workshop a#current
{
color: #f0e400;
border: 1px solid #f0e400;
border-top: 2px solid #f0e400;
border-bottom: 2px solid #f0e400;


}

div#navcontainer ul#navlist li.global a:hover
{
color: #2e3192;
border: 1px solid #2e3192;
border-top: 2px solid #2e3192;
border-bottom: 2px solid #2e3192;
}

div#navcontainer ul#navlist li.global a#current
{
color: #2e3192;
border: 1px solid #2e3192;
border-top: 2px solid #2e3192;
border-bottom: 2px solid #2e3192;
}
div#navcontainer ul#navlist li.pix a:hover
{
color:#00a651;
border: 1px solid #00a651;
border-top: 2px solid #00a651;
border-bottom: 2px solid #00a651;
}

div#navcontainer ul#navlist li.pix a#current
{
color: #00a651;
border: 1px solid #00a651;
border-top: 2px solid #00a651;
border-bottom: 2px solid #00a651;
}
div#navcontainer ul#navlist li.pix a{color:#00a651;border:1px solid #00a651}

#workshopz, #global {float:left;padding-left:45px;padding-right:45px}
 #global {margin-bottom:50px}
#workshopz div p {font-size:0.8em;margin-bottom:20px }

ul#globalz {font-weight:bold;width:300px;padding-top:0px;padding-bottom:50px}

ul#globalz li {font-size:17px;padding-top:20px;line-height:1em}
#media {width:500px;margin-left:auto;margin-right:auto}

div#navcontainer ul#navlist li a 
{
letter-spacing: 1px;
    text-shadow:2px 1px 3px #000000;
	font-weight:bold;
	font-size:16px;
	
	}
	div#navcontainer ul#navlist li a
	{
		
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');

	}
	
#ident	h1 {    color: #4F7777;
    font-size: 18px;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.1em;}
	
	
 div#media.bodyText iframe
	{ margin-top:30px}
	
	
	
	
	
	
	div#navcontainer ul#navlist li a span {color:#fff}
div#navcontainer ul#navlist li.home a {
	background-color:#ed1c24;
	
border: 1px solid #ed1c24
	}
	
div#navcontainer ul#navlist li.workshop a {background-color:#f0e400;
border: 1px solid #fff200}
div#navcontainer ul#navlist li.global a {background-color:#2e3192;border: 1px solid #2e3192
}
div#navcontainer ul#navlist li.pix a{background-color:#00a651;border:1px solid #00a651}


div#navcontainer ul#navlist li.home a:hover
{
color:#fff;
border: 1px solid #ed1c24;
border-top: 2px solid #ed1c24;
border-bottom: 2px solid #ed1c24;
}

div#navcontainer ul#navlist li.home a#current
{
color:#fff;
border: 1px solid #ed1c24;
border-top: 2px solid #ed1c24;
border-bottom: 2px solid #ed1c24;
}


div#navcontainer ul#navlist li.workshop a:hover
{
color:#fff;
border: 1px solid #f0e400;
border-top: 2px solid #f0e400;
border-bottom: 2px solid #f0e400;
}

div#navcontainer ul#navlist li.workshop a#current
{
color:#fff;
border: 1px solid #f0e400;
border-top: 2px solid #f0e400;
border-bottom: 2px solid #f0e400;


}
div#navcontainer ul#navlist li.global a
{color:#fff}
div#navcontainer ul#navlist li.global a:hover
{
color:#fff;
border: 1px solid #2e3192;
border-top: 2px solid #2e3192;
border-bottom: 2px solid #2e3192;
}

div#navcontainer ul#navlist li.global a#current
{
color:#fff;
border: 1px solid #2e3192;
border-top: 2px solid #2e3192;
border-bottom: 2px solid #2e3192;
}
div#navcontainer ul#navlist li.pix a:hover
{
color:#fff;
border: 1px solid #00a651;
border-top: 2px solid #00a651;
border-bottom: 2px solid #00a651;
}

div#navcontainer ul#navlist li.pix a#current
{
color:#fff;
border: 1px solid #00a651;
border-top: 2px solid #00a651;
border-bottom: 2px solid #00a651;
}
div#navcontainer ul#navlist li.pix a{color:#fff;border:1px solid #00a651}

