/* 
  -------------------------------------
  Stylesheets by TechTriad, Inc.
  www.techtriad.com
  Misc styles and classes
  -------------------------------------
*/

.icon-acrobat {
	background-image: url(../images/icons/acroread.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-flickr {
	background-image: url(../images/icons/flickr.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 28px;
	text-indent: 10px;
	line-height: 22px;
}
.icon-facebook {
	background-image: url(../images/icons/facebook.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 28px;
	text-indent: 10px;
	line-height: 24px;
}
.icon-web {
	background-image: url(../images/icons/icon_web.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 28px;
	text-indent: 10px;
	line-height: 24px;
}
.icon-youtube {
	background-image: url(../images/icons/youtube.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 28px;
	text-indent: 10px;
}
.icon-linkedin {
	background-image: url(../images/icons/linkedin.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 28px;
	text-indent: 10px;
	line-height: 22px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-email {
	background-image: url(../images/icons/mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.indent {
	padding-left: 20px;

}
.content blockquote {
	margin-top: 0px;
	margin-bottom: 12px;
}
.imagespace	{
	margin: 8px;
}
.imagespaceRight {
	margin-right: 10px;
}


.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
.pullQuote {
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	color:#111111;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:5px;
	padding:10px 40px;
}.doubleLine {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
}
