/* 
Tax Subchannel Page Stylesheet
Created by: Shiva Harris
Date:12/08/05
Notes: Contains styles for Taxes subpage
 */
#container {
	width:760px;
	margin:0 auto;
	text-align:left;
	height:115%;
	}
#box1 {
 width:288px; 
 float:left; 
 text-align:left; 
 position:absolute; 
 left:0px; 
 top:65px; 
 border:1px solid #CCCCCC; 
 border-top:none;
 height:275px;
 }
#headBox {
	float:left; 
	width:288px; 
	border-top:3px solid #99BBDD; 
	background-color:#E2E2D3;
	border-bottom:1px solid #CCCCCC;
	}
#box2 {
	width:288px; 
	float:left; 
	text-align:left; 
	position:absolute; 
	left:300px; 
	top:65px; 
	border:1px solid #CCCCCC;
	border-top:none; 
	height: 275px;
	}
#offer {
	position:absolute; 
	width:288px; 
	height:200px; 
	border:1px solid #CCCCCC; 
	border-top:none; 
	top: 350px; 
	left: 0px;
	}
#box3 {
	width:288px; 
	position:absolute; 
	left:300px; 
	top:350px; 
	border:1px solid #CCCCCC;
	border-top:none; 
	height: 200px;
	}
#box4 {
	width:275px; 
	position:absolute; 
	left:0px; 
	top:565px; 
	border:1px solid #CCCCCC;
	border-top:none; 
	height:262px;
	}
#largeAd {
	width:300px;
	position:absolute;
	left:290px;
	top:565px;
	border:1px solid #CCCCCC;
	border-top:3px solid #CCCCCC;
	height: 260px;
	}		
.li-s {
	list-style-type:square; 
	color:#CCCCCC; 
	list-style-position:inside; 
	font-size:11px; 
	margin-left:10px;
	margin-bottom:3px;
	}

