/* CSS Document */
body {
    font-family: Arial;
    color: #565656; /*background-color: #ffffff;*/
    background-color: #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 100%;
}

h1 {
}

h2 {
}

h3 {
    font-weight: normal;
    color: #00a890;
    font-size: 100%;
}

h4 {
}

h5 {
}

h6 {
}

p {
    color: #565656;
}

a {
}

a:hover {
}

a:visited {
}

ul {
}

ul li {
}

ul li a {
}

ul li a:hover {
}

ul li a:visited {
}

#master_container {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    background-position: 50% 50%;
    padding: 0px 0px 0px 0px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1px;
    font-size: 80%;
}

#header_container {
    width: 980px;
    padding-top: 15px;
    margin: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 3px;
}

#header_container #header_logo img {
    float: left;
    padding-left: 2px;
    margin: 0;
    border: 0;
}

#header_service_nav {
    margin: 0;
    float: right;
    color: #565656;
    font-size: 85%
}

#header_service_nav a {
    text-decoration: none;
    color: #565656;
}

#header_service_nav a:visited {
    text-decoration: none;
    color: #565656;
}

#header_service_nav  a.selected {
    text-decoration: none;
    font-weight: bold;
    color: #00a890;
}

#header_service_nav  a.selected {
    text-decoration: none;
    font-weight: bold;
    color: #00a890;
}

#header_service_nav  select {
    text-decoration: none;
    color: #565656;
    font-size: 80%;
}

#header_prime_nav {
    width: 980px;
    clear: both;
}

#header_prime_nav_search {
    float: right;
    width: 200px;
    height: 33px;
    overflow: hidden;
    background: blue url(searchback.gif) center center repeat-x;
    padding: 0;
    margin: 0;
    font-size: 80%;
}

#header_prime_nav_search input {
    padding: 0;
    margin-left: 16px;
    font-size: 90%;
    margin-top: 6px;
    width: 140px
}

#header_prime_nav_search a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding: 5px;
    margin: 0;
}

#header_prime_nav_login {
    clear: both;
    width: 980px;
    color: #322e2f;
    font-size: 80%;
    overflow: hidden;
    background: #dcdcdc;
}

#header_prime_nav_login .right {
    float: right;
    margin: 0;
    padding: 0;
    margin: 6px;
    margin-right: 40px;
}

#header_prime_nav_login .right input {
    margin-left: 12px;
    font-size: 95%;
    width: 140px;
}

#header_prime_nav_login .left {
    float: left;
    margin: 0;
    padding: 0;
    margin: 8px;
    margin-left: 20px;
}

#content_container {
    width: 980px;
    clear: both;
    padding: 0px;
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 15px;

}

#home_content_c1 {
    float: left;
    width: 210px;
    overflow: hidden; /*IE Fix*/
}

#home_content_c2 {
    float: right;
    width: 770px;
    overflow: hidden; /*IE Fix*/
}

#content_service_nav {
}

#content_news_nav {
    width: 175px;
    border-bottom: 1px #00a78f solid;
    overflow: hidden; /*IE Fix*/
}

#content_news_nav .story {
    padding: 5px;
    border-bottom: 1px #dcdcdc solid;
    display: block;
}

#content_news_nav .date {
    color: #000000;
    display: block;
    font-size: 80%;
    float: left;
}

#content_news_nav .link a {
    width: 165px;
    color: #00a78f;
    display: block;
    text-decoration: none;
    font-size: 80%;
}

#content_news_nav .link a:hover {
    background: #ebecec;

}

#home_content_flash {
    z-index: inherit;
}

#home_content_platform_container {
    padding-top: 10px;
    height: 260px;
    padding-bottom: 20px;
    position: relative;
}

