/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

/*html {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#000000;
}
*/
body {
	/* For breathing room between content and viewport. */
/*	margin:10px;*/
	font-family:Helvetica, Arial, sans-serif;
	background:#000 url(../i/bg-content.jpg) top left repeat-x;
	padding:0 0 0 0;
	color:#ffffff;
	margin:0 0 0 0;
	min-height:1000px;
	
}

body.welcome {
	min-height:0;
	
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin:0 0 20px 0;
	line-height:1.4em;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3, h4 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h5 {
	font-size: 90%;
	text-transform:uppercase;
}

h6 {
	font-size: 90%;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}

h1.pgTitle 
{
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size:18px;
	margin:0 0 0 0;
	line-height:normal;
	background:url(../i/bg-title.jpg) top left repeat-x;
	padding:8px 15px 11px 15px;
}
h4 {
    margin:0 0 5px 0;
}

optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

ul li ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: circle outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom:16px;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/*--- custom styles ---*/

a:link,
a:visited,
a:active,
a:hover {
	color:#ffcc33;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#e2ac0c;
}

.wrapper {
	width:1027px;
	margin:0 auto;
	background:url(../i/bg-wrapper.png) top left;
/*	border:1px solid red;*/
	overflow:hidden;
}

/*.welcome #ft .wrapper {
	padding-bottom:100px;
	border:1px solid blue;
}*/

#hd, #content, #ft {
	margin:0 0 0 0;
	overflow:hidden;
}

#ft {
	color:#8282a2;
	padding:0 0 0 0;
	margin:0 0 0 0;
	clear:both;
}

#ft p {
	padding:13px 0 60px 26px;
}

.welcome #ft p {
	padding:13px 0 60px 26px;
}

.welcome #ft p {
	padding:0 0 0 0;
	background:url(../i/bg-summary.png) top left repeat;
	margin:0 21px 0 26px;
	padding:0 0 200px 26px;
	font-size:12px;
}

.welcome #ft p span {
	border-top:1px solid #626171;
	width:940px;
	display:block;
	padding:6px 0 0 0;
}

#ft a:link, 
#ft a:visited, 
#ft a:active, 
#ft a:hover 
{
	color:#8282a2;
	text-decoration:none;
}

#hd .wrapper {
	padding-bottom:40px;
}

#branding {
	float:left;
	margin:40px 0 0 26px;
}

#branding p {
	margin:0;
}

#branding img {
	display:block;
}

#sponsor {
	float:right;
	width:230px;
	padding:17px 12px 0 0;
	font-size:10px;
}

#sponsored-by {
	width:230px;
	background:url(../i/bg-sponsored-by.gif) center no-repeat;
	height:19px;
	float:left;
	margin:0 0 12px 0;
}

#sponsored-by span {
	visibility:hidden;
}

#pf {
	width:76px;
	background:url(../i/bg-sponsored-by.gif) top left no-repeat;
	height:45px;
	float:left;
}

#nli {
	width:125px;
	height:34px;
	float:right;
	padding:0 10px 0 0;
	margin:6px 0 0 0;
}

#tabs {
	float:left;
	width:960px;
}

#nav-util {
	float:right;
}

.ft-links {
	margin: 0 0 0 0;
}

#nav-util li, .ft-links li {
	list-style:none;
}

#nav-util li {
	float:left;
}

.ft-links li {
	float:left;
}

.vertical-dash {
	padding:0 5px;
}

/*--- grid-a ---*/

.grid-a {
	margin:0 0 0 26px;
	width:980px;
}

/*--- grid-b ---*/

/*.grid-b {
	
}*/

.grid-b .unit {
	width:48%;
	margin-left:1.99%;
	float:left;
}
 
.grid-b div.first {
	margin-left:0;
	width:24%;
}

.grid-b div.last {
	float:right;
	width:24%;
}

/*--- grid-c ---*/

/*.grid-c {
	
}*/

.grid-c .unit {
	float:left;
	margin-left:1.99%;
	width:32%;
}

/* Give IE some extra breathing room for 1/3-based rounding issues */
.grid-c .unit {
	*margin-left: 1.9%;
	*width: 31.9%;
}

.grid-c div.first {
	margin-left:0;
}

/*--- grid-d ---*/

/*.grid-d {
	
}*/

.grid-d .unit {
	float:right;
	width: 74.2%;
}

.grid-d div.first {
	float:left;
	width:24%;
}

/*--- grid-e ---*/

.grid-e {
	width:980px;
	margin:0 0 0 26px;
}

.grid-e .unit {
	float:right;
	width: 32%;
}

.grid-e div.first {
	float:left;
	width:66.2%;
}

/*--- grid-f ---*/

