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

a {

	text-decoration: none;
	color: #018ED4;
}

a:hover {

	text-decoration: underline;
	color:#990000;
}

.footerText {

	color: #999999;
}

.section {

	margin-top: 15px;
	margin-bottom: 15px;
}	

.pageTitleSection {

	border-bottom: solid 2px #018ED4;
	font-size: 18px;
	font-weight: bold;
	color: #018ED4;
	padding-bottom: 3px;
	padding-top: 0;
	margin-bottom: 15px;
	margin-right: 15px;
}

.boldtext {

	font-weight: bold;
}

.largerText {

	font-size: larger;
}

#mainContent #pagebg {

	padding-right: 15px;

}

.subSection {

	font-size: 14px;
	font-weight: bold;
	color: #018ED4;
}

.alertBox {

	border: double 2px #FF0000;
	padding: 5px;
	text-align:center;
	font-weight: bold;
}

fieldset {

	border: solid 1px #018ED4;
}

legend {

	font-weight: bold;
	font-variant: smaller;
}

label {

	font-weight: bold;
	font-size: 85%;
	width: 220px;
	line-height: normal;
	text-align:right;
	margin-right: 10px;
	position:relative;
	display: block;
	float: left;
}

label.fieldLabel {

	display: inline;
	float: none;
}

input.formInputText {

	border: solid 1px #018ED4;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	
}

select.formSelect {

	border: solid 1px #018ED4;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

input.formButton {

	border: solid 1px #018ED4;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

.testimonial {
	width: 540px;
	padding: 10px;
	border-bottom: solid 2px #018ED4;
	margin: 0 0 10px 0;
}

.testimonial .desc {

	font-style: italic;
	display: block;
	margin: 3px;
}

.testimonial .name {

	display: block;
	padding-left: 10px;
	font-weight: bold;
}

.formTbl th, .formTbl td {
	padding: 3px 3px;
	vertical-align: top;
}

.formTbl th {
	width: 33%;
}

.formTbl th {
	font-weight: bold;
	text-align: right;
}

.formTbl label.formLbl {
	font-weight: bold;
	line-height: 1.5;
}
