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 {
	width: 690px;
	margin: 0 auto;
	}

.accessibility {
	float: right;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	}	
	
.accessibility a {
	color: #000;
	text-decoration: none;
	}

ul.language {
	list-style:none;
	float:left;
	margin: 0 0 5px 0;
	padding: 0 5px;
	}

.language li {
	float: left;
	padding: 0 10px;
	}	
	
.language li a {
	color: #000;
	text-decoration: none;
	}

/* container */

#container {
	border: 1px solid #523D22;
	background: url(../i/headerbkgd.gif) repeat-x left top #E9E9D0;
	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/pmlogo3.gif);
	float: left;
	}

/* logo switching */

#pmtitle a.logo1 span {
	background: url(../i/pmlogo1.gif);
	}

#pmtitle a.logo2 span {
	background: url(../i/pmlogo2.gif);
	}
	
#pmtitle a.logo3 span {
	background: url(../i/pmlogo3.gif);
	}
	
#pmtitle a.logo4 span {
	background: url(../i/pmlogo4.gif);
	}
	
#pmtitle a.logo5 span {
	background: url(../i/pmlogo5.gif);
	}

/* googel search */

#google {
	float: right;
	margin: 50px 10px 20px 10px;
	}

#google #submit {
	background: #E9E9D0 url(../i/searchbkgd.gif) repeat-x left bottom;
	border: #523D22 1px solid;
	padding: 2px;
	color: #523D22;
	}

#google #searchtext {
	width: 100px;
	}

/* header */

/* content */

#content {
	clear: both;
	padding: 20px;
	background: url(../i/contentbkgd.gif) repeat-x left bottom #E9E9D0;
	margin: 0 0 -1px 0;
	}

/* page title h1 */

#pagetitlediv {
	background: url(../i/h1bkgdbottom.gif) no-repeat right bottom;
	padding: 0 0 5px 0;
	margin: 0 0 0 -20px;
	display: block;
	}

#pagetitle {
	background: url(../i/h1bkgdtop.gif) no-repeat right top;
	margin: 0 0 0 0;
	padding: 5px 20px 0 20px;
	display: block;
	color: #FFF;
	font-size: 120%;
	}

/* 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;
  background: url(../i/shadow.gif) no-repeat bottom right;
  margin: 10px 15px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff ;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
 
.img-shadow2 {
	clear: left;
	float: left;
	background: url(../i/shadow.gif) no-repeat bottom right;
	margin: 10px 15px 0 0 !important;
	margin: 10px 15px 0 5px;
	}

.img-shadow2 img {
	display: block;
	position: relative;
	background-color: #fff ;
	float: left;
	border: 5px solid #fff; /* for IE5 */
	padding: 0; /* for IE5 */
	margin: -6px 1px 6px -6px; /* for IE5 */
	voice-family: "\"}\""; /* box model hack */
	voice-family: inherit; /* box model hack */
	margin: -6px 6px 6px -6px;  /*actual values */
	border: 1px solid #a9a9a9;  /*actual values */
	padding: 4px;  /*actual value */
	}
	
/* list styling in page content */

#content ul li {
	list-style-image: url(../i/bullet_disc.gif);
	} 

#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 {
	margin: 0;
	background: url(../i/uparrow.gif) no-repeat 0 50%;
	padding: 5px 0 5px 30px;
	}

#returntotop a {
	padding: 5px 0 5px 30px;
	text-decoration: none;
	color: #523D22;
	}


/* footer */

#footer {
	display: none;
	margin: 5px auto;
	clear: both;
	color: #333333;
	font-size: 80%;
	background: none;
	}

#footer a {
	color: #333333;
	padding: 0 15px;
	}

#copyright {
	font-size: 130%;
	background: none;
	}

.clearer {
	clear: both;
}

.stats {
	display: inline;
	white-space: nowrap;
}

.justified {
	text-align: justify;
}
