* {
	margin: 0;
	padding: 0;
}
option { margin-right:.5em; }
img {border:none;}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

a {color: white;}
a:hover {color: #99ff00;}
img {border: none;}

body {
	background-color: #cccccc;
	color: white;
	margin: 0 auto; 
	padding: 0px;
	font-family: arial, serif;
	font-size: 14px;
	min-width: 820px; /* needed for IE7 and Opera */
	position: absolute; /* needed for IE6 foot width */
	width: 100%;
}

#header {
	/*height: 56px;*/
	padding-top: 56px;
	background: transparent url("images/bg_head.jpg") top left repeat-x;
	border-bottom: solid 1px #111111;
}

#wrap {
	background: #666666 url("images/crowd.gif") bottom left repeat-x;
	padding: 20px 0 50px 0;
}

#main {
	position: relative;
	min-height: 720px; /*648px; */
	width: 95%;
	max-width: 950px;
	min-width: 820px;
	width:expression(document.body.clientWidth < 825? "820px" : (document.body.clientWidth > 955? "950px": "95%")); /* IE's version of min- and max-width */
	margin: 0 auto;
}

#menu {
	width: 165px;
	margin-left: 5px;
	float: left;
	font-size: .9em;
	text-align: right;
}

#menu h3 {
	color: #99ff00;
	font-size: 1em;
	border-bottom: solid 1px #99ff00;
	padding-top: 10px;
}

#menu a {
	text-decoration: none;
	color: white;
}

#menu ul {
	list-style: none;
	padding: 10px 0 20px 0;
}

#menu li {
	font-size: .9em;
	padding: 3px 0;
}

#menu a:hover, #menu li.active a {
	color: #99ff00;
}

#menu p {
	padding: 3px;
	font: normal .9em arial;
	color: #c0c0c0;
}

#menu p a {
	text-decoration: underline;
	color: #c0c0c0;
}

#menu p a:hover {
	color: #99ff00;
}

#content {
	margin-left: 190px;
	border-left: solid 1px #888888;
	padding-left: 20px;
	height:expression("1%");
}

#header2 {
	background: black url("images/banner2.jpg") top center no-repeat;
	height: 163px;
}

#header2 h1 { visibility: hidden; }

#content h1 {
	/*background: transparent;*/
	color: #99ff00;
	font-style: italic;
	margin-top: 7px;
	padding: 10px 0 5px 0;
	font-size: 1.4em;
}

#content h2 {
	color: #99ff00;
	padding: 10px 0 5px 0;
	font-size: 1.2em;
}

#content h3 {
	padding: 3px 0;
	font-size: 1.1em;
}

#content h4 {
	padding: 0 0 3px 0;
	font-weight: normal;
	font-size: 1em;
}

#content h5 {
	color: #99ff00;
	font-style: italic;
	font-size: 1em;
}

#content p {
	padding: 5px 0;
	font-size: .9em;
}

#content li {
	margin-left: 20px;
	font-size: .9em;
}

.onwhite {
	color: black;
}

.half {
	width: 49%; /*35%;*/
	float: left;
	display: inline; /* fix IE double margin bug */
	padding: 0 0 5px 0;
	text-align: left;
}
.notes {
	text-align: left;
}

.half ul {
	margin-left: 35%;
}

.half p {
	font-size: .9em;
}

.half li, .notes li {
	background: transparent url("images/note.gif") top left no-repeat;
	padding: 7px 0 0 18px;
	list-style: none;
	font-style: italic;
}

#content p.charity {
	font-size: .9em;
	border-top: solid 1px #888888;
	padding-top: 20px;
	margin-top: 20px;
}

#content .leftcol p.charity {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

#foot {
	/*width: 100%;*/
	background: #cccccc url("images/bg_foot.jpg") top left repeat-x;
	padding: 34px 0 5px 0;
	text-align: left;
	color: #666666;
	font-family: Tahoma, arial, serif; 
	font-size: 10px;
}

#foot a {color: #666666;}
#foot a:hover {color: #02bd02;}
#foot p {padding: 5px 10px;}
#foot img {padding: 5px;}
#foot h5 {font-size: 1.2em; font-style: italic; text-align: center; padding: 4px 0; }
.leftfoot {float: left; width: 380px; }
#foot .rightfoot {margin-left: 380px;}
.rightfoot img {float: right;}

