@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	font-size: 62.5%;
	margin: 0px auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(../images/bg02.gif);
}

/*
***********************************************************
***             2 Fluid Faux Columns Structure          ***
***      Header, Top Navigation and Footer Included     ***
*********************************************************** 
*/
#container {
	margin: 0px auto;
	width: 90%;
	text-align: left;
	min-width: 84em;
}
#header {
	background-image: url(../images/header.jpg);
	height: 217px;
	background-position: 50% 0%;
	border-top: #000 2px solid;
	border-right: #000 2px solid;
	border-left: #000 2px solid;
	width: 100%;
}
#nav {
	width: 100%;
	height: 60px;
	border-right: #000 2px solid;
	border-left: #000 2px solid;
	background-color: #000000;
	background-image: url(../images/bgnav.gif);
	background-position: 50% 0%;
	background-repeat: no-repeat;	
	margin: 0;
	padding: 0;
}
#contentframe {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 2em;
	margin: 0;
	width: 100%;
	padding-top: 0em;
	text-align: left;
	background-image: url(../images/bgcolumns.jpg);
	background-position: 25% 0%;
	border-right: #000 2px solid;
	border-left: #000 2px solid;
}
#footer {
	background-image: url(../images/bgleft.jpg);
	float: left;
	border: #000 2px solid;
	width: 100%;
}
#leftcolumn {
	padding-right: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 25%;
	padding-top: 0px;
}
#rightcolumn {
	float: right;
	margin: 0px;
	width: 74%;
	padding: 0;
}
/*
***********************************************************
***              Top Breadcrumb Formatting              ***
***********************************************************
*/
#bread {
	color: #FFFF99;
	text-decoration: none;
	font-size: 1.2em;
	background-color: #000000;
	width: 100%;
	border-right: #000 2px solid;
	border-left: #000 2px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 
#bread ul li {
	border: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#bread li a {
	color: #FFFF99;
	font-weight: 600;
	text-decoration: none;
	}
#bread li a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
	background-color: #990000;
	}
#bread a:active a:visited {
	color: #999999;
	text-decoration: none;
	}	
/*
***********************************************************
***                Navigation Formatting                ***
***********************************************************
*/
#MainMenu 
{
	width:800px;
	height:60px;
	background: #FFFFFF;
	margin:0 auto;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width: 100px;
}
#tab a 
{
	background: url("http://www.brainiacproductions.com/images/bgbt-filmred.gif");
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	width: 100px;
}
#tab a span 
{
	display:none;
	font-size:1.2em;
	line-height: 60px;
}
#tab a:hover,#tab li.item_active a 
{
	background:url("http://www.brainiacproductions.com/images/bgbt-filmyellow.gif");
}
#tab a:hover span,#tab li.item_active a span 
{
	color:#990000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid #990000;
	line-height:25px;
	z-index:100;
	width:180px;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	float:left;
	margin:0;
	padding:0;
	display:block;
	border-style:solid;
	border-color:#990000;
	border-top-width:1px;
	color:#FFFF99;
	background: #000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	padding:0 0 0 5px;
	font-size:1.2em;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border-style:solid;
	border-top-width:1px;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a:hover span 
{
	background-color:#FFFF99;
	background-image:none;
	color:#000000;
}
.centertitle {
	color: #FFFFFF;
	background-color: #990000;
}
.dropmenudiv a:hover span.centertitle {
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
}
/*
***********************************************************
***             Header and Footer Formatting            ***
***********************************************************
*/
#footer p {
	color: #000000;
	font-size: 1.2em;
	text-align: center;
}
#footer a {
	color: #FFFF99;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFCC00;
}
/*
***********************************************************
***                Left Column Formatting               ***
***********************************************************
*/
#leftcolumn p {
	color: #FFFFCC;
	text-align: center;
	font-size: 1.3em;
	margin-right: 16px;
	margin-left: 16px;
	font-weight: normal;
}
#leftcolumn a {
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;

}
#leftcolumn a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#leftcolumn a:visited {
	color: #CC9900;
}
#leftcolumn h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 8px;
	margin-right: 12px;
	margin-left: 8px;
	}
