@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;

}
  

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: absolute;
	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;
}

#menu {
	height:29px;
	width: 100%;
	display: block;
	clear:both;
	margin: 0;
	padding: 0;
}

ul#nav {
	list-style: none;
	text-align: center;
	margin: 0;
	height: 29px;
	padding: 0  0 0 20px;
	width: 100%;
	}

ul#nav li {
	display: inline;
		}
		li img {
	height:29px;
	
	border:0;
	opacity:0;
	filter: alpha(opacity:0);
	padding: 0;
	margin: 0;
		}
li#home { background-image:url(../images/home_off.gif); 
width:85px}

li#workshops { background-image:url(../images/workshops_off.gif);
width:138px}

li#clients { background-image:url(../images/clients_off.gif);
width:102px}

li#facilitators { background-image:url(../images/facilitators_off.gif);
width:152px}

li#resources { background-image:url(../images/resources_off.gif);
width:130px}

li#contact { background-image:url(../images/contact_off.gif);
width:102px}

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

#menu li {
	display:block;
	float:left;
	height:29px;
	border: 0;
	position:relative;
}
	.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:620px;
	margin-left: auto;
	margin-right: auto;

 }
 
 .resources p {
	display:block;
	float:left;
	clear:both;
	font-size: 14px;
	 
 }
  .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;
  }
  
  .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}