/*
---------------- GENERAL
-------------------------------------------------------- */

* { margin: 0px; padding: 0px; outline: none; }
body { background: #BEA57A url(images/estrellas.png) repeat; }
/*Original is repeat scroll center top  and bg.tilenew.gif */
.hide { display: none; }

#fullwidth_container {
	width: 100%;
	background: url(images/page_bkg333.jpg) repeat-x scroll center top;
	}
/* The original was bg.repeatx.jpg repeat-x scroll center top */	
#home #top_bg {
	background: url(images/blue33.gif) repeat scroll center top;
	width: 90%;
	}
	
#inside #top_bg {
	width: 100%;
	background: url(images/bg.bigtopL2.jpg) no-repeat scroll center top;
	}
	
#home #wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg.bigtop.jpg) no-repeat scroll -143px top;
	}
/* Origal for sunday january 24 was bg.bigtop.jpg  */	
#inside #wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg.bigtopL2.jpg) no-repeat scroll -143px top;
	}
	
/*
---------------- HEADER - POSITIONED DIVS
-------------------------------------------------------- */	
	
#header {
	height: 391px;
	width: 900px;
	position: relative;
	}

#photostack {
	height: 377px;
	width: 627px;
	position: absolute;
	top: 10px;
	right: 8px;
	z-index: 999;
	}
	
#logo {
	margin: 50px 0px 0px 0px;
	}
	
#logo h1 {
	text-indent: -9999px;
	height: 120px;
	width: 232px;
	background: url(images/img.logo.jpg) no-repeat scroll left top;
	}
	
#logo a {
	display: block;
	width: 232px;
	height: 170px;
	}
	
#bigbanner {
width: 950px;
background-color: red;
}


/*
--------- GENERAL MAIN CONTENT - FLOATED DIVS
-------------------------------------------------------- */	

#content_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

#home #content {
	float:left;
	background: url(images/bg.content_repeaty.gif) repeat-y scroll left top;
	}
	
#inside #content {
	float:left;
	background: url(images/bg.contentL2_repeaty.jpg) repeat-y scroll left top;
	}
	
	
#main_content {
	float:left;
	background: url(images/bg.maincontentL2_repeaty.jpg) repeat-y scroll left top;
	width: 585x;
	}
	
html>body #main_content {
	float:left;
	background: url(images/bg.maincontentL2_repeaty.jpg) repeat-y scroll left top;
	width: 595px;
	}
#chat {
margin-left: 5px;
}

#mensajes {
margin-left: 40px;
}

#greyworld img {
margin-left: 15px;
}
	
#inside p.intro {
	font: 13px/21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-top: 15px;
	padding-bottom: 7px;
	}
	
/*
---------------- CONTACT FORM
-------------------------------------------------------- */

#form_contact {
	padding: 10px 0px 0px 30px;
	float: left;
	}

#contact_form {
	width: 445px;
	padding: 10px 45px 10px 30px;
	background: #907b51;
	margin-bottom: 10px;
	}

#contact_form label {
	font: bolder 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: lowercase;
	}

#contact_form input {
	font-size: 25px;
	color: #333333;
	margin: 5px 0px 10px 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

textarea {
	margin-top: 5px;
	}
	
#submit {
	width: 120px;
	font-size: 14px;
	margin-left: 30px;
	}

html>body #firstname, #lastname {
	width: 200px;
	}

#firstname, #lastname {
	width: 197px;
	}

#company, #emailaddress, #comments {
	width: 404px;
	font-size: 25px;
	color: #333333;
	}
	
#comments {
	margin-bottom: 12px;
	}

.namelabel {
	margin-right: 148px;
	text-align: left;
	}
	
#thank_you {
	height: 125px;
	width: 520px;
	text-align: center;
	margin: 10px 0px 15px 30px;
	padding-top: 100px;
	float: left;
	background: #907b51;
	}
	
#thank_you p {
	padding: 0px;
	}

#main_content .insert {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #796442;
	margin-top: 4px;
	}


	
/*
---------------- SIDE CALENDAR
-------------------------------------------------------- */	

#side_cal {
	margin-left: 48px;
	margin-top: 10px;
	}

#side_cal h4 {
	border:0px;
	width: 0px;
	}
	
#side_cal th {
	background: #907B51 url(images/bg.sidecard_darktile.jpg) repeat scroll left top;
	height: 30px;
	vertical-align: middle;
	font: bolder 11px Arial, Helvetica, sans-serif;
	color: #FFEFB8;
	}

#side_cal th a {
	color: #FFF155;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 30px;
	line-height: 30px;
	}

#side_cal td.today {
	background: #907B51 url(images/bg.sidecard_darktile.jpg) repeat scroll left top;
	}

#side_cal th a:hover {
	color: #FFB93B;
	background: #736341;
	}

#side_cal td {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 28px;
	height: 35px;
	vertical-align: middle;
	}

