/* CSS Document */
body, td, p, div {
	font-family: Callibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

a, a:visited, .red, .red p {
	color: #820024;	
}


p {
	margin-top:0px;
	margin-bottom:10px;
}

div.boxsmall {
	width: 261px;
}
div.boxmedium {
	width: 369px;
}

img.pictureleft {
  float: left;
  margin-right:10px;
  margin-bottom:5px;
	border: 1px solid #384347;
	padding:1px;
}

img.pictureright {
  float: right;
  margin-left:10px;
  margin-bottom:5px;
	border: 1px solid #384347;
	padding:1px;
}

div.boxpicture {
	padding:1px;	
}

label {
	color: #384347;	
}

div.box {
	border: 1px solid #384347;
	margin-bottom:10px;
}
div.box .header {
	border-bottom: 1px solid #384347;
	padding:1px;
}
div.box .body {
	padding: 5px;
}

div.box p {
	margin:0;
}

div.box h2 {
	color: #384347;
	border:none;
	margin:0;
	margin-right:10px;
	margin-top:2px;
}

td.staff h2 {
	color: #384347;
	margin:0;
	margin-right:10px;
	margin-bottom:5px;
}

h1 {
	color: #820024;
}

h1 {
    font-size:18px;
	border-bottom: 1px dashed #cccccc;
}


h2 {
    font-size:13px;
	color: #384347;
	border-bottom: 1px dashed #cccccc;
	margin-right:10px;
}

.testimonial {
	font-style:italic;
	font-size:11px;
}

.testimonialName {
	color:000000;
	font-weight:bold;
	font-size:12x;
	padding-top:5px;
}

.instruction {
	background-color:#FEF;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid black;
}

label {
	font-weight:bold;
	display:block;
	width:80px;
	float:left;
	text-align:right;
	padding-right:5px;
}

div.contact, div.mailing {
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:1px solid #f0f0f0;
	
	
}

input.mailing {
	width:260px;
}

input.contact, textarea.contact {
	width:260px;
}

