body {
    background: #fff;
    color: #000;
    font-family: Times, serif;
    font-size: 100%;
    padding: 10px;
    margin: 0;
    line-height: 150%;
}

p {
width: auto;
}

/*
* =structure
-------------------------------------*/

#top {
    margin: 0 auto;
    padding: 0;
    text-align: right;
    width: auto;
}

#top p {
    margin: 0;
    padding; 0;
}

#header {
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
	width: auto;
}

.sub_header {
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
}

.sail_boat {
    background: none;
}

.money_compass {
    background: none;
}

.map {
    background: none;
}

.business {
    background: none;
}

#container {
    margin: 0 auto;
    padding: 0 10px 0 0;
    width: auto;
}

#main_content {
    float: none;
    padding: 20px 15px;
    text-align: left;
	width: auto;
}

#side_content {
    display: none;
}


#footer {
    clear: both;
    font-size: x-small;
    padding: 20px 0 0 280px;

}

/*
* =headings
-------------------------------------*/

h1 {
    background: none;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
    text-indent: 0;
    width: auto;
}

h2 {
    color: #0055a5;
    font-size: large;
    margin: 0;
    padding: 0;
}

h2.service_heading {
    height: 42px;
    padding: 30px 0 0 0;
}

h2.fin_advisory {
    background: url("../images/icon_financial_advisory.gif") right top no-repeat;
    padding: 0 0 0 0;
    height: 75px;
}

h2.fin_restruct {
    background: url("../images/icon_financial_restructure.gif") right top no-repeat;
    padding: 0 0 0 0;
    height: 75px;
}

h2.strat_advisory {
    background: url("../images/icon_strategic_advisory.gif") right top no-repeat;
    padding: 0 0 0 0;
    height: 75px;
}

h2.corp_growth {
    background: url("../images/icon_corporate_growth.gif") right top no-repeat;
    padding: 0 0 0 0;
    height: 75px;
}

#side_content h2, #side_content_pad h2 {
    color: #663300;
    font-size: medium;
    margin: 0;
    padding: 0;
}

h3 {
    color: #0055a5;
    margin: 20px 0 0 0;
}

/*
* =navigation
-------------------------------------*/

#nav {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    width: 270px;
	display: none;
}

#nav li {
    margin: 0;
    padding: 0;
}

#nav li a {
    color: #fff;
    display: block;
    margin: 0;
    padding: 5px 5px 5px 0; 
    text-decoration: none;
    width: 265px;
    
}

#nav li a:hover {
    background: #0069CC;
    color: #fff;
    
}

#nav li a.selected {
    background: #0069CC;
    
}


#nav li ul {
    background: #0069CC;
    font-size: 80%;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 270px;
}

#nav li ul li a {
    border: none;
    display: block;
    padding: 2px 5px 2px 5px;
    width: 260px;
}

#nav li ul li a:hover, #nav li ul li a.selected {
    background: #007DF2;
}

/*
* =links
-------------------------------------*/

a {
    border: 1px #745F00;
    border-style: none none none none;
    color: #0055a5;
    text-decoration: none;
    padding: 0 2px;
}

a:hover {
    color: #A68700;
    text-decoration: underline;
    
}

#top a {
    border: none;
}

/*
* =bread crumbs
-------------------------------------*/

#bread_crumbs {
    display: inline;
    font-size: x-small;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bread_crumbs li {
    display: inline;
}


/*
* =services
-------------------------------------*/

#services {
    list-style: none;
    margin: 0;
    padding: 0;
}

#services li {
    border-top: 1px solid #A58700;
    display: block;
    height: 72px;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0px;
}

#services li a.image {
    border: none;
    display: block;
    float: left;
    height: 72px;
    text-decoration: none;
    width: 72px;
}

#services li a.fin_advisory {
    background: url("../images/icon_financial_advisory.gif") left center no-repeat;
}

#services li a.fin_restruct {
    background: url("../images/icon_financial_restructure.gif") left center no-repeat;
}

#services li a.strat_advisory {
    background: url("../images/icon_strategic_advisory.gif") left center no-repeat;
}

#services li a.corp_growth {
    background: url("../images/icon_corporate_growth.gif") left center no-repeat;
}

/*
* =recent transactions (home page)
-------------------------------------*/

.most_recent {
    border: 1px solid #745f00;
    margin: 10px 0 0 0;
    padding: 10px;
}

.most_recent img {
    float: left;
    margin-right: 10px;
}

.recent_trans {
    border-left: 1px solid #003366;
    height: 62px;
    margin: 10px 0 10px 0;
    list-style: none;
    padding: 0px;
}

.recent_trans li {
    float: left;
}

.recent_trans a {
    border: 1px solid #003366;
    border-left: none;
    display: block;
    height: 50px;
    width: 50px;
    padding: 5px;
}

.recent_trans a:hover {
    background: #745F00;
}

/*
* =misc
-------------------------------------*/

form {
    margin: 0;
    padding: 0;
}

input {
    font-size: x-small;
}

strong {
    
}

ul.list li {
    margin: 10px 0 10px 0;
}

fieldset {
    border: 1px solid #003366;
}

.increase {
    font-size: 125%;
}

.decrease {
    font-size: 90%;
}

img {
    border: none;
}