body,
div,
p,
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Open Sans","Trebuchet MS", Helvetica, sans-serif;
    color: white;
}
a {
    text-decoration: none;
}
body {
    background: rgb(25, 25, 25);
}
.body_container {
    margin: 76px auto 0 auto;
    width: 1024px;
    display: none;
}
.header {
    height: 76px;
    margin: 0 auto;
    text-align: center;
    width: 1024px;
} 
nav {
	clear: both;
	height: auto;
    margin: 0 auto;
	overflow: hidden;
    width: 1024px;
}
.menu_area {
    margin: 10px 30px 10px 10px;
    width: 585px;
    line-height: 55px;
    text-align: right;
    vertical-align: bottom;
    display: inline-block;
    float: left;
}
.menu_area a {
    padding: 0 50px;
    text-decoration: none;
}
.hero_area {
    margin-bottom: 30px;
    padding: 101px 15px 25px 15px;
    width: 994px;
    height: 226px;
    vertical-align: bottom;
    text-align: center;
}
.year_area {
    margin: 0 13px 13px 13px;
    width: 998px;
    height: 14px;
    background: repeat-x center url('../images/line_dot.png');
}
.bubble_arrow_inner_area {
    margin: auto;
    width: 1024px;
}
.bubble_arrow_outer_area {
    width: 100%;
    height: 24px;
    background: repeat-x bottom url('../images/line_dot.png');
}
.work_details {
    margin: 0 auto;
    padding: 20px 0;
    width: 1024px;
    display: none;
}
.header_container {
    background: rgb(150, 54, 52);
    height: 76px;
    position: fixed;
    top: 0;
    width: 100%;
}
.nav_container {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 76px;
    width: 100%;
}
.detail_area {
    background: #242424;
}
footer {
    text-align: center;
    height: 100px;
}
.footer_area {
    margin: 0 auto;
    width: 1024px;
    font-size: 10px;
    color: gray;
}
.comp_logos {
    font-size: 12px;
    margin: 10px 20px;
    cursor: pointer;
}
.chart_logo {
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
}
.comp_name_row {
    margin-bottom: 50px;
    display: inline-block;
}
.work_row {
    text-align: center;
    margin-bottom: 50px;
    width: 1024px;
    display: inline-block;
}
.left_column {
    width: 400px;
    display: inline-block;
    text-align: right;
}
.right_column {
    margin-left: 80px;
    display: inline-block;
}
/* Define Symbols*/

.rhg_logo {
    background: no-repeat url('../images/rhg_logo.png');
    display: inline-block;
    height: 55px;
    margin: 10px;
    vertical-align: middle;
    width: 79px;
}
.rhg_typo {
    display: inline-block;
    font-size: 32px;
    line-height: 76px;
    vertical-align: middle;
    width: auto;
}
.arrow {
    margin: 0 0 0 5px;
    width: 28px;
    height: 24px;
    background: no-repeat url('../images/bubble_arrow.png');
    display: block;
}
.clear {
    clear: both;
    width: 0;
    height: 0;
    display: block;
}
.end_line {
    width: auto;
    height: 1px;
    background: white;
}
.white_dot {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: white;
    display: inline-block;
    cursor: pointer;
}
.menu_item {
    color: #bbbbbb;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    width: 25%;
}
.menu_item:hover {
    color: white;
}
.hero_text {
    width: 300px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
}
.hearo_outer {
    background: no-repeat url('../images/main_hero_bg.jpg');
}