.hasarticle a {
	color: #FFF155;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	}
	
.hasarticle a:hover {
	color: #FFB93B;
	background: #736341 url(images/bg.sidecard_darktile.jpg) repeat scroll left top;

	}

/*
---------------- MAIN EVENTS LIST
-------------------------------------------------------- */	

#main_content ul#mainevents_list {
	margin: 10px 0px 0px 0px;
	width: 564px;
	padding:0px;
	}
	
#main_content ul#mainevents_list li {
	margin:0px;
	padding:0px;
	list-style: none;
	}
	
.h3_header {
	width: 564px;
	background: url(images/bg.L2_h3tile.gif) repeat scroll left top;
	padding: 11px 0px;
	float: left;
	margin-bottom: 12px;
	margin-left: 5px;
	}
	
html>body .h3_header {
	margin-left: 10px;
	}
	
#main_content .h3_header h3 {
	width: 360px;
	color: #ffefb8;
	text-transform: uppercase;
	background-image:none;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 20px;
	}
	
span.comments {
	width: 120px;
	text-transform: none;
	font: bold 14px 'Trebuchet MS', Arial, sans-serif;
	color: #FFEFB8;
	padding-right: 8px;
	float: right;
	text-align: right;
	}
	
#mainevents_list h3 a {
	color: #ffefb8;
	text-decoration: none;
	}
	
#mainevents_list h3 a:hover {
	color: #FFB93B;
	}
	
#mainevents_list span.comments a {
	color: #ffefb8;
	text-decoration: none;
	}

#mainevents_list span.comments a:hover {
	color: #FFB93B;
	}

#main_content .right {
	text-align: right;
	padding-right: 10px;
	color: #FFEFB8;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin: 0px 21px 0px 10px;
}

#middle .right {
	text-align: right;
	padding-right: 20px;
	color: #FFEFB8;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin: 0px;
	font-size: 12px;
}

/*
---------------- COMMENTS
-------------------------------------------------------- */	

ol.comments {
	padding: 0px;
	margin: 0px 0px 30px 50px;
	}
	
#main_content ol.comments li {
	color: #FFEFB8;
	background: #907b51;
	font: 12px/18px "Trebuchet MS", Arial, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 0px 20px;
	float:left;
	width: 450px;
	list-style: outside;
	}

ol.comments li p {
	margin-bottom:5px;
	}
	
#main_content ol.comments li a:hover {
	text-decoration: none;
	color: #432305;
	background: #FFFFFF;
	}

#cpreview {
	border: 1px dashed #FFEFB8;
	margin: 0px 0px 10px 15px;
	padding: 10px;
	font: 12px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFEFB8;
	float:left;
	width: 480px;
	}

html>body #cpreview {
	margin: 0px 0px 10px 30px;
	}

#cpreview p {
	color: #FFFFFF;
	}

#cpreview p.attention {
	margin: 0px;
	padding:0px;
	}

#cpreview a {
	color: #B05F12;
	text-decoration: none;
	}
	
#cpreview a:hover {
	color: #432305;
	background: #FFFFFF;
	}
 
.comments-wrapper {
	margin-left: 0px;
	}

#txpCommentInputForm input.comment_name_input, #txpCommentInputForm input.comment_email_input {
	width: 250px;
	font-size:16px;
	font-family:'Trebuchet MS', Arial, sans-serif;
	color:#333333;
	margin-bottom: 10px;
	}

#txpCommentInputForm .checkbox {
	margin-bottom: 10px;
	}

#txpCommentInputForm input.button {
	border: 0;
	padding: 0;
	text-transform: uppercase;
	width: auto;
	}

#txpCommentInputForm textarea {
	height: 150px;
	overflow: auto;
	padding: 3px;
	width: 500px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#333333;
	font-size: 16px;
	}

p.no-comments{
	color: #FFEFB8;
	font: 12px/18px "Trebuchet MS", Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 20px;
	float:left;
	width:500px;
	}

p#txpCommentInputForm{
	color: #333333;
	font: 16px/18px "Trebuchet MS", Arial, sans-serif;
	margin: 0px 0px 30px 30px;
	}


/*
---------------- OTHER CONTENT
-------------------------------------------------------- */		


#other_content {
	background: url(images/bg.contentL2_repeaty.jpg) repeat-y scroll -276px top;
	width: 575px;
	position: absolute;
	z-index: 999;
	top: 30px;
	right: 19px;
	}
	
html>body #other_content {
	background: url(images/bg.contentL2_repeaty.jpg) repeat-y scroll -286px top;
	}		
	
#slideshow {
	padding: 0px 20px 10px 32px;
	}

#other_content h4 {
	color: #FFF157;
	width: 522px;
	margin: 10px 30px 7px 22px;
	font: bold 18px 'Trebuchet MS', Arial, sans-serif;
	border-bottom: 1px dashed #796442;
	padding-bottom: 3px;
	}
	