#home_content_platform_0 {
    width: 193px;
    height: 230px;
    background: url(panel1bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

#home_content_platform_1 {
    width: 193px;
    height: 230px;
    background: url(panel1bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

#home_content_platform_2 {
    width: 192px;
    height: 230px;
    background: url(panel2-3bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

#home_content_platform_3 {
    width: 192px;
    height: 230px;
    background: url(panel2-3bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

#home_content_platform_4 {
    width: 193px;
    height: 230px;
    background: url(panel4bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

.platform_header {
    padding-bottom: 11px;
    padding-right: 20px;
    padding-top: 23px;
    padding-left: 36px;
    font-size: 120%;
    color: #00a890;
    display: block;
    background: url(rightchev.gif) no-repeat 20px 24px;
}

.platform_content {
    font-size: 86%;
    color: #565656;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.platform_link {
    background: url(arrowbullet.gif) no-repeat 5px center;
    font-size: 85%;
    position: inherit; /*for mgmt stage*/
    /*position:absolute;/* for dlvry stage*/
    font-weight: bold;
    color: #000000;
    bottom: 62px;
}

.platform_link a {
    padding-left: 18px;
    text-decoration: none;
    color: #000000;
}

.platform_link a:hover {
    text-decoration: underline;
    color: #000000;
}

.platform_link span {
    padding-left: 18px;
}

.platform_link span a {
    padding-left: 0px;
}

#footer {
    clear: both;
    width: 980px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 70%;
    color: #565656;
    border-top: 1px #e4e5e5 solid;
    margin-top: 20px;
}

#footer .grn {
    color: #00a890;
}

#footer .privacy {
    float: right;
}

#footer .privacy a {
    text-decoration: underline;
    color: #565656;
}

/* Three Column */
#three_col_container {
    float: right;
    width: 770px;
    overflow: hidden; /*IE Fix*/
}

#three_col_c2 {
    float: left;
    width: 550px;
    padding-right: 20px;
    overflow: hidden; /*IE Fix*/
}

#three_col_c3 {
    float: right;
    width: 200px;
    overflow: hidden; /*IE Fix*/
}

#three_col_c3 #contacts {
    font-size: 90%;
    width: 168px;
    border: 1px #e8e8e8 solid;
    padding: 15px;
    padding-top: 12px;
    margin-top: 15px;
    background: #f0f0f0;
}

#three_col_c3 .header {
    font: 16px Arial;
    color: #00a890;
    margin-bottom: 10px;
    padding: 0px;
}

#three_col_c3 #contacts a {
    color: #00a890;
    text-decoration: underline;
}

#three_col_c3 #contacts a:hover {
    color: #00a890;
}

#three_col_c3 #rel_links {
    margin-top: 10px;
    font-size: 90%;
    width: 169px;
    border-left: 1px #e8e8e8 solid;
    padding: 15px;
    padding-top: 14px;
}

#three_col_c3 #rel_links .rel_link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#three_col_c3 #rel_links .rel_link ul li {
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#three_col_c3 #rel_links .rel_link ul li a {
    color: #000000;
    background: url(arrowbullet.gif) no-repeat center left;
    display: block;
    padding: 2px 0;
    padding-left: 15px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;

}

#three_col_c3 #rel_links .rel_link ul li a:visited {
    color: #000000;
}

#three_col_c3 #rel_links .rel_link ul li a:hover {
    color: #00ad94;
    background-color: #F3F3F3;
}

#three_col_c2 #n_header {
    width: 548px;
    margin-top: 15px;
    height: 46px;
    background: url(2colheader.jpg) no-repeat top left;
    padding: 0px;
}

#three_col_c2 #n_header_sub {
    border-top: 1px solid #80d5c9;
    border-bottom: 1px solid #80d5c9;
    width: 528px;
    background: #00ad94;
    padding: 10px;
}

#three_col_c2 #n_header_sub p {
    color: #ffffff;
}

#three_col_c2 #n_header p {
    clear: both;
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}

.news_img {
    float: left;
    width: 80px;
    padding: 6px 0px 19px 1px; /*display: block;*/
}

.news_img img {
    border: 1px #00a890 solid;
}

.headline {
    float: right;
    width: 458px;
    padding: 10px 0px 0px 0px; /*margin-top: 20px;*/
    color: #00a890; /*font-size: 120%;*/
    font-weight: bold; /*display: block;*/
    clear: both;
}

.date {
    /*padding: 0;*/
    /*display: block;*/
    width: 458px;
    color: #565656; /*font-size: 100%;*/
    font-weight: bold;
    float: right;
}

.storyd {
    width: 550px;
}

.storyd p {
    color: #565656;
    float: right;
    width: 458px;
    margin: 3px 0px 0px 0px; /*padding: 0px;*/
    /*display: block;*/
    /*padding-top: 10px;*/
    /*font-size: 90%;*/
}

.storyd p a {
    color: #00A78F;
}

#three_col_c2 p a {
    color: #00A78F;
}

.articled p {
    padding: 0px;
    display: block;
    padding-top: 10px;
    color: #565656;
    font-size: 90%;
}

.articled p a {
    color: #00A78F;
}

.c3_logo {
    margin: 10px;
    border: 1px #e4e5e5 solid;
    text-align: center;
}

