/* @override http://localhost/htdocs/form/resources/mdlott/css/styles.css */

/* @group Color Palette */

.white { color: white; }
.silver { color: silver; }
.black { position: static; z-index: 0; color: black; }

/* @end Color Palette */

/* @group Layout DIVs */

body {
	color: gray;
	font: .9em/1.5 Helvetica, Arial, Sans-Serif;
	background-color: white;
}

#container {
	width: 680px;
	margin: 0 auto;
	border: none;
	background: white url(../images/mdlott_background.png) no-repeat 0 100px; /* 217 is full */
	position: relative
}

#header {
	height: 100px; /* 217 is full */
	background-color: #30567a;
	background-image: url(../images/mdlott_header_alt.png);
}

	#header h1 {
		font-weight: bold;
		font-size: 5px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		display: none;
	}

#subhead {
	color: #2c567a;
	background: none;
}
#bar { font-size: large; font-weight: bold; font-family: , Helvetica, Verdana, Arial, sans-serif; text-align: center; background-position: 0px; padding-right: 14px; padding-left: 14px; color: #385577; background-color: #ffcc33 }

#content {
	float: none;
	color: #2c567a;
	padding: 1.5em;
	background: none;
}

img.promo {		
	position: absolute;	
	top: 185px;
	right: 40px
}

li.winning {
	color: #2c567a;
	display: inline;
	padding-right: 15px;
}

li.ageverify {text-align: center}

.btn {
	background-color: #30567a;
	color: white;
	
}

#footer {
	background-color: #30567a;
}

	#footer img {
		vertical-align: middle;
	}

	#footer p {
		text-align: right;
	}

	/*
	.valign {
		height: 100px;
		display: table-cell;
		vertical-align: middle;
	}
*/

/* @end Layout DIVs */