#other_content p {
	font: 13px/21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 40px 13px 22px;
	margin-left: 10px;
	}
	
#other_content a {
	color: #fff155;
	}
	
#other_content a:hover {
	text-decoration: none;
	}
	
/*
---------------- MAIN CONTENT
-------------------------------------------------------- */
	
#main_content ul {
	width: 530px;
	margin: 0px 0px 10px 30px;
	}

#main_content li {
	list-style: circle inside;
	color: white;
	font: 13px/21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
	
#main_content h3 {
	color: #ffefb8;
	text-transform: uppercase;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	float: left;
	background: url(images/bg.L2_h3tile.gif) repeat scroll left top;
	width: 522px;
	padding: 11px 30px 11px 12px;
	margin: 12px 0px 12px 5px;
	}
	
html>body #main_content h3 {
	padding: 11px 30px 11px 12px;
	margin: 12px 0px 12px 10px;
	}
	
#main_content h4 {
	color: #FFF157;
	width: 522px;
	margin: 10px 30px 5px 22px;
	font: bold 18px 'Trebuchet MS', Arial, sans-serif;
	border-bottom: 1px dashed #796442;
	padding-bottom: 3px;
	clear: both;
	}
	
#main_content h5 {
	color: #ffefb8;
	width: 522px;
	padding: 0px 30px 5px 22px;
	margin-left: 10px;
	font: bold 15px 'Trebuchet MS', Arial, sans-serif;
	clear: both;
	}
	
#main_content p {
	font: 13px/21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 6px 40px 7px 22px;
	margin-left: 10px;
	}
	
#main_content p strong {
	color: #ffefb8;
	font-weight: bold;
	}
	
#main_content a {
	color: #fff155;
	}
	
#main_content a:hover {
	color: #FFB93B;
	text-decoration: none;
	background: #736341;
	}
	
.singleArticle {
	margin: 0px 0px 30px;
	}
	
/*
---------------- RIGHT
-------------------------------------------------------- */	

#right {
	float: left;
	width: 290px;
	padding-top: 160px;
	}

#right h2 {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #682F20;
	margin: 0px 54px 8px 25px;
	}
	
#right h2 a {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #682F20;
	}
	
#right h2 a:hover {
	text-decoration: none;
	background-color: #faf4e0;
	}
	
#right h2#signup {
	font-size: 12px;
	text-indent: -9999px;
	}
	
#right h2#recentNews {
	text-indent: -9999px;
	background: url(images/h2_news.jpg) no-repeat scroll left top;
	width: 290px;
	margin: 0px;
	height: 54px;
	}

	
#right h2#connect {
	text-indent: -9999px;
	background: url(images/h2_connect.jpg) no-repeat 0 0;
	width: 256px;
	margin: 0;
	height: 54px;
	}
	
#homeNews {
	padding-bottom: 10px;
	}
#homeNews img {
padding-top: 5px;
}
	
#homeNews h3 {
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	width: 208px;
	padding-left: 23px;
	margin: 10px 0px 3px 0px;
	}
	
#right a {
	color: #693120;
	}
	
#right a:hover {
	text-decoration: none;
	}
	
#right a img {
	border-width: 0px;
	}
	
#homeNews a:hover {background: #faf4e0;}
	
#home #eNews {
	background: url(images/h2.signupNew.jpg) no-repeat scroll left top;
	height: 156px;
	margin: 0px 0px 6px 0px;
	}
	
#eNewsButtons {
	margin-top: 1px;
	width: 290px;
	height: 58px;
	}
	
#sign {
	text-indent: -9999px;
}
	
#sign a {
	display: block;
	height: 65px;
	width: 118px;
	float: left;
	}
	
#see {
	text-indent: -9999px;
}
	
#see a {
	display: block;
	height: 65px;
	width: 150px;
	float: left;
	}
	
input#email_entry {
	font-size: 25px;
	width: 163px;
	color: #819164;
	font-weight: bold;
	overflow: hidden;
	float: left;
	}
	
#right p {
	font: 13px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #5F3217;
	margin: 0px 54px 0px 25px;
	}

#right span {
	color: #e07a15;
	}

#joinbtn {
	background: url(images/btn.join_now.gif) no-repeat left top;
	height: 63px;
	margin: 0px 60px 19px 18px;
	}

#joinbtn a {
	background: url(images/btn.join_now.gif) no-repeat left top;
	height: 63px;
	display: block;
	text-indent: -9999px;
	}
	
#joinbtn a:hover {
	background: url(images/btn.join_now.gif) no-repeat left -63px;
	height: 63px;
	}
	
#right img#sep {
	margin: 0px 0px 13px 17px;
	}
	
#right img#myspace {
	padding: 12px 0px 0px 25px;
	}

