/*-- about content styles--*/

/* --- link stylings --- */

#aboutContent1 a, #aboutContent2 a {
	color: #187DBA;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	
}
#aboutContent1 a:hover, #aboutContent2 a:hover {
	color: #E9EDEF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.mtnstyle {
	color: #FFFFFF
}
/*-- Request a Quote link styles--*/
#requestQuote{
	float: right;
	clear: both;
	margin-top: 70px;
	margin-right: 15px;
}
#requestQuote a {
	 text-indent: -9000px;
	display:block;
	height: 35px;
	width: 197px;
	background: url(../images/btn-request_a_quote.png) top left no-repeat;
	text-decoration:none;
}
#requestQuote a:hover{
	text-indent: -9000px;
	display:block;
	height: 35px;
	width: 197px;
	background-repeat:no-repeat;
	text-decoration:none;
	background-image: url(../images/btn-request_a_quote.png);
	background-position: left bottom;
}


/*-- about content column 1 styles--*/




#aboutContent1{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F7F8F9;
	float: left;
	width: 687px;
	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: 0.7em;
	line-height: 22px;
	font-weight: normal;
	color: #292F34;
	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: #5C627C;
}

#aboutContent1 h2{
	color: #5594D9;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	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: #F7F8F9;
}

#aboutContent1 h3 strong {
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#aboutContent1 h3{
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal;
	color: #707A89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#aboutContent1 .details {
	color: #2E3338;
	line-height: 16px;
	margin: 0;
	padding: 0 0 8px 8px;

}

#aboutContent1 .details a{
	color: #1D589A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D589A;
	text-decoration: none;
}
#aboutContent1 .details a:hover{
	color: #DBE9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBE9F9;
	text-decoration: none;
}

/*-- about content column 2 styles--*/

#aboutContent2 {
	float: left;
	width: 337px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#aboutContent2 p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 22px;
	font-weight: normal;
	color: #292F34;
	padding-top: 10px;
	padding-bottom: 10px;
}

#aboutContent2 h1{
	color: #5594D9;
	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: #5594D9;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	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: #F7F8F9;
}

#aboutContent2 h3 strong {
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#aboutContent2 h3{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: bold;
	color: #363C43;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#aboutContent2 .details {
	color: #2E3338;
	line-height: 16px;
	margin: 0;
	padding: 0 0 8px 8px;

}

#aboutContent2 .details a{
	color: #1D589A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D589A;
	text-decoration: none;
}
#aboutContent2 .details a:hover{
	color: #DBE9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBE9F9;
	text-decoration: none;
}
.mtnstyle a:link {
	color: #FFCC00;
}
