@charset "UTF-8";
/* CSS Document */


/*styles for entire site*/
body {
	background-image:url(../images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color:#252525;
	margin:0;
	padding:0;
	text-align:left;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

a {
	cursor: pointer;
}

a:focus, a:visited {
	outline: none;
}

#wrapper {
	margin:0 auto;
	width:815px;
}


/*top of page styles*/
#header {
	color:#FFF;
	background-image:url(../images/header01.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:227px;
}

#header #nob {
	font-size:22px;
	padding-top:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#header #slogan {
	float:left;
	font-size:14px;
	padding-top:6px;
}

#header #members a {
	float:right;
	font-size:11px;
	padding-top:10px;
	padding-right:15px;
	color:#fff;
	text-decoration:none;
}

#header #members a:hover {
	text-decoration:underline;
}

/*main content page styles*/

#main {
	background-color:#fff;
	width:800px;
	margin:0;
}

/*sidebar styles*/

#main #sidebar {
	float:left;
	width:170px;
}

#main #sidebar #nav {
	margin-bottom:10px;
}

#main #sidebar #nav a {
	text-decoration:none;
	color:#000;
}

#main #sidebar #nav a:hover {
	color:#fff;
}

#main #sidebar #nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main #sidebar #nav li {
	margin:0px;
	padding:0 0px 0px 5px;
}

#main #sidebar #nav li a {
	height:18px;
	display:block;
}

#main #sidebar #nav li.top-nav a {
	background-image: url(../images/nav.jpg);
	padding:0 5px 0px;
	line-height:18px;
	margin:0 0 4px;
}

#main #sidebar #nav li.top-nav a:hover, #main #sidebar #nav li.top-nav a.active {
	background-image: url(../images/nav-over.jpg);
	color:#fff;
}

#main #sidebar #nav li.sub-nav a {
	background-color: #EEF0C8;
	background-image:none;
	padding:0 5px;
	line-height:18px;
	margin:0 0 4px;
}

#main #sidebar #nav li.sub-nav a:hover, #main #sidebar #nav li.sub-nav a.active {
	background-color: #EEE2F1;
	background-image:none;
	color:#000;
}

#nav li.top-nav a {
}

#nav li.top-nav a:hover {
}

#main #sidebar #nav li .sub-nav {
}

#main #sidebar #contact {
	margin-left:5px;
	border-top: 1px solid #A488A8;
	border-bottom: 1px solid #A488A8;
}

#main #sidebar #contact h2 {
	font-size:12px;
	font-weight:bold;
}

#main #sidebar #contact h3 {
	font-size:11px;
	margin-bottom:0;
}

#main #sidebar #contact p {
	margin-top:0;
	font-size:11px;
	
}

#main #sidebar #contact p a {
}

#main #sidebar #social img {
	margin:8px 5px;
}

/*main content styles*/
#main #content {
	float:right;
	width:580px;
	padding-right: 20px;
}

#main #content h1 {
	margin-top:0px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height: 19px;
}

#main #content h2, #main #content h2 a {
	color:#601B79;
	font-size:14px;
	font-weight:bold;
}

#main #content h2 a {
margin-bottom:2px;
}

#main #content h2 a:hover {
	text-decoration:none;
}

#main #content p {
	margin-right:5px;
}

#main #content p a {
	color:#333333;
}

#main #content p a:hover {
text-decoration:none;
}

 .site-update {
	font-size:9px;
	color:#252525;
	margin-right:20px;
	float:right;
}

.section {
clear:both;
padding-top:10px;
}
.section .image, .section .content {
float:left;
}

.section .content {
width:430px;
}

.section .content p {
margin-top:0;
margin-left:10px;
}

.section-small {
width:280px;
float:left;
}
.content-small {
	display: block;
}

.content-small p {
margin-left:10px;
}

.links h2 {
margin-bottom:2px;
}

.links p {
margin-top:0px;
}

.ddoa {
	font-size:10px;
	margin-left: 5px;
	margin-top: 10px;
}

#main #sidebar #social p.ddoa img {
	margin-left:0px;
}

/*site footer styles*/
#footer {
	clear:both;
	margin:5px auto;
	text-align:center;
	width:100%;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:23px;
	color:#fff;
	font-size:10px;
	line-height:18px;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

/*general styles*/

.clear {
	clear:both;
}

hr {
	border-top:1px solid #A488A8;
	margin-right:10px;
	clear:both;
}

img {
	border:none;
}

.smaller {
	font-size:80%;
}

.left {
	float:left;
}

img.left,
object.left {
	margin: 0 15px 10px 0;
}

.right {
	float:right;
}

img.right {
	margin: 0 0 15px 0;
}
.section#staff {
	margin-bottom: 20px;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
	clear: left;
}
#main #content .title {
	font: bold normal 16px/20px Georgia, serif;
	color: #879B1A;
	margin-top: 6px;
	margin-bottom: 3px;
}
#main #content .title a, 
#main #content .title a:link, #main #content .title a:visited, 
#main #content .title a:hover, #main #content .title a:active {
	color: #879B1A;
	text-decoration: underline;
}
ul.position {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
ul.position li {
	list-style: none;
}
.left#poster {
	margin-bottom: 40px;
	margin-top: 10px;
	border: 1px solid #0074BE;
}
.hide {
	display: none;
	visibility: hidden;
}
.ie .middle {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 3px 2px 0px 0px;
	vertical-align: middle;
}
.ie .middle input {
	padding: 0px;
	vertical-align: middle;
	margin: 0px 3px 0px 0px;
}
.middle input {
	margin: 3px 1px 0px 0px;
}
.flashmovie {
	float: left;
	height: 448px;
	width: 275px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-right: 15px;
}
#auctionform {
	background: #E4E4E4;
	padding: 15px;
	width: 500px;
	clear: both;
}
#auctionform label {
	display: block;
	margin-left: 2px;
}

