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

Div#outbox {
	position:relative;
	width:912px;
	height:auto;
    margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
Div#textbox{
	position:absolute;
	margin-left:192px;
	height:118px;
	width:508px;
	background:url(text.jpg) no-repeat top;
	z-index:2;
	
}


Div#hiddencontent{
	position:absolute;
	margin-left:192px;
	height:118px;
	width:508px;
	z-index:1;
	
}


Div#advisorybutton{
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	height:60px;
	width:128px;
	z-index:3;
	
}

.advisory a {
display:block;
width: 128px;
height:60px;
padding:0px;
font: bold 13px sans-serif;;
background: url("advisory.jpg") 0 0 no-repeat;
text-decoration: none;
}
.advisory a:hover { 
background-position: 0 -60px;

}
.advisory a:active {
background-position: 0 -120px;

}






Div#ambutton{
	position:absolute;
	margin-left:0px;

	margin-top:0px;
	height:118px;
	width:180px;
	z-index:5;
	background:#63F;
}
.ambtton a {
display:block;
width: 230px;
height:60px;
padding:0px;
font: bold 13px sans-serif;;

background: url("am.jpg") 0 0 no-repeat;
text-decoration: none;
}
.ambtton a:hover { 
background-position: 0 -60px;
color: #049;
}
.ambtton a:active {
background-position: 0 -120px;
}




Div#buttonbox{
	position:absolute;
	margin-left:192px;
	height:70px;
	width:400px;
	
	
	z-index:6;

	margin-top:165px;
	
}



Div#buttonbox-ad{
	position:absolute;
	
	margin-left:0px;
	height:60px;
	width:128px;

	z-index:7;
	
	margin-top:0px;
	
}

Div#buttonbox-am{
	position:absolute;
	
	margin-left:150px;
	height:60px;
	width:270px;

	z-index:7;
	
	margin-top:0px;

	
}


Div#footer {
	position:absolute;
	margin-left:192px;
	height:118px;
	width:508px;
	background:#0F9;
	
	

