/*Structural elements*/

body {
   background:#0f1f40;
}

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

#container {/*2nd Container, put 'page stretch' here and set overall width*/
   background-image: url("images/midstretch.jpg");/*Define page stretch bg image, usually 1px height*/
   background-repeat: repeat-y;/*Stretch image down page, usually repeat-y*/
   width: 1000px !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;
   display: none;
}
#logo a {
   text-decoration: none;
}

#header {/*Container for header contents, specify total header height here*/
   background-image: url('images/header.jpg');/*Define bg image for header area*/
   height: 341px;/*Define height of header area, usually height of bg image*/
   width: 1000px !important;
}

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

#content {
   padding-left: 3px;
   width: 670px;
}

#emoContentContainer {
   padding: 0 14px;
}

#footer {/*Container for footer links*/
   background:url('images/footer.jpg') no-repeat ;/*Define bg image of footer*/
   width: 1000px !important;/*Define width of footer area, usually 100% or width of content*/
   height: 66px;/*Define height of footer area, usually height of bg image*/
   padding: 0;
   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 {
    margin-top: -5px;
}

ul.tabs a {/*Define top-level buttons*/
    border: medium none;
    color: #ffffff;
    display: block;
    font: 14px/38px Arial,Helvetica,sans-serif !important;
    height: auto !important;
    text-align: left;
    text-decoration: none;
    text-indent: 26px!important;
    width: 187px;
    background: url("images/button.jpg") no-repeat;
}

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

ul.tabs > li:hover > ul > li > a,
ul.tabs li.iehover li a {/*Define sub buttons*/
   background: url("images/button.jpg") 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/rollover.jpg') no-repeat;
}

#leftmenu_area ul.tabs li.dropdown-li ul.tabs {
   margin-left: 22px !important;
   margin-top: 3px;
}

/*End main menu elements*/




/*Footer menu elements*/

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

/*End footer menu elements*/




/*Misc elements*/

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

ul.footer_links {
   top: 27px;
   width: 1000px;
}

.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;
   display: none;
}/*Footer copyright line*/
