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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
.style1 {
	color: #CC3300;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}
.style2 {
	color: #CC3300;
	padding-left: 10px;
	padding-right: 10px;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	color: #999999;
	font-size: 10px;
}
.style6 
{
	color: #CC3300;
	font-weight: bold;
	font-size: 14px;
}
a.style1 {	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}
a.style11 {	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}
.orange_link {
	color: #CC3300;
}
th {
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
}

/* FOR UPCOMING EVENTS MODULE */
#dates
{
	margin: 30px 0 0 0;
	padding: 0 1em;
	height: 182px;
	overflow: auto;
}

/* FOR TESTIMONIAL MODULE */
#testimonial
{
	margin: 0;
	padding: 0em 1em;
	height: 220px;
	overflow: hidden;
	text-align: left;
	color: #666666;
	font-size: 0.95em;
	line-height: 1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#testimonial .client
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: smaller;
}

form.payment-form input {
	float: right;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 3px;
}

form.payment-form input.locked {
	color: black;
}

form.payment-form label {
	text-align: left;
	width:  40%;
	float: left;
}

form.payment-form label.error {
	float: none;
}

form.payment-form p {
	clear: both;
	margin: 0;
	padding: 0;
}

form.payment-form h2 {
	color: #CC3300;
	text-align: center;
}

form.payment-form h2,
form.payment-form h3 {
	clear: both;
}
