/***********************************************/
/* season.css                                  */
/***********************************************/
body{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: #333333;
	background-image:url(../images/masks_light3a.jpg);
	background-repeat:repeat;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
p {
    font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-align:center;
    font-weight: bold;
    color: #000000;
    }
#audition p {
    font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-align: left;
    font-weight: bold;
    color: #000000;
	}
	
#navBar sectionLinks  {
	margin: 40px 0px;
	padding: 10px 0px 20px 0px;
/*	text-align: center;  */
	font-size: 60%;
}

#navBar  h1 {
/*  color:#00FFFF;  */
	font-size: 110%;
}
#non-profit {
	margin: 40px 0px;
	padding: 10px 0px 20px 0px;
	font-size: 80%;
	text-align: center;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
    }

a:hover {
    color:#FF3300;
/*	text-decoration: underline;  */
    }
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana,Arial,Helvetica,sans-serif; 
	margin: 0px;
	padding: 0px;
    }

h1{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 180%;
    color: #334d55;
/*	text-align:center;  */
    }

h2{
    font-size: 150%;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color: #006699;
	font-weight:bold;
	text-align:center;
    }
h3{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 100%;
    color: #334d55;
    }
ul{
    list-style-type: square;
    }
ul ul{
    list-style-type: disc;
    }
ul ul ul{
    list-style-type: none;
    }
label{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color: #334d55;
    }
#season img {
	margin: 0 300px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#banner {
background-color:#000000;
}
#masthead{
	margin: 0;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #cccccc;
	width: 98%;
}
#masthead  h1{
	font-size: 120%;
}	
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content{
    float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/
#globalNav{
    background-color:#CCCCCC;
    border:ridge;
	font-size: 130%;
	width:auto;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color:#00FF00;
	margin: 10px 0px 20px 0px;
    padding: 5px 0px 5px 10px;
    white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 88%;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#sectionLinks img{
    padding: 5% 0 5% 15%;
}
#sectionLinks naver img {
	float:right;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}
#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/************** #advert styles **************/
#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}
#advert img{
	display: block;
}

/************** #headlines styles **************/
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines h1{
	padding: 15px 0px 5px 20px;
}
#headlines p{
	padding: 5px 0px 5px 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/************* #footer styles ***************/
#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
    color:#000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
    color:#000000;
}
