@charset "utf-8";
/* CSS Document */

* {padding:0; margin: 0;} 

body 
{ 
	background-color:#000; 
	font-family:Verdana, Geneva, sans-serif; 
	line-height: 18px;
	font-size:11px; 
	behavior:url(/csshover.htc);

} 
h2 
{
	font-family:"Times New Roman", Times, serif; 
	padding: 10px 0 10px;   
	font-size:17px; 
} 

#page_wrap 
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 922px;
	height:auto;
}

#white-bg 
{
	background-color:#FFF;
	width: 922px; 
} 

#content_cont 
{
	background-image: url(../images/cont-bg.jpg);
	background-repeat: no-repeat;
	float:left;
	width: 922px;
}

#hpheader 
{
	background-image: url(../images/hp_header_02.jpg); 
	background-repeat: no-repeat; 
	width: 922px; 
	height: 105px; 
}

#hpmain_content 
{	
	float: left; 
	width: 469px;
}

#hppage_higlight 
{
	float: left;
	width: 413px;
	background-image: url(../images/hp_highlight3.jpg);
	background-repeat: no-repeat;
	height: 182px; 
	padding-top: 135px; 
	padding-left: 40px; 
}

#bucketbg 
{ 
	padding-top: 23px; 
	background-image:url(../images/bucketbgjpg.jpg); 
	background-color:#FFF; 
	width:922px;
	height:265px; 
	background-repeat:no-repeat; 
	clear: both;
} 

.bucket {
	padding:0 6px 0 12px; 
	float:left; 
	height: 175px;
	width: 210px;
	display:block; 
}


.bucket-text {
	display:block; 
	background-color: #FFF;
}
#bucketbg .bucket p a , #bucketbg .bucket p a:hover , #bucketbg .bucket p a:visited  , #bucketbg .bucket p a:active 
{
	text-decoration:overline; 
	text-decoration:none; 
	color: #000;
}
#bucketbg .bucket h2 a,#bucketbg .bucket h2 a:hover, #bucketbg .bucket h2 a:active, #bucketbg .bucket h2 a:visited  
{
	text-decoration:none; 
	color: #000;
}

#footer 
{
	color:#FFF; 
	font-size:11px; 
	clear: both; 
	background-image: url(../images/hp_footer.jpg); 
	background-repeat: no-repeat; 
	background-color:#000; 
	height: 22px; 
	text-align: right; 
	padding-top:32px; 
	padding-right: 5px; 
}

