@charset "utf-8";
/* CSS Document */

#Shade{
	width: 100%;
	height: 100%;
	background-color: #0099FF;
	position: absolute;
	z-index: 200;
	opacity:.9;
	filter:alpha(opacity=90);
	left: 0px;
	top: 0px;
}

#bottom-ad {
	position: relative;
	width:320px;
	height:220px;
	float: left;
	z-index: 0;
	padding-right:6px;
	
}
#bottom-ad-menu {
	position: relative;
	float: left;
	height: 35px;
	width: 290px;
	margin-left: 6px;
	z-index: 10;
	clear: right;
	bottom: 45px;
}
#bottom-ad-menu-form select{
	float:left;
}
#bottom-ad-menu-form .button-container{
	float:left;
	margin-left:10px;
}
.button-reference{
	position:absolute;
	left: -1px;
	top: 46px;
}
#sidebox {
	width:240px;
	height:275px;
	float: left;
	background-repeat: no-repeat;
	z-index: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top:0px;
}
.right-content-holder {
	width:180px;
	height:auto;
	float: left;
	background-repeat: repeat-y;
	margin-top: 20px;
	background-image: url(/images/background/reference-box.png);
	border: 1px solid #0173b7;
	margin-left: 20px;
	vertical-align:top;
	padding: 10px;
}
.right-content-holder img{
	position:relative;
	float:left;
	border: 0 0 0;
	margin-right:10px;
}
#footer {
	width:100%;
	height:50px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	z-index: auto;
	margin-top: 10px;
}