/*.grid-f {
}*/

.grid-f .unit {
	float:right;
	width: 49.1%;
}

.grid-f div.first {
	float:left;
}

#nav-local ul li {
	list-style:none;
	border-bottom:1px solid #000;
}

#nav-local ul li p {
	margin:0 0 0 0;
}

#nav-local a:link, 
#nav-local a:visited, 
#nav-local a:active, 
#nav-local a:hover
{
	text-decoration:none;
	display:block;
	padding:6px 10px;
	font-weight:bold;
}

#nav-local .selected a:link, 
#nav-local .selected a:visited, 
#nav-local .selected a:active, 
#nav-local .selected a:hover
{
	background-color:#cfcfcf;
}

.left {
	float:left;
	margin:3px 15px 15px 0;
}

.right {
	float:right;
	margin:3px 0 15px 15px;
}

/*--- styling accordion ---*/

#accordion {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, serif;
}

#accordion ul {
	margin: 0 0 0 0;
}

#accordion ul li {
	list-style:none;
	margin-bottom:1px;
	line-height:normal;
}

#accordion ul li h2 {
	background:#555572 url(../i/icon-box.jpg) top left no-repeat;
	border:1px solid #ffffff;
	font-size:13px;
	font-weight:normal;
	padding:0 15px;
	line-height:normal;
}

#accordion ul li h2.ui-state-default {
	background:#555572 url(../i/icon-box.jpg) top left no-repeat;
	border:1px solid #ffffff;
	font-size:13px;
	font-weight:normal;
	padding:0 15px;
	display:block;
}

#accordion ul li h2.ui-state-active {
	background:#555572 url(../i/icon-box.jpg) top right no-repeat;
	padding:0 15px 0 5px;
	font-weight:bold;
	line-height:normal;
}

#accordion ul li h2.ui-state-active a:link, 
#accordion ul li h2.ui-state-active a:visited, 
#accordion ul li h2.ui-state-active a:active, 
#accordion ul li h2.ui-state-active a:hover 
{
	color:#fff;
	display:block;
}

#accordion #nav-local {
	border-top:0;
	padding:0 0 0 0;
	height:auto;
	border-top:1px solid #fff;
	margin:0 0 1px 0;
}

#accordion #nav-local ul {
	border-bottom:0;
	margin:0;
	overflow:hidden;
}

#accordion #nav-local ul li {
	border-bottom:1px solid #fff;
	background-color:#EFEFEF;
	width:312px;
}

#accordion #nav-local ul li a:link, 
#accordion #nav-local ul li a:visited, 
#accordion #nav-local ul li a:active,  
#accordion #nav-local ul li a:hover 
{
	font-size:90%;
	padding:5px 5px;
	font-weight:bold;
	color:#333;
	padding:0 0 0 0;
	display:block;
	cursor: pointer;
}

.author {
	font-style:italic;
	font-weight:normal;
}

#summary {
	background:url(../i/bg-summary.png) top left repeat;
	padding:25px 30px 30px 30px;
	margin:0 4px 0 4px;
}

.welcome #summary {
	padding:15px 0 15px 5px;
	margin:0 0 0 0;
}

#video-player {
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:3px 3px 0 3px;
}

#video-links {
	padding:0 3px 0 3px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#video-links-content {
	background:url(../i/bg-summary.png) top left repeat;
	padding:8px 15px 10px 15px;
}

#video-links a {
	padding:0 0 0 10px;
	display:block;
	float:left;
}

#video-links a.download {
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:right;
}

#video-links a.embed {
	padding:0 10px 0 0;
	margin:0 0 0 0;
	float:right;
	position:relative;
}

#video-links span.label {
	float:left;
}

.video-image {
	float:left;
	width:128px;
	padding:5px 0 5px 5px;
}

.video-description {
	float:right;
	width:166px;
	padding:8px 5px 5px 0px;
}

.welcome-link {
	padding:0 0 10px 0;
}

.callout {
	width:313px;
	background:url(../i/bg-callout.jpg) top right repeat-y;
	float:left;
	margin:0 0 0 10px;
}

.callout.last {
	background:none;
	margin:0 0 0 10px;
}

.callout img {
	border:1px solid #000;
}

.callout h2 {
	color:#FFCC33;
	background:url(../i/icon-box-tall.jpg) 0px 2px no-repeat;
	font-size:114%;
	padding:0 110px 0 20px;
	line-height:1.1em;
	margin:0 0 10px 0;
}

.callout p {
	padding:0 10px 0 21px;
	font-size:12px;
}

.callout p.visual {
	padding:0 0 0 1px;
}

.callout h3 {
	padding:0 10px 4px 21px;
	text-transform:uppercase;
}

