/* RESET */
body, table, div, span, p, label, h1, h2, h3, h4, hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* BODY */

body {
	line-height: 1.3em;
	letter-spacing: 0.06em;
	color: #f0b231;
	background-color: #002d6f;
	font-size: 14px;
	font-family: "Helvetica Neue Ultra Light", "Helvetica Neue Ultra-Light", "Helvetica Neue Light", Helvetica, Verdana, Arial, sans-serif;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: 200;
	text-shadow: 0px 0px 1px #0000ff;
}

/* BLUE BACKGROUND */

#blue_back {
	width: 100%;
	overflow: hidden;
	background: url(../images/blue_background.jpg) bottom repeat-x;
}

/* ANNOUNCEMENTS */
#announcements {
	margin: auto;
	width: 960px;
	text-align: center;
	padding: 0 0 5px 0;
	line-height: 1.2em;
	z-index: 2000;
	overflow: visible;
}

#announcements h1 a:link {
	color: #dda634;
	font-size: 1.125em;
}

#announcements h1 a:hover {
	color: #fff;
}

#announcements ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#announcements li {
	margin: 0px;
	padding: 0px;
}


#announcements a:link {
	text-decoration: none;
}

.announcements_bottom {
	width: 960px;
	height: 10px;
	background: url(../images/announce_bottom.png)
}

.panel {
	background: #002051;
	display: none;
	padding-top: 15px;
	z-index: 2001;
}

.slide {
	margin: 0;
	padding: 0;
}

.btn-slide {
	text-align: center;
	width: 320px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	display: block;
	color: #dda634;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	background: url(../images/announce_tab.png);
	line-height: 1.9em;
	font-size: 1.125em;
}

.btn-slide-close {
	width: 320px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/up24.png) no-repeat 35px;
}
.btn-slide-open {
	width: 320px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/down24.png) no-repeat 35px;
}

.btn-title {
	height: 20px;
}

/* WRAPPER */

#wrapper {
	width: 960px;
	margin: 0px auto;
}

/* COLUMNS */

#columns-index {
	width: 960px;
	background: url(../images/columns_background.png) center top repeat-y;
	display: block;
	overflow: hidden;
}

#column_left {
	width: 320px;
	float: left;
	clear: left;
	background: none;
}

#column_middle {
	width: 640px;
	float: left;
	background: url(../images/gumbo_logo_middle.png) right bottom no-repeat;
}

	#column_middle_wrapper {
		width: 320px;
		float: right;
	}

#column_right {
	width: 320px;
	float: left;
	clear: right;
}

/* FOOTER */

#footer {
	text-align: center;
	width: 960;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 20px 0px;
	display: block;
	clear: both;
	background: url(../images/footer_background.png) center no-repeat;
}

/* GOV GAMES */

#gov_games_box {
	width: 340px;
	height: 90px;
	margin: auto;
	padding: 35px 0px 0px 100px;
	background: url(../images/gov_games.png) center left no-repeat;
	display: block;
}

/* TEXTBOX 320 pixels wide column */
.text_wrapper {
	width: 320px;
	display: block;
}

.text_top {
	width: 320px;
	height: 20px;
	background: url(../images/column_top.png) center no-repeat;
}

.text_content {
	background: url(../images/column_middle.gif) center repeat-y;
}

.text_bottom {
	width: 320px;
	height: 40px;
	background: url(../images/column_bottom.png) center top no-repeat;
}


/* FORMATTING */
p {
	margin: 0px 20px;
	padding-bottom: 20px;
}

h1 {
	letter-spacing: 0.09em;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding: 0px 10px;
	margin: 0px 0px 3px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	padding: 0px 10px;
	margin: 0px 10px 5px 10px;
}

.title {
	border-bottom: 1px solid #f0b231;
	padding-bottom: 3px;
	margin: 0px 10px 5px 10px;
}

.date {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	margin: 0px 20px 10px 20px;
}

.la_challenge {
	background: url(../images/louisiana_challenge_transparent.png) top right no-repeat;
}

.usa_dance {
	background: url(../images/usa_dance_transparent.png) top right no-repeat;
}

a:link, a:visited {
	color: #FFF;
	border: none;
}

a:hover, a:active {
	color: #900;
	border: none;
}

.spacer {
	display: block;
	clear: both;
}

.copy {
	width: 100%;
	text-align: center;
}

label {
	margin: 0px 0px 2px 20px;
	height: 20px;
	display: inline-block;
	width: 160px;
}

input {
	margin: 2px;
	padding: 2px;
}

#log_in_submit {
	margin: 0px 20px;
	padding: 0px 10px;
	height: 25px;
}

.warning {
	color: red;
}

.success {
	color: green;
}

.article_list {
	margin: 20px;
}

	.table_headers {
		font-weight: bold;
		font-size: .75em;
	}
	
		.table_headers td {
			border-right: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			padding: 0px 2px;
			text-align: center;
		}

	.table_data {
		text-align: center;
		border-bottom: 1px solid #999;
		font-size: .75em;
	}

#submit, .submit {
	margin: 0px 20px 0px 20px;
}

.choice_box {
	margin: 5px 19px 5px 19px;
	padding: 19px 10px 0px 10px;
	border: 1px dotted #fff;
}

.choice_instructions {
	padding-bottom: 0px;
}

.paginate {
	text-align: center;
	margin-top: -20px;
	padding: 0px;
}

.registration_info {
	margin: 15px 0;
	text-align: center;
}

/* MAIN MENU */

.main_menu {
	margin: 0px;
	padding: 0px;
	width: 320px;
	display: block;
}

#menu {
	letter-spacing: 0em;
	line-height: 1em;
	width: 200px;
	margin: auto;
	border-color: #F0B231;
	padding: 0px;
	
}
	
	#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
	#menu li a {
		height: 22px;
		text-decoration: none;
		font-weight: normal;
		text-shadow: none;
		outline: none;
	}

	#menu li a:link, #menu li a:visited {
		color: #900;
		display: block;
		background: url(../images/menu.gif) 0 -32px;
		padding: 10px 0 0 30px;
	}
		
	#menu li a:hover {
		color: #fff;
		background: url(../images/menu.gif);
		padding: 10px 0 0 30px;
	}
		
	#menu li a:active {
		color: #fff;
		background: url(../images/menu.gif) 0 -64px;
		padding: 10px 0 0 30px;
	}	                    

/* Gallery */

.gallery_thumb {
	display: inline-table;
	border: 1px solid gray;
	background: #333;
	padding: 15px;
	margin: 10px;
}

.gallery_individual {
	display: inline-table;
	border: 1px solid gray;
	background: #333;
	padding: 10px;
	margin: 5px;
}

.gallery_box {
	float: left;
	display: inline;
}

.gallery_left {
	text-align: center;
	width: 260px;
	display: inline;
	float: left;
	border: 1px solid gray;
	background: #333;
	padding: 10px;
	margin: 0 20px 20px 20px;
	clear: both;
}