/* 
  -------------------------------------
  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;
	margin-left: 16px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	line-height: 20px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-left: 14px;
	line-height: 22px;
}
.icon-email {
	background-image: url(../images/icons/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-check {
	background-image: url(../images/icons/icon_check.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-external {
	background-image: url(../images/icons/external.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	margin-left: 0px;
}
.indent {
	padding-left: 20px;

}
hr	{
	border: 0;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	color: #97A208;
	height: 1px;
	background-color: #97A208;
	margin-bottom: 12px;
	margin-top: 12px;
} 


.imagespace	{
	margin: 8px;
}

.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
.tableborder {
	border: 1px solid #065F9B;
}
.smalltext {
	font-size: 11px;
}


.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;
}
.pullQuote2 {
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	color:#111111;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin: 5px;
}
/* Flowplayer classes */
a.myPlayer {
	display:block;
	width: 350px;
	height:250px;
	text-align:center;
	border:1px solid #999;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

a.myPlayer img {
	margin-top:0px;
	border:0px;
}


a.myPlayer:hover {
	border:1px solid #000;
}