.bylaw-article {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 5px;
	border-top: 1px dotted #999999;
	margin-top: 25px;
}
.bylaw-article span {
	color: #666666;
	padding-right: 3px;
}
ul.notop {
	margin-top: 3px;
	margin-bottom: 0px;
}
p.nobottom {
	margin-bottom: 0px;
}
.adform label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	margin-top: 0px;
	line-height: 13px;
	white-space: nowrap;
}

.adform input, .adform textarea {
	background: #DAE9FB;
	border: 1px solid #999999;
	color: #666699;
	padding-right: 5px;
	padding-left: 5px;
	font: 12px/18px Georgia, serif;
}

.adform input {
	height: 18px;
}

.addressblock td {
	padding-right: 13px;
}
.radio-check{
	padding-right: 22px;
}
.radio-check label{
	cursor: pointer;
}
.file_1{
	cursor: pointer;
}

/*------------------POPUPS------------------------*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


/*------------------Custom radio-checkbox------------------*/
.radio, .checkbox {
	background: url(../images/radio-checkbox.png) no-repeat;
	margin-right:5px;
	top:0px;
	width:14px; height:14px;
	/* don't need to modify this line */float:left;position:relative;/* ie 6*/overflow:hidden;display:inline
}

/* radio */
.radio {background-position:0 0}
.radio-checked{background-position:0 -14px}

/* checkbox */
.checkbox {background-position:-19px 0}
.checkbox-checked {background-position:-19px -14px}

/* hide input from view but still visible (ie & opera support) */
.hideInput {position:absolute;left:-999em}
/*----------------------------------------------------------*/


.adform#payments label {
	font-size: 12px;
}
.error {
	font-weight: bold;
	color: #CC0000;
	display: inline;
}
.radio-check input {
	background: #FFFFFF;
	border-style: none;
}
ul.position li.chair {
	color: #999999;
}
.notop {
	margin-top: 3px;
}
.twelvepxbottompadding {
	text-align: left;
	vertical-align: middle;
	height: 39px;
}
.twelvepxbottomrightpadding {
	text-align: left;
	width: 114px;
	vertical-align: middle;
	height: 39px;
}
table.bingo {
	margin-top: 4px;
	margin-bottom: 20px;
	color: #666666;
}
table.bingo td {
	padding: 0px 40px 15px 0px;
	font-size: 14px;
	white-space: nowrap;
	vertical-align: top;
}
table.bingo td.dates {
	padding: 0px 0px 15px 10px;
	font-size: 14px;
	vertical-align: top;
	text-align: right;
}
.bylaws#content .notop li {
	margin-left: -22px;
}
#membersaccess td.left {
	color: #003399;
	text-align: right;
	padding-right: 10px;
}
#membersaccess td.submitbutton {
	padding-top: 15px;
}
.button {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #333399;
	background: #BFBEFE;
	height: 18px;
	margin-top: 2px;
	letter-spacing: 1px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #333366;
	margin-bottom: 0px;
}
.button a {
	text-decoration: none;
}

#main #sidebar #social .ddoa img {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ddoa p {
	margin-top: 2px;
	margin-bottom: 10px;
}
.content-small p {
	margin: 3px 0px 0px;
}
.board td {
	padding-bottom: 20px;
}
#social-buttons {
	margin-bottom: 15px;
}
#bingo td {
	padding-right: 10px;
}
.eventdate {
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	color: #E8233E;
	margin: 8px 0px 4px;
}
#members {
	display: none;
}
.press td {
	padding-bottom: 7px;
}
.press {
	margin-top: 7px;
	margin-bottom: 20px;
}
#main #content h2.red {
	color: #CC0000;
}
.payment-original {
	padding-bottom: 4px;
	padding-top: 20px;
	clear: left;
}
.payment {
	padding-top: 0px;
    padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
	color: #009966;
	margin-top: 0px;
	clear: left;
}
.payment2 {
	padding-top: 0px;
    padding-bottom: 0px;
	color: #009966;
	margin-top: 0px;
	clear: left;
}
#main #content h2.fabulous {
	font-size: 20px;
	color: #9999CC;
	margin-bottom: 4px;
}
strike.redline {
	color: #CC0033;
}
.keepblack {
	color: #000000;
}
.adform {
	margin-top: 30px;
}
.paypalbutton {
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}
.paypalbutton td {
	padding-right: 10px;
}
.paypalform {
	margin-top: 3px;
	margin-bottom: 0px;
}
.grayback {
	margin-bottom:2px; 
	margin-top:10px; 
	float:left; 
	background-color:#DFDFDF; 
	padding:0 4px
}
.social {
	float: left;
	width: 200px;
	margin-bottom: 2px;
}
.social img {
	vertical-align: middle;
	margin-bottom: 2px;
	float: left;
	margin-right: 4px;
}
.social a:link img {
	text-decoration: none;
}
.social a:link, .social a:visited, .social a:active {
	color: #333333;
	text-decoration: underline;
}
.social a:hover {
	color: #669933;
	text-decoration: none;
}
.maplink {
	padding-left: 3px;
}
.ticket-image {
	margin-bottom:25px;
	margin-top:12px;
	border:solid 1px #999999;
	float: left;
	margin-right: 15px;
}
.socialcontainer {
	float: left;
	margin-top: 10px;
	width: 205px;
}

