@font-face {
    font-family: DaxWeb;
    src: url("DaxWeb.eot");
}

@font-face {
    font-family: DaxWeb-Bold;
    src: url("DaxWeb-Bold.eot");
}

@font-face {
    font-family: DaxWeb;
    src: url("DaxWeb.woff") format("woff");
}

@font-face {
    font-family: DaxWeb-Bold;
    src: url("DaxWeb-Bold.woff") format("woff");
}

/*common*/

.top,
.wrap {
    font-family: Arial;
    font-size: 14px;
    line-height: 19px;
}

.top {
    font-size: 13px;
}

b, strong {
    font-weight: bold;
}

a {
    color: #0091b4;
    text-decoration: underline;
}

h1 {
    font-family: DaxWeb, Arial;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #dedc1e;
}

h2 {
    font-family: DaxWeb, Arial;
    font-size: 26px;
    line-height: 29px;
    color: #dedc1e;
    margin-bottom: 10px;
}

/*slideshow*/

.slideshow h3 {
    font-family: DaxWeb, Arial;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}

.slideshow p {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}

/*team*/

.team_member h3 {
    font-family: DaxWeb, Arial;
    font-size: 26px;
    line-height: 29px;
    color: #dedc1e;
    margin-bottom: 10px;
}

/*content*/

.image img {
    display: block;
    margin-bottom: 25px;
}

.content p img {
    display: block;
    margin-bottom: 25px;
}

/*menu*/

/*main*/

ul.main_menu li a {
    text-decoration: none;
    font-family: DaxWeb, Arial;
    font-size: 22px;
    color: #282828;
}

ul.main_menu li.section a,
ul.main_menu li.current a {
    /*font-weight:bold;*/
}

/*meta*/

ul.meta_menu li a {
    text-decoration: none;
    line-height: 25px;
    color: #282828;
}

ul.meta_menu li.current a,
ul.meta_menu li.section a,
ul.meta_menu li a:hover {
    color: #777776;
}

/*sidebar*/

.sidebar h3 {
    font-family: DaxWeb, Arial;
    color: #282828;
    font-size: 26px;
    line-height: 29px;
}

.sidebar p {
    font-size: 13px;
}

/*footer*/

.footer,
.footer a {
    text-decoration: none;
    color: #777776;
}