#leftcolumn h6  {
	color: #FFFFCC;
	font-style: italic;
	text-align: center;
	font-size: 1.2em;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 1em;
	font-weight: normal;
	}
 /*
***********************************************************
***                Right Column Formatting              ***
***********************************************************
*/
#rightcolumn p {
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
#rightcolumn a {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
#rightcolumn .smstar a {
	color: #CC3300;
	border-bottom-color: #CC3300;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#rightcolumn a:visited {
	color: #333333;
}
#rightcolumn h1 {
	font-weight: 600;
	font-size: 2em;
	color: #FFFF99;
	text-align: left;
	background-image: url(../images/h1-right.gif);
	text-indent: 10px;
	height: 43px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 14px;
	line-height: 43px;
	background-position: right 0;
	margin-left: 27px;
	margin-right: -15px;

}
#rightcolumn h2 {
	font-weight: 500;
	font-size: 1.6em;
	color: #990000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 13px;
	text-align: center;
	display: block;
}
#rightcolumn h3 {
	font-weight: 600;
	font-size: 2.2em;
	font-style: italic;
	color: #990000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 13px;
}
#rightcolumn h4 {
	font-weight: 600;
	font-size: 1.2em;
	color: #990000;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 10px;
}
/*#rightcolumn h5 {
	font-weight: 600;
	font-size: 1.17em;
	font-style: italic;
	color: #990000;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 10px;
}
#rightcolumn h6 {
	font-weight: 700;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	color: #990000;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 10px;
	font-style: italic;
}*/
/*
***********************************************************
***                   Table Formatting                  ***
***********************************************************
*/
/* Make sure the table cells show the right font */

table {
	border: #990033 3px solid;
	border-collapse: separate;
	background-color: #fcee9e;
	color: #000000;
	margin-bottom: 1em;
}
thead th {
	/*border: #990033 1px solid;
	font-weight: bold;
	text-align: center;
	background-color: #903;*/
	font-weight: bold;
	color: #fcee9e;
	text-align: center;
	background-color: #990000;
	font-size: 1.4em;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	border: #cc9933 1px solid;
	margin: 3px;
	color: #000;
	background-color: #fefdcf;
	font-size: 1.3em;
	text-align: center;
}
th {
	border: #cc9933 1px solid;
	text-align: left;
	font-size: 1.5em;
}
tbody th:hover {
	background-color: #fefdcf;
	color: #000000;
}
th a:link {
	font-weight: normal;
	color: #903;
	border-bottom: #c93 1px dotted;
	text-decoration: none;
}
th a:visited {
	font-weight: normal;
	color: #903;
	border-bottom: #c93 1px dotted;
	text-decoration: none;
}
.caption {
	font-weight: bold;
	color: #fcee9e;
	text-align: center;
	background-color: #990000;
	font-size: 1.4em;
}
.header {
	font-weight: bold;
	color: #fcee9e;
	text-align: center;
	background-color: #000000;
	font-size: 1.5em;
}
tbody td a:link {
	color: #990000;
}
tbody td a:visited {
	color: #660000;
}
tbody td a:hover {
	color: #000;
	text-decoration: overline underline;
}
/*
***********************************************************
***                   Image Formatting                  ***
***********************************************************
*/
#logo {
	display: block;
	margin: 0 auto;
	margin-top: 106px;
}
#printlogo {
	display: none;
}
.nonprintimage {
	display: block;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	}
