body {
	margin: 0;
	padding: 0;
	background: #ECDDB1;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-family:  Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
/*----------------------------------------------Basic styles------------------------------------------------*/
p#tagline {
	position: absolute;
	right: 0px;
	top: 125px;
	font-style: italic;
	color: #648D20;
	font-size: 0.90em;
}
code {
	font-family: monospace;
	font-size: 1.20em;
	color: #E20000;
}
ul {
	list-style: inside square;
}
/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
	position: relative;
	margin: 0 auto;
	width: 917px;
	background: url(../images/hfill_left.gif) 0 0 no-repeat #ECDDB1;  /* Important image, do not remove */
	overflow: hidden;
}
#hdr {  /* div containing header image and login link */
	position: relative;
	float: left;
	text-align: left;
	width: 774px;
	height: 198px;
	margin-left: 73px;  /* Shift banner right by width of Hoz Fill hatching */
	background: url(../images/DB_Header.gif) 0 0 no-repeat #ECDDB1;  /* DB Header */
}

#lftcol {   /* left column */
	position: absolute;
	left: 0px;
	top: 198px;
	margin-left: 73px;  /* leave this so that background image lines up with edge of this div */
	width: 200px;
	overflow: hidden;
	min-height: 900px;
	background: url(../images/left_col.gif) 0 0 no-repeat #ffffff;  /* Left col bkg */
}

#mdlcol {   /* middle column */
	text-align: left;
	position: absolute;
	left: 254px;
	top: 198px;
	padding-right: 20px;
	width: 574px;
	overflow: visible;
	min-height: 900px;
	background: url(../images/index_11.gif) 0 0 no-repeat #ffffff;  /* Left col bkg */
}
#login {
	float right;
	top-margin: 5px;
	top-padding: 5px;
	width: 574px;
	height: 70px;
	text-align: right;
	font-size: 9pt;
}
#rgtborder {
	float: right;
	width: 70px;
	top: 0px;
	overflow: auto;
	min-height: 1098px;
	background: url(../images/hfill_right.gif) 0 0 no-repeat #ECDDB1;  /* Right col bkg */
}  /* far right column */
#bttmbar {
	float: left;
	margin-left: 73px;  /* leave this so that background image lines up with edge of this div */
	text-align: center;
	font-size: 0.70em;
	height: 4em;
	line-height: 4em;
	width: 917px;
	background: #ECDDB1;
	background: url(../images/index_10.gif) 0 0 no-repeat #ECDDB1;  /* Footer */
}
#frontimages {
	float: left;
	margin: 40px 0 0px 0px;
	padding: 10px 0;
	width: 170px;
	height: 300px;
	overflow: visible;
	background: url(../images/front-images.gif) 0 0 no-repeat #ffffff;  /* Left col bkg */
}
/*
#quote {    * Quote box in left column *
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(../images/grapes/quote.gif) no-repeat 0 0;
}
*/
/* Rewards main page */
#rewardsrcol {
	position: relative;
	overflow: visible;
	float: right;
	margin-left: 0em;
	margin-top: 0;
	padding: 1.5em 0em 0em 0em;
	width: 200px; 
	height: 130px;
	border-style: none;
	border-color: #320A28; /* dark purple */
	border-width: 2px;
}

ul#rewardssignupbutton li {
	position: absolute;
	margin-top: 0;
	padding: 0.3em 0.8em 0.3em 0.8em;
	width: 120px;
	float: top;
	left: 26px;
	background-color: #f3cb5a; /* pale rich orange */
	border-color: #e1a300;
	border-style: groove;
	border-width: 2px;
	cursor:pointer;
}

#rewardsbalance {
	position: absolute;
	top: 90px;
	left: 24px;
	margin-top: 0em;
}

#balanceresult {
	background: #f4cf65 url(../images/hoz_gradient_strip.png) repeat-y 0 0;
}

/* Rewards signup form sub-page */
.rewardssubform {
	padding-top: 3px;
	padding-left: 1em;
	background: #f4cf65 url(../images/thin_gradient_strip.png) repeat-x 0 0;
	height: 420px;
}

.rewardssubform form {
	padding-top: 1.2em;
	padding-left: 8em;
}
/*
#quote p {
	color: #444;
	font-size: 0.80em;
	font-weight: bold;
	line-height: 2.00em;
}  /* Quote box text */
/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 40px 0 20px 0px; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside;
}
ul#nav li {
	float: left;
	display: block;
}