#right img#facebook {
	margin: 15px 0 0 0;
	padding: 0 0 0 32px;
	}

#social{
	float: left;
	margin-top: 20px;
	padding-left: 32px;
	width: 215px;
	}

#social li{
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 10px;
}

#social li img,
#social li a{ border: none; }
	
	
#amigos {
margin-top: 7px;
margin-left: 18px;
}
#entrevistas {
margin-top: 7px;
margin-left: 18px;
}
	
/* #social li{ 
	background: transparent url(images/social-fb.png) no-repeat 0 2px; 
	font: bold 13px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 7px;
	padding-left: 25px;
	}

	#social li.myspace{ background-image: url(images/social-myspace.png); }
	#social li.twitter{ background-image: url(images/social-twitter.png); }
	#social li.youtube{ background-image: url(images/social-youtube.png); }
	
		#social li a{ text-indent: -9999px; } */	

/*
---------------- MIDDLE
-------------------------------------------------------- */	

#middle {
	float: left;
	width: 317px;
	padding-top: 160px;
	}

#home_events li {
	list-style: none;
	background: url(images/img.homeevents_lisep.jpg) no-repeat scroll center top;
	margin-right: 20px;
	margin-left: 24px;
	padding-top: 13px;
	padding-bottom: 13px;
	}
	
#middle h2 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #FFF155;
	background: url(images/h2.upcomingevents.jpg) no-repeat scroll center top;
	text-indent: -9999px;
	height: 140px;
	}
	
#middle h3 {
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 3px;
	font-weight: bold;
	}
	
#middle h3 a {
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: none;
	}

#middle h3 a:hover {
	color: #FFFFFF;
	background-color: #867149;
	text-decoration: none;
	}

#middle p {
	font: 12px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
#middle a {
	color: #fff155;
	}
	
#middle a:hover {
	color: #FFB93B;
	text-decoration:none;
	background: #736341;
	}


#lightb img {
padding-left: 40px;
border: 0px;
}

/*
---------------- LEFT
-------------------------------------------------------- */	

#left {
	float: left;
	width: 286px;
	Padding-top: 160px;
	}
	
h2#whois_header {
	text-indent: -9999px;
	background: url(images/h2.whoisteamgreen.lg.jpg) no-repeat scroll left bottom;
	height: 129px;
	}
	
h2#events_header {
	text-indent: -9999px;
	background: url(images/h2.event_dates.jpg) no-repeat scroll left top;
	height: 77px;
	}
	
h2#events_archive_header {
	text-indent: -9999px;
	background: url(images/h2_sidebar_events_archive.jpg) no-repeat scroll left top;
	height: 77px;
	}
	
h2#media_header {
	text-indent: -9999px;
	background: url(images/h2.media_materials.lg.jpg) no-repeat scroll left top;
	height: 129px;
	}
	
h2#other_header {
	text-indent: -9999px;
	background: url(images/h2.other_information.lg.jpg) no-repeat scroll left top;
	height: 129px;
	}

#who {
	background: url(images/bg.whorepeaty.png) repeat-y scroll 19px top;
	width: 286px;
	}

#who h4 {
	font: bold 18px/20px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin: 16px 27px 0px 46px;
	}

#who p {
	font: bold 13px/20px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin: 16px 27px 0 46px;
	}
	
	#who p a {
		color: #ffefb8;
		}

#who ul {
	margin: 5px 27px 0px 46px;
	border-top: 1px dashed #333;
	}
	
#who li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-left-color: #5A4D37;
	}

#who ul a {
	font: bold 13px/20px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #FFEFB8;
	padding: 10px 5px 10px 5px;
	display: block;
	}
	
#who ul a:hover {
	text-decoration: none;
	background: #595240 url(images/bg.sidecard_darktile.jpg) repeat scroll left top;
	color: #FFB93B;
	}
	
#who_btm img {
	margin-left: 23px;
	border: 0px;
	}
	
#sponsors {
	text-align: center;
	float: left;
	width: 226px;
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 10px 44px;
	}
	
#sponsors h2 {
	background: url(images/h2.sponsors.png) no-repeat scroll center top;
	text-indent: -9999px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 30px;
	}
	
#sponsors img {
	margin-bottom: 10px;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	}	
#ads {
	text-align: center;
	float: left;
	width: 226px;
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 10px 44px;
	}
	
#ads a img {
	background: #595240 url(images/bg.sidecard_darktile.jpg) repeat scroll center top;
	padding: 5px;
	border: 0px;
	}
	
#adsHome {
	text-align: center;
	width: 226px;
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 10px 12px;
	}
	
#adsHome a img {
	background: #595240 url(images/bg.sidecard_darktile.jpg) repeat scroll center top;
	padding: 10px;
	border: 0px;
	}
	
#googleadds {
margin:100px;
}

/*
---------------- FOOTER
-------------------------------------------------------- */	

