/*
 *	SITE.CSS - General web-site level style sheet rules
 *	Copyright (c) 2004-2010 SillyTutu.com, Inc.
 *	All rights reserved.
 *
 *	Written by:	Larry Coffey
 *	Date:		30 January 2004
 *	Last modified:	11 April 2010
 *
 */
body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #FFFFF5;
}

table
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

#container
{
	padding: 0px;
	margin: 0px;
	width: 802px;
	border: #000000 1px solid;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FF4242;
}

/*
 * Fix an Explorer vs. Firefox difference (red stripe on right bug)
 */
body > #container
{
	width: 800px;
}

#banner
{
	height: 110px;
	width: 800px;
	background-color: #FFFFF5;
	margin: 0px;
	padding: 0px;
	border-bottom: #000000 1px solid;
}

#menu
{
	padding: 0px;
	width: 202px;
	height: 100%;
	margin: 0px;
	float: left;
	background-color: #FF4242;
}

#main
{
	margin-left: 202px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFE090;
	border-left: #000000 1px solid;
}

#footer
{
	background-color: #FFFFF5;
	padding: 10px;
	border-top: #000000 1px solid;
	text-align: center;
}

#full
{
	border-top: #000000 1px solid;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFE090;
}

.menuitem-container, .submenuitem-container, .menuitem-container-popup
{
	height: 25px;
	margin-left: 5px;
	cursor: default;
}

.menuitem-container, .submenuitem-container
{
	width: 190px;
}

.menuitem-container-popup
{
	width: 300px;
}

.menuitem, .menuitem-cascade
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 0px 5px;
	width: inherit;
}

.menuitem a, .menuitem-cascade a
{
	text-decoration: none;
	color: #000000;
}

.menuitem-on
{
	padding: 4px 0px 0px 5px;
}

.menuitem-on a
{
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.submenuitem-container
{
	font-size: 14px;
	display: none;
	width: 300px;
	clear: both;
}

/* Unhide submenu-container division when menuitem-cascade division is hovered upon */
div#menu div.menuitem-container div.menuitem-cascade:hover > div.submenuitem-container
{
	display: block;
	position: relative;
	top: -20px;		/* Compensate for the menu box, and the text padding */
	left: 95%;
}

.adleft-content
{
	position: relative;
	left: 20px;
}

#definitions dt
{	font-weight: bold;
}

.superscript
{
	vertical-align: super;
	font-style: normal;
}

.subscript
{
	vertical-align: sub;
	font-style: normal;
}

.blue-frame
{
	border: inset 10px #0080FF;
	padding: 12px;
	margin: 0;
}

.teal-box, .teal-box-left, .teal-box-right
{
	border: inset 10px teal;
	padding: 10px;
	margin: 0 10px;
	font-weight: bold;
	font-size: 20px;
}

.teal-box-left
{
	float: left;
}

.teal-box-right
{
	float: right;
}

.img-container
{
	color: black;
	background-color: white;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	float: left;
}

.boxed-letter
{
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin: 0 10px 0 0;
	border-style: solid;
	border-width: 1px;
	padding: 0 10px 0 10px;
}

/*
 *	Copyright (c) 2004-2010 SillyTutu.com, Inc.
 *	All rights reserved.
 */