/* $Id: lotfest.css 520 2011-06-10 09:08:28Z chris $ */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #87888a;
	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: #000000;
}
a,
a:visited,
a:active,
a:hover
{
/*    text-decoration:none;*/
	color: blue;
}
div{
	padding: 0;
}
img
{  border-style: none;
}
.lotfest #container {
	width: 980px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #005218;
}
.lotfest #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 173px;
	overflow: hidden;
	background-image: url(images/Lotus-Festival-BH-2012.jpg);
	color: #fff;
	background-color: black;
	/*background-position: 0 50%;*/
	background-repeat: no-repeat;
}

.lotfest #menu {
	height: 30px;
	padding: 0px 0px 0px 0px;
/*	margin-top: 1px;*/
/*	margin-bottom: 1px;*/
	overflow: hidden;
	background-color: #005218;
}
.lotfest #menu .menuOption {
	font-weight: bolder;
	font-size: 1.1em;
	font-family: Helvetica;
	padding: 5px 16px 0px 16px;
	float: left;
	color: #fff;
	text-decoration:none;
/*	border-right: 1px solid #fff;*/
	height: 23px;
	text-align: center;
}
.lotfest #menu .menuOption:hover {
	background: #F8E83A;
	cursor: pointer;
	color: #005218;
}
.lotfest #leftColumn {
	float: left;
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	background-color: #005218;
}
.lotfest #leftColumn .leftMenuOption {
	font-weight: bolder;
	font-size: 1.5em;
	font-family: Helvetica;
	padding: 10px 10px 10px 10px;
	float: left;
	color: #F8E83A;
	text-decoration:none;
	width:120px;
	/*	border-right: 1px solid #fff;*/
/*	height: 23px;*/
/*	text-align: center;*/
}
.lotfest #leftColumn .leftMenuOption:hover {
	background: #F8E83A;
	cursor: pointer;
	color: #005218;
}
.lotfest #rightColumn {
	float: right;
	background-color: #CCC;
}
.lotfest #footer {
	background-color: #666;
	height: 60px;
	padding: 10px;
}
.lotfest #footer img {
	padding: 0px 0px 0px 0px;
}
.lotfest #footer a {
	color:#fff;
	padding:12px 6px 6px 12px;	
}
.lotfest #content {
	padding: 0px 5px 5px 5px;
	background-color: #FFF;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
	color: #005218;
    display: block;
	text-align:center
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	width: 120px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	margin-bottom: 10px;
	margin-left: 5px;
	
	font-weight: bolder;
	font-size: 1.2em;
	font-family: Helvetica;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 14px;  
}
a.button:active {
    background-position: bottom right;
    color: #005218;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 14px; /* push text down 1px */
}

#hider, #hider2, #msg { display: none; }