#footer {
	clear: both;
	background: url(images/bg.footer.jpg) no-repeat scroll center top;
	height: 175px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
	
#footer2 {
	clear: both;
	background: url(images/bg.footerL2.jpg) no-repeat scroll center top;
	height: 175px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
	
#footer_links {
	text-align: center;
	}
	
#footer_links ul {
	padding-top: 45px;
	padding-bottom: 3px;
	color: #BFA67C;
	}

#footer_links li {
	display: inline;
	margin: 0px 2px;
	}
	
#footer_links p {
	color: #98664b;
	font: 12px/20px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	}
	
#footer_links a {
	color: #FFEFB8;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
		#footer_links a.dimmed{ color: #905940; }
	
#footer_links a:hover {
	color: #FFBB3B;
	text-decoration: none;
	}

/*
---------------- NAVIGATION
-------------------------------------------------------- */	

#nav {
	position: absolute;
	height: 400px;
	background: url(images/bg.nav.bottom.gif) no-repeat bottom left;
	width: 169px;
	top: 400px;
	left: 1px;
	z-index: 0;
	}
/* La posicion original era top 235   left 73 */
#nav img {
position: absolute;
top: 100px;
left: 120px;
}

#extra .indentmenu {
position: absolute;
background-color: #000000;
height:100px;
width: 725px;
top: 400px;
left: 151px;
z-index:900;
}

#nav ul { margin: 1px 0px 0px 0px; }

#nav li {
	margin: 0px 0px 1px 0px;
	position: relative;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 21px;
	width:169px;
	text-indent: -9999px;
	}
	
	
	#subnav {
	position: absolute;
height:300px;
background: url(images/getitfirst.gif) no-repeat;
background-color: red;
width: 187px;
top: 421px;
left:903px;
z-index:901;
}
	
/*
---------------- H2 HEADER IMAGES
-------------------------------------------------------- */	

	
#newmembers {
	background: url(images/btn.newmembers.gif) no-repeat left top;
	height: 27px;
	width: 193px;
	float:right;
	margin: 5px 50px 0px 0px;
	}

#newmembers a {
	background: url(images/btn.newmembers.gif) no-repeat left top;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}
	
#newmembers a:hover {
	background: url(images/btn.newmembers.gif) no-repeat left -27px;
	height: 27px;
	}	
	
#subscribe {
	background: url(images/btn.subscribe.gif) no-repeat left top;
	height: 27px;
	width: 193px;
	float:right;
	margin: 5px 50px 0px 0px;
	}

#subscribe a {
	background: url(images/btn.subscribe.gif) no-repeat left top;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}
	
#subscribe a:hover {
	background: url(images/btn.subscribe.gif) no-repeat left -27px;
	height: 27px;
	}		

h2#mainevents {
	text-indent: -9999px;
	background: url(images/h2_main.events.jpg) no-repeat scroll left top;
	height: 135px;
	width: 584px;
	padding-left: 24px;
	}
	
h2#mainevents span.text {
	text-indent: -9999px;
	display: none;
	}
	
h2#membership {
	background: url(images/h2_membership.jpg) no-repeat scroll left top;
	height: 140px;
	width: 584px;
	padding-left: 24px;
	}

h2#membership span.text {
	text-indent: -9999px;
	display: none;
	}
	
h2#thanks {
	text-indent: -9999px;
	background: url(images/h2_about.us.jpg) no-repeat scroll left top;
	height: 140px;
	width: 584px;
	padding-left: 24px;
	}

h2#thanks span.text {
	text-indent: -9999px;
	display: none;
	}

h2#photos {
	text-indent: -9999px;
	background: url(images/h2.photos.jpg) no-repeat scroll left top;
	height: 140px;
	width: 584px;
	padding-left: 24px;
	}
	
h2#photos span.text {
	text-indent: -9999px;
	display: none;
	}

h2#other {
	text-indent: -9999px;
	background: url(images/h2.other.jpg) no-repeat 0 0;
	height: 140px;
	width: 584px;
	padding-left: 24px;
	}

h2#other span.text {
	text-indent: -9999px;
	display: none;
	}
	
h2#contact {
	text-indent: -9999px;
	background: url(images/h2_contact.jpg) no-repeat scroll left top;
	height: 135px;
	width: 584px;
	padding-left: 24px;
	}

h2#contact span.text {
	text-indent: -9999px;
	display: none;
	}
		
h2#resources {
	text-indent: -9999px;
	background: url(images/h2_resources.jpg);
	height: 134px;
	width: 584px;
	padding-left: 24px;
	}

h2#resources span.text {
	text-indent: -9999px;
	display: none;
	}
	
h2#about {
	text-indent: -9999px;
	background: url(images/h2_about.us.jpg) no-repeat scroll left top;
	height: 135px;
	width: 584px;
	padding-left: 24px;
	}

