﻿html, body
{
    color: #59686e;
    font-family: Calibri, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}

a
{
    color: #59686e;
}

img
{
    border: none;
}

#header
{
    background-color: #003975;
    min-width: 965px;
}

#header_menu
{
    border-bottom: solid 1px #6e8cac;
    height: 108px;
}

#header_menu a
{
    color: #ffffff;
    text-decoration: none;
}

#header_menu a:Hover
{
    color: #f58220;
}

#header_links
{
    float: right;
    padding: 5px 5px 0px 0px;
}

#header_links #contact_number
{
		color: #f58220;
		font-size: 1.5em;
		font-weight: bold;
		text-align: right;
}

#header_image
{
    background-color: #000000;
    height: 241px;
}

#header_image img
{
    position: absolute;
}

#content_top
{
    background: url( '../images/bg_content-top.png' ) repeat-x;
    margin-bottom: 11px;
    min-width: 965px;
}

#content_bottom
{
    background: url( '../images/bg_content-bottom.png' ) repeat-x bottom;
}

#content
{
    float: left;
    margin: 33px 0px 0px 0px;
    position: relative;
    width: 623px;
    z-index: 1;
}

#content a
{
    color: #f58220;
    font-weight: bold;
    text-decoration: none;
}

#content a:Hover
{
    text-decoration: underline;
}

#left_panel
{
    float: left;
    margin: 33px 33px 0px 0px;
}

#submenu_main
{
    background: url( '../images/bg_submenu.png' ) repeat-y;
    position: relative;
    z-index: 1;
}

#submenu_main div.selected
{
    background: url( '../images/pic_submenu_arrow.png' ) no-repeat 15px 7px;
    color: #f58220;
    font-weight: bold;
    padding: 4px 15px 4px 26px;
}

#submenu_main div
{
    padding: 4px 15px 4px 15px;
}

#submenu_main div a
{
    text-decoration: none;
}

#submenu_main div.selected a
{
    color: #f58220;
}

#submenu_main div a:Hover
{
    color: #f58220;
}

#submenu_main div.selected a:Hover
{
    text-decoration: underline;
}

#footer
{
    border-top: solid 2px #ecf0f1;
    padding: 16px 0px 16px 0px;
}

.main
{
    margin: 0px auto 0px auto;
    width: 949px;
}

#bottom_panel
{
    padding: 0px 0px 33px 0px;
}

.menu_item
{
    float: left;
    margin-right: 20px;
}

.paragraph
{
    padding-bottom: 15px;
}

.orange
{
    color: #f58220;
}

.clear
{
    clear: both;
    height: 0px;
}

.section_title
{
    background: url( '../images/bg_section_title.png' ) repeat-x;
    color: White;
    font-size: 1.15em;
    font-weight: bold;
    height: 27px;
    padding: 6px 8px 6px 8px;
    width: 609px;
}

.field_label
{
    float: left;
    line-height: 22px;
    margin: 10px 25px 0px 0px;
    text-align: right;
    width: 170px;
}

.field_value
{
    float: left;
    margin: 10px 0px 0px 0px;
    width: 420px;
}

.education .field_value>div
{
    float: left;
    margin-right: 15px;
    width: 92px;
}

.personal_information .field_label
{
    width: 330px;
}

.personal_information .field_value
{
    width: 260px;
}

.personal_information .field_value textarea
{
    width: 262px;
}

.field_value input[type=text]
{
    height: 14px;
    width: 252px;
}

.field_value textarea
{
    height: 42px;
    width: 252px;
}

.field_value select
{
    font-size: 0.9em;
    height: 20px;
    margin-top: 1px;
    width: 98px;
}

.education input[type=text]
{
    height: 14px;
    width: 92px;
}