/* Wabash Chamber CSS Document */

body {
	text-align: center;
	background : url(/images/topbar-bg.gif) repeat-x;
	height: auto;
	font-family: Arial, Helvetica, Verdana, Times New Roman;
}

.constrainer {
	position:absolute;
	/* or absolute */
	top:0px;
	left:50%;
	margin-left:-380px;
	/* centers a 760px _container_ */
	width: 760px;
	height: auto;
}

.top-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(/images/header-bg.gif) no-repeat top;
	height: 155px;
	width: 760px;
	text-align: left;
}

.top-right {
	position: absolute;
	top: 8px;
	right: -15px;
	height: 100px;
	width: 130px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 131px;
	width: 178px;
	/*border: solid black 1px;*/
	z-index: 100;
}

.top-banner {
	position: absolute;
	top: 38px;
	left: 174px;
	height: 60px;
	width: 468px;
	z-index: 200;
	/*border: solid black 1px;*/
}

.events {
	position: absolute;
	top: 118px;
	left: 175px;
	width: 570px;
	height: 31px;
	color: #FFF;
	font-size: 8pt;
	/*border: solid black 1px;*/
}
.events a {
	color: #ffffff;
}

.menu {
	position: absolute;
	top: 133px;
	left: 0px;
	width: 150px;
	padding: 0px;
	border: 1px solid #FFF;
	font-size: 12px;
	font-weight: bold;
}

.content {
	padding: 0px 7px 0px 7px;
	position: absolute;
	top: 155px;
	left: 153px;
	text-align: justify;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 470px;
	height: auto;
}

.content_gallery {
	padding: 0px 7px 0px 7px;
	position: absolute;
	top: 155px;
	left: 153px;
	text-align: justify;
	border-left: 1px solid #000000;
	width: 600px;
	height: auto;
}

.sponsors {
	position: absolute;
	top: 155px;
	left: 635px;
	width: 140px;
	padding: 0px 7px 0px 7px;
	text-align: justify;
}

.menu_links a:link, .menu_links a:visited {
	color: #FFF;
	display: block;
	border: 2px solid #000;
	background: #023076;
	padding: 2px;
	border-top: 0px;
	text-decoration: none;
	margin-bottom: 1px;
}

.menu_links a:hover {
	color: #000;
	display: block;
	background: #A3C6E3;
	text-decoration: none;
}

.menu_join {
	font-size: 16px;
	font-family: Times New Roman, Helvetica, Verdana, Arial;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	background: #990000;
	border: 2px solid #000000;
	height:  42px;
	text-align: center;
}

.menu_join a:link, .menu_join a:visited {
	color: #FFF;
	display: block;
	padding: 2px;
	border-top: 0px;
	text-decoration: none;
}

.menu_join a:hover {
	color: #FFD700;
	display: block;
	text-decoration: none;
	padding-top: 2px;
}

.shopping_reg {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background: #990000;
	border: 1px solid #000000;
	height:  20px;
	text-align: center;
}

.shopping_reg a:link, .shopping_reg a:visited {
	color: #FFF;
	display: block;
	padding: 2px;
	border-top: 0px;
	text-decoration: none;
}

.shopping_reg a:hover {
	color: #FFD700;
	display: block;
	text-decoration: none;
	padding-top: 2px;
}

.menu_banners {

}

.menu p {
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #023076;
	text-align: left;
}

A.type3:LINK {
	color: #769dc1;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}
A.type3:VISITED {
	color: #769dc1;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}
A.type3:HOVER {
	color: #004e90;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}
.goldlevel {
	text-align: center;
	font-size : 11px;
	color: #023076; 
	font-weight: bold;
	width: 450px;
}

.goldlevelsponsors {
	border: 1px #808000 solid;
	background: #fefded;
}

.goldlevelsponsors a:link, .goldlevelsponsors a:visited {
	color: #023076;
}

.goldlevelsponsors a:hover {
	color: #808000;
}

/* banner styles */
.bannersmallfront {
	height: auto;
	width: 148px;
	text-align: center;
	color: #ffffff;
	background-color: #000066;
	border: 1px black solid;
}

.bannersmallfront a {
	color: #FFF;
}

.bc_show {
    display:    inline;        
}
    
.bc_hide {
    display:    none;
    height:     1px;
}
