@import url("atf_text.css");
@import url("atf_images.css");
@charset "utf-8";
/* Global Baselines */
body {
color: #fff;
text-align: center;
margin: 0;
padding: 0;
background: #333 url(../media/images/page/slices/pagetop_tile_bg.jpg) repeat-x top;
font: 62.5% Arial, Helvetica, sans-serif;
}
input, select, th, td {
font-size: 1em;
}
a:link, a:visited {
color: #ccc;
}
a:hover, a:active {
color: #FF3300;
}
/* Page Structures */
#pageWrapper {
margin: 0;
padding: 0;
}
#header {
position: relative;
width: 973px;
height: 82px;
margin: 0 auto 0;
background: url(../media/images/page/slices/header_tile_bg.jpg) repeat-x;
}
#headerLogo {
position: absolute;
top: 0;
left: 298px;
width: 376px;
height: 82px;
}
#headerTaglineLeft, #headerTaglineRight {
position: absolute;
top: 30px;
height: 32px;
font-size: 13px !important;
font-style: italic;
font-weight: bolder;
color: #666;
}
#headerTaglineLeft {
left: 70px;
width: 215px;
background: url(../media/images/page/slices/integrity_tagline.jpg) no-repeat;
}
#headerTaglineRight {
right: 15px;
width: 275px;
background: url(../media/images/page/slices/accountability_tagline.jpg) no-repeat;
}
#navbar {
position: relative;
width: 973px;
height: 35px;
margin: 0 auto 0;
background: #000 url(../media/images/page/slices/navbar_tile_bg.jpg) repeat-x;
}
#navbarLeftCap, #navbarRightCap {
position: absolute;
top: 0;
width: 75px;
height: 35px;
}
#navbarLeftCap {
left: 0;
background: url(../media/images/page/slices/navbar_leftcap.jpg) no-repeat;
}
#navbarRightCap {
right: 0;
background: url(../media/images/page/slices/navbar_rightcap.jpg) no-repeat;
}
#contentWrapper {
background: url(../media/images/page/slices/content_tile_bg.jpg) repeat-y;
width: 973px;
min-height: 340px;
height: auto !important;
height: 340px;
margin: 0 auto 0;
}
#content {
width: 950px;
margin: 0 auto 0;
padding: 0;
}
#footer {
position: relative;
width: 973px;
height: 43px;
margin: 0 auto 0;
background: url(../media/images/page/slices/footer_tile_bg.jpg) repeat-x;
}
#footerLeftCap, #footerRightCap {
position: absolute;
top: 0;
width: 80px;
height: 43px;
}
#footerLeftCap {
left: 0;
background: url(../media/images/page/slices/footer_leftcap.jpg) no-repeat;
}
#footerRightCap {
right: 0;
background: url(../media/images/page/slices/footer_rightcap.jpg) no-repeat;
}
#bottomTagline {
position: relative;
top: -15px;
margin: 0 0 50px;
}
/* Misc. */
.clearBoth {
clear: both;
height: 1px;
}