/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  April 10 2009
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #004c92;
    text-decoration: underline;
	}    
	
a:hover {
	color: #004c92;
    text-decoration: none;
	}  

	
/* Header 
----------------------------------------------- */	
body {
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
  	color: #333;
  	text-align: center;
  	margin: 0px;
  	padding: 0px;
	}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.video {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		width:100% !important;
		height: 0 !important;
	}
	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
