* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: black;
    background-image: url(assets/images/page-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    font-family: "tahoma","sans-serif";
    font-size: 12px;
}

a, a:hover, a:visited, a:active {
    color: #777777;
}

a:hover {
    color: #cac24f;
    text-decoration: none;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    width: 800px;
    background-image: url(assets/images/wrapper-bg.png);
    background-repeat: repeat-y;
}
 
.footer, .push {
    height: 4em;
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #313131;
    min-height: 172px;
    width: 100%;
    z-index:99;
}

#header {
    background-image: url(assets/images/bp-logo.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 165px;
    margin: 0px;
}

#menu {
    height: 31px;
    max-height: 31px;
    width: 800px;
    line-height: 29px;
    background-image: url(assets/images/menu-bg-2.jpg);
    background-repeat: repeat-x;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    height: 31px;
}

#menu li {
    display: inline;
    padding: 8px 0px 7px 0px;
}

#menu ul li a, #menu ul li a:hover, #menu ul li a:visited, #menu ul li a:active {
    font-size: 14px;
    color: #656565;
    text-decoration: none;
    padding: 0px 10px;
}

#menu ul li a:hover, #menu ul li.active a {
    color: #313131;
}

#menu ul li:hover, #menu ul li.active, #menu ul li.last active {
    background-image: url(assets/triangle-selected.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#submenu ul {
    margin: 0px;
    padding: 0px;
    height: 38px;
    line-height: 38px;
}

#submenu ul li {
    display: inline;
    padding: 8px 0px 7px;
    margin: 0px;
}

#submenu ul li a, #submenu ul li a:hover, #submenu ul li a:visited, #submenu ul li a:active {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 10px;
}

#submenu ul li a:hover, #submenu ul li a:active {
    color: #cccccc;
}

#submenu ul li.active a {
    color: #cccccc;
}

#twitter {
    float: right;
    width: 194px;
    min-height: 100px;
    background-color: #313131;
    background-image: url(assets/images/twitter-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    display: none;
/*     position: relative;  */
/*     top: 0px; */
/*     right: 0px; */
/*     z-index: 99; */
}

div.twtr-ft {
    display:none
}

div.twtr-tweet-text {
    padding-bottom: 36px;
}

#welcome {
    width: 1010px;
    min-height: 153px;
/*     float: left; */
    clear: both;
/*     position: relative; */
/*     top: 0px; */
/*     left: 0px; */
/*     z-index: 90; */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
}

#company-welcome {
    width: 1010px;
    min-height: 150px;
/*     float: left; */
    clear: both;
/*     position: relative; */
/*     top: 0px; */
/*     left: 0px; */
/*     z-index: 90; */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
}

#work-welcome {
    width: 1010px;
    min-height: 150px;
/*     float: left; */
    clear: both;
/*     position: relative; */
/*     top: 0px; */
/*     left: 0px; */
/*     z-index: 90; */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
}

#people-welcome {
    width: 1010px;
    min-height: 150px;
/*     float: left; */
    clear: both;
/*     position: relative; */
/*     top: 0px; */
/*     left: 0px; */
/*     z-index: 90; */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
}

#community-welcome {
    width: 1010px;
    min-height: 150px;
/*     float: left; */
    clear: both;
/*     position: relative; */
/*     top: 0px; */
/*     left: 0px; */
/*     z-index: 90; */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
}


#careers-welcome {
    width: 1010px;
    min-height: 150px;
/*     float: left; */
    clear: both;
/*     position: relative; */
/*     top: 0px; */
/*     left: 0px; */
/*     z-index: 90; */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
}

#contact-welcome {
    width: 1010px;
    min-height: 150px;
/*     float: left; */
    clear: both;
/*     position: relative; */
/*     top: 0px; */
/*     left: 0px; */
/*     z-index: 90; */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
}



#welcome-2 {
    width: 800px;
    min-height: 153px;
    float: left;
    clear: both;
}

#submenu {
    background-color: #5f5f5f;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    height: 38px;
    width: 770px;
    padding: 0px 15px;
}

#topstory {
    width: 800px;
    height: 273px;
/*     background-image: url(assets/images/topstory-bg-1.jpg); */
/*     background-repeat: repeat-x; */
    background-color: black;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #bbbbbb;
}

#content {
    width: 780px;
/*     min-height: 360px; */
    background-color: white;
    padding: 0px 10px 15px;
    position: relative;
    height: auto;
    height: 100%;
    overflow: auto;
    background-image: url(assets/images/topstory-bg-1.jpg);
    background-repeat: repeat-x;
    clear: both;
}

#content-sub {
    width: 750px;
/*     min-height: 360px; */
    background-color: white;
    padding: 25px 25px 0px;
    position: relative;
    height: auto;
    height: 100%;
    overflow: auto;
    font-size: 14px;
    color: #313131;
/*     clear: both; */
/*     min-height: 300px; */
}

#content-search {
    width: 750px;
/*     min-height: 360px; */
    background-color: white;
    padding: 25px 25px 0px;
/*     position: relative; */
    height: auto;
    height: 100%;
/*     overflow: auto; */
    font-size: 14px;
    color: #313131;
/*     clear: both; */
/*     min-height: 300px; */
}


#content-sub h3 {
    margin: 0px 0px 15px;
    color: #777777;
    font-size: 20px;
    font-weight: normal;
}