img {
	border: none;
}
/*
***********************************************************
***                 Section Header Images               ***
***********************************************************
*/
/*.h1header {
	width: 100%;
	height: 43px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
}
.h1header .leftimage {
	margin-right: 5px;
	background-image: url(../images/h1-ls.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.h1header .leftimage .rightimage {
	background-image: url(../images/h1-rs.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}
.h1header .leftimage .rightimage .middleimage {
	margin-right: 27px;
	background-image: url(../images/h1-ms.gif);
	background-repeat: repeat-x;
	margin-left: 24px;
}
#rightcolumn h1 {
	color: #FFFF99;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	background-image: url(../images/h1-ms.gif);
	background-repeat: repeat-x;
	font-size: 2.1em;
	margin-right: 27px;
	margin-left: 24px;
	height: 43px;

}*/
.h1ends {
	background-image: url(../images/h1-left.gif);
	background-position: left 0;
	margin-right: 30px;
}
/****   Section Headers   ****/
.sectionheader {
	width: 100%;
	height: 125px;
}
.sectionheader .leftimage {
	font-size:1px;
	height: 125px;
	margin-right: 5px;
	background-image: url(../images/h-sl.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	margin-left: 5px;
}
.sectionheader .leftimage .rightimage {
	font-size:1px;
	background-image: url(../images/h-sr.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	margin: 0;
}
.sectionheader .leftimage .rightimage .middleimage {
	margin-right: 35px;
	background-image: url(../images/h-sm.gif);
	background-repeat: repeat-x;
	margin-left: 37px;
}
/*
***********************************************************
***                    List Formatting                  ***
***********************************************************
*/
li.smstar {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(../images/bullet-smstar.gif);
	color: #000000;
	margin-right: 18px;
	padding-left: 2px;
	margin-left: 45px;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 6px;
	font-weight: bold;
	margin-top: 8px;
}
li.detailslist {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(../images/bullet-reel.gif);
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	margin-right: 18px;
	padding-left: 2px;
	margin-bottom: 6px;
	margin-left: 30px;
	text-align: left;
}
ul.lgstar {
	list-style-type: none;
	padding: 0;
	margin-top: 16px;
}
ul li.lgstar {
	list-style-image: none;
	background-image: url(../images/bullet-star.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	color: #000000;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-left: 14px;
	margin-right: 14px;
}
ul li li.lgstar {
	list-style-image: none;
	background-image: url(../images/bullet-smstar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 14px;
	padding-left: 28px;
}
ol {
	margin-left: 40px;
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
}
/*
***********************************************************
***                  General Formatting                 ***
***********************************************************
*/

a:visited {
     padding-left: 14px;
     background: url(../images/checkmark.gif) left no-repeat;
}
.hidden {
	display: none;
}
/* approx 21px*/
/*h1 {
        font-size: 2.1em;
        margin-top: 2em; 
}*/

/* approx 16px*/
/*h2 {
        font-size: 1.6em;
        margin-bottom: 1em; 
}*/

/* approx 14px*/
/*h3 {
        font-size: 1.4em;
}
*/
/* approx 12px*/
/*h4 {
        font-size: 1.2em;
}
*/
.centertext {
	text-align:	center;
	}
.rightalign  {
	text-align: right;
}
.detailsections {
	width: 80%;
	margin: 0 auto;
	border: #000 2px solid;
	background-color: #fcee9e;
}

.textfield-rightalignbold {
	text-align: right;
	font-weight: bold;
}
.textfield-rightaligntotal {
	text-align: right;
	font-weight: bold;
	color: #990000;
	font-size: 1.6em;
}
.rightalignsmall {
	font-size: 1.2em;
	text-align: right;
	color: #000000;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 13px;
}
.boldinlinetitle {
	color: #990000;
	font-size: 1.6em;
	font-style: italic;
	font-weight: 900;
	display:inline;
	}
.inlineemphasis {
	color: #990000;
	font-weight: bold;
	font-style: italic;
	}		
acronym {
	color: #CC3300;
	border-bottom-color: #CC3300;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	cursor:help;
	}
.footnote {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 4px;
	display: block;
}
input {
	border-color: #990000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	}
.forprint {
	visibility: hidden;
	display: none;
}
