﻿
html
{
    overflow:                       scroll;
}
body
{
    margin:                         0;
    background-color:               #C0C0C0;
    font-family:                    Arial;
    color:                          #000;
    line-height:                    1.3;
    
}

/***********************************************************
            Zero padding for these elements
***********************************************************/

div, ul, li, h1, h2, h3, h4
{padding:                           0;
 margin:                            0;
}
p
{
    padding:                        0 0 20px 0; 
    margin:                         0;
    font-size:                      0.8em;
}
p#strapline
{   
    padding:                        30px 10px 0 0;
    font-size:                      1.4em;    
}
h1
{
    font-size:                      1.8em;
    }
h1.white
{
    color:                          #fff;
    }
h2
{
    font-size:                      1.4em;
    }
h3
{
    font-size:                      1.2em;
    padding-bottom:                 10px;
    }
h4
{
    padding-top:                    20px;
    }

#container
{
    width:                          980px;
    background-color:               #ffffff;
    margin:                         0px auto;
}
a
{
    color:                          #151518;
}

#top
{
    background-color:               #fff;
    width:                          980px;
    height:                         90px;
    border-bottom:                  solid 5px #C5C5C5;
}
#top img#CATlogo
{
    float:                          left;
}
#top img#CatTV
{
    float:                          right;
}
.contentArea_Top
{
    background-color:               #ffcc00;
    padding:                        20px 30px 20px 30px;
    height:                         295px; /* add 20px top and 20px bottom */
}
.leftSection
{
    float: left; 
    width: 155px; 
    border: solid 0px #ff0000;
 }
.leftSection ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
}
.leftSection ul li
{
    padding-bottom: 5px;   
}
.leftSection ul li a
{
    text-decoration: none;
}
.leftSection ul li a:hover
{
    text-decoration:underline;
}
.leftSection ul li a.activeLink
{
    font-weight: bold;
}
.centerSection
{
    float: left; 
    width: 505px; 
    border: solid 0px #ff0000;
 }
.rightSection
{
    float: right; 
    width: 255px; 
    border: solid 0px #ff0000;
    padding: 10px 0 0 0px;
    
 }
.contentArea_Bottom
{
    background-color:               #ffffff;
    padding:                        20px 30px 20px 30px;
    min-height:                     280px;
    _height:                        280px; /* IE6 fix*/

}

.contentArea_Bottom .centerSection .videoLinkSect
{
    float: left;
    width: 106px;
    min-height: 106px;
    _height: 106px; /* IE6 fix*/
    padding-right: 20px; 
    padding-bottom: 10px; 
}

/******** th ****************/

.centerSection .videoLinkSect a img
{
    border: none;
    width: 102px;
    height: 57px;
}
.centerSection .videoLinkSect a:link, .centerSection .videoLinkSect a:visited
{
    display: block;
    border: solid 2px #ffffff;
}
.centerSection .videoLinkSect a:hover
{
    border: solid 2px #ffcc00;
}
.centerSection .videoLinkSect a:active, .centerSection .videoLinkSect a:focus
{
    border: solid 2px #ffcc00;
}

.centerSection .videoLinkSect .info
{
    font-size: 0.7em; 
    padding-left: 2px;
}
.centerSection .videoLinkSect .info a:hover
{
    border: solid 2px #fff;
}
#blackStrip
{height: 20px; background-color: #151518;}

/************ mid menu section *************/
#midNav
{
    height: 30px; 
    background-color: #151518; 
    text-transform: uppercase;
    font-size: 0.9em; 
    padding: 10px 0 0 30px;}
#midNav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#midNav ul li
{
    display: inline; 
    float: left; 
    width: 282px;
}
 #midNav a
 {color: #fff; }

/********************* Form elements ******************/

 #submitButton
{
    width: 449px;
    _width: 452px;
    text-align: right;
    margin: 0;
    padding: 0 6px 0 0;
    _padding: 0 3px 0 0;
}
form
{
    display: block;
    width: 500px;
    margin: 0; 
    padding: 0;
}

form ul
{
    float: left;
    width: 455px;
}

form li
{
    padding-left: 142px;
    margin: 0 0 4px 0;
}

form label
{
    float: left;
    margin: 1px 0px 0px -142px;
    padding: 0;
    font-size: 0.8em;
}

form input
{
    width: 305px;
    height: 20px;
    border: 1px inset #000000;
}

form textarea
{
    width: 305px;
    height: 38px;
    border: 1px inset #000000;
    font-family: Arial;
}
select
{
    border: 1px inset #000000;
    width: 310px;
}

form input#submit
{
    width: 130px;
    height: 28px;
}

form label span.star
{
    color: #D41F29;
}




#footer
{
    background-color: #151518;
    height: 18px;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 0 0 30px;
}
#footer a
{color:                          #ffffff;}

.clear
{
    clear: both;
}
