/*-- about content styles--*/

/* --- link stylings --- */

#aboutContent1 a, #aboutContent2 a {
	color: #e2db9c;
	text-decoration: none;
	
}
#aboutContent1 a:hover, #aboutContent2 a:hover {
	color: #fff;
	text-decoration: none;	
}


/*-- about content column 1 styles--*/




#aboutContent1{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342211;
	float: left;
	width: 347px;
	margin: 0;
	padding: 0;
}
#aboutContent1 h1{
	display: none;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
}
#aboutContent1 p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #998c5b;
	padding-top: 10px;
}
#aboutContent1 .introCopy {
	margin: 0;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #e2db9c;
}

/*-- about content column 2 styles--*/

#aboutContent2 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342211;
	float: left;
	width: 337px;
	margin: 0px 0px 0px 20px;
	padding-top: 5px;
}

#aboutContent2 p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #998c5b;
	padding-top: 10px;
	padding-bottom: 10px;
}

#aboutContent2 h1{
	color: #e2db9c;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(../_images/dotted_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 7px;

}

#aboutContent2 h2{
	color: #e2db9c;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(../_images/dotted_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 7px;
	padding-top: 7px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342211;
}

#aboutContent2 h3 strong {
	font-weight: normal;
	color: #e2db9c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#aboutContent2 h3{
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal;
	color: #998c5b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#aboutContent2 .details {
	color: #998c5b;
	line-height: 16px;
	margin: 0;
	padding: 0 0 8px 8px;

}

#aboutContent2 .details a{
	color: #998c5b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #998c5b;
	text-decoration: none;
}
#aboutContent2 .details a:hover{
	color: #e2db9c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e2db9c;
	text-decoration: none;
}


