@charset "utf-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 16px;
}
.trainers a {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}
.trainers {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
}
.center {
	text-align: center;
}
#container {
	width: 780px;
	margin: 0 auto;
	border: 2px ridge #990033;
	text-align: left;
	background-color: #FFFFFF;
} 
#header {
	height: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0;
} 
#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 */
}
#staff {
	margin-top: -5px;
	padding-bottom: 10px;
}
#staff p.principal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#staff p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#publications p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#publications h2 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;	
}

#publications h3 {
	margin: 0px;
	padding: 0px;
}

p.attribution {
	font-size: 12px;
	font-style: normal;
	margin-left: 50px;
}

#source {
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#ourwork {
	width: 780px;
	height: 82px;
	margin-bottom: 50px;
	margin-left: 50px;

}
#mainContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
} 
#mainContent li {
	list-style-type: square;
	list-style-position: outside;
}
#right {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #EAC1BD;
	text-align: left;
}

#sidebar {
	float: left;
	width: 210px;
	margin-right: 7px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	margin-left: 7px;
	list-style-type: none;
	background-color: #F1E8C9;

	#FFCC99
	
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
}
#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
}

#sidebar li {
	list-style-type: none;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 1em;
	list-style-image: none;
	text-indent: 0px;
	margin-left: 0em;
	padding-left: 10px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:link {
	color: #990033;
}
#sidebar a:visited {
	color: #990033;
}
#sidebar a:hover {
	color: #f1e8c9;
	font-weight: bold;
	font-style: normal;
	background-color: #990033;
}


#sidebar a:active {
	color: #990033
}
#quote {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px ridge #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #DFDFDF;
}

#quote p {
	font-size: 12px;
	font-style: normal;
}
#quote  p.ll {
	margin-left: 50px;
	line-height: 0px;
}
.image-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.image-right {
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 30px;
}

.image-center {
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	text-align: center;
	background-color: #F1E8C9;
	margin-top: 10px;
	padding-top: 10;
	padding-bottom: 10;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	list-style-type: none;
	display: inline;
	font-size: 10px;
	text-transform: none;
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #000099;
}
#footer a:visited {
	color: #000099;
}
#footer a:hover {
	color: #FF0099
}
#footer a:active {
	color: #990033
}
#workshops {
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;

}
#workshops h3 {
	margin: 0px;
	padding: 0px;
}
#workshops p {
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blossom {
	padding-left: 5px;
	float: right;
}
.navcurrent {
	color: #000000;
	font-weight: normal;
	background-color: #EECDBE;
}
.longquote {
	border: 2px groove #F8BEBD;
	padding-top: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.longquote1 {
	border: 2px groove #F8BEBD;
	padding-right: 10px;
	margin-bottom: 10px;
}

.date {
	margin-top: 0em;
	margin-bottom: 0em;
}
.publish {
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-weight: normal;
}
blurb {
	margin: 0px;
	padding: 0px;
}
blurb {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
