body
{
    background-color: #fff;
    margin: 0 0 0 10px;
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #4c4c4c;
}

p
{
    margin: 0 0 18px 0;     
    line-height: 15px;
}
 
p.initialCapsGray
{
    margin: 0;     
    font-weight: bold;
    color: #666666;
} 

p.groupsSubhead
{
    margin: 0;     
    color: #333333;
}

p.orangeSubhead
{
    color: #ff9900;
    text-decoration: none;  
}

p.localNavText
{
    margin: 3px 0 0 0;
    line-height: 15px;
    color: #666666;
}


p.tunein
{
    margin: 0 10px 0 10px;
    line-height: 15px;
    color: #666666;     
}

.normalText
{
    line-height: 15px;
    color: #333;
}

.groupsText
{
    line-height: 15px;
    color: #333333;
}
 
.disclaimer
{
    font-size: 10px;
    color: #999999;
}


a
{
    color: #555; 
}

a:hover
{
    color: #000; 
} 


a.navOff
{
    color: #999999;
    text-decoration: none; 
}

a.navOff:hover
{
    color: #333333; 
}

a.navOn
{
    color: #333333;
    text-decoration: none; 
}



a.navBoldOff
{
    color: #999999;
    text-decoration: none; 
}

a.navBoldOff:hover
{
    color: #666666; 
}
   


a.navBoldOrange
{
    font-weight: bold;
    color: #ff9900;
    text-decoration: none; 
}

a.navBoldOrange:hover
{
    color: #ff6600; 
}





a.newsAllCaps
{
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none; 
}

a.newsAllCaps:hover
{
    color: #333333; 
}


blockquote {
	color: #00A;
}



.calendarHeader 
{ 
    line-height: 15px;
	color: #999999;                 
}

.calendarToday 
{ 
	background-color: #ffffff;
}

.calendar 
{ 
	background-color: #ffddaa;
}



/* Forms */

.whiteback{
        background: #eee;
        border : 1px solid #ddd;
        margin: 5px;
        padding : 5px;
}



form {
	background: #eee;
	border: 1px solid #ddd;
	margin: 5px;
	padding : 5px;
}


form label {
	width: 8em;
	float: left;
	text-align: right;
	margin: 0  5px 0 5px;
	display: block;
}

form input, form textarea,form select {
	background: #fff;
	text-align : left;
	border: 1px solid #999;
	padding: 2px;
	margin: 3px;
}

form input#submit {
	margin-left: 8em;
}



/* Normal Lists */

ul {
    padding:0;
    margin: 0 0 10px 5px;
}

li {
    padding: 0;
    margin: 0 0 0 10px;
}


/* Definition Lists */

dl {
    margin: 0 0 20px 10px;
}

dt {
    font-weight: normal;
    font-style: italic;
}

dd {
    margin: 0 0 7px 20px;
    padding:0;
}

/*----[masthead styles]--------------------------------------------*/

#container
{
    width: 650px;
    margin-bottom: 35px;   
    
}


.masthead
{
    position: relative;
    width: 630px;
    height: 150px;    
    margin: 0 0 10px 0;    
    border-bottom: 1px solid #999;
}

#mastWhat { background: url(/images/masthead_what.gif) no-repeat;}
#mastProduction { background: url(/images/masthead_production.gif) no-repeat;}
#mastClasses { background: url(/images/masthead_classes.gif) no-repeat;}
#mastIndividuals { background: url(/images/masthead_individuals.gif) no-repeat;}
#mastGroups { background: url(/images/masthead_groups.gif) no-repeat;}
#mastNews { background: url(/images/masthead_news.gif) no-repeat;}
#mastAbout { background: url(/images/masthead_about.gif) no-repeat;}
#mastHome { background: url(/images/masthead_home.gif) no-repeat; border-bottom: 1px solid #f90;}


#logoLink
{
    position: absolute;
    left: 490px;
    top: 77px;
    width: 133px;
    height: 65px;
}

