/* General styles */

.hide { display: none; }


BODY {
	margin: 0;
	background: white;
}

P.note {
	border-top: thin black solid;
	border-bottom: thin black solid;
	background: #eeeeff;
	padding: 5px;
}

/* Header styles */

#header {
	background: #99cc99 url(images/header.png) repeat-x;
	padding: 30 0 0 0;
}

#title {
	text-align: center;
}
#nav {
	width: 700px;
	margin: 0 auto;
}
#nav ul {
	height: 20px;
	padding: 0;
	padding-left: 10;
	margin: 10 0 0 0;
	list-style: none;
	border-bottom: 1px black solid;
	vertical-align: center;
}
#nav li {
	float: left;
	margin: -1 2;
	padding: 0 5;
	height: 20px;
	-moz-border-radius: 5px 5px 0 0;
	border-left: 1px black solid;
	border-top: 1px black solid;
	border-right: 1px black solid;
	background: #5e9f5e;
}
#nav li.sel {
	background: white;
	border-bottom: 1px white solid;
}

#nav a {
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	text-decoration: none;
	color: white;
}
#nav a:hover { color: red; } 
#nav a:active { color: #003399; } 
#nav li.sel a {
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;
}

/* Main styles */

#main {
	background-color: #99cc99;
}

#body {
	font-family: Georgia;
	background: white;
	width: 700px;
	padding: 1 0;
	margin: 0 auto;
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
}

#body #content {
	margin: 0 15;
}

#body #content hr {
	width: 80%;
	height: 1;
	border: none;
	border-bottom: 1px black dotted;
}

/*
#news .date {
	font-size: small;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-right: 1px black solid;
	width: 40;
	background-color: #eee;
}

#news .content {
}
*/

#body #banner {
	text-align: center;
	padding: 10px 0;
	background: #fbe3ab;
	border-top: 1px #F6C55E solid;
	border-bottom: 1px #F6C55E solid;
}

#body #bottom {
	margin-top: 10px;
	padding: 2px;
	border-top: 1px black dotted;
	font-family: verdana;
	text-align: center;
	font-size: xx-small;
	color: darkred;
}

/* Footer styles */

#footer {
	height: 104;
	margin: 0;
	background: white url(images/footer.png);
}

/* Page specific styles */

.error {
	border: 1px red solid;
	padding: 10px;
}

TABLE.form {
	width: 500px;
	margin: 0 50px;
}

TABLE.form {
	font-family: verdana;
	font-size: small;
}

TABLE.form .label {
	text-align: right;
	vertical-align: top;
}

TABLE.form .input INPUT {
	font-family: verdana;
	font-size: medium;
	background: #F9F9F9;
	border: none;
	border-bottom: 1px darkblue dotted;
	border-right: 1px darkblue dotted;
}

TABLE.form TEXTAREA {
	width: 100%;
}

TABLE.form LABEL:hover {
	text-decoration: underline;
	color: red;
}

.speaker, .sponsor {
	padding-top: 10px;
}

.speaker A, .sponsor A {
	text-decoration: none;
}

.photos {
/*	margin-right: -30px; */
}

.photos, .performer .photo, .speaker .photo, .sponsor .photo {
	float: right;
	padding: 1;
	border: 1px black solid;
	text-align: center;
	margin-left: 10px;
	background: white;
	color: grey;
	font-size: xx-small;
	font-family: verdana;
}

.photos A, .speaker .photo A, .sponsor .photo A {
	text-decoration: none;
	color: grey;
}

.photos .photo {
	padding: 1px;
	margin: 1px;
}
.performer .name, .speaker .name, .sponsor .name {
	font-family: Georgia, serif;
	font-size: x-large;
	margin-left: 10px;
	color: darkred;
}

.performer .brief, .speaker .brief, .sponsor .brief {
	font-size: medium;
	margin-left: 20px;
	padding-left: 5px;
	border-left: 1px grey dotted;

}

#girl_turkey {
	float: left;
	margin-left: -50px;
	padding-right: 5px;
}

#schedule DIV.time {
	border-bottom: 1px black solid;
	background: #fbe3ab;
	margin-left: -30px;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

#schedule DIV.event {
	font-size: medium;
	font-style: italic;
	margin: 0 50;
}

#splash_images {
	width: 700px;
	height: 221px;
	position: relative;
	margin: -1 -25;
}

#splash_images img {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#splash_images #splash {
	border: 1px solid black;
	left: 159px;
}

#splash_images #ul,
#splash_images #dl {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	left: 0px;
}

#splash_images #ur,
#splash_images #dr {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	left: 70px;
}
	
#splash_images #ur,
#splash_images #ul {
	border-top: 1px solid black;
}

#splash_images #dr,
#splash_images #dl {
	top: 97px;
}

#splash_images #spkr_name {
	left: 0px;
	top: 193px;
	width: 138px;
	height: 28px;
	background: #eee;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	vertical-align: center;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#splash_images .speaker_title {
	font-size: xx-small;
	font-style: italic;
}

#auction .sponsor {
	clear: left;
}
#auction .logo {
	float: right;
	padding: 2px;
	border: 1px solid black;
	background: white;
}
#auction .business_name {
	font-size: x-large;
	font-weight: bold;
	color: #442244;
	border-bottom: 2px solid black;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#auction .contact {
	margin-top: 0px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#auction .description {
	-moz-border-radius: 5px 0 0 0 ;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	background: #eee;
	text-align: center;
	border-top: 1px solid black;
	border-left: 1px solid black;
	font-style: italic;
	padding-top: 5px;
}
	
#auction .value {
	-moz-border-radius: 0 0 0 5px;
	font-size: large;
	margin-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	border-left: 1px solid black;
	background: #eee;
	text-align: center;
}

#auction .value:hover {
	text-decoration: underline;
}

