/*Structural elements*/

body {
   background: #637CA6;
}

#precontain {/*Overall container, put 'top' background here*/
   
}

#container {/*2nd Container, put 'page stretch' here and set overall width*/
   width: 955px !important;/*Required, overall width of site, usually width of stretch bg image*/
   background: url(images/midstretch.jpg) repeat-y;
}

#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: 40px 0 0 90px;
   text-align:left;
}
#container #page #logo * {
   font-family: "Times New Roman", Times, serif;
   font-weight: normal;
   text-transform: uppercase;
}
#logo a {
   text-decoration: none;
}

#container #page #logo a h1 {
   font-size: 36px;
   text-transform:uppercase;
}
#container #page #logo #subHeader {
   color: #EEEEEE;
   padding-left: 50px;
   font-size: 14px;
}

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

#leftmenu_area {/*Container for left menu, minicontent, and services menu*/
   width: 205px;/*Define width of container, usually ~20% of page width*/
   background-repeat:no-repeat;
}

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

#emoContentContainer {
   padding: 0 14px;
}

#footer {/*Container for footer links*/
   background:url('images/footer.jpg') 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: #212C62;
}

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

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

#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: #212C62;
}

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

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

/*End content text elements*/




/*Main menu elements*/

ul.tabs li{
   width: 143px;
   height: 27px;
   border-bottom: 7px solid transparent;
}

ul.tabs a {/*Define top-level buttons*/
   color: #FFF !important;/*Define color of button text*/
   height: auto !important;/*Required*/
   font: 16px/28px Arial,Helvetica,sans-serif !important;
   background: url(images/button_off.jpg) no-repeat;
   
   text-align:center;
   text-indent: 0;
}

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

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

/*End main menu elements*/




/*Footer menu elements*/

ul.footer_links li a {
   color: #212C62;/*Define text color*/
}
ul.footer_links li a:hover {
   color: #212C62;/*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 {
   width: 600px;
}

.formsul li a { /*IRS Forms*/
   color:#212C62;
}
.pubsul li a { /*IRS Publications*/
   color:#212C62;
}

.archiveHeading { /*Monthly Newsletter Archive*/
   color: #212C62;
}

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

/*End misc elements*/




/*Added rules*/

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

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