/* $Id: shared.css,v 1.13 2015/07/31 13:48:25 sap Exp $ */

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #004631;
    font-family: arial, sans, helvetica;
    font-size: 14px;
    color: #333;
}

p {
    margin: 10px 0px 14px 0px;
}

a, a:visited {
    text-decoration: none;
}

a, a:visited, a:hover {
    color: #004631;
}

a, a:visited, a:hover {
    color: #004631;
}

#container {
    margin: 0px;
    width: 100%;
}

#header {
    width: 100%;
    color: #fff;
    border-bottom: 2px solid #004631;
}

#header a:hover,
#header a:visited,
#header a {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
}

#top_row {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
    border-bottom: 1px solid #22cd80;
}


/* header: banners */
#banner_row_wrapper {
    height: 339px; /* 340 banner */
    width: 100%;
    overflow: hidden;
    border-bottom: 50px solid #00ad67;
    background-position: center bottom;
}

#banner_row {
    height: 337px; /* 340 banner */
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #004631;
}

#banner_row_inner {
    width: 1000px;
    height: 564px;
    margin: 0px auto 0px auto;
    color: #fff;
}

#banner_caption {
    position: relative;
    top: 16px; /* 340 banner */
    left: 4px;
    color: #fff;
    font-size: 14px; /* 340 banner */
    font-weight: 700;
    text-shadow: 1px 1px 1px #777;
}

#banner_logo {
    position: relative;
    top: 67px; /* 340 banner */
    left: 0;
}

/* header: nav */
#nav_overlay {
    position: absolute;
    top: 321px; /* 340 banner */
    width: 100%;
    z-index: 11;
}

.nav_menu_item {
    background-color: #004631;
    width: 132px;
    width: 166px;
    height: 54px;
    border-radius: 12px;
    behavior: url(/css/pie/PIE.php);
    float: left;
    margin-right: 4px;
    display: table-row;
}

.nav_menu_item_i {
    width: 116px;
    width: 154px;
    height: 38px;
    padding: 8px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px; /* reduced */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.4px;
}

#search_box {
    position: relative;
    top: -74px;
    background-color: #004631;
    width: 321px;
    height:128px;
    border-radius: 12px;
    behavior: url(/css/pie/PIE.php);
    float: left;
    margin-right: 4px;
    display: table-row;
}

#search_box_i {
    width: 291px;
    height: 102px;
    padding: 13px 15px 13px 15px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.4px;
}

#search_box_i_connect {
    width: 291px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
}

#search_box_i_connect img {
    height: 35px;
    padding: 0px 0px 0px 3px;
    float: right;
}

#x-sk {
    width: 219px;
    height: 34px;
    margin: 6px 0px 0px 0px;
    padding: 0px 66px 0px 6px;
    font-size: 15px;
    background-image: url(../img/bg_text_input.png);
    background-repeat: repeat-x;
    color: #1C251C;
}

#search_button {
    position: absolute;
    top: 59px;
    left: 252px;
    width: 50px;
    height: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #BABABA;
    background: #fff;
    border: 1px solid #DFDFDF;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 3px;
    behavior: url(/css/pie/PIE.php);
    cursor: pointer;
}

#search_box_i_text {
    width: 291px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
}


/* main */
#main {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

#main_inner {
    width: 1000px;
    margin: 0px auto 0px auto;
    background: #fff;
}

.main_pad {
    width: 1000px;
    height: 8px;
    clear: both;
}

.main_row {
    width: 1000px;
    clear: both;
}


.yellowhead_box {
    float: left;
    margin: 20px 0px 20px 0px;
    box-shadow: 2px 1px 7px 4px #ADBCB8;
    border-radius: 2px;
    behavior: url(../css/pie/PIE.php);
    position: relative; /* needed for ie */
}

.interior_box {
    margin-top: 16px;
    width: 1000px;
}


.yellowhead_box_head {
    background-color: #fbde42;
    font-size: 25px;
    font-size: 23px; /* reduced */
    font-weight: 800;
    padding: 8px 2px 8px 2px;
    padding: 6px 2px 8px 2px; /* reduced */
    text-align: center;
    text-transform: uppercase;
    color: #004631;
}

.yellowhead_box_head h1 {
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
    padding: 0px 0px 0px 14px;
    margin: 0px;
    text-align: left;
}

.yellowhead_box_head a:hover,
.yellowhead_box_head a {
    color: #004631;
    text-decoration: none;
}

.yellowhead_box_text {
    padding: 14px;
}

.content {
}

.content h1, .content h2, .content h3 {
    color: #004631;
}

.content ul {
    margin: 16px 0px 16px 0px;
}

.content li {
    margin: 1px 0px 3px 22px;
}

.crumbs {
    margin: 6px 0px 0px 0px;
    font-size: 17px;
}

.crumbs span {
    font-size: 15px;
    padding: 0px 4px 0px 6px;
}

.crumbs a {
    text-decoration: none;
}


.interior_content {
    min-height: 260px;
}


.link_button {
    background-image: url(../img/bg_button.png);    
    background-repeat: repeat-x;    
    font-size: 14px;
    color: #004631;
    font-weight: 700;
    border-radius: 2px;
    cursor: pointer;
    padding: 6px;    
}

.large_button {
    background-image: url(../img/bg_button.png);    
    background-repeat: repeat-x;    
    font-size: 16px;
    color: #004631;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px;    
}





.result_row {
    border-top: 1px dotted #fafafa;    
    border-bottom: 1px dotted #dedede;    
    background-image: url(../img/bg_list_row.png);    
    background-repeat: repeat-x;    
}

.result_row.first {
    border-top: 1px dotted #dedede;    
}

.result_row .screencap .time {
    background: #000;    
    color: #fff;    
    width: 34px;
    height: 14px;
    padding: 0px 2px 0px 2px;
    text-align: center;
    position: absolute;    
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
}







/* footer */
#footer {
    background-color: #004631;
    border-top: 21px solid #00ad67;
    width: 100%;
    overflow: hidden;
}

#footer_inner {
    width: 1000px;
    min-height: 240px;
    margin: 0px auto 0px auto;
}

#footer_nav_row {
    width: 1000px;
/*     height: 80px; */
    float: left;
    clear: both;
}

.footer_nav_item {
    width: 200px;
    float: left;
    margin: 20px 0px 20px 0px;
    text-align: center;
}

.footer_nav_item div {
/*     margin: 0px auto 0px auto; */
    font-size: 17px;
    font-size: 16px;
    font-size: 15px; /* reduced */
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 30px 0px 30px;
    display: table-cell;
    vertical-align: bottom;
    vertical-align: middle;
    height: 60px;
    height: 46px;
}

.footer_nav_item a {
    color: #FBDE42;
    text-decoration: none;
}

#partner_row {
    width: 1000px;
    float: left;
    clear: both;
    margin-top: 16px;
}

#partner_row,
#partner_row a {
    color: #fff;
    text-decoration: none;
}

#partner_row_l {
    width: 500px;
    float: left;
}

#partner_row_l img {
    float: left;
    margin: 10px 14px 10px 0px;
}

#partner_row_r {
    width: 500px;
    float: left;
}

#partner_row_r img {
    float: left;
    margin: 0px 8px 10px 0px;
}

.small_foot {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.smaller_foot {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.big_foot {
    font-size: 15px;
    font-weight: 700;
}










#bugger {
    background-color: #efefef;
    margin: 4px;
    padding: 4px;
    font-size: 10px;
    color: #500;
}























