@charset "utf-8";
/* CSS Document */

body {
	margin: 10px auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #611F1D;
	background-color: #668041;
}
#wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	border: double medium;
	background-color: #FFFAF0;
}
.header {
	width: 100%;
	background-color: #E2A07D;
	background-position: left;
	background-repeat: no-repeat;
	margin: auto;
	padding: 0;
	height: 148px;
	clear: both;
	border: none;
}
.title {
	float: right;
	text-align: center;
	padding: 0px 15px 0px 15px;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 2.0em;
}
#navcontainer {
	margin: 0px auto 0px auto;
	padding: 0;
	height: 30px;
	width: 100%;
	background-color: #066;
	border-top: #060 4px solid;
	border-bottom: #060 4px solid;
	text-transform: uppercase;
}
.bevelmenu {
	font: bold 13px arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #FFF2BF;
	text-align: left; /*set value to "right" for example to align menu to the right of page*/
}
.bevelmenu li {
	list-style: none;
	display: inline;
}
.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #FFF2BF;
	border: 2px solid #FFF2BF;
}
.bevelmenu li a:hover {
	color: black;
	background-color: #FFE271;
	border-style: outset;
}
html>body .bevelmenu li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
.content {
	margin: auto;
	width: 90%;
	background-color: #FFFAF0;
	padding-bottom: 2em;
	padding-top: 2.0em;
}
.footer {
	padding: 0;
	margin-top: 2.0em;
	width: 100%;
	background-color: #441811;
	color: #FFFAF0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
.fttext {
	color: #FFF;
	padding: 15px;
}
.frontier {
	width: 100%;
	font-size: 0.65em;
	text-align: center;
}
.end {
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
legend {
	color: #fff;
	font-weight: bold;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
}
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 4.5em;
}
input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}
fieldset {
	border: 1px solid #781351;
	background-color: #F2FFDF;
	width: 700px;
	margin: auto;
	padding: 0em 2em 2em 2em;
}
h1.sale {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.error_strings {
	color: #F00;
	font-weight: bold;
	font-size: 0.85em;
}
.refresh {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.refreshfront {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
#qualified {
	font-size: 80%;
	font-weight: bold;
}
.units {
	width: 50px;
	font-weight: bold;
	display: inline;
}
.sold {
	font-size: 0.9em;
	line-height: 2em;
}
.revenue {
	text-align: right;
	padding-right: 1.0em;
}
.soldtitle {
	text-align: center;
}
.subscribe {
	line-height: 2.5em;
}
.taleft {
	text-align: left;
}
.redfont {
	color: #F00;
}
#sanjayDropdown {
	margin: 0;
	padding: 0px;
	list-style: none;
	height: 28px;
	width: 100%;
	border: solid 1px #c93300;
	border-width: 1px 1px 1px 0;
	background: #FFF2BF;
}
#sanjayDropdown li {
	display: inline;
	position: relative;
	float: left;
}
#sanjayDropdown li a {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	text-decoration: none;
	color: #611F1D;
	font-weight: normal;
	font-size: 12px;
	border-left: solid 1px #c93300;
}
#sanjayDropdown li a:hover {
	color: #611F1D;
	background: #FFFFFF;
}
#sanjayDropdown li ul {
	margin: 0;
	padding: 0 5px;
	line-height: none;
	position: absolute;
	top: 29px;
	left: 0;
	border: solid 1px #c93300;
	border-width: 0px 1px 1px 1px;
	width: 180px;
	display: none;
	background: #FFFFFF;
}
#sanjayDropdown li:hover ul {
	display: block;
}
#sanjayDropdown li:hover a {
	color: #a9401b;
	background: #FFFFFF;
}
#sanjayDropdown li ul li {
	display: block;
	border-bottom: solid 1px #dbdcd9;
	width: 100%;
	padding: 0 0 0 10px;
}
#sanjayDropdown li ul li:last-child {
	border-bottom: 0px;
}
#sanjayDropdown li ul a {
	border-width: 0px;
	color: #909090;
	padding: 0 5px 0 0;
	background-color: transparent;
}
#sanjayDropdown li:hover ul li a {
	color: #909090;
}
#sanjayDropdown li ul li a:hover {
	color: #a9401b;
}

