
body {
	background-color:#fff;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
}

*#contact_name
{
    padding: 2;
	margin: 2;
	border: 2;
}

#vContainer {

	width:580px;
	margin:0px auto;

	text-align:left;
}

ul li {
list-style:none;

}

.rightColumn ul li {
padding:4px;
}
.clr {clear:both;}

h1, h2 {
	
	color:#2D5AC3;
	font-weight:normal;		

}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}



/* ------------------------- Video Player ----------------------- */

.videoPlayer {

}

.videoList ul li {
width:136px;

float:left;
display:block;
}


.playList {
margin-top:12px;
font-size:1em;
}

.rightMargin {
margin-right:11px;
}

.leftMargin {
margin-left:9px;
}

.vThumb {
margin-bottom:6px;
}


/* --------------------------- Swap\ */

a.player {	
	display:block;
	width:580px;
	height:340px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
}

	a.player {
		margin-top:0px;		
	}
	
	.clips {
	margin-top:6px;
	}
	
/* styling of the container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}
