/* CSS Document */
/* CSS by Lars Zimmermann */
/* www.artworx3d.de */
/* Last change: November 2nd, 2008 */
/* CSS resetting work is done by famous Eric Meyer ------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background-repeat: no-repeat;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #5d6168;
}

#main {
    margin: 0 auto;
    width: 780px;
}

#logo {
    margin: 50px 0 30px 0;
}

/* *************** NAVIGATION *************** */
#nav {
    float: left;
    width: 120px;
}

#nav ul {
    margin-top: 14px;
    list-style-type: none;
}

#nav ul li {
    clear: left;
    float: left;
}

#nav ul li a {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #5d6168;
    padding: 5px 0;
}

#nav ul li a:hover {
    color: #4f91cd;
}

#home .home a, #about_us .about_us a, #our_work .our_work a, #our_work_management .our_work a, #our_work_coaching .our_work a, #our_work_consultancy .our_work a, #our_clients .our_clients a, #news .news a, #join_us .join_us a, #get_in_touch .get_in_touch a {
    color: #4f91cd;
}

#our_work .ow_onetoone a, #our_work_coaching .ow_coaching a, #our_work_management .ow_management a, #our_work_consultancy .ow_consultancy a {
    color: #fcb034;
    /*font-weight:bold;*/
}

/* *************** CONTENT *************** */
#content_area {
    float: left;
    width: 640px;
}

#content {
    float: left;
    background: #eff3fa;
    padding: 18px;
}

#content_left {
    float: left;
    width: 300px;
}

#content_right {
    float: right;
    width: 250px;
    margin-left: 50px;
}

#archive {
    float: right;
    width: 250px;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: 23px;
    background-color: #FFF7EA;
    padding: 10px;
}

#archive a {
    margin: 0px;
    color: #4f91cd;
}

.box {
    background: #5d6168;
    color: white;
    margin-bottom: 10px;
}

.box_text {
    padding: 5px 10px;
}

.photo {
    margin-top: 20px;
}

.justify {
    text-align: justify;
}

.blue h1.noBorder {
    border-bottom: 0px;
}

h1.blue {
	border-bottom-color:#4f91cd;
}

.return {
    text-align: right;
    display: block;
    margin-top: -10px;
}

a.casestudy {
    color: #FCB034;
    margin-left: 20px;
}

a.casestudy:hover {
    color: #4f91cd;
}

/* *************** HTML TAGS *************** */
p {
    margin-bottom: 10px;
}

a {
    color: #4f91cd;
    text-decoration: none;
}

a:hover {
    color: #fcb034;
}

cite {
    font-size: 90%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
    border-bottom: 1px solid #5d6168;
}

#content_right h1 {
}

.blue, .blue p {
    color: #4f91cd;
}

.blue h1 {
    color: #4f91cd;
    border-bottom: 1px solid #4f91cd;
}

.orange, .orange p {
    color: #fcb034;
}

strong.orange {
	  color: #4f91cd;
	  margin-right: 1px;
	  font-weight: 600;
}

.orange h1 {
    color: #fcb034;
    border-bottom: 1px solid #fcb034;
}

h2 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 24px;
}

#content_right ul {
    list-style-type: none;
}

#content_right ul.list {
    list-style: disc;
    margin-left: 15px;
}

#content_right ul.list li {
    margin-bottom: 6px;
}

#content_left ul li {
    margin: 0 0 6px 15px;
}

#content ol {
    margin-left: 20px;
}

#content ol li {
    margin-bottom: 8px;
}

.article {
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* *************** FOOTER *************** */
#footer {
    clear: both;
    float: left;
    text-align: center;
    width: 650px;
    padding-bottom: 50px;
}

#footer ul {
    float: left;
    list-style-type: none;
    margin-top: 15px;
    padding: 0 10px;
    display: inline;
    width: 640px;
}

#footer ul li {
    float: left;
    font-size: 9px;
    color: #5d6168;
    padding: 0 6px;
    border-right: 1px solid #848992;
}

#footer ul li.no_border {
    border: 0;
}

#footer ul li.right {
    float: right;
    margin-right: 18px;
}

#footer ul li.no_border a {
    text-transform: lowercase;
}

#footer ul li a {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #5d6168;
    text-transform: uppercase;
}

#footer ul li a:hover {
    color: #fcb034;
}