h2#about span.text {
	text-indent: -9999px;
	display: none;
	}
		
h2#events {
	text-indent: -9999px;
	background: url(images/h2_main.events.jpg) no-repeat scroll left top;
	height: 140px;
	width: 584px;
	padding-left: 24px;
	}
	
h2#events span.text {
	text-indent: -9999px;
	display: none;
	}
	
h2#events_archive {
	text-indent: -9999px;
	background: url(images/h2_events_archive.jpg) no-repeat scroll left top;
	height: 140px;
	width: 584px;
	padding-left: 24px;
	}
	
h2#events_archive span.text {
	text-indent: -9999px;
	display: none;
	}

/*
---------------- HOME BUTTON
-------------------------------------------------------- */	

#nav li#index, #nav li#index a {
	background: url(images/_btn/btn.home.gif) no-repeat left top;
	height: 21px;
	}

#nav li#index a:hover, #nav li#index a.current {
	background: url(images/_btn/btn.home.gif) no-repeat left -21px;
	height: 21px;
	}

/*
---------------- MEMBERSHIP BUTTON
-------------------------------------------------------- */	

#nav li#memberships, #nav li#memberships a {
	background: url(images/_btn/btn.membership.gif) no-repeat left top;
	height: 21px;
	}

#nav li#memberships a:hover, #nav li#memberships a.current, #nav li#memberships a.current {
	background: url(images/_btn/btn.membership.gif) no-repeat left -21px;
	height: 21px;
	}

/*
---------------- EVENTS BUTTON
-------------------------------------------------------- */	

#nav li#event, #nav li#event a {
	background: url(images/_btn/btn.events.gif) no-repeat left top;
	height: 21px;
	}

#nav li#event a:hover, #nav li#event a.current {
	background: url(images/_btn/btn.events.gif) no-repeat left -21px;
	height: 21px;
	}

/*
---------------- MERCHANDISE
-------------------------------------------------------- */	

#nav li#merchandise, #nav li#merchandise a {
	background: url(images/_btn/btn.merch.gif) no-repeat left top;
	height: 21px;
	}

#nav li#merchandise a:hover, #nav li#merchandise a.current {
	background: url(images/_btn/btn.merch.gif) no-repeat left -21px;
	height: 21px;
	}

/*

/*
---------------- GIFT CARDS
-------------------------------------------------------- */	

#nav li#gift-cards, #nav li#gift-cards a {
	background: url(images/_btn/btn.gift-cards.gif) no-repeat left top;
	height: 21px;
	}

#nav li#gift-cards a:hover, #nav li#gift-cards a.current {
	background: url(images/_btn/btn.gift-cards.gif) no-repeat left -21px;
	height: 21px;
	}

/*

---------------- PHOTOS BUTTON
-------------------------------------------------------- */	

#nav li#photo, #nav li#photo a {
	background: url(images/_btn/btn.photos.gif) no-repeat left top;
	height: 21px;
	}

#nav li#photo a:hover, #nav li#photo a.current {
	background: url(images/_btn/btn.photos.gif) no-repeat left -21px;
	height: 21px;
	}

/*
---------------- ABOUT BUTTON
-------------------------------------------------------- */	

#nav li#aboutus, #nav li#aboutus a {
	background: url(images/_btn/btn.about.gif) no-repeat left top;
	height: 21px;
	}

#nav li#aboutus a:hover, #nav li#aboutus a.current {
	background: url(images/_btn/btn.about.gif) no-repeat left -21px;
	height: 21px;
	}

/*
---------------- RESOURCES BUTTON
-------------------------------------------------------- */	

#nav li#resource, #nav li#resource a {
	background: url(images/_btn/btn.resources.gif) no-repeat left top;
	height: 21px;
	}

#nav li#resource a:hover, #nav li#resource a.current {
	background: url(images/_btn/btn.resources.gif) no-repeat left -21px;
	height: 21px;
	}

/*
---------------- CONTACT BUTTON
-------------------------------------------------------- */	

#nav li#contactus, #nav li#contactus a {
	background: url(images/_btn/btn.contact.gif) no-repeat left top;
	height: 21px;
	}

#nav li#contactus a:hover, #nav li#contactus a.current {
	background: url(images/_btn/btn.contact.gif) no-repeat left -21px;
	height: 21px;
	}








/*
---------------- PHOTO GALLERY
-------------------------------------------------------- */

