/*****************************************************

  Townsend Tax Services (08/2008)
  Custom HTML and CSS by Nicholas Cristo
  (&copy;) 2008 DesignVitality

*****************************************************/

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

a, a:visited, a:active, .bodylink a, .bodylink a:visited, .bodylink a:active {
	color: #a0410d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, .bodylink a:hover {
	color: #f26522;
	text-decoration: underline;
	}


#infobox a, #infobox a:visited, #infobox a:active {
	color: #eba75c;
	}

#infobox a:hover {
	color: #a0410d;
	}


#container {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

#header {
/*	width: 950px; */
/*	height: 242px; */
/*	background: url('../images/header.jpg') top left repeat-y; */
	width: 910px;
	height: 151px;
	margin: 0 auto 1px auto;
	}

.mhome {
	width: 77px;
	height: 40px;
	background: url('images/header3_home.jpg') top left no-repeat;
	}
	
.mtax {
	width: 146px;
	height: 40px;
	background: url('images/header3_tax.jpg') top left no-repeat;
	}

.mcon {
	width: 135px;
	height: 40px;
	background: url('images/header3_con.jpg') top left no-repeat;
	}

.mhome:hover {
	background: url('images/header3_home2.jpg') top left no-repeat;
	width: 75px;
	height: 38px;
	border: solid 1px #fff;
	}
	
.mtax:hover {
	background: url('images/header3_tax2.jpg') top left no-repeat;
	width: 144px;
	height: 38px;
	border: solid 1px #fff;
	}
	
.mcon:hover {
	background: url('images/header3_con2.jpg') top left no-repeat;
	width: 133px;
	height: 38px;
	border: solid 1px #fff;
	}


#main {
	width: 910px;
	margin: 0 auto 0 auto;
	}


	

#infobox {
	width: 910px;
	margin: 1px auto 0 auto;
	padding: 0;
	background: #707070;
	}



.infoslot {
	width: 290px;
	padding: 10px;;
	margin: 0;
	}

.infoslot2 {
	padding: 10px 10px 10px 20px;
	margin: 0;
	}
	
/*
.infolink:hover {
	background: #858585;
	}
*/

#footer {
	width: 948px;
	height: 70px;
	margin: 1px 0 0 0;
	padding: 10px 0 0 0;
	background: url('images/footer.jpg') top left repeat-y;
	}

#footlinks {
	text-align: center;
	}

#footlinks a, footlinks a:active, footlinks a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#footlinks a:hover {
	text-decoration: underline;
	}

#taxlinks {
	width: 890px;
	height: 100px;
	margin: 0 auto 0 auto;
	}
	
#taxlinks ul {
	margin: 0 0 0 -40px;
	}

#taxlinks ul li {
	list-style: none;
	display: inline;
	line-height: 24px;
	margin: 10px 10px 0 0;
	}
	
#taxlinks ul li a, #taxlinks ul li a:active, #taxlinks ul li a:visited {
	color: #fff;
	text-decoration: none;
	}

#taxlinks ul li a:hover {
	text-decoration: underline;
	}

#links {
	line-height: 18px; 
	margin-left: 20px;
	}

#links ol {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

/*
.footlink a, .footlink a:visited, .footlink a:active {
	color: #a0410d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

.footlink a:hover {
	color: #000;
	text-decoration: underline;
	}
*/


/* HIDDEN for PRELOADS */
.hidden {
	display: none;
	}