#sidebar_pic_js{
	position: relative;
	top:5px;
	left:30px;
}
#basic_info {
	padding-top: .2em;
	font-size: 1.3em;
	font-weight: 400;
	font-family: impact, Verdana, Geneva, sans-serif;
	text-align:left;
}
#location{
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, Lucida, sans-serif;
	font-weight:100;
}
.sub-page {
  margin-left: 2em;
  font-size: .85em;
}
#social-networking {
	padding-top:5px;
	padding-bottom:5px;
}
#credits {
	padding-top: 2em;
    padding-bottom: 1em;
	font-size: .8em;
    width: 100%;
}
#sidebar_contact {
	font-weight: bold;
}
#ifea_wfea {
	width: 100%;
	padding-top: 20px;
	position: relative;
	left: -1px;
}
#ifea_wfea img  {
	border: 2px #000;
}
#copyright {
	padding-top: 2em;
	padding-right: 20px;
	/*color: #FFF;*/
	font-size: .8em;
	height: auto;
}
#snoqualmie_casino_logo {
	padding: 2px;
	background-color: #fff;
}
#overlake_logo {
	padding: 2px;
	background-color: #fff;
}
#sportingweekend {
  padding: 2em 0 2em 0;
}
#sportingweekend p {
  width: 275px;
  font-size:1.2em;
}

#sponsor_link p{
width:180px;
}
#sponsor_link img {
	margin: 5px 5px 5px 5px;
/*	border: 1px #7f8059 solid; */
}

/* Header */

#sd_header {
	height: 100px;
	width: 600px;
	z-index:-1;
}

#sd_home_header {
	height: 270px;
	width: 600px;
	z-index: -1;
}

/* Drop-Down Menu */

.chromestyle{
width: 100%;
font-weight:normal;
font-size:1em;
text-transform:uppercase;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 1046px;
background: #000 center center repeat-x; /*THEME CHANGE HERE*/
padding: 10px 0;
margin: 0 auto 0 auto;
text-align: center; /*set value to "left", "center", or "right"*/
z-index:100;
}

.chromestyle ul li{
display: inline;
margin-left: 10px;
margin-right: 10px;
}

.chromestyle ul li a{
color: #FFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/* border-right: 1px solid #8a8b60; */
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #777 center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:fixed;
top: 0;
border: 1px solid #777; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana, sans-serif;
line-height:18px;
z-index:100;
background-color: #000;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/* font-weight: bold; */
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #999;
}

