* {
	margin: 0;
	padding: 0;
	}

html {
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

body {
	text-align: center;
	background: url(../images/bgBg.jpg) repeat-x top left #023e61;
	}

ul, ol {
	list-style: none;
	}

a {
	border: none;
	outline: none;
	text-decoration: none;
	}

#container {
	width: 681px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	position: relative;
	height: 133px;
	background: url(../images/headerBg.gif) no-repeat top left;
	}
	
	h1, h1 a {
		text-indent: -5000px;
		}
	
	ul#mainNav {
		color: #FFF;
		height: 30px;
		line-height: 30px;
		list-style: none;
		background: url(../images/mainNavBg.gif) repeat-x top left;
		text-align: center;
		padding: 0 0 0 10px;
		}
	
	ul#mainNav li {
		float: left;
		margin: 0 10px 0 0;
		}
		
		ul#mainNav li a {
			color: #FFF;
			font-weight: bold
			}
	
#mag {
	height: 270px;
	background: url(../images/rColBg.jpg) no-repeat top right;
	}
	
		a.view {
			display: block;
			font-weight: bold;
			}

#lcol  {
	float: left;
	width: 480px;
	}

#rcol {
	float: left;
	width: 198px;
	color: #FFF;
	}
	
#main {
	position: relative;
	height: 270px;
	width: 480px;
	}
	
	
	a#view {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		display: block;
		text-indent: -5000px;
		width: 480px;
		height: 270px;
		}
		
a#closeBtn {
	position: absolute;
	top: 2px;
	left: 482px;
	z-index: 20;
	background: #0179be;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #014972;
	height: 18px;
	line-height: 18px;
	width: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	}
	
		
#video {
	width: 480px;
	height: 270px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	}

ul#js {
	background: url(../images/jsBg.gif) repeat top left;
	}

ul#js li {
	float: left;
	padding: 20px;
	border-right: 1px solid #FFF;
	}
	
	ul#js li#js_a, ul#js li#js_b {
		width: 199px;
		}
		
	ul#js li#js_c {
		width: 160px;
		}
	
	ul#js li a {
		font-size: 14px;
		color: #FFF;
		font-weight: bold;
		}

.blue {
	display: block;
	color: #91e7f8;
	}
	
#moreVideo {
	color: #FFF;
	background: url(../images/moreVideoBg.gif) repeat-x top left;
	}
	
	#moreVideo h3 {
		margin: 20px 0 0 0;
		}
	
	#moreVideo h3 span {
		color: #aadce7;
		}
	
ol#thumbs {
	list-style: none;
	background: #99c7d3;
	}

ol#thumbs li img, ol#thumbs li span {
	float: left;
	}

ol#thumbs li {
	float: left;
	border-right: 1px solid #FFF;
	width: 224px;
	}
	
	ol#thumbs li.last, ol#thumbs li#thumb_2 {
		margin: 0;
		border: none;
		}
	
	ol#thumbs a {
		font-size: 11px;
		font-weight: bold;
		color: #053355;
		}
		
		ol#thumbs li:hover {
			background: #F1F1F1;
			}
		
		ol#thumbs a .title {
			float: left;
			width: 115px;
			padding: 10px;
			}
		
		ol#thumbs a .watch {
			color: #1396ce;
			}
	
#copy {
	background: #b2c0ca;
	padding: 5px;
	clear: left;
	}
	
	#copy p {
		font-size: 10px;
		line-height: 12px;
		color: #4e5f6b;
		}
	
	#copy a#getFlash {
		float: left;
		margin: 0 10px 0 0;
		}
		
		a.cantaloupe {
			color: #FF6600;
			}
		
ul#botNav {
	height: 30px;
	}

ul#botNav li {
	float: left;
	height: 30px;
	border-right: 1px solid #CCC;
	}
	ul#botNav li.last {
		border: none;
		}
		
	a#a_faq {
		display: block;
		text-indent: -5000px;
		width: 140px;
		height: 30px;
		background: url(../images/faqBtn.gif) no-repeat center center;
		
		}
	a#a_archive {
		display: block;
		text-indent: -5000px;
		width: 153px;
		height: 30px;
		background: url(../images/archiveBtn.gif) no-repeat center center;
		}
		
	a#a_contact {
		display: block;
		text-indent: -5000px;
		width: 182px;
		height: 30px;
		background: url(../images/makeContactBtn.gif) no-repeat center center;
		}

#footer {
	color: #FFF;
	height: 52px;
	background: url(../images/footerBg.gif) repeat-x top left;
	}

#archive li.archiveLI {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	}
	
#archive li.archiveLI img {
	float: left;
	margin: 0 10px 0 0;
	}
	
#archive li.archiveLI .watch {
	display: block;
	margin: 3px 0 0 0;
	}

#archive li.archiveLI a {
	font-size: 12px;
	color: #0185d1;
	}

/* ClearFix CSS */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

