@charset "utf-8";
/* CSS Document */

#primary
{
	 display: none;
	color: #A6A6A6;
    font-family: Arial;
    font-size: 10px;
    margin: 23px 0 0 25px;
    max-width: 960px;
    text-align: left;
}

#primary .topLink{
 
    float: left;
    padding-bottom: 22px;
    width: 100%;
}
#primary .topLink a{text-decoration:underline;}
#primary .videos{ padding-bottom:20px;}
#primary .topFrame{float:left; margin:15px 0 1px 0;height:22px; width:100%; }
#primary .videoFrame{ margin:25px 0 0 0;}
#primary .topFrame .text{float:left;margin:6px 0 0 25px; #margin:6px 0 0 13px; font-size:11px; text-transform: uppercase;}

#primary .largeFrame{
 background-color: #202020;
    float: left;
    height: 80px;
    width: 98.5%;
}
#primary .largeFrame .outer{#position: absolute; #top: 50%;display: table-cell; vertical-align: middle; text-align:center;}
#primary .largeFrame .inner{#position: relative; #top: -50%; font-size:15px; margin:0;}
#primary .largeFrame .firstCol{float:left; height:100%; width:500px; display: table;#position: relative; overflow: hidden;}
#primary .largeFrame .firstCol .content{text-align:left;margin-left: auto; margin-right: auto; width:455px; text-transform: uppercase;}

#primary .frameContainer{float:left;}
#primary .frameContainer .frame{
  background-color: #202020;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    float: left;
    height: 270px;
    width: 236px;
	position:relative;
}
#primary .frameContainer .frame .content{ 

float: left;
    padding: 31px 0 0 19px;
    width: 200px;
}
#primary .frameContainer .frame .thumb {width:195px; height:110px; float:left; #float:none; padding-bottom:9px; margin:0;}
#primary .frameContainer .frame .title a {width:100%; #width:98%; float:left; #float:none; padding-bottom:1px; font-size:13px; margin:0; text-transform: uppercase; font-weight:normal;}
#primary .frameContainer .frame .subTitle {width:100%;height:10px;float:left;padding-bottom:7px; margin:0;}
#primary .frameContainer .frame .description {width:195px; padding-bottom:14px; margin:0;}
#primary .frameContainer .frame .bottomText{ 
    height: 10px;
    width: 195px;
	left:0;
	bottom:0;
	position:absolute;
	padding: 0 0 16px 19px;
	}
#primary .other {}


