body {
	font-size: small;
	font-family: "Gill Sans", "Gill Sans MT", "Lucida Grande", "Arial", sans-serif;
	}

.hide {
	display: none;
	}

/* wrapper */

#wrapper{
	left: 50%;
	position: absolute;
	width: 700px;
	padding: 0;
	margin: 0 0 0 -350px;
	}

#services {
	display: none;
	}


/* container */

#container {
	clear: both;
	padding: 0;
	}

.replace {
	position: relative;
	margin: 20px 0 0 5px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac \*/
	overflow: hidden;
	/* */
	}

.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
	}
	
#pmtitle, #pmtitle span {
	height: 100px;
	width: 450px;
	background: url(../i/bwlogo.gif);
	float: left;
	}

#navigation {
        display: none;
        }

/* logo switching */

#pmtitle a.logo1 span {
	background: url(../i/bwlogo.gif);
	}

#pmtitle a.logo2 span {
	background: url(../i/bwlogo.gif);
	}
	
#pmtitle a.logo3 span {
	background: url(../i/bwlogo.gif);
	}
	
#pmtitle a.logo4 span {
	background: url(../i/bwlogo.gif);
	}
	
#pmtitle a.logo5 span {
	background: url(../i/bwlogo.gif);
	}

/* googele search */

#google {
	display: none;
	}


/* header */

/* content */

#content {
	clear: both;
	padding: 20px;
	margin: 0 0 -1px 0;
	}

/* page title h1 */

#pagetitlediv {
	padding: 0 0 5px 0;
	margin: 0 0 0 -20px;
	display: block;
	}

#pagetitle {
	margin: 0 0 0 0;
	padding: 5px 20px 0 20px;
	display: block;
	font-size: 160%;
	}

/* main content */

#story {
	clear: both;
	}
	
#story h2 {
	font-size: 120%;
	}
	
#story h3 {
	font-size: 100%;
	}

#story h4 {
	font-size: 90%;
	}
	
/* image shadows */

.img-shadow {
  clear: left;
  float:left;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff ;
  border: 1px solid #a9a9a9;
  margin: 0 6px 6px 0;
  padding: 4px;
  }
 

	
/* list styling in page content */


#content ul.courselist li {
	line-height: 5ex;
	} 

#content ul li.acrobat {
	list-style-image: url(../i/bullet_acrobat.gif);
} 

/* styling addresses */

div.listing {
	padding: 5px;
	border: 1px solid #CCC; /* for IE5 */
	voice-family: "\"}\""; /* box model hack */
	voice-family: inherit; /* box model hack */
	border: 1px dotted #CCC;  /*actual values */

	}

div.listing p, div.listing h3 {
	margin: 0;
	padding: 5px 0 0 0;
	}

div.listing p.teacher {
	font-variant: small-caps;
	font-size: 120%;
	padding: 0;
	}

div.address {
	padding: 5px 0 0 0;
	}
	
div.address p {
	padding: 0;
	}

span.location {
	font-weight: bold;
	text-transform: uppercase;
}

/* superscript references */

.superscript {
	vertical-align: super;
	font-size: 70%;
}

/* return to top */

#returntotop {
	display: none;
        }



/* footer */

#footer {
	text-align: center;
	clear: both;
	color: #333333;
	background: none;
	}

#footer a {
	color: #333333;
	padding: 0 15px;
	}

#copyright {
	background: none;
	}

.clearer {
	clear: both;
}

.stats {
	display: inline;
	white-space: nowrap;
}

.justified {
	text-align: justify;
}