@charset "utf-8";
/* CSS Document */

@import url("/template/css/global.css");

/******   HEADER & FOOTER *************/

#header {
  background-image:url(/template/images/bg_header_tax_forms.jpg);
  background-repeat:no-repeat;
  height:90px;
  margin: 0px auto;
  width:962px;
}


#logo-UpstateTax {
   margin: 7px 0 0 30px;
}

#footer {
   background-image:url(/template/images/bg_footer.gif);
   background-repeat:no-repeat;
   border:0 solid #7e1416; 
   border-width:0 1px;
   height:90px;
   margin: 0px auto;
   width:960px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-style: normal;
   font-size: 70%;
   text-decoration: none;
   color: #fff;
	 position:relative;
}

#footer p{
    margin:0px 0px 0px 0px;
    padding:10px;
    position:absolute;
    bottom:0px;
}

#footer p,
#footer a,
#footer a:hover,
#footer a:visited {
  color: #fff;
  
}

#footer a:hover {
  font-weight : bold;
}

/**** BODY STYLES ******/

#bodyContainer {
    background-color:#666; 
    display:block;
    margin: 0px auto;
    width:962px;
}

#bodyContent {
    padding: 3px 5px 15px 5px;
    display:block;
    overflow:hidden;
    width:950px; /* only for IE6*/
}

.bodyStyle {
   background:#b5ae9c; 
   border-left:1px solid #7e1416;
   border-right:1px solid #7e1416;
}

.bodyStyleTop {
 background:#7e1416;
}

/*************  SITE MENU STYLES *************/


.menuStyle {
   background:#000; 
   border-left:1px solid #000;
   border-right:1px solid #000;
}

.menuStyleTop {
 background:#000;
}

#siteMenuContent {
   padding: 0 2px 2px 0;
   background-color:#000;
   color:#fff;
   font-weight:bold;
   font-family:Veranda, Helvetica, sans-serif;
   font-size:16px;
}

#siteMenuContent a, #siteMenuContent a:visited{
   background-color:#000;
   color:#fff;
   font-weight:bold;
   font-family:Veranda, Helvetica, sans-serif;
   font-size:16px;
}

#siteMenuContent a:hover{
   text-decoration:underline;
}

.siteMenuDetail,
.siteMenuDetail a,
.siteMenuDetail a:visited,
.siteMenuDetail a:hover{
   color:#fff;
   font-weight:bold;
   font-family:inherit;
}

.siteMenuDetail a:hover{
  text-decoration:underline;
}

.siteMenuDetail{
   background-color:#666;
   height:18px;
   width: 933px;
   font-size:12px;
   padding: 3px 2px 0px 15px;
   display:none;
   position:relative;
}

#menuEmpty{
  height:1px;
}

#siteMenu {
  height:35px;
   margin: 0px 0px 15px 0px;
}

/*    Body Content Border Styles */

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xheader{
    display:block;
    font-size:14px; 
    font-weight:bold;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    height:16px; 
    padding:0px 0px 2px 8px;
}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb1 {margin:0 5px;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.whiteBox .xb1 {
  background:#000000 none repeat scroll 0% 0%;
}
.whiteBox .xb2,
.whiteBox .xb3,
.whiteBox .xb4,
.whiteBox .content,
.whiteBox .titleBox {
  background:#ffffff none repeat scroll 0% 0%;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}
.whiteBox .content {
  padding-left: 5px;
}

.whiteBox .titleBox {
  padding: 5px 5px 0 5px;
}

.whiteBox .titleBox .xb1 {
  background:#E1E1E1 none repeat scroll 0% 0%;
}
.whiteBox .titleBox .xb2,
.whiteBox .titleBox .xb3,
.whiteBox .titleBox .xb4,
.whiteBox .titleBox .content {
  background:#7E1416 none repeat scroll 0% 0%;
  border-left:2px solid #E1E1E1;
  border-right:2px solid #E1E1E1;
}
.whiteBox .titleBox .content {
  padding-left: 5px;
}

.whiteBox .titleBox h6{
  color:#E1E1E1;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}

.whiteBox .loading {
  background: url(/images/loading.gif) no-repeat left;
  padding-left: 20px;
}


.bodyStyle h1 {
    color:#7e1416;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:155%;
    font-weight:bold;
    padding: 0px 0px 10px 10px;
}

.bodyStyle h2{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:125%;
    padding: 10px 0px 5px 0px;
}

.bodyStyle .mainBody {
  width:650px;
	margin:0px 20px 5px 170px;
}

.bodyStyle .noleft {
    width:720px;
	margin-left:60px;
}

.bodyStyle li {
  list-style:circle;
}

.leftLinks {
  float:left;
	clear:none;
	margin:8px 0px 0px 0px;
}

.leftLinks,
.leftLinks a,
.leftLinks a:hover,
.leftLinks a:visited{
  font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size:14px;
	color:#000;
}

.leftLinks a:hover{
  font-weight:bold;
  color:#7e1416;
  font-size-adjust:-2px;
}

.leftLinks .leftLinks_dt{
  padding-left:15px;
}
.leftLinks .leftLinks_dd {
  padding-left:30px;
}

.leftLinksDiv{
  display:block;
  height:2px; 
  width:142px;
  background-image: url('/template/images/leftLink_div.png');
}