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

a	{
	color: #6D2C8A;
	text-decoration: none;
}

a:hover	{
	color: #6D2C8A;
	text-decoration: underline;
}

.sendButt	{
	color: #6D2C8A;
	background-color: #FAFAF2;
	border: none;
	font-weight: bold;
}

.orangeText a	{
	color: #F7941D;
}

.blueText	{
	color: #119FC5;
	font-size: 10px;
}

.grayText	{
	color: #CCCCCC;
	font-weight: bold;
}

.purpleText	{
	color: #6D2C8A;
	line-height: 12px;
}

.slateText	{
	color: #6A82B0;
	line-height: 13px;
}

.li	{
	line-height: 13px;
	color: #119FC5;
}

#container	{
	margin: 0px auto;
	width: 752px;
	padding: 0px;
}

#header	{
	padding: 0px 0px 0px 0px;
}

#content	{
	padding: 0px 0px 0px 0px;
}

#leftContentArea	{
	float: left;
	width: 545px;
	padding: 0px 0px 0px 0px;
}

#leftContentAreaContact	{
	float: left;
	width: 476px;
	padding: 0px 0px 0px 0px;
}

#contentArea	{
	padding: 5px 10px 0px 50px;
}

#contentAreaTwo	{
	font-size: 11px;
	padding: 20px 10px 0px 20px;
}


#image	{
	float: left;
	padding: 0px 0px 0px 0px;
}

#bioText	{
	margin-top: -13px;
	margin-left: 135px;
	padding: 0px 0px 0px 10px;
}

#rightContentArea	{
	height: 282px;
	margin-left: 549px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}

#rightContentAreaContact	{
	height: 282px;
	margin-left: 476px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}

#rightContentArea .blueTitle	{
	color: #119FC5;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 0px 3px 10px;
}

#rightContentArea .blueText	{
	color: #119FC5;
	font-size: 11px;
	padding: 5px 10px 0px 0px;
}

#rightContentArea .purpleText	{
	color: #6D2C8A;
	padding: 6px 10px 0px 0px;
}

#rightContentArea .orangeText	{
	color: #F7941D;
	font-weight: bold;
	padding: 0px 0px 24px 0px;
}

.contactInfo	{
	width: 190px;
	float: left; 
	border-right: #6882af solid 1px;
}

.clear	{
	clear: both;
}

.contactInfoTwo	{
	margin-left: 238px;
}

.form	{
	background-color: #ecedea;
	border: none;
}

.viewMap	{
	float: left;
	padding: 5px 5px 0px 0px;
}

.print	{
	padding: 5px 5px 0px 0px;
}

#footer	{
	font-size: 10px;
	color: #119FC5;
	padding: 10px 0px 0px 0px;
}

#footer	.powered	{
	font-size: 10px;
	color: #6D2C8A;
}




