@CHARSET "ISO-8859-1";
body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	font-size: 10pt;
	font-family: Arial;
}
#window {
	clear: both;
	position: relative;
	width: 780px;
	background-color: white;
	padding: 0;
	margin: 0px auto;
	text-align: left;
}
#linksbar {
	position: relative;
	height: 32px;
	background: url(../images/linkbar-mid.gif) repeat-x top;
	z-index: 2;
}

#links {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	padding-left:8px;
	height: 35px;
	vertical-align: top;
}
#links a {
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;

	font: 11px/26px sans-serif;
	
	color: navy;
	vertical-align: top;
	text-decoration: underline;	
}
#bodyPane {
	font: 15px sans-serif;
	color: #999999;
	padding: 0px 10px;
	text-align: left;
}
#footerPane {
	color: Navy;
    text-align: center;
	font: small-caps 14px;
}



/* ADMIN Styles */
.login-form {
	margin: 15% auto;
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: left;
	width: 320px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}
.login-form p {
	padding: 0 1em 0 1em;
}
.inputlabel {
	font-weight: bold;
	text-align: left;
}
.inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
}



/* Site Specific Customizations */
#servicesTable {
	width: 100% - 20px;
	vertical-align: top;
/*	border: 1px dashed silver;*/
}
#servicesTable td {
	width: 32%;
	vertical-align: top;
/*	border-right: 1px dashed silver;*/
}
#servicesTable td + td + td {
/*	border-right: nonei;*/
}

#testimonialBox {
}
#testimonialBox h3 {
	margin: 0px auto;
	padding: 3px 0px;

}
#testimonial_content {
	color: Black;
	margin: 0px 10px;
	font: italic 14pt Georgia, Times New Roman, Times, serif;
}
#testimonial_author {
	margin-left: 60%;
	font: italic 9pt Georgia, Times New Roman, Times, serif;	
}
#testimonial_authors_position {
	margin-left: 60%;
	font: italic 9pt Georgia, Times New Roman, Times, serif;	
}
#testimonial_content br{
	display: none;
}

