/* 
  -------------------------------------
  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-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/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-ltarrow {
	background-image: url(../images/icons/lt_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
}
.icon-ltarrow2 {
	background-image: url(../images/icons/lt_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.indent {
	padding-left: 20px;

}

.width100 {
	width: 100px;
}

hr	{
	border: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #4171BD;
	height: 1px;
	background-color: #4171BD;
} 

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

.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;
}
.padding{
	padding-left: 50px;
	text-indent: -10px;
}
          /* styling of the container. */
a.myPlayer {
	display:block;
	width: 450px;
	height:200px;
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:0px;
	border:0px;
}


a.myPlayer:hover {
	border:1px solid #000;
}
