/* CSS Document */
body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bigicebg.jpg) top center no-repeat;
}

a {color: #0066FF;}

h1 {font-size: 125%; text-align: center;}

fieldset {
	font-size: 10px;
	width: auto;
	border: 1px solid #AAA;
}
	
fieldset.left, fieldset.right { 
	height: auto;
}

legend {
	font-weight: bold;
	font-size: 14px;
	color:#222222;
	border: #000;
}

th {
	font-size: 12px;
}

textarea {
	margin-bottom: 10px;
}

img {
	border: none;
}

fieldset h3 img {
	width: 100px;
	height: 120px;
	padding: 1px;
	border: 1px solid #000;
}

fieldset h3 img.small {
	width: 60px;
	height: 72px;
	padding: 1px;
	border: 1px solid #000;
}

fieldset p {
	padding-left: 10px;
	padding-right: 10px;
}

div#formhold {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#headlogo {
	display: block;
	margin: auto;
	width: auto;
}

img#con.left {
	float: left;
	padding: 1px;
	border: 3px solid #99F;
	margin: 10px;
}

#foot {
	font-size: 9px;
}	

#foot .right {
	float: right;
	padding-right: 3px;
}	

#viewer {
	padding: 1px;
	border: 3px solid #99F;
	margin: 10px;
	width: 90%;
	height: auto;
}

#catalog td {
	border: 3px solid #99F;
	cursor: pointer;
}

#catalog {
	margin-top: 9px;
}

#consignup {
	float: right;
}

#links {
	line-height: 1.25;
	font-size: 12px;
	font-weight: bold;
	clear: left;
}

a.supplier img {
	margin: 8px 17px 0px 17px;
}

table#state {
	width: 100%;
}

table#state td {
	vertical-align: top;
}

table#state .noborder {
	border-width: 0px;
}

table#state #map {
	width: 300px;
}

#pastchair {
	width: 100%;
}

#pastchair th {
	font-size: 16px;
	font-weight: bold;
	width: 33%;
}

#pastchair td {
	font-size: 15px;
	text-align: center;
}

#index {
	margin: 8px auto;
}

#index th {
	border: 1px solid #000;
	border-top-color: #CCC;
	border-left-color: #999;
	border-right-color: #333;
	background-color: #FFFFFF;
}

#index th a {
	text-decoration: none;
	font-size: 14px;
	padding: 0px 4px;
	text-transform: uppercase;
}

.singlecol {
	margin-top: 15px;
	padding-bottom: 15px;
}

.letter {
		font-size: 10px;
}
/* members */
form#addmember {
	margin-top: 12px;
	margin-bottom: 12px;
}

label.edit{
	display: block;
}

label.edit:hover, label.edit:hover input{
	background-color: #FC6;
}

.edit input{
	border: 0px;
	text-decoration: underline;
}

.marker {
	float: left;
	margin-right: 6px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.nav {width:759px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000; margin-top: 10px;}
/* hack to correct IE5.5 faulty box model */
* html .nav {width:760px; w\idth:756px;}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {padding:0;margin:0;list-style-type:none;}
.nav ul ul {width:150px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {float:left;width:122px;position:relative;}
/* style the links for the top level */
.nav a, .nav a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:30px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#758279;
	padding-left:10px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {width:126px; w\idth:115px;}

/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.nav ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.nav ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.nav ul ul ul a, .nav ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.nav ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:150px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .nav ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.nav ul ul ul{left:171px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.nav ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:150px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .nav ul ul a, * html .nav ul ul a:visited {width:150px;w\idth:150px;}

/* style the top level hover */
.nav a:hover, .nav ul ul a:hover{color:#fff; background:#949e7c;}
.nav :hover > a, .nav ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul,
.nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{ visibility:visible;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/click_gallery.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* defaults required for IE6 */
.photo {position:relative; min-height:365px; left: 12px;}
*.photo {position:relative; height:365px;}
.photo ul, .photo ul ul {padding:0; margin:0; border:0; list-style:none; width:215px;}
.photo ul ul {margin-left:-9999px; height:0; overflow:hidden;}
.photo ul li {width:215px; background:#ddd; float:left; background:#fff url(images/gallery_2.gif) no-repeat;}
.photo ul li a.set {display:block; text-align:center; width:215px; line-height:30px; background:#fff url(images/gallery_0.gif) no-repeat; font-family: verdana, arial, sans-serif; font-size:11px; text-decoration:none;}
.photo ul li table {margin:0; padding:0; display:none;}

.photo img {border:0;}
.photo img.small {width: 50px; height: 38px;}

.photo ul li a.set:hover {background:#fff url(images/gallery_1.gif) no-repeat;}


.photo ul li a.set:active {white-space: normal; background:#fff url(images/gallery_2.gif) no-repeat;}
.photo ul li a.set:focus {outline:0; background:#fff url(images/gallery_2.gif) no-repeat;}

.photo ul li a.set:active i,
.photo ul li a.set:focus i
{display:block; width:480px; height:360px; position:absolute; left:250px; top:0; border:1px solid #888; background-color: #FFF;}


.photo ul li a.set:active table,
.photo ul li a.set:focus table
{padding:0 0 10px 0; margin-top:-2px; margin-bottom:2px; display:block; border:1px solid #888; border-width:0 1px 1px;}

.photo ul a.set:active ul,
.photo ul a.set:focus ul
{margin:0; width:207px; height:auto; overflow:visible; background:transparent; padding-bottom:10px;}

.photo ul a.set:active ul li,
.photo ul a.set:focus ul li
{float:left; display:inline; width:56px; margin:4px 6px; background:transparent;}

.photo ul a.set:active ul li a,
.photo ul a.set:focus ul li
{background:transparent; line-height:1.3em;}

.photo ul a.set:active ul li a img,
.photo ul a.set:focus ul li img
{display:block; border:3px solid #fff; cursor:default; margin:0 auto;}

.photo ul a.set:active ul li a em,
.photo ul a.set:focus ul li em
{position:absolute; left:-9999px; width:480px;}

.photo ul a.set:active ul li a:hover,
.photo ul a.set:focus ul li:hover
{background:#fff;}

.photo ul a.set:active ul li a:hover em,
.photo ul a.set:focus ul li:hover em
{left:250px; z-index:0; top:0;}

.photo ul a.set:active ul li a:hover img,
.photo ul a.set:focus ul li:hover img
{border:3px solid #fc0; cursor:default;}

.photo ul a.set:active ul li a:hover em img,
.photo ul a.set:focus ul li:hover em img
{padding:1px; border:1px solid #888; margin-bottom:10px;}

.photo ul a.set:active b,
.photo ul a.set:focus b
{font-weight:normal; font-style:normal; background:#fff;}

.photo .default {width:480px; height:360px; position:absolute; left:250px; top:0; border:1px solid #888;}
