@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666;
	width: 100%;
	background-image: url(/images/capback.gif);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #CCC; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: left;
} 
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(/images/caphead.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 175px;
	font-size: 0.8em;
	color: #CCC;
} 
.headerSubscribe {
	position: relative;
	left: 675px;
	top: 20px;
	width: 375px;
}
.thrColFixHdr #header a:link, .thrColFixHdr #header a:visited, .thrColFixHdr #header a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.thrColFixHdr #header a:hover {
	color: #FC0;
	font-weight: bold;
	text-decoration: underline;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 0.85em;
}
.thrColFixHdr #sidebar1 a:link, .thrColFixHdr #sidebar1 a:visited, .thrColFixHdr #sidebar1 a:active {
	color: #060;
	text-decoration: none;
	font-weight: bold;
	width: 150px;
	display: block;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #0C0;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0px;
	text-align: center;
}
.thrColFixHdr #sidebar2 h2 {
	font-size: 1em;
	color: #333;
}
.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent h1 {
	font-size: 1.25em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent h2 {
	color: #666;
	font-size: 1em;
}
.thrColFixHdr #mainContent h3 {
	color:#F90;
	font-size: 1em;
	text-align: center;
}
.thrColFixHdr #mainContent p {
	font-size: 0.8em;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent ul {
	list-style-image: url(images/kfbullet.jpg);
	color: #333;
	line-height: 150%;
	font-size: .8em; 
}
.thrColFixHdr #footer {
	text-align: center;
	margin: 0px;
	background-image: url(/images/capfoot.jpg);
	background-repeat: no-repeat;
	height: 130px;
} 
.footerdiv {
	margin: 0px;
	padding: 10px;
}
.thrColFixHdr #footer p {
	font-size: 0.75em;
	color: #FFF;
	font-weight: bold;
}
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited, .thrColFixHdr #footer a:active {
	color: #FFF;
	text-decoration: underline;
}
.thrColFixHdr #footer a:hover {
	color: #030;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.boxedDiv {
	float: left;
	width: 555px;
	margin: 0px;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-top: 0px;
}
/* Divs for committee information */
.boxedDivLeft {
	width: 155px;
	background-color: #FFF;
	float: left;
}
.boxedDiv a:link, .boxedDiv a:visited, .boxedDiv a:active {
	color: #333;
	text-decoration: underline;
}
.boxedDiv a:hover {
	color: #F90;
	text-decoration: underline;
}
/* Divs for home page info boxes - only homepage rightbox has background image */
.boxedDivRightHome {
	background-color: #FFF;
	background-image: url(/images/leftsideline.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: right;
	width: 400px;
}
.boxedDivRightHome a:link, .boxedDivRightHome a:visited, .boxedDivRightHome a:active {
	color: #333;
	text-decoration: underline;
}
.boxedDivRightHome a:hover {
	color: #F90;
	text-decoration: underline;
}
/* Divs for committee information */
.boxedDivRight {
	background-color: #FFF;
	float: right;
	width: 400px;
}
.boxedDivRight a:link, .boxedDivRight a:visited, .boxedDivRight a:active {
	color: #333;
	text-decoration: underline;
}
.boxedDivRight a:hover {
	color: #F90;
	text-decoration: underline;
}
/* Divs for casino night ticket page */
.boxedDivppLeft {
	width: 125px;
	margin-top: 5px;
	background-color: #FFF;
}
/* Divs for casino night ticket page */
.boxedDivppRight {
	background-color: #FFF;
	float: right;
	width: 429px;
}
.ppboxedborder {
	border: thin solid #666;
}
.clearleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.goldline {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	background-image: url(/images/greenfade.gif);
	background-repeat: repeat-x;
}
.calendarMonths {
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
}
.calendarMonths a:link, .calendarMonths a:visited, .calendarMonths a:active {
	color: #FFF;
	text-decoration: underline;
}
.calendarMonths a:hover {
	color: #360;
	text-decoration: underline;
}
fieldset {
	border: 1px solid #060;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: auto;
}
legend {
	font-weight: bold;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
input {
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #EAFFD5;
	display: block;
	font-size: .8em;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background-color: #EAFFD5;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
select {
	color: #333;
	background-color: #EAFFD5;
	font-size; .8em;
}
label {
	color: #333333;
	display: block;
	margin: 5px 0 0;
	font-size: .8em;
}
.warning {
	color: #900;
}
.leftmenudiv {
	border: 1px solid #CCC;
	margin-bottom: 2px;
	background-image: url(/images/leftmenuback.gif);
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.rightmenudiv {
	margin-top: 40px;
	margin-bottom: 0px;
}
.tablefont {
	color: #333;
	font-size: 0.8em;
}
.leftmenudivfund {
	padding-left: 0px;
}
.input-group li {
	list-style: none;
	overflow: hidden;
	padding: .2em 0;
	clear: left;
	display: block;
	margin: 0;
}
.input-group input {
	display: inline;
}
.mc-field-group label {
	font-weight: bold;
}
#mce-error-response {
	color:#900;
	font-size: .8em;
	font-weight: bold;
}
#mce-success-response {
	color:#060;
}
.label.error {
	color: #900;
}
#mce-responses {
	color: #900;
}
