@charset "utf-8";
/* CSS Document */

/*

Primary colors: 

Background Yellow:  #FAE17D 
Body Green:         #859B01
Darker Green: 		#778811 
Copyright Text:     #B9CB53
Text Basic:			#1D291E

*/

body {
	background-color: #FAE17D;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
}


#mainFrame
{
	width: 780px;
	min-height: 500px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;

	background-color: #FFFFFF;
	border-width: 8px;
	border-color: #778811;
	border-style: solid;
}

#banner
{
	width: 100%;
	height: 296px;
	background-color:#859B01;	
	font-size: 0.8em;
}

h1 
{
	margin-left: 0px;
	color: #778811
}

h2 
{
	color: #778811
}

#bannerGraphic
{
	height: 256px;
}

#navbar
{
     color: #FFFFFF;
     font-weight: normal;
     font-size: 1.2em;
     height: 30px;
     padding-left: 5px;
}
#navbar ul {
     margin:0;
     padding:0;
     list-style:none;
     color: white;
}
#navbar a 
{
     display:block;
     width:9em;
     color: white;
     background-color: #859B01;
     text-decoration: none;
     border-color:green;
     border-style: double;
     
}
#navbar li {float:left;width:9em;}

#navbar li ul{display:none;}

#navbar li:hover ul{display: block;width: 9em; position:absolute;}

div.content {clear: center;}

#nav
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	height: 30px;
	padding-left: 5px;
}
.navLink
{
	padding-left: 11px;
	padding-right: 12px;
	margin-top: 10px;
	float: left;
}
.navLink a
{
	text-decoration: none;
	color: white;
}
.navLink a:hover
{
	color: #FAE17D;
	
}


a {
	color:  #778811;
}

ul 
{
	list-style-type: disc;
	color: #778811;
}
li
{
	color: black;
}

#content
{
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5;
	color: #2D291E;
}
#footer
{
	width: 100%;
	height: 60px;
	font-weight: bold;
	background-color: #859B01;
	margin-bottom: auto;	
}

#callNow 
{
	padding-top: 4px;
	padding-right: 7px;
	text-align: right;
	font-size: 1.4em;
	color: white;
}
#SEO 
{
	padding-top: 1px;
	padding-right: 7px;
	text-align: right;
	font-size: 0.75em;
	color: white;
}

#copyright
{
	color: #B9CB53;
	font-size: 0.75em;
	text-align: right;
	margin-right: 7px;
}

.paragraph {
	padding-right: 200px;
}

/* Rounded corners */
.c1_tl {
	background: url(c1_tl.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 26px;
}

.c1_tc {
	background: url(c1_tc.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	line-height:1;
}

.c1_tr {
	background: url(c1_tr.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 26px;
}

.c1_l {
	background:  url(c1_l.jpg);
	background-repeat: repeat-y;
	width: 13px;
}

.c1_c {
	background: url(c1_c.jpg);
	background-repeat:repeat;	
}

.c1_r {
	background: url(c1_r.jpg);
	background-repeat: repeat-y;
}

.c1_bl {
	background: url(c1_bl.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.c1_bc {
	background: url(c1_bc.jpg);
	background-repeat: repeat-x;
	height: 13px;
}

.c1_br {
	background: url(c1_br.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;	
}


/* news area */

.newsL {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
}
.newsR {
	font-weight: normal;
}

/* program table */
.proTable {
	width: 100%;
}
.proTableSidebar {
	padding-top: 10px;
	float: right;
	width: 200px;
}
.proL {
	vertical-align:top;
	font-weight: bold;	
	padding-right: 20px;
	width: 15%;
}

.homePL {
	vertical-align:top;
	font-weight: bold;	
}

.proR {
	font-weight: normal;
}

#typicalDay {
	margin-left: 0px;
}
.td_time {
	white-space: nowrap;
	font-weight: bold;
	color: #778811;
}