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

hr	{
	border: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #4D4D4D;
	height: 1px;
	background-color: #484848;
} 
.imagespace	{
	margin: 8px;
}
.imagespaceRight {
	margin-right: 10px;
}
.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
#main .icon-flv {
	background-image: url(../images/icons/icon_flv.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 28px;
	margin-left: 40px;
	line-height: 28px;
}
.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;
}
.red {
	color: #F00;
}
.magenta {
	color:#6d1111;
}
.smalltext {
	font-size: .9em;
}
br .tall {
	margin-bottom: 12px;
}
.bottomZero {
	line-height: 100%;
	margin-bottom: 0px;
}
.boxesCenter {
	height: 18px;
	background-image: url(../images/boxes.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	line-height: 18px;
}
.boxesLeft {
	height: 18px;
	background-image: url(../images/boxes.png);
	background-repeat: no-repeat;
	background-position: 75px center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	line-height: 18px;
}
.boxesDivider {
	height: 18px;
	background-image: url(../images/box_divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	line-height: 18px;
}
/*flowplayer */
a.player {
	margin-top:10px;
	display:block;
	width:425px;
	height:298px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../media/video/splash.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 126px;
	padding-bottom: 25px;
	padding-left: 127px;
}
a.player3 {
	margin-top:10px;
	display:block;
	width:350px;
	height:250px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../media/video/splash_sm_start.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-left:auto;
	margin-right:auto;
}
a.player2 {
	margin-top:10px;
	display:block;
	width:350px;
	height:240px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../media/video/splash_sm.png);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 0;
	padding-right: 126px;
	padding-left: 127px; */
}
/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
a.player2 img {
	margin-top:90px;
	border:0;
}
a.myPlayer {
	display:block;
	width: 350px;
	height:250px;
	text-align:center;
	border:1px solid #999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
} 
 
/* play button */ 
a.myPlayer img {
	margin-top:0px;
	border:0px;
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
