/*Structural elements*/

body {
   background:#d8d8d8;
}

#precontain {/*Overall container, put 'top' background here*/
   background: #d8d8d8 url("images/body-bg.png") center center repeat-y;/*Define 'top' bg image*/
}

#container {/*2nd Container, put 'page stretch' here and set overall width*/
   background-image: url("images/body-bg.png");/*Define page stretch bg image, usually 1px height*/
   background-repeat: repeat-y;/*Stretch image down page, usually repeat-y*/
   width: 969px !important;/*Required, overall width of site, usually width of stretch bg image*/
}

#page {/*3nd Container, put 'page stretch' here and set overall width*/
}

#logo {/*Area for header text, also area for flash header*/
   color: #032860;/*Define text color of header text*/
   padding: 72px 0 0 226px;
   text-align:left;
}
#logo a {
   text-decoration: none;
}

#header {/*Container for header contents, specify total header height here*/
   background-image: url('images/header.png');/*Define bg image for header area*/
   height: 250px;/*Define height of header area, usually height of bg image*/
}

#leftmenu_area {/*Container for left menu, minicontent, and services menu*/
   background-image: url('images/stretch.gif');
   width: 205px;/*Define width of container, usually ~20% of page width*/
   background-repeat:no-repeat;
}

#content {
   padding: 15px 10px;
   margin: 0 0 -125px 0;
   width: 728px;
}

#emoContentContainer {
   padding: 0 14px;
}

#footer {/*Container for footer links*/
   background:url('images/footer.gif') repeat-x bottom ;/*Define bg image of footer*/
   width: 737px;/*Define width of footer area, usually 100% or width of content*/
   height: 135px;/*Define height of footer area, usually height of bg image*/
   padding: 137px 0 15px 202px;
   margin:0 auto;
   clear:both;
}

#footer_menu_div {
   margin:0px 0 20px;
}
/*End structural elements*/




/*Global text elements*/

a {
   color: #2B468E;
}

#container #page h1 {/*Global h1 element style*/
   color: #032860;
}

#container #page h2 {/*Global h2 element style*/
   color: #032860;
       font-size: 18px;
}

#container #page h3 {/*Global h3 element style*/
   color: #032860;
}

#container #page p {/*Global p element style*/

}

#container #page b {/*Global b element style*/
   color: #000000;/*Define text color*/
}

/*End global text elements*/




/*Content text elements*/

#emoContentContainer a {/*Content link style*/
   color: #032860;
}

#emoContentContainer a:hover {/*Content link hover style*/
   color: #032860;/*Define text color*/
}

#emoContentContainer a:visited {/*Content link visited style*/
   color: #032860;/*Define text color*/
}

/*End content text elements*/




/*Main menu elements*/

ul.tabs li{
   width: 178px;
   height: 32px;
   background: url("images/nav-btn.png") no-repeat;
}

ul.tabs a {/*Define top-level buttons*/
   color: #FFF !important;/*Define color of button text*/
   height: auto !important;/*Required*/
   font: bold 15px/28px Arial,Helvetica,sans-serif !important; 
}

ul.tabs > li:hover a,
ul.tabs > li:hover > a,
ul.tabs > li.iehover > a {/*Define button rollover state*/
   background: url('images/nav-rollover.gif') no-repeat 150px 11px;
}

ul.tabs > li:hover > ul > li > a,
ul.tabs li.iehover li a {/*Define sub buttons*/
   background: url("images/nav-btn.png") no-repeat;
}
ul.tabs > li:hover > ul > li > a:hover,
ul.tabs > li:hover >ul > li:hover > a,
ul.tabs li.iehover li a:hover,
ul.tabs li.iehover li.iehover a {/*Define sub buttons rollover state*/
   background: url('images/nav-rollover.gif') no-repeat 150px 11px;
}

/*End main menu elements*/




/*Footer menu elements*/

ul.footer_links li a {
   color: #2b468e;/*Define text color*/
}
ul.footer_links li a:hover {
   color: #2b468e;/*Define text color*/
}

/*End footer menu elements*/




/*Misc elements*/

ul.footer_links,#social_network_div { /*Social Networking Widget*/
   padding: 0;
   margin: 0 auto;
}

.formsul li a { /*IRS Forms*/
   color:#2B468E;
}
.pubsul li a { /*IRS Publications*/
   color:#2b468e;
}

.archiveHeading { /*Monthly Newsletter Archive*/
   color: #2B468E;
}

#map,
.box { /*Contact Us Page boxes*/
   border-color: #2B468E !important;
}

/*End misc elements*/




/*Added rules*/

#leftmenu_area > ul.tabs{padding-left:21px!important;}/*Nav bar positioning*/

#copyright{margin:0!important;}/*Footer copyright line*/