div#photo-galleries {
	position: relative;
	float: left;
	height: auto;
	}

	div#photo-galleries * {
		margin: 0;
		padding: 0;
		}

	div#photo-galleries div.gallery-preview {
		width: 520px;
		margin-left: 25px;
		float: left;
		padding: 15px 0;
		border-bottom: 1px dashed #796442;
		}

		div#photo-galleries div.gallery-preview strong.title {
			font: 14px/24px Arial, Helvetica, sans-serif;
			color: #fff;
			font-weight: bold;
			}

		div#photo-galleries div.gallery-preview p {
			font: 12px/20px Arial, Helvetica, sans-serif;
			width: 350px;
			margin: 0;
			padding: 0;
			float: left;
			color: #FFEFB8;
			}

		div#photo-galleries div.gallery-preview div.preview-img {
			width: 154px;
			height: 108px;
			border: 1px solid #796442;
			float: left;
			background: none;
			margin: 0 10px 0 0;
			}

			div#photo-galleries div.gallery-preview div.preview-img a:link,
			div#photo-galleries div.gallery-preview div.preview-img a:visited,
			div#photo-galleries div.gallery-preview div.preview-img a:hover {
				display: block;
				width: 144px;
				height: 98px;
				overflow: hidden;
				margin: 5px;
				}

				div#photo-galleries div.gallery-preview div.preview-img a img,
				div#photo-galleries div.gallery-preview div.preview-img a img:hover {
					margin: 5px;
					border: 0;
					}

	div#photo-galleries ul.pager {
		float: right; 
		width: auto;
		position: absolute;
		}

		div#photo-galleries ul.pager li {
			float: left; 
			width: auto;
			margin: 0 2px;
			list-style-type: none;
			}

		div#photo-galleries ul.pager li a.current:link,
			div#photo-galleries ul.pager li a.current:visited {
			text-decoration: none;
			color: #FFEFB8;
			}

	div#photo-galleries ul#pager-top {
		top: -38px;
		right: 43px;
		}

	div#photo-galleries ul#pager-bottom {
		bottom: -32px;
		right: 43px;
		}


div#gallery-upload-wrapper {
	float: left;
	margin: 25px 0 0 0;
	}

	#gallery-upload-msg {
		font: 12px/20px Arial, Helvetica, sans-serif;
		margin: 0 0 0 25px;
		padding: 0;
		float: left;
		color: #FFEFB8;
		}

	#launch-upload-photos { 
		float: left; 
		clear: both; 
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #FFF155; 
		margin: 0 0 0 25px;
		}

	form#gallery-upload-code-form * {
		margin: 0;
		padding: 0;
		border: 0;
		}

		form#gallery-upload-code-form legend {
			display: none;
			}

		form#gallery-upload-code-form label {
			font: 12px/20px Arial, Helvetica, sans-serif;
			color: #FFEFB8;
			float: left;
			margin: 0 0 0 25px;
			}

		form#gallery-upload-code-form input#gallery-upload-code-input {
			float: left;
			clear: both;
			padding: 8px;
			margin: 4px 0 0 25px;
			}

		form#gallery-upload-code-form input#gallery-upload-code-submit {
			float: left;
			background: none;
			color: #fff;
			text-transform: uppercase;
			height: 35px;
			margin: 0 0 0 6px;
			font: normal 16px/16px Arial, Helvetica, sans-serif;
			}