.slideform {
	margin: 20px 0;
	width: 600px;
	text-align: center;
}

.slidebuttons {
	width: 50%;
	margin: 10px auto 0 auto;
}

.slidebuttons p {
	font-size: .8em;
}

input.slidebutton, select.slidebutton {
	color: black;
	font: normal .9em Tahoma, arial, serif;
}

.centered {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.bottom {
	padding-top: 275px;
}

#content .tickets, #content .tickets h2 {
	color: red;
	text-align: center;
}

.register {
	margin: 5px 0;
	padding: 5px;
	border: solid 2px black;
	border-top: solid 2px #bbbbbb;
	border-left: solid 2px #bbbbbb;
	text-align: center;
	clear:right;
	float:right;
	background-color:#eee;
	color:black;
	width:130px;
}

#content .register h3 {
	color: #666666;
}
#content .register h2 {
	color: black;
	padding: 5px 0; 
}
.register a {
	color: black;
}
.register a:hover {color: #77dd00;}
#content .register p {font-size: .8em; }

.register.button {width: 200px; float:left; margin-right: 10px;}

#divphotos {
height: auto !important;
height: 420px;
min-height: 420px;
padding-left: 10px;
z-index: 0;
}

#divphotos img {
padding: 0;
display: inline;
}

#divphotos p {
width: 180px;
padding: 0;
}

.largeimage {
float: right;
margin-right: 15px;
}

hr {
border-top: solid 1px #999999;
border-bottom: solid 1px white;
width: 98%;
margin: 0 auto;
text-align: center;
}

.countdown {
	background:rgb(3,190,0) url('images/bg_head.jpg') bottom left repeat-x;
	margin: 10px 0 10px 0;
	float:right;
	clear:right;
	padding: 10px;
	border: solid 1px black;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	color: black;
	width: 119px;
	text-align: center;
}

.countdown a {
	color: black;
}

.countdown a:hover {
	color: gray;
}

/* use these for gray background */
.rightcolumn {
	float:right;
	margin:10px 0 0 10px;
	width: 140px;
	padding:10px 0 0 20px;
}
.leftcolumn {
	margin-right: 185px;
}

/* use these for white background */
.rightcol {
	float:right;
	margin:0;
	width: 180px;
	padding:0;
	
}

#content .rightcol p {
	color: #888888;
	font-style: italic;
	font-size: .8em;
	padding: 5px 10px;
}

.martini {
	background:white url('images/martini_small.gif') bottom left repeat-x;
	margin: 0 7px;
	height: 70px;
}

.rightcol .countdown {
	background:white url('images/barrel_small.gif') top left no-repeat;
	color: red;
	width: 140px;
	height: 102px;
	margin: 10px auto;
	text-align: center;
	border: none;
	float: none;
}

#content .rightcol .countdown p {
	padding: 23px 26px;
	font-style: normal;
	font-size: .9em;
	color: red;
}
#content .rightcol a {
	color: black;
}
#content .rightcol a:hover {
	color: red;
}

.leftcol {
	margin-right: 185px;
}
#content .jamesbond {
	background: white url('images/james bond silhouette_small.gif') top right no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}
#content .jamesbond2 {
	background: transparent url('images/james_bond_silhouette.gif') top right no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

#content .leftcol h1 {
	color: red;
	font-size: 1.2em;
}
#content .leftcol p {
	color: black;
	font-size: .8em;
}
#content .leftcol h2 {
	color: black;
	font-size: 1.1em;
}
#content .leftcol h3 {
	color: black;
	font-size: 1em;
}
#content .leftcol h4 {
	color: black;
	font-size: .9em;
}
#content .leftcol a {
	color: black;
}
#content .leftcol a:hover {
	color: red;
}

#content .leftcol .charity {
	padding-left: 15px;
	padding-right: 15px;
}


.showcase {
	background-color:white; 
	text-align:center; 
	width:600px;
	margin:0 auto;
}
.showcase img {padding: 0; margin: 0;}
.borderhover img {
	border: solid 1px white;
}
.borderhover:hover img {
	border: solid 1px blue;
}
.borderhover:hover {
	color: red;
	border: none;
}