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

#mainBody #subnavGroup {
	float: left;
	width: 213px;
}
#mainBody #subnavGroup #subnav {
	width: 213px;
}
#mainBody #subnavGroup #subnav .subtitle {
	font: 15px/12px Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	padding-bottom: 12px;
}
#mainBody #subnavGroup #subnav ul {
	list-style: none;
	text-align: right;
	padding:0;
	margin:15px 0 0;
}
#mainBody #subnavGroup #subnav li {
	font: 13px/12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-bottom: 12px;
}
#mainBody #subnavGroup #subnav li a {
	font: 13px/14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-align: right;
	text-decoration:none;
}
#mainBody #subnavGroup #subnav li a:hover{
	padding-bottom: 12px;
	text-decoration:underline;
	color: #CB6A45;
}
#mainBody #subnavGroup #subnav li .NavOn{
	padding-bottom: 12px;
	text-decoration:none;
	color: #CB6A45;
}


#mainBody #subnavGroup #subnav ul ul{
	margin-top:10px;
	list-style: none;
	text-align: right;
}
#mainBody #subnavGroup #subnav ul ul li{
	font: italic 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	padding-bottom: 5px;
	padding-right:10px;
}
#mainBody #subnavGroup #subnav ul ul li a {
	font: italic 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	text-align: right;
	text-decoration:none;
}
#mainBody #subnavGroup #subnav ul ul li a:hover {
	padding-bottom: 12px;
	text-decoration:underline;
	color: #0066CC;
}
#mainBody #subnavGroup #subnav ul ul li .NavOn{
	padding-bottom: 12px;
	text-decoration:underline;
	color: #0066CC;
}




#mainBody #bodyText {
	float: left;
	width: 450px;
	margin-left: 20px;
}
#mainBody #bodyText .subtitle {
	font: bold 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	margin: 0px;
	padding: 15px 0px 5px;
}
#mainBody #bodyText a {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #CB6A45;
}
#mainBody #bodyText .quote {
	font-style: italic;
	color: #0066CC;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#mainBody #bodyText ul {
	margin: 0px 0px 15px 30px;
	padding: 0px;
	list-style: square;
}
#mainBody #bodyText li {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#mainBody #bodyText .title {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #cd6242;
	margin: 0px;
	padding: 12px 0px 10px;
}
#mainBody #bodyText .titleSm {
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #cd6242;
	margin: 0px;
	padding: 0px 0px 10px;
}
#mainBody p {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px;
}
#mainBody #bodyText .address {
	padding-top: 20px;
}
#mainBody #bodyText #staffGroup {
	width: 400px;
	margin: 0px;
	padding: 0px 0px 5px;
}
#mainBody #bodyText #staffGroup p {
	margin: 0px;
	padding: 0px;
}
#mainBody #bodyText #staffGroup .name {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 170px;
}
#mainBody #bodyText #staffGroup .location {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 170px;
}



/* SUCCESS */

#success{
	width: 390px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#success p{
	padding:0;
	margin:0;
}
#success .quote {
	font: italic 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #236399;
	width: 350px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#success .name {
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #236399;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 250px;
	text-align: right;
	float: right;
}
#bodyText #staff_photo {
	position: absolute;
	right: 130px;
	height: 185px;
	width: 190px;
	background: #FFFFFF;
	border: 1px solid #CD6343;
	visibility: hidden;
}
#bodyText #staff_photo img {
	padding: 10px;
}

#alertBox {
	position: absolute;
	top: -35px;
	right: 7px;
}

