html { height: 100%; margin-bottom: 0.1em; }
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 70%/1.6em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #999;
	background: #313131;
	}

body * {
	margin: 0;
	padding: 0;
	}

img {
	border: none; 
	vertical-align: top;
	}
	
/*
------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------*/


#container {
	width: 740px;
	margin: 10px auto;
	padding-top: 6px;
	background: url(/_images/html/pageBgTop.gif) center top no-repeat;
	}

#logo {
	margin: 20px 0;
	}
	
.content {
	width: 660px;
	margin: 20px 0;
	text-align: left;
	}

.top {
	margin: 10px 0;
	}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.left {
	float: left;
	display: inline;
	width: 220px;
	}

.right {
	margin-left: 221px;
	}

#footer {
	clear: both;
	width: 740px;
	padding-top: 10px;
	background: #313131 url(/_images/html/pageBgBtm.gif) center top no-repeat;
	}

#margin {
	margin-top: 30px;
	}

/* --------------------------------------------------------------------------
	 TYPOGRAPHY
	 --------------------------------------------------------------------------*/

p {
	font-size: .85em;
	margin: 0 0 18px 0;
	}

strong {
	color: #CCCCCC;
	}
	
h1 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
	color: #CD2525;
	}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 14px 0;
	padding: 0;
	color: #ccc;
	}

.right h1, .right h2 {
	width: 410px;
	}

h3 {
	font-size: .85em;
	margin: 0;
	color: #FF9900;
	}

ul {
	list-style: none;
	margin: 0 0 24px 0;
	}

ul li {
	padding-left: 10px;
	font-size: 1.0em;
	background: url(/_images/html/bullet.gif) 0 8px no-repeat;
	}

a {
	color: #CCCCCC;
	text-decoration: none;
	background: url(/_images/html/linkUnderline.gif) left bottom repeat-x;
	}

a:hover {
	color: #313131;
	background: #FF9900;
	}

/* DEVELOPMENT */

p.devSpec {
	margin: -8px 0 26px 0;
	color: #aaa;
	font-size: .77em;
	font-weight: bold;
	}

/*
------------------------------------------------------------------------------
MAIN NAVIGATION
------------------------------------------------------------------------------*/

#nav {
	margin: 25px;
	}
	
#nav li {
	list-style:none;
	background: none;
	margin-bottom: 5px;
	}
	
#nav li.link a{
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	background: none;
	padding-bottom: 2px;
	}
	
#nav li.link a:hover, #nav li.active a:hover{
	color: #666666;
	padding-bottom: 2px;
	}
	
#nav li.active a{
	color: #666666;
	}
	
/* 
--------------------------------------------------------------------------
SUBNAV
--------------------------------------------------------------------------*/

#nav li ul.subNav {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px dotted #4F4F4F;
	border-bottom: 1px dotted #4F4F4F;
	}

#nav li ul.subNav li a {
	font-weight: normal;
	color: #FF9900;
	padding: 3px 1px;
	}
	
#nav li ul.subNav li.active a{
	color: #666666;
	}

/* --------------------------------------------------------------------------
	 FOOTER
	 --------------------------------------------------------------------------*/

#footer p {
	color: #666;
	padding: 6px;
	margin: 0;
	font-size: .75em;
	text-align: left;
	}

#footer .right p {
	text-align: right;
	}

#footer a {
	color: #666;
	text-decoration: none;
	background: none;
	}

#footer a:hover {
	color: #313131;
	background: #666;
	}
	
/* --------------------------------------------------------------------------
MOVIE THUMBS
--------------------------------------------------------------------------*/
	
.vidThumbs {
	display: inline;
	width: 150px;
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
	}
	
.vidTitle {
	background: #333333;
	border-top: 1px dotted #FFFFFF;
	padding: 8px;
	}
	
.vidTitle p, .vidTitle strong{
	color: #FFFFFF;
	}
	
.vidTitle .qt{
	background: url(/_images/html/qt.gif) no-repeat;
	padding-left: 17px;
	margin-right: 10px;
	}

/* --------------------------------------------------------------------------
FLASH TEXT REPLACEMENT
--------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -0.1em;
	}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -.05em;
	}