@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #CCCCCC;
	margin: 0px 10px 10px;
	min-width: 800px;
}

h1 {
	color: #333333;
	text-decoration: none;
	text-align: left;
	font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 25px 15px;
	padding: 0px;
	text-transform: none;
}

h2 {
	color: #333333;
	text-decoration: none;
	text-align: left;
	font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 25px 15px;
	padding: 20px 0px 0px;
	text-transform: none;
	clear: left;
}

h3 {
	color: #630;
	text-decoration: none;
	text-align: left;
	font: bold normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 25px;
	border-bottom: thin solid #999999;
}

h4 {
	color: #630;
	text-decoration: none;
	text-align: left;
	font: bold normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 10px 0px 0px;
	margin: 10px 25px 0px;
	border-bottom: thin solid #999999;
	clear: left;
}

h6 {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
	margin: 2px 0px 2px 25px;
	padding: 0px;
	font: bolder normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
}

p {
	font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin: 0px 25px 11px;
	padding: 0px;
	text-transform: none;
}
img {
	margin-right: 25px;
	margin-top: 5px;
	margin-left: 25px;
}
em {
	color: #333333;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

a#selected {
	border-bottom: thick solid #333333;
	padding-bottom: 4px;
	background: #CCC;
}

a:link, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #C30;
}

a:active {
	color: #660000;
}

#Menu {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 35px;
}

#Container {
	clear: both;
}

#Logo {
	margin-right: 5px;
	margin-left: 5px;
	float: left;

	width: 107px;
	height: 500px;
	background: url(imagesBrett/Brett-Colby-Logo-01.gif) no-repeat left bottom;
}

.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: 25px;
	border: none;
	margin-bottom: 10px;
}

.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 {
	text-align: left;
	margin: 10px 0px 0px 5px;
	font: bold normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}

#menuBackground0 {
	/*background: url(imagesBrett/BRETTMAIN-00-FINAL.jpg) no-repeat left top;*/
}

#menuBackground1 {
	/*background: url(imagesBrett/BRETTMAIN-03-FINAL.jpg) no-repeat left top;*/
}

#menuBackground2 {
	/*background: url(imagesBrett/BRETTMAIN-02-FINAL.jpg) no-repeat left top;*/
}


/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	/*min-width: 813px;*/
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	background: #FFF;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #FFF url(imagesBrett/BUTTON-GRAY.gif) repeat-x left top;
}
.AccordionPanelTab h6 {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
	margin: 2px 0px 2px 25px;
	padding: 0px;
	font: bold normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
}
#HomePageOnly p {
	margin-left: 405px;
}
#HomePageOnly h1 {
	margin-left: 405px;
}
#HomePageOnly h3 {
	margin-left: 405px;
	border-style: none;
	margin-bottom: 10px;
	color: #630;
	margin-top: 25px;
}
#HomePageOnly img {
	margin-left: 5px;
	margin-right: 20px;
	float: left;
}


/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */

.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	height: 475px;
	overflow: scroll;
	background: #FFFFFF;
}

.AccordionPanelContent ul {
	margin: 0px 0px 0px 25px;
	padding: 2px 0px;
	list-style: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 850px;
	min-width: 850px;
	text-decoration: none;
	display: inline-block;
	color: #333333;
	border-bottom: thin solid #CCCCCC;
}

.AccordionPanelContent li {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}


.AccordionPanelContent li#production  {
	/*background: #006699;*/
	width: 225px;
}

.AccordionPanelContent li#role  {
	/*background: #666666;*/
	width:225px;
	font-weight: bold;
}

.AccordionPanelContent li#theater  {
	/*background: #660000;*/
	width: 225px;
}

.AccordionPanelContent li#year  {
	/*background: #FFFF00;*/
	width: 125px;
}
.AccordionPanelContent li#none {	
	/*background: #FFFF00;*/
	width: 200px;
}
.AccordionPanelContent li#noneLast {
	width: 100px;
}



/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */

.AccordionPanelOpen .AccordionPanelTabHover {
	background: #660000;
	color: #FF6;
}
.AccordionPanelOpen .AccordionPanelTabHover h6 {
	color: #FF6;
;
}
.AccordionPanelTabHover {
	background: url(imagesBrett/BUTTON-RED.gif) repeat-x left top;
}
.AccordionPanelTabHover h6 {
	color: #FF6;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.*
 
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.*/
 
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background: url(imagesBrett/BUTTON-RED.gif) repeat-x left top;
}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 * THE DIFFERENCE WITH THE ITEM ABOVE is that the style below will affect
 * Tab 0 (home and news) immediately upon opening, so it won't require
 * a click to turn the panel tab bright red.*/

.AccordionPanelOpen .AccordionPanelTab {
	background: url(imagesBrett/BUTTON-RED.gif) repeat-x left top;
} 

.AccordionPanelOpen .AccordionPanelTab h6 {
	color: #FF6;
} 
.AccordionPanelContent li#hd-date {
	width: 150px;	
	/* background: #99CCCC; */
}
.AccordionPanelContent li#hd-show {
	width: 215px;	
	/* background: #9966CC; */
}
.AccordionPanelContent li#hd-role {
	width: 195px;

	font-weight: bold;	
	/* background: #CCFFFF; */
}
.AccordionPanelContent li#hd-theater {
	width: 250px;
	/* background: #FFCCCC; */
}
.AccordionPanelContent li#hr-comp {
	width: 150px;
}
.AccordionPanelContent li#hr-show {
	width: 225px;
}
.AccordionPanelContent li#hr-role {
	width: 225px;
	font-weight: bold;
}
.AccordionPanelContent li#hr2-comp {
	width: 385px;
}
.AccordionPanelContent li#hr2-role {
	width: 225px;
	font-weight: bold;
}

#Menu #Menu2 {
	background: #CCCCCC;
	cursor: default;
	float: right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 5px 0px 0px;
	padding: 5px 142 15px 0px;
	text-decoration: none;
	text-transform: uppercase;
	width: 350px;
	height: 35px;
}

#Menu #Menu2 li {
	cursor: pointer;
	float: left;
	list-style: none;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

#Menu #Menu2 a {
	color: #000;
}

/* Menu items that have mouse over or focus have a blue background and white text */
#Menu #Menu2 a:hover, #Menu #Menu2 a:focus
{
	border-bottom: thick solid #C30;
	padding-bottom: 4px;
	background: #CCCCCC;
	color: #000;
}