.callout ul {
	padding:0 10px 0 21px;
	margin:0 0 0 0;
}

.callout ul li {
	padding:0 0 4px 0;
	margin:0 0 0 0;
	list-style:none;
}

.callout ul li p {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.callout a:link, 
.callout a:visited, 
.callout a:active, 
.callout a:hover
{
	text-decoration:none;
}

.view-choice-short, .controls-bottom {
	display:none;
}

h2.trigger {
	height:36px;
	width:647px;
	background: url(../i/bg-toggle.gif) top left no-repeat;
	padding:0 0 0 25px;
	margin:0 0 0 -34px;
	line-height:normal;
	color:#333333;
	font-weight:bold;
	font-size:14px;
}

h2.trigger a:link,  
h2.trigger a:visited, 
h2.trigger a:active, 
h2.trigger a:hover 
{
	color:#333333;
	padding:11px 0 0 20px;
	display: block;
	background:url(../i/icon-toggle-plus.jpg) 0px 14px no-repeat;
	width:580px;
	height:25px;
}

h2.trigger.active a:link,  
h2.trigger.active a:visited, 
h2.trigger.active a:active, 
h2.trigger.active a:hover 
{
	background:url(../i/icon-toggle-minus.jpg) 0px 14px no-repeat;
}

/*h2.trigger a:hover { color: #ccc; }*/
/*h2.active {	background:url(../i/icon-toggle-minus.jpg) 0px 13px no-repeat;} *//*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	width: 640px;
	padding:20px 0 10px 0;
	margin: 0 0 0 -30px;
	overflow: hidden;
	background-color:#565574;
	border-bottom:5px solid #a8a7b7;
	clear: both;
}

.toggle_container p {
	padding:0 26px 0 26px;
}

/*--- embed ---*/

#video-links a:link.embed, 
#video-links a:visited.embed, 
#video-links a:active.embed, 
#video-links a:hover.embed 
{
	background:transparent; /*url("../i/icon-embed.gif") no-repeat scroll 0 0 */
	position:relative;
	display:block;
	font-size:11px;
}

#video-links #embeddiv  {
	background-color:#FFFFFF;
	border:1px solid #D4D1B7;
	padding:5px;
	width:390px;
	margin:0 0 0 0;
	position:absolute;
	top:25px;
	left:164px;
	z-index:1;
}

#video-links-content {
	position:relative;
}

#video-links #close-bt {
	background:url("../i/close.png") no-repeat scroll left top transparent;
	float:right;
	width:10px;
	display:block;
	padding:0 0 0 0;
}

#video-links #close-bt span {
	visibility:hidden;
}

#video-links #embeddiv textarea {
	width:374px;
	font-size:0.8em;
	font-family:Verdana, Geneva, sans-serif, serif;
	min-height:90px;
	float:left;
	border:none;
	font-size:10px;
}

/*#video-links #embeddiv p {
	background-color:#FFFFFF;
	float:left;
	width:390px;
	display:block;
	font-size:11px;
	padding:0;
	color:#000000;
	font-size:10px;
	display:inline;
}*/


/*#video-links #embed-trigger {
	position:relative;
	display:block;
}

#video-links #embeddiv {
	color:#000;
	float:right;
	width:360px;
	border:1px solid #000;
	background-color:#fff;
	margin:0 60px 0 0;
}

#video-links #embeddiv p {
	width:330px;
	font-size:0.8em;
	font-family:Verdana, Geneva, sans-serif, serif;
	min-height:60px;
	float:left;
	border:1px solid #000;
	margin:2px 2px;
	padding:5px;
	text-align:left;
	display:table-row;
}

#video-links #embeddiv a:link,  
#video-links #embeddiv a:visited, 
#video-links #embeddiv a:active, 
#video-links #embeddiv a:hover  
{
	background:url(../i/btn-close.jpg) top left no-repeat;
	width:10px;
	height:10px;
	float:right;
	display:block;
	text-decoration:none;
	margin:2px 2px;
	font-size:8px;
	padding:0 0 0 0;
}

#video-links #embeddiv span {
	visibility:hidden;
}*/









/* @group Clearing */
.grid-a:after, 
.grid-b:after, 
.grid-c:after, 
.grid-d:after,
.grid-e:after,
.grid-f:after,
.wrapper:after, 
#video-links-content:after, 
#skinny:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.grid-a, 
.grid-b, 
.grid-c, 
.grid-d,
.grid-e,
.grid-f,
.wrapper, 
#video-links-content,
#skinny 
{
	zoom: 1;
}

/* --- clearfix --- */
.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 */
/* Hides from IE-mac \ */
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */
