#logoLink a
{
    display: block;
    width: 100%;
    height: 100%;
}



/*----[menu styles]--------------------------------------------*/

#menus
{
    width: 150px;
    float: left;
    margin: 0 10px 0 0;
}

#menus div
{
    margin: 0 0 10px 0;
}

#menus #mainMenu
{
    height: 141px;
    margin: 0 0 10px 0;
    padding: 9px 0 0 0;
    list-style: none;
    background-color: #666;
}
* html #menus #mainMenu {height: 150px; heigh\t: 141px;} /*box model hack*/


#menus #mainMenu li
{
    margin: 0;
    padding: 0;
	height: 13px;
	width: 150px;
}
* html #menus #mainMenu li {display: inline; displa\y:block;} /*make IE5 behave*/

#menus #mainMenu li a
{
    display: block;
    width: 150px;
    height: 13px;
    background-position: -1px -18px;
}

#menus #mainMenu li a:hover {background-position: -1px 0;}
#menus #mainMenu li.menuOn a {background-position: -1px 0;}

li#whatsontv a { background: url(/images/nav_what.gif) no-repeat;}
li#production a { background: url(/images/nav_production.gif) no-repeat; }
li#classes a { background: url(/images/nav_classes.gif) no-repeat; }
li#forindividuals a { background: url(/images/nav_individuals.gif) no-repeat; }
li#forgroups a { background: url(/images/nav_groups.gif) no-repeat; }
li#news a { background: url(/images/nav_news.gif) no-repeat; }
li#aboutus a { background: url(/images/nav_about.gif) no-repeat; }
li#home a { background: url(/images/nav_home.gif) no-repeat; }    



/*Text Menu Styles*/
#menus #textMenu
{
    min-height: 144px;
    margin: 0 0 10px 0;
    padding: 3px 0 3px 0;
    list-style: none;
    border: 1px solid #999;
}

* html #menus #textMenu {height: 150px; heigh\t: 144px;}

/*
MAC band pass filter below -- can't get IE MAC to do min-height type idea on the 
text menu so we have to just let it stretch vertically with height: auto;
*/

/*\*//*/
* html #menus #textMenu {height: auto;} 
/**/

#menus #textMenu li
{
    margin: 0;
    padding: 3px 6px 3px 7px;
    line-height: 12px;
}

*>html #menus #textMenu li { width: 148px; display: inline; displa\y: block; widt\h: 136px;} /*quash IE5 PC <li> gap*/


#menus #textMenu li a {text-decoration: none;}
#menus #textMenu li a:hover {color: #999;}
#menus #textMenu li.textMenuOn a {color: #999;}

/*----[content styles]--------------------------------------------*/

#content
{
    width: 470px;
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
}


h1
{
    margin: 0 0 7px 0;
    font-size: 11px;
    text-transform: uppercase;
       
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #555;
}

h2
{
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    color: #555;    
}

h6
{
    margin: 0;
    font-size: 11px; 
    font-weight: normal;
    font-style: italic;
}

.homeHeaders
{
    margin: 0 0 10px 0;
}


.boxDoublePad
{
    width: 296px;
    height: 150px;
    margin: 0;
    background-color: #e5e5e5;
    padding: 7px;
    overflow: hidden;  
}



.boxTriple
{
    width: 470px;
    height: 150px;
    margin: 0 0 10px 0;    
    overflow: hidden;    
}

#mainboxHome { background-color: #666; }
#mainboxHome p { padding: 7px; margin: 0; color: #fff; }
#mainboxHome a { color: #fff; }



#twoBoxLayout
{
    position: relative;
    height: 150px;        
    margin: 0 0 10px 0;
}

#twoBoxLayout #boxFirst, #twoBoxLayout #spotlight
{
    position: absolute; 
    margin: 0;
    height: 150px;    
    overflow: hidden;   
}