#content-sub h3 a, #content-sub h3 a:hover, #content-sub h3 a:active, #content-sub h3 a:visited {
    color: #cac24f;
    text-decoration: none;
}

#content-sub h3 a:hover {
    text-decoration: underline;
}

#content-sub p {
    margin-bottom: 15px;
    margin-top: 15px;
}

#content-border {
/*     border-top: 1px solid #ccc; */
    padding: 10px 5px;
}

#message {
    float: left;
    width: 800px;
    background-color: #313131;
    min-height: 150px;
/*     height: auto; */
}

#footer-wrapper {
    color: #b4b4b4;
    width: 775px;
    margin: 0px auto;
    padding-right: 0px;
    padding-left: 25px;
    padding-top: 22px;
    font-size: 10px;
    height: 172px;
    min-heighT: 172px;
/*     background-color: #2d2d2d; */
}

#footer-wrapper a, #footer-wrapper a:hover, #footer-wrapper a:visited, #footer-wrapper a:active {
    color: #b4b4b4;
    text-decoration: none;
    text-transform: uppercase;
}

#footer-wrapper a:hover {
    color: white;
}

#site-map {
    width: 115px;
    float: left;
}

#quick-links {
    width: 177px;
    float: left;
    padding-right: 16px;
    border-right: 1px solid #b4b4b4;
}

#search-wrapper {
    float: left;
    padding-left: 24px;
    text-align: center;
    width: 390px;
}

#search {
    background-image: url(assets/images/search-bg.png);
    background-repeat: no-repeat;
    width: 322px;
    height: 32px;
    font-size: 16px;
    color: #2d2d2d;
    padding-top: 0px; 
    text-align: left;
    padding-left: 100px;
}


#search2 {
    width: 622px;
/*     height: 32px; */
    font-size: 16px;
    color: #2d2d2d;
    padding-top: 0px; 
    text-align: left;
/*     padding-left: 100px; */
}

#search2 #ajaxSearch_form {
    padding-left: 100px;
    background-image: url(assets/images/search-bg-3.png);
    background-repeat: no-repeat;
    min-height: 36px;
    margin: 0px 0px 10px;
    padding-top: 2px;
}

#search2 #ajaxSearch_form fieldset {
    border: 0px;
    height: 29px;
    padding: 0px;
    margin: 0px;
}

#search2 .ajaxSearch_resultsInfo, #search2 .ajaxSearch_paging, #search2 .ajaxSearch_result, #search2 .ajaxSearch_input, #search2 .ajaxSearch_submit {
    background: transparent;
}

#submenu-search {
    background-image: url(assets/images/search-bg.png);
    background-repeat: no-repeat;
    width: 322px;
    height: 32px;
    font-size: 16px;
    color: #2d2d2d;
    padding-top: 0px; 
    text-align: left;
    padding-left: 100px;
    position: relative;
    top: 50px;
    left: 0px;
}

#ajaxSearch_form {
    width: 330px;
    border: 0px;
}

#ajaxSearch_form fieldset {
    border: 0px;
    height: 32px;
    padding: 0px;
    margin: 0px;
}

#ajaxSearch_input {
    width: 268px;
    height: 30px;
    background-image: none;
    border: none;
    font-size: 16px;
}

#search2 #ajaxSearch_input {
    width: 268px;
    height: 26px;
    background-image: none;
    border: none;
    font-size: 16px;
}

#ajaxSearch_submit {
    margin: 1px 0px 0px 15px;
    background: transparent;
    border: none;
    color: transparent;
    width: 33px;
    height: 32px;
    padding: 0px;
    cursor: pointer;
}

.ajaxSearch_resultLink {
/*     display: none; */
}

#pics {
    width: 392px;
    float: left;
    margin-right: 20px;
}

#video {
    width: 368px;
    float: left;
    height: auto;
}

#spacer {
    min-height: 172px;
    width: 1010px;
    background-image: url(assets/templates/current/wrapper-bg.png);
    background-repeat: repeat-y;
    margin: 0px auto;
}

.push {
    background-image: url(assets/templates/current/wrapper-bg.png);
    background-repeat: repeat-y;
}

table.gallery img {
    padding: 5px;
    border: 1px solid #cccccc;
}

#addThis {
    position: relative;
    top: 18px;
    left: -160px;
}

.brown-links img {
    padding: 5px;
    border: 1px solid #cccccc;
/*     margin: 10px; */
}

.brown-links a, .brown-links a:hover, .brown-links a:visited, .brown-links a:active {
    color: #c0b64d;
} 

.news h3 {
    padding-top: 15px;
}

ul.news li div.hr {
    padding-top: 5px;
}

ul.news {
    margin: 0px 20px 0px 20px;
    padding: 0px;
}

#commentsAnchor h2 {
    font-size: 16px;
    font-weight: normal;
    color: #777777;
}

div.hr {
background-color: #777777;
height: 1px;
margin-bottom: 20px;
}

div.hr hr {
  display: none;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #f9e64c;
    color: #313131;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #f9e64c;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

h2 {
    font-weight: normal;
}

div.h1h3 h3 {
    display: none;
}

div.h1h3 {
    margin-top: 10px;
}

table.img_border img {
    border: 1px solid #cccccc;
}

h4 {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: normal;
}

div.form_description h2 {
    display: none;
}
