﻿/*----------------------------------------------------------
CSS Reset
----------------------------------------------------------*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #f2f3f5;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
}

h3 
{
    font-size: 24px;
    margin-bottom: 10px;
    color: Black;
}
h4
{
    font-size: 16px;
    font-weight: bold;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
      
    width: 926px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{ 
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 21px;
    font-size: 50px;
    float: left;
    width: 246px;
}
#logo h1
{
    position:absolute; 
    top:90px; left:134px; 
    display: block; 
    color: White;
}

#infoblock
{
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 50px;
    float: left;
    width: 680px;
}

#infoblock h1
{
    position:absolute; 
    top: 90px; 
    left: 4px; 
    display: block;
    color: Black;
}

#infoblock h2
{
    position:absolute; 
    left: 4px; 
    display: block; 
    color: #7c7c7c; 
    font-size: 25px;
    font-weight: normal;
}

#header
{
    position: relative;
    color: #000;
    padding: 0;
    width: 926px;
    height: 266px;
    overflow: hidden;
}

#videofeed
{
    font-size: 15px;
    text-align: right;
    position: absolute;
    top: 70px;
    width: 280px;
    left: 635px;
    z-index: 20;
    
    
}
#videofeed a
{
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    width: 200px;
    margin-left: 80px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}

#videofeed h2
{
   
    color: #7c7c7c; 
    font-size: 25px;
    font-weight: normal;
}

#main
{
    clear: both;
    width: 926px;
}

#nav
{
    float: left;
    width: 246px;
}

#content
{
    float: left;
    width: 680px;
    position: relative;
    top: 0px;
    left: 0px;
}

.threeCol
{
    float: left;
    width: 280px;
    padding-right: 25px;
    color: #333;
    line-height: 22px;
    font-size: 14px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
}

ul#menu li
{
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    list-style: none;
    background-color: #adadad;
    width: 238px;
    height: 48px;
    margin-bottom: 8px;
    text-align: right;    
}


ul#menu li a
{
    padding-top: 12px;
    display: block;
    padding-right: 10px;
    text-decoration: none;
    font-size: 20px;
    color: White;
    height: 36px;
}

a:hover#programschedule
{
    background-color: #cf6a6a;
    color: Black;
}

a:hover#ourprogramming
{
    background-color: #e5c52f;
    color: Black;
}

a:hover#contactus
{
    background-color: #73c279;
    color: Black;
}

a:hover#programcopies
{
    background-color: #66a7c5;
    color: Black;
}

a:hover#streamingvideo
{
    background-color: #b477cb;
    color: Black;
}
a:hover#policies
{
    background-color: #d1d1d1;
    color: Black;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
}

table td 
{
  padding: 5px;   
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