#twoBoxLayout #boxFirst {left: 0; width: 150px; background-color: #e5e5e5;}
#twoBoxLayout #boxFirst.padded {padding: 7px; width: 136px; height: 136px;}
* html #twoBoxLayout #boxFirst.padded { width: 150px; height: 150px; widt\h: 136px; heigh\t: 136px; } /*Tan hack for IE5*/

#twoBoxLayout #spotlight {left: 160px; width: 296px; height: 136px; background-color: #03c1d9; padding: 7px;}
* html #twoBoxLayout #spotlight { width: 310px; height: 150px; widt\h: 296px; heigh\t: 136px; } /*Tan hack for IE5*/

#spotlight h2
{ 
    color: #fff; 
}

#spotlight a
{ 
    color: #fff;
}
#spotlight p  
{
    line-height: 14px;
    margin: 0 0 10px 0;
    color: #fff;
}



#threeBoxLayout
{
    position: relative;
    height: 150px;        
    margin: 0 0 10px 0;
}

#threeBoxLayout #box1, #threeBoxLayout #box2, #threeBoxLayout #box3 
{
    position: absolute; 
    width: 150px;
    height: 150px;
    margin: 0; 
    background-color: #e5e5e5;
    overflow: hidden; 
}
#threeBoxLayout #box1 { left: 0;}
#threeBoxLayout #box2 { left: 160px;}
#threeBoxLayout #box3 { left: 320px;}

#threeBoxLayout #box1.padded, #threeBoxLayout #box2.padded, #threeBoxLayout #box3.padded
{    
    width: 136px;
    height: 136px;
    padding: 7px;
}

* html #threeBoxLayout #box1.padded, * html #threeBoxLayout #box2.padded, * html #threeBoxLayout #box3.padded 
{
    width: 150px;
    height: 150px;
    widt\h: 136px;    
    heigh\t: 136px;    
}


.padded p
{
    line-height: 14px;
    margin: 0 0 10px 0;
}



.padText
{
    clear: both;
    padding: 7px;
    margin: 0 0 18px 0;    
}


.padText p
{
    margin: 0 0 10px 0;
}


.bgOrange { background-color: #fc6; }
.bgGray { background-color: #d6d6d6; }

#threeBoxLayout #box1.bgDarkOrange, #threeBoxLayout #box2.bgDarkOrange, #threeBoxLayout #box3.bgDarkOrange
{
    background-color: #f90;
}

#threeBoxLayout #box1.bgDarkOrange h2, #threeBoxLayout #box2.bgDarkOrange h2, #threeBoxLayout #box3.bgDarkOrange h2   
{
    color: #fff;
}


#threeBoxLayout #box1.bgDarkOrange p, #threeBoxLayout #box2.bgDarkOrange p, #threeBoxLayout #box3.bgDarkOrange p 
{
    line-height: 14px;
    margin: 0 0 10px 0;
    color: #000;
}

/*----[Table styles]---------------------------------------*/

table {
	border-width:0px;
	border-spacing: 1px;
	width: 470px;
}

table td, th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin: 1px;
}

table th {
	color: #fff;
	background: #666;
}

table .rowa {
	background: #bbb;
}

table .rowb {
	background: #ccc;
}

table .fwi_pg_col1{
	width: 50px;
}

table .fwi_pg_col2{
	width: 60px;
}

table .fwi_pg_col3{
	width: 50px;
}


/*----[footer styles]--------------------------------------------*/
#footer
{
    width: 630px;
    border-top: 1px solid #999;
    padding: 10px 0 40px 0;
    background: url(/images/footer_phrase.gif) no-repeat right 10px;
}

#footer p
{
    font-size: 10px;
    color: #999;
    margin: 0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*--------[WORDPRESS]------------------------*/

.post .title {
	font-size: 110%;
}

.post .date {
	font-size: 90%;
	font-style: italic;
}

.post .entry {
	padding: 7px;
}


/*-------[Misc.]-----------------------------*/

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*--------[FWI Specific css]------------------*/

#pg_header{
	text-align: center;
}


#site_search {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 630px;
	text-align: right;
}

#site_search form {
	margin: 0px;
}