div#photo-gallery {
	float: left;
	position: relative;
	height: auto;
	}

	div#photo-gallery a.back-to-gals:link,
	div#photo-gallery a.back-to-gals:visited {
		position: absolute;
		top: -25px;
		right: 50px;
		font: 12px/14px Arial, Helvetica, sans-serif;
		}

	div#photo-gallery div.large-photo {
		float: left;
		margin: 10px 0 0 25px;
		width: 520px;
		height: 348px;
		overflow: hidden;
		}

	div#photo-gallery div.thumb-nav {
		float: left;
		margin: 0 0 0 25px;
		width: 520px;
		height: 70px;
		position: relative;
		background: #aa936a;
		}

		#thumb-nav-blc,
		#thumb-nav-brc { 
			display: block; 
			width: 16px; 
			height: 14px; 
			position: absolute;
			z-index: 2;
			bottom: 0;
			}

		#thumb-nav-blc { 
			left: 0;
			background: url(images/bg.gallery-nav.gif) 0 0 no-repeat;
			}
			

		#thumb-nav-brc { 
			right: 0;
			background: url(images/bg.gallery-nav.gif) -16px 0 no-repeat;
			}

		div#photo-gallery div#thumb-ul-wrapper {
			float: left;
			width: 500px;
			height: auto;
			margin: 7px 0 0 35px;
			}

			div#photo-gallery div.thumb-nav ul { }

				div#photo-gallery div.thumb-nav ul li {
					float: left;
					width: 54px;
					height: 54px;
					list-style-type: none;
					margin: 0 4px;
					padding: 0;
					border: 1px solid #796442;
					}

					div#photo-gallery div.thumb-nav ul li a:link,
					div#photo-gallery div.thumb-nav ul li a:visited {
						display: block;
						width: 50px;
						height: 50px;
						border: 2px solid #A7926C;
						float: left;
						background: none;
						overflow: hidden; 
						}

					div#photo-gallery div.thumb-nav ul li a.current:link,
					div#photo-gallery div.thumb-nav ul li a.current:visited {
						border: 2px solid #FFF157;
						}

						div#photo-gallery div.thumb-nav ul li a img {
							margin: 0;
							border: 0;
							}

		div#photo-gallery a#thumb-nav-prev,
		div#photo-gallery a#thumb-nav-next {
			position: absolute;
			display: block;
			top: 10px;
			width: 17px;
			height: 49px;
			text-indent: -3000px;
			}

		div#photo-gallery a#thumb-nav-prev {
			left: 10px;
			background: url(images/_btn/btn.gallery-nav.gif) 0 0 no-repeat;
			}

		div#photo-gallery a#thumb-nav-next {
			right: 10px;
			background: url(images/_btn/btn.gallery-nav.gif) -17px 0 no-repeat;
			}

			#photo-upload-tool {
				background: #A88C5D;
				margin: 10px;
				}
				
				#photo-upload-tool * {
					outline: none;
					}

				#photo-upload-tool h2 {
					font: 20px Arial, Helvetica, sans-serif;
					color: #FFF155;
					margin: 15px 0;
					border-bottom: 1px dashed #796442;
					width: 100%;
					float: left;
					clear: both;
					}

				#photo-upload-tool form * {
					border: 0; 
					margin: 0; 
					padding: 0; 
					}

					#photo-upload-tool form { 
						margin: 20px 0 10px 0; 
						float: left; 
						clear: both; 
						}

						#photo-upload-tool form fieldset { 
							margin: 5px 0; 
							}

							#photo-upload-tool form fieldset legend { 
								display: none;
								}

							#photo-upload-tool form fieldset label { 
								display: block; 
								width: 150px; 
								float: left; 
								text-align: left; 
								margin: 0 10px 0 0; 
								color: #fff;
								font: bold 12px/20px Arial, Helvetica, sans-serif;  
								}

								#photo-upload-tool form fieldset input, 
								#photo-upload-tool form fieldset select { 
									border: 0; 
									float: left;
									clear: both;
									}

								#photo-upload-tool form fieldset input.submit { 
									float: left;
									margin: 0; 
									}

								#photo-upload-tool form fieldset input.submit-loading { 
									display: block; 
									float: left; 
									margin-left: 160px; 
									background: url(/images/ajax-loader.gif) 0 0 no-repeat; 
									padding-left: 30px; 
									}

							#photo-upload-tool form fieldset.tac {
								float: left;
								margin: 10px 0;
								font: 12px/20px Arial, Helvetica, sans-serif;
								color: #FFEFB8;
								}

								#photo-upload-tool form fieldset.tac textarea {
									font: normal 12px/15px Arial, Helvetica, sans-serif;  
									padding: 4px;
									color: #333;
									}

				#photo-upload-tool p {
					font: 12px/20px Arial, Helvetica, sans-serif;
					margin: 0;
					padding: 0;
					float: left;
					clear: both;
					color: #FFEFB8;
					width: 90%;
					}

				#photo-upload-tool p.error {
					font: 14px/20px Arial, Helvetica, sans-serif;
					margin: 10px 0 0 0;
					padding: 0;
					float: left;
					clear: both;
					color: #FFF155;
					width: 90%;
					}

				#photo-upload-tool .thumbs-preview { 
					float: left; 
					clear: both; 
					width: 90%;
					}

					#photo-upload-tool .thumbs-preview span { 
						display: block; 
						width: 54px; 
						height: 54px; 
						float: left; 
						border: 1px solid #796442; 
						margin: 5px; 
						}

						#photo-upload-tool .thumbs-preview span a:link,
						#photo-upload-tool .thumbs-preview span a:visited {
								display: block;
								float: left;
								width: 50px;
								height: 50px;
								overflow: hidden;
								margin: 2px;
								}

							#photo-upload-tool .thumbs-preview span a img { 
								border: 0; 
								}

						#photo-upload-tool .thumbs-preview a.close-and-submit:link,
						#photo-upload-tool .thumbs-preview a.close-and-submit:visited { 
							display: block; 
							float: left; 
							clear: both; 
							font: bold 12px Arial, Helvetica, sans-serif;
							color: #FFF155; 
							}
							


#photostack-ss {
	width: 555px;
	height: 364px;
	position: absolute;
	top: 12px;
	right: 40px;
	}

	#photostack-ss .underlay {
		position: absolute;
		z-index: 1;
		width: 530px;
		height: 333px;
		background: #fff;
		top: 15px;
		left: 11px;
		}

	#photostack-ss .overlay {
		width: 555px;
		height: 364px;
		background: url(/images/bg.photostack-ss.png) 0 0 no-repeat;
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		}

	#photostack-ss .img {
		overflow: hidden;
		position: absolute;
		z-index: 2;
		top: 15px;
		left: 11px;
		width: 530px;
		height: 333px;
		}


