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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #818181;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

a {
    color: #ba6758;
    text-decoration: none;
}

a:hover, a.active {
    color: #38657d;
}

input:focus {
    outline: none;
}

#container {
    width: 1094px;
    margin: 0px auto;
    text-align: left;
    background: url("../images/main_shadow.png") repeat-y left top;
}

#container #top_shadow {
    background: url("../images/top_shadow.png") no-repeat left top;
}

#container #bottom_shadow {
    background: url("../images/bottom_shadow.png") no-repeat left bottom;
    padding: 0px 46px;
}

#header {
    position: relative;
    padding: 5px 25px 10px 170px;
    text-align: right;
    min-height: 115px;
}

#logo {
    position: absolute;
    top: 17px;
    left: 40px;
}

.contact {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 50px;
}

.contact big {
    font-size: 14px;
    line-height: 16px;
}

.red {
    color: #ba6758;
}
.darkRed {
	color: #b96355;
}

.navigation {
    font-size: 14px;
}

.navigation a {
    margin: 0px 18px;
}

.navigation a:last-child {
    margin-right: 0px;
}

.flash_banner {
    background: #cccccc url("../images/flash_banner_top.gif") repeat-x left top;
    padding-top: 8px;
}

.flash_banner_layer2 {
    background: url("../images/flash_banner_bottom.gif") repeat-x left bottom;
    padding-bottom: 8px;
}

.box_content {
    padding: 20px 42px;
}
.box_content_home {
	margin-left:20px;
    width:957px; 
    height:502px;
    background-image: url('../images/home_bg.jpg');
    background-repeat: no-repeat;
    padding: 0px 42px 0 42px;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    color: #38657d;
    border-bottom: solid 1px #dad9d8;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h3 {
    font-size: 28px;
    font-weight: normal;
    color: #38657d;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 {
    font-size: 28px;
    font-weight: normal;
    color: #38657d;
    margin-bottom: 30px;
}

p {
    line-height: 16px;
    font-size: 14px;
}

.home_slogan {
    padding-left: 290px;
}

.home_slogan .author {
    font-size: 10px;
    padding-left: 45px;
}

.handbook {
    float: left;
    margin-left: 18px;
}

.handbook_text {
    width: 695px;
    float: right;
}

.handbook_slogan {
    padding-left: 235px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}


.handbook_slogan .author {
    padding-left: 155px;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}

#footer {
    padding: 65px 0px 25px;
    font-size: 10px;
    color: #7c7c7c;
}

#footer a {
    color: #7c7c7c;
    text-decoration: none;
    margin: 0px 6px;
}

#footer a:hover {
    text-decoration: underline;
}

.footer_left {
    float: left;
    width: 500px;
    float: left;
}

.footer_right {
    float: right;
    width: 450px;
    float: right;
    text-align: right;
}

.grey_separator {
    background: url("../images/separator.gif") repeat-x left center;
    height: 10px;
    font-size: 0px;
    margin: 0px 1px;
}

.pres_list {
    list-style-type: none;
}


.pres_list li {
    padding: 0px 0px 10px 20px;
}
.team_list {
    list-style-type: none;
}


.team_list li {
    padding: 0px 0px 55px 60px;
}

.team_list .image {
    float: left;
}

.team_list .text {
    float: right;
    width: 715px;
    font-size: 14px;
    line-height: 16px;
}

.read_bio {
    text-align: right;
    padding-right: 50px;
    padding-top: 5px;
}

