/* CSS Document */
/*  body */
html { 
  	padding:0px;
 	 margin:0px;
}


body {
  	background-color: #ffffff;
  	font-size: 12px;
  	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
  	color:#000000;  
  	padding:0px 0px;
  	margin:0px;
}
p, h2 {
  	padding:10px;
  	margin:0px;
}

h1 {
	font-size:14px;
	padding-top:5px;
	text-transform:uppercase;
	color: #000000;
	background-color: transparent;
}	

h2 {
	font-size:14px;
	color: #000000;
	background-color: transparent;
}	

a { 
	color: blue;
	text-decoration: underline; 
}
 a:hover
{
	background-color:yellow;
	
}

/*  positioning-layers */
#menu {
  	position: absolute;
  	width: 180px;
  	left: 0px;
  	background-color: #ffffff;
  	padding:0px;
  	margin:0px
}
#header-top {
	background-image: url(../images/banner.gif);
	background-position: top;
	height: 100px;
	background-repeat: repeat-x;

}
#content {
  	margin-left: 190px;
		margin-right: 320px;
  	background-color:#fff;
	
}
.img{
  	 float:left;
	 padding-right:20px;
	 
	
}

/* This is for the right sidebar */
#rightcontainer
{

margin-top:10px;
margin-right:20px;
float: right;
width: 260px;
}

#rightcontainer li
{padding-bottom:10px;
}

.minute {	
background:#990000;
color:#FFFFFF;
border: 1px solid #000000;
height:1.5em;
font-weight:bold;
font-size:1.5em;
}

.minutebody {	
background:#FFFFCC;
border: 1px solid #000000;
border-top: 0px;
}


/* This is for the Navigation Bar */
#navcontainer 
{ 
	float: left;
	width: 185px;
	display: inline;
}

#navcontainer ul
{
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#navcontainer li
{
	margin-top: 1px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #003366;
	border: 1px solid #000000;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #ff9933;
	color: #fff;
}
/*this is for the taxes online button   */
#navspecial a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #ff6633;
	border: 1px solid #000000;
}

#navspecial a:link, #navspecial a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navspecial a:hover
{
	background-color: #ff9933;
	color: #fff;
}
/* This is for the Banner Navigation */
#bannernav
{
	position:absolute;
	text-align:right;
	right: 20px;
	top: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	
}
#bannernav a
{
	color: #ffffff;
	text-decoration: underline;
}
		
#bannernav a:hover
{
	color: #ff9933;
	text-decoration: underline;
	background-color:transparent;
	
}	
	
/* This is for the Search Button */

div.searchbutton
{
	margin-left: 5px;
	padding-top:3px;
}
/* This is for the footer */
#footer
{
	padding:20px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 190px;
	margin-right: 310px;
	
}
#footer a:link, a:visited
{
	color: blue;
}
		
#footer a:hover
{
	background-color:yellow;
}
.breadcrumb {
font-size: x-small;
}

.bold {
font-weight:bold;
}

.strikethru {
text-decoration:line-through;
}

.aceButton {
background-color: #003366;
border-color:#ffffff;
color: white;
font-size: 8pt;
font-weight:bold;
font-family: arial;
margin-left: 5px;
padding-top:3px;
}
.whitetext {
	font-weight: bold;
	color: #FFFFFF;
	font-size: larger;
}

.bigtext {
	font-size: medium;
	font-weight: bold;
}
.smalltext {
	font-size: 11px;
}
.error {
color:#FF0000;
}


/*-------middle section-------*/
.center{
	
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	min-width:330px;
	}

.center a:hover{
	color:#000;
	}
	
.center h4{
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:5px 0 0 0; padding:0 0 10px 0;
	}
.centertext1{
	background:#fafafa;
	border:1px solid #eaeaea; border-width:3px 0 3px 0;
	font-size:1em;	
	line-height:180%;
	margin:0 0 15px 0; padding:5px 10px;
	text-align:justify;
	height:89px;
	}
.centertext1 img{
	background:#fafafa;
	float:left;
	margin:5px 10px 5px 0; padding:10px;
	}
.centertext2{
	background:#fafafa;
	border:1px solid #eaeaea; border-width:3px 0 3px 0;
	font-size:1em;
	line-height:180%;
	margin:0 0 15px 0; padding:5px 10px;
	text-align:justify;
	height:89px;
	}
.centertext2 img{
	background:#fafafa;
	float:left;
	margin:5px 10px 5px 0; padding:10px;
	}
.centertext3{
	background:#fafafa;
	border:1px solid #eaeaea; border-width:3px 0 3px 0;
	font-size:1em;
	line-height:180%;
	margin:0 0 15px 0; padding:5px 10px;
	text-align:justify;
	height:125px;
	}
.centertext3 img{
	background:#fafafa;
	float:left;
	margin:5px 10px 5px 0; padding:10px;
	}
