/* site wide page formatting */
@import "global.css";

/* debris... */

.profile {
	font-size: 120%;
	padding: 2px 0px 5px 0px;
	margin: 0px;
	color: #005499;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;

	}
.subheader {
	font-weight: bold;
	color: #005499 !important;
	margin: 0px;
	padding: 0px;

}
#contactform {
	background-color: #efefef;
/* 09C	background-image: url(../images/contact/blue_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
*/	width: 500px;
	margin: 0px auto 0px auto;
	border: 1px solid #ccc;
}
.white {
	color: #fff !important;
	}

.yellow {
	color: #fc0 !important;
	}

h2.gold {
	/* used contact page */
	font-size: 150%;
	padding: 2px 0px 5px 0px;
	margin: 0px;
	color: #fc0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
p.gold { color: #fc0 !important;
	}

/* profiles */

#profile {
	width: 410px;
	float: left;
	clear: none;

	border: 0px #069 dotted;
	
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 0px 0px;
	}

	* html div#profile {
		width: 420px;
		w\idth: 410px;
		}
		
#profiledetails {
	float: right;
	clear: none;
	width: 140px;
	/* negative top to match content padding */
	margin: 10px 0px 0px 440px;
	padding: 10px 0px 5px 10px;

	background-color: #efefef;
	border: 1px #069 dotted;

	}
	* html #profiledetails {
		width: 150px;
		w\idth: 140px;
	}
	#staffprofile {
/*	float: right;
	clear: none;
*/	width: 140px;
	/* negative top to match content padding 435*/
	margin: 0px 0px 0px 415px;
	padding: 10px 10px 5px 10px;

	background-color: #efefef;
	border: 0px #069 dotted;
	}
	* htm #staffprofile {
		width: 160px;
		w\idth: 140px;
		}
.profilepic {
	background: url(../images/profiles/profile_bg.gif) no-repeat top left;
	padding: 2px 8px 8px 2px;
	margin: 8px;
	
/*	width: 130px;
	height: 180px;
*/	
	border: 0px #069 dotted;

	}

.peoplename {
	padding: 5px 0px 5px 10px;
	margin: 0px;
}

#ourpeoplepop {
	width: auto;
	float: none;
	clear: both;
	
	border: 0px #333 solid;
}
	

.smprint {
	font-size: 80% !important;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	font-weight: normal;
	
	border-left: 0px #36C solid;
}
.strong {
	font-weight: bold !important;
	background-color: #FFF;
	color: #039 !important;
	}

.rightpic10 {
	float: right;
	margin: 10px;
	}

/* seminar */

div.seminar {
	font-size: 80%;
	border: 1px solid #ccc;
	padding: 4px 10px;
	background: #efefef;
	margin: 20px 10px;
	}

div.seminar table {
	margin: 0 auto;
	width: 570px;
	}

div.seminar table td.location {
	text-align: left;
	background: #fff;
	padding: .8em .4em 0 .2em;
	}

div.seminarcallout {
	border: 1px solid #666;
	background: #eee;
	text-align: center;
	padding: 4px 0;
	margin: 4px 0;
	}

div.seminar table tr th {
	text-align: left !important;
	padding-right: .4em;
	vertical-align: text-top;
	}