@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Calibri, Tahoma, Verdana, Sans-Serif;
	min-width:900px;
}

a, a:visited {
	color:#652d92;
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}

.pagetitle {
	font-size:1.2em;
}

.titlesub {
	color:#652d92;
}


#content {
	min-height:380px;
	margin: 5px 45px 10px 5px;
	font-size:1.5em;
}

#content h2, #content h3 {
	color:#652d92;
	padding:0px;
	margin:0px;
}

#content .date {
	background:#652d92;
	color:#fff;
	float:left;
	width:130px;
	vertical-align:top;
}

#copy {
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.1em;
	text-align:center;
	color:#666;
}

#staff-message {
	min-height:105px;
	padding:5px;
	margin:0px 0px 20px 0px;
	border-bottom:3px solid #652d92;
}

.staff-photo {
	float:left;
	height:27px;
	width:100px;
	padding:73px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	border:2px solid #0153a7;
	color:#0153a7;
	font-size:0.8em;
}

.staff-portrait {
	padding:15px;
	border:4px solid #652d92;
	margin-top:5px;
	background:#FFF;
}

.message p{
	padding:5px;
	margin:0px;
	font-style:italic;
}

.imgastext {
	float:left;
	padding:0px;
	margin:0px;
}

#popup {
	position:absolute;
	visibility:hidden;
	background:url(../_images/shadow.gif);
	width:360px;
}

#popuptxt {
	margin:-10px 0px 10px -10px;
	width:345px;
	height:150px;
	background-color:#FFF;
	border:2px solid #652d92;
	font-size:1em;
	padding:5px;
	cursor:pointer;
}

#popuptxt img {
	padding:0px;
	margin:0px 5px 0px 0px;
	float:left;
}

#popuptxt h1 {
	font-size:1.3em;
	color:#652d92;
	padding:0px;
	margin:0px;
}

#testimonial {
	margin: 5px 20px 5px 20px;
	border-bottom:1px solid #652d92;
	border-top:1px solid #652d92;
	background:#FFF;
}

#response {
margin:10px;
background:#FFFFCC;
border:1px solid #FFFF00;
width:75%;
}

#response i {
color:#888;
font-size:15pt;
}

#testimonial b {
	float:right;
	padding-right:10px;
	color:#333;
}

#testimonial p {
	padding-left:10px;
}

#body {
	padding:0px 0px 0px 10px;
	font-size:12pt;
	line-height:17pt;
}
