/* SpryMenuBarHorizontal.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, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	text-decoration: none;
}
/* 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;
	text-decoration: none;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9.7em;
	float: left;
	text-decoration: none;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;

	width: 9.em;
	position: absolute;
	left: -1000em;
	width: 9.7px;
	text-decoration: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	text-decoration: none;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9.7em;
	text-decoration: none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	text-decoration: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	text-decoration: none;
}
h1{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: repeat;
	background-image: url(/cash/images/bg.png);
	background-position: 0px 0px;
}
#navContainer {
	background-color: #adafbf;
	clear: both;
	height: 31px;
	width: 760px;
	text-align: center;
	left: auto;
	right: auto;
}
#mainLayout {
	background-color: #c3c5cd;
	clear: both;
	height: 700px;
	width: 760px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	background-repeat: no-repeat;
	background-position: 450px 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footerBox {
	text-align: center;
	clear: both;
	height: 40px;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #000;
	background-color: #c3c5cd;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
#leftColumn {
	height: 390px;
	width: 530px;
	background-color: #E2DBD4;
	position: absolute;
	left: 0px;
	top: 130px;
	margin: 0px;
	border: 2px solid #ADAFBF;
	background-repeat: repeat;
}
.whitetext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
}
.greenback {
	background-color: #d0d6bb;
	border: 2px solid #c3c5cd;
}


#leftColumn p {
	line-height: 22px;
}
#rightColumn {
	height: 390px;
	width: 210px;
	position: absolute;
	top: 130px;
	right: 0px;
	background-color: #E2DBD4;
	border: 2px solid #ADAFBF;
	text-align: center;
}
#rightColumn p {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #5A710D;
	border-bottom-color: #5A710D;
	border-left-color: #5A710D;
}
#header {
	background-color: #c3c5cd;
	padding: 5px;
	clear: both;
	height: 80px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: right -30px;
	position: relative;
}
.pagetitle {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
#pageTitleBox {
	position: absolute;
	left: 15px;
	top: 20px;
	width: auto;
}
#titleBox {
	position: absolute;
	height: 82px;
	width: 282px;
	left: 0px;
	top: 0px;
}
#globalMenu {
	height: 82px;
	width: 460px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 1px;
}
.subheadline {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: -10px;
}
a:link {
	color: #739112;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}



#footerBox a:link {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#midcontent {
	position:absolute;
	top:530px;
	width:756px;
	height:165px;
	z-index:1;
	background-color: #c3c5cd;
	left: 0px;
	right: 0%;
	text-align: center;
	border: 2px solid #ADAFBF;
}
#leftColumn_signup {
	height: 656px;
	width: 500px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #9FCC41;
	background-color: #FFF;
	position: absolute;
	left: 5px;
	top: 160px;
	margin: 15px;
}
.subheadlineCopy {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -10px;
	font-style: italic;
}
#adds {
	position:relative;
	width:760px;
	height:100px;
	z-index:1;
	background-color: #E2DBD4;
	text-align: center;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.blacktext16 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 16px;
}