.c3_logo img {
    border: 0;
}

.c3_logo a {
    color: #565656;
    text-decoration: none;
}

.service_img {
    float: left;
    width: 80px;
    padding: 19px;
    display: block;
}

.service_img img {
    border: 1px #00a890 solid;
}

.service_headline {
    float: right;
    width: 430px;
    padding: 0;
    margin-top: 20px;
    color: #00a890;
    font-size: 120%;
    font-weight: bold;
    display: block;
}

.serviced p {
    padding: 0px;
    float: right;
    width: 430px;
    color: #565656;
    font-size: 90%;
}

.serviced {
    display: block;
    min-height: 120px;
}

#service_content_platform_container {
    padding-top: 5px;
    height: 260px;
    padding-bottom: 5px;
    position: relative;
}

#service_content_platform_1 {
    width: 193px;
    height: 230px;
    background: url(service_panel1bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

#service_content_platform_2 {
    width: 192px;
    height: 230px;
    background: url(service_panel2-3bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

#service_content_platform_3 {
    width: 192px;
    height: 230px;
    background: url(service_panel2-3bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

#service_content_platform_4 {
    width: 193px;
    height: 230px;
    background: url(service_panel4bk.gif) no-repeat top left;
    float: left;
    display: inline;
}

/* service platform links */

/* CSS Document */
.service_platform_menu {
    padding: 2px;
}

.service_platform_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

.service_platform_menu ul li {
    padding-bottom: 2px;
}

.service_platform_menu ul li a {
    color: #000000;
    background: url(arrowbullet.gif) no-repeat center left;
    display: block;
    padding: 2px 0;
    padding-left: 10px;
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
    font-size: 90%;
}

.service_platform_menu_ul_li_a {
    color: #000000;
    background: url(arrowbullet.gif) no-repeat center left;
    display: block;
    padding: 2px 0;
    padding-left: 10px;
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
    font-size: 90%;
    float: left;
    clear: both;
}

.service_platform_menu ul li a:hover {
    color: #00ad94;
    background-color: #F3F3F3;
}

.storyLink {
    color: #00A78F;
}

.shippyform {
    margin: 0px;
    padding: 0px;
}

#pagination ul {
    border: 0px;
    margin: auto;
    padding: 0px;
}

#pagination li {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    list-style: none;
}

#pagination a {
    border: solid 1px #DDDDDD;
    margin-right: 2px;
}

#pagination .previous-off, #pagination .next-off {
    color: #666;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 4px;
}

#pagination .next a, #pagination .previous a {
    font-weight: bold;
    border: solid 1px #FFF;
}

#pagination .active {
    color: #00A78F;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
}

#pagination a:link, #pagination a:visited {
    color: #00A78F;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination a:hover {
    border: solid 1px #666;
}

/* Search Results Style */

#searchresults {
    float: right;
}

#searchresults #s_header {
    width: 764px;
    margin-top: 15px;
    height: 46px;
    background: url(searchheader.jpg) no-repeat top left;
    padding: 0px;
}

#searchresults #s_header p {
    clear: both;
    font-wieght: normal;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}

#searchresults  p.ysearch {
    font-size: 1.1em;
    color: #00a890;
}

#searchresults a {
    color: #565656;
    text-decoration: none;
    font-weight: bold;
}

#searchresults .pages {
}

#searchresults .pages a {
    color: #00a890;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

#searchresults .pages a:hover {
    color: #565656;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

/* Additional CSS Styles for Client Portal */

.toplist {
    background: white;
    margin: 0;
    padding: 0;
    width: 550px;
}

#reporthead {
    margin-bottom: 0px;
}

.childlist {
    font-weight: bold;
    margin: 0px;
    /*background: white url(bg_underline.GIF) repeat;
    height:20px;*/
}

.childlist:hover {
    cursor: pointer;
}

.grandchildlist {
    background: white;
    color: black;
    font-weight: normal;
    margin: 0;
    padding-left: 40px; /*float:none;*/
}

.greatgrandchild {
    background: white;
}

.tc3_hdr {
    /*background:url("indentbg.gif") repeat-x scroll center center transparent; */
    background-color: #00a890;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    margin: 4px;
}

/* Added by GN */
#home_content_flash_collab {
    width: 100%;
    text-decoration: none;
}

#home_content_flash_collab table {
    width: 770px !important;
    text-decoration: none;
}

.epi-dataTable a {
    color: #00A78F;
}

