/*////////////////////////////////////////////////////////////////////////////
The content of this document is protected by copyright and trademark laws,
and, therefore, you may not copy, modify, upload, download, post, transmit,
republish, or distribute any of the content contained in the document without
prior written permission. Except as provided above, nothing contained in this
document shall be construed as granting a license or other rights under any 
patent, trademark, copyright, or other intellectual property of 
Action Web Graphics® or any third party. 

Copyright © 2009 ACTION WEB GRAPHICS ®. All Rights Reserved.
/////////////////////////////////////////////////////////////////////////*/

body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
	text-align: center;
	background-color: #EEE;
}
/* Formatting for paragraphs */
p {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Container holds all visible page elements */
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: #fff;
	border:#000 solid;
}
/* Welcome Text Section */
.welcome {
	width:780px;
	height:70px;
	background-color:#fff;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
/* Common Containers Hold Everything left */
.content {
	width:770px;
	margin: 0px;
	text-align: left;
	background: #fff;
	padding-left:5px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

/* Bingo Box for Events */
.bingo_r {
	float:right;
	width:250px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	background-color:#fff;
	border:#080 solid;
	margin:15px;
	padding:10px;
}
/* Bingo paragraph formatting */
.bingotitle {
	color:#039;
	font-size:16px;
}
.bingoBAM {
	color: #800;
	font-size:16px;
}
.bingoBG {
	color: #800;
	font-weight:bolder;
	font-size:16px;
	width:40px;
	display:inline;
}
.bingoN {
	color:#039;
	font-weight:bolder;
	font-size:16px;
	width:40px;
	display:inline;
}
.bingoIO{
	color: #080;
	font-weight:bolder;
	font-size:16px;
	width:40px;
	display:inline;
}



/* Thank you box */
.thanks_l {
	float:left
	width:350px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	background-color:#fff;
	border:#080 solid;
	margin:15px;
	padding:10px;
}
/* Floated two Column THANK You Spread */
.col_left {
	float:left;
	text-align:center;
	margin-right:7px;
	background-color:#fff;
	width:380px;
}
.col_right {
	float:right;
	text-align:center;
	background-color:#fff;
	width:380px;
}

/* Picture Gallery Container Holds Flash Gallery */
.gallery {
	height:500px;
	width:780px;
	background-color:#000;
}
/* Footer */
.footer {
	width:780px;
	height:80px;
	padding: 5px;
}

h3 {
	font-size: 14px;
	color: #000;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#000;
}
h5 {
	font-size:10px;
	color:#000;
}

div {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

.clearfloat {
	clear:both;
	height:0px;
}
a:link {
	color:#039;
}
a:link, a:active{
	COLOR: #080;
}
a:link, a:hover{
	COLOR: #000;
}
/* Optional Use Tags */
#main {
	width:783px;
	height:45px;
	margin: 0px auto 0px 0px;
	background-color:#080;
}

/* Copyright Action Web Graphics 2009 */
#container .masthead .navcontainer #navbar #nav {
	list-style-image: none;
	list-style-type: none;
}

.navcontainer #navbar #nav li ul {
	list-style-image: none;
	list-style-type: none;
}

#textbot #nav {
	list-style-image: none;
	list-style-type: none;
}

#textbot #nav li ul {
	list-style-image: none;
	list-style-type: none;
}
