@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #181B24;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../graphics/background_image.gif);
	background-repeat: repeat-x;
	background-position: 0px 66px;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo h1 {
	background-image: url(../graphics/litchfield_logo_09_blue_inner.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 125px;
	width: 133px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#menu_main {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.nav {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	display: inline;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 5px;
}

#left_col {
	float: left;
	width: 176px;
}
#middle_col {
	float: left;
	width: 472px;
	padding-right: 15px;
}
#lotto {
	width: 472px;
}

#right_col {
	float: right;
	width: 190px;
	margin-left: 15px;
}

#title {
	margin: 55px 273px 32px 175px;
}
#title h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1px;
}
p {
	line-height: 1.4em;
	margin-bottom: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
#right_col h2 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 9px;
	color: #004182;
}
#middle_col h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3d89c5;
}
#left_col h2 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 9px;
	color: #004182;
}
#left_col ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left_col ul li {
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 1px;
	background-image: url(../graphics/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
/*---LOTTERY FORM STYLES---*/
label {
	display:block;
	font-weight:bold;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8F8F8E;
}
.textInput {
	width:100%;
	padding: 5px;
	background: #EEE;
	color: #6F6F6F;
	height: 1em;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 25px;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
}
fieldset {
	margin-top:25px;
	border: none;
}
#website {
	display:none;
}
input[type="text"]:focus {
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#666;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0254a1;
}
.required {
	color: #0254a1;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0.3em;
}
