@charset "utf-8";



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #003300;
	width: auto;
	height: auto;
}

a:link {
	text-decoration: none;
	color: #669966;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #CC9966;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF6666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #999966;
	font-weight: bold;
}

/* Miscellaneous classes for reuse */
.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;
}
#headerphoto {
	border: 1px solid #FFFFFF;
	float: left;
	margin-top: 40px;
	margin-bottom: 10px;
	height: 90px;
	width: 576px;
}
#Logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
.Main #header {
	background-color: #003300;
	color: #ffffff;
} 

.Main #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	background-color: #003300;
	color: #ffffff;
	width: 920px;
	margin: 0px;
	clear: both;
} 

.Main #container #PhoneAddress {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}


/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.Main #container {
	width: 960px;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #003300;
	height: auto;
}  

.Main #container #main_content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	float: left;
}
.Main #container #narrative_content {
	background-color: #CCCCCC;
	width: 800px;
	border: 4px outset #FFFFFF;
	margin-right: 40px;
	margin-left: 30px;
	font-size: 14px;
	padding: 20px;
	clear: left;
	margin-top: 60px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.Main #container #narrative_content .MidHeadItalicOrange {
	color: #F8981D;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.Main   #bottom_copy   {
	background-color: #003300;
	color: #ffffff;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 40px;
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	float: left;
	clear: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
}
.Main #container #bottom_copy #bc_left {
	width: 350px;
	float: left;
	clear: left;
}

.Main #midbox {
	padding: 10px;
	float: left;
	width: 640px;
	background-color: #CCCCCC;
	border: 4px outset #FFFFFF;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.Main #container #sidebar_left {
	width: 200px;
	float: left;
	border: #ffffff;
	color: #ffffff;
	height: 440px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Main #container #sidebar_left #NavBar {
	height: auto;
	width: auto;
	clear: none;
	float: none;
}
.Main  #container  #midbar1 {
	width: 208px;
	float: left;
	height: 610px;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 6px;
	margin-top: 10px;
}

.Main  #container  #midbar2 {
	width: 208px;
	float: left;
	height: 610px;
	padding: 6px;
	background-color: #D4CDC4;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: outset;
	margin-top: 10px;
}

.Main #container #midbar2 img {
	float: right;
}
.Main #container #midbar2 a {
	font-weight: bold;
}
.Main  #container  #midbar3 {
	width: 208px;
	float: left;
	height: 610px;
	background-color: #E0EADA;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	padding: 6px;
	margin-top: 10px;
}

#SearchBox {
	height: 50px;
	width: 100px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#PhoneAddress {
	clear: both;
	height: auto;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	margin-right: 10px;
	margin-left: 10px;
}
.Movie {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #FFFFFF;
	width: 160px;
	margin-right: 20px;
	margin-left: 20px;
}
.MidHeadItalicGreen {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #669966;
	margin-top: 9px;
	margin-bottom: 6px;
}
.MidText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.SmallHeadMaroon {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


.mini_head {
	font-size: 12px;
	font-weight: bold;
	color: #669966;
	margin-top: 3px;
}
.mini_text {
	font-size: 9px;
	padding-left: 15px;
	line-height: 9px;
}
.ProjectLine {
	padding-bottom: 6px;
}
.Main #container #bottom_copy #bc_right {
	width: 350px;
	margin-left: 30px;
	float: left;
}


.ProjectLine a:link {
	font-weight: bold;
	color: #99CC99;
}
.ProjectLine a:hover {
	color: #CC6633;
}
.ProjectLine a:visited {
	color: #CCffCC;
}






/* it's good practice to zero the margin and padding of the fixed font elements to account for differing browser defaults */

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 14px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 9px;
	margin-bottom: 6px;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
li {
	margin-bottom: 4px;
}


/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The OUTERMOST CONTAINER of the Menu Bar (see below same tag), a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	float: none;
	clear: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 180px;
	display: inline-block;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* MENU ITEM containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: left;
	cursor: pointer;
	border-top-color: #FFFFFF;
	width: 180px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* SUBMENUS should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 180px;
	top: 0;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
	padding: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* OUTERMOST menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px none #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px none #CCC;
}
/* MENU ITEMS (this is the main attribute list) are a light gray block with padding and no text decoration -- The margin bottom at -1 allows ovelap of borders without doubling up*/
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #003300;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	margin-bottom: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* Menu items that have mouse over or focus have a blue(or?)background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

.style1 {color: #F8981D}
.lawsuits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	border: thick outset #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 16px;
}
.twocoltable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 800px;
	margin: 0;
}
.columnleft {
	padding: 10px;
	width: 370px;
	border: 2px solid #FFFFFF;
	float: left;
	clear: left;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
	line-height: 16px;
}
.columnleft p {
	font-size: 14px;
	line-height: 16px;
}

.columnright {
	padding: 10px;
	width: 370px;
	border: 2px solid #FFFFFF;
	float: right;
	clear: right;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
	line-height: 16px;
	font-size: 14px;
}
.columnright p {
	font-size: 14px;
	line-height: 16px;
}
.PhotoColumnar {
	padding: 0px;
	width: 208px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.tickets {
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	border: thin solid #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 18px;
}
