
/*Player Section*/
DIV.playerSection
{                 
    width:950px;   
    height:475px;                     
}
DIV.mediaPlayer 
{
    width:950px;   
    height:475px;                                
}


/*Area below player*/
DIV.lowerTextSection
{
    margin-top:10px;   
    margin: 0 auto;
    position: relative;    
    width:920px;
    padding-bottom:20px;
}
 
 
 
 
/*Content Section*/
DIV.contentSection
{
    width:945px;
    height:auto;  
}
DIV.contentSection_Left
{
    width:682px;
    /*height:225px;*/
    float:left;
    height:auto;
    padding-bottom:15px;
}
DIV.contentSection_Right
{
    width:262px;
    float:right;
    height:1--%;
    /*height:225px;*/
}
DIV.contentSection_FurthestRight
{
    width:262px;
    float:right;
    height:195px;
    background-image: url('../images/PageDescriptionBackground.jpg');
    background-repeat:no-repeat;
}




/*Logo Area*/
DIV.contentSection_LogoArea
{ 
   width:667px;
   height:60px;
    
}
DIV.contentSection_LogoIcon
{
    float:left;
    font:12pt arial;
}
.contentSection_LogoImage
{
    padding:0px 7px 0px 7px;
}
DIV.contentSection_LogoDivider
{ 
    width:667px;
    height:1px;    
    background-image: url('../images/LogoDivider.gif');
    background-repeat:no-repeat;
    clear:both;
}



/*Content Box*/
DIV.contentSection_MainContentBoxArea
{ 
  width:667px;
  /*height:165px;*/    
}
DIV.contentSection_MainContentBox
{ 
  width:222px;  
  float:left;
  height:auto;
  margin-right:0px;
}
DIV.contentSection_MainContentBox_Title
{
    font:14pt calibri, verdana, arial;
    color:#ff6633; 
    margin:10px 0px 7px 0px;   
}


    
a.contentSection_MainContentBox_Title_Link:link
{
    font:14pt calibri, verdana, arial;
    color: #ff6633;
    text-decoration: none;
}
a.contentSection_MainContentBox_Title_Link:hover
{
    font:14pt calibri, verdana, arial;
    color: #ff6633;
    text-decoration: none;
}
a.contentSection_MainContentBox_Title_Link:visited
{
    font:14pt calibri, verdana, arial;
    color: #ff6633;
    text-decoration: none;
}

    

DIV.contentSection_MainContentBoxItem
{ 

}
DIV.contentSection_MainContentBoxItem_PublishedDate
{
    font:bold 8pt calibri, verdana, arial;
    color:#999999;   
}
DIV.contentSection_MainContentBoxItem_NewsStory
{
    font:8pt calibri, verdana, arial;
    color:#333333;   
    padding:3px 3px 3px 0px;
}

DIV.contentSection_BannerContentBox
{ 
   width:245px;
   /*height:200px*/
}
DIV.contentSection_Container
{
    float:left;
    background-color:Red;
}




DIV.contentSection_FurthestRight_Title
{
    font:14pt calibri, verdana, arial;
    color:#ff6633; 
    margin: 26px 0px 0px 0px;    
    width:262px;
    text-align:center;
}
DIV.contentSection_FurthestRight_Description
{
    font:8pt arial;
    color:#333333;    
    width:100%;
    text-align:center; 
    
}







.TestimonialQuote
{
    font: italic 8pt arial;
    text-align: left;
}


