@charset "utf-8";

/*
div#logo img {
/* margin-bottom: 10px;
max-width: 160px;
margin: 15px;
}
*/
div#navcontainer {
margin-top: 10px;
}
/* CSS Document */

/* Wireframing--place borders around all div elements during development */
div {
	margin: 0;
	padding: 0;
	outline: 0px dashed red;
}

/* Body */
body {
  font: normal 62.5% 'Lucida Grande', Verdana, sans-serif;
  color: #666;
  text-align: center;
  margin: 0;
  background-color: #CCC;
}

/* Container */
#container {
  width: 960px;
  height: 100%;
  margin: auto auto auto auto;
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#logo {
  background-color: #FFF;
  text-align: left;
}

#navcontainer {
}

#navcontainer ul
{
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  background: url('../../images/gnav_bk.png');
  background-color: #000;
  color: White;
  float: left;
  width: 100%;
  font-family: 'Lucida Grande', Verdana, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
  padding: 0.5em 2em;
  color: White;
  text-decoration: none;
  float: left;
  font-size: 1.15em;
  /*border-right: 1px solid #fff;*/
}

#navcontainer ul li a:hover
{
  background-color: #e77d45;
  color: #fff;
}

#fadeshow1 {
	float: left;
}


/* Highlighting the current page */
body#home a#home { 
  background-color: #e77d45;
}

body#news a#news { 
  background-color: #e77d45;
}

body#about_us a#about_us { 
  background-color: #e77d45;
}

body#what_we_do a#what_we_do { 
  background-color: #e77d45;
}

body#capital_markets a#capital_markets { 
  background-color: #e77d45;
}

body#mergers_acquisitions a#mergers_acquisitions { 
  background-color: #e77d45;
}

#horspacer {
  clear: both;
  width: 100%;
  height: 15px;
  background-color: #FFF;
}


/* The main column and descendants */
#mainCol {
  float: left;
  border-right: 1px solid #F60;
  width: 645px;
  font-size: 1.1em;
  line-height: 150%;
  text-align: left;
  background-color: #FFF;
  padding-top: 0px;
  padding-bottom: 20px;
}

#mainCol p {
  width: 500px;
  padding-left: 40px;
}

/* The left column and descendants */
#sidebar {
  float: right;
  width: 305px;
  font-size: 1.1em;
  line-height: 150%;
  text-align: left;
  background-color: #FFF;
  padding-top: 0px;
  padding-bottom: 20px;
}

#sidebar p {
  width: 280px;
  padding-left: 20px;
}

#sidebar a:link, a:visited {
  text-decoration: none;
  color: #086FA1;
}

#sidebar a:hover {
  color: #FF8E00;
}

#sidebar h4 {
  color: #666;
  padding-left: 20px;
}

#imagenavcontainer {
  border-top: 0.1em solid #F60;
  clear: both;
  width: 100%;
}

#imagenav {
  padding-top: 10px;
  padding-bottom: 20px;
  display: inline-block;
  float: left;
  width: 320px;
}

/* The footer and descendants */
#footercontainer {
  clear: both;
  width: 100%;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  height: 24px;
  background-color: #333;
}

#footercontainer ul
{
  background-color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin: 0;
}

#footercontainer ul li { display: inline; }

#footercontainer ul li a
{
  padding: 0.5em 1.5em;
  color: White;
  text-decoration: none;
}

#footercontainer ul li a:hover
{
  text-decoration: underline;
  color: #fff;
}

.misc
{
  background-color: #333;
  float: left;
  width: 500px; 
  text-align: left;
  display: inline-block;
}

.legal
{
  padding: 0.5em 1.5em;
  background-color: #333;
  float: right;
  width: 300px;
  text-align: right;
  color: #fff;
}

/* All headings */
h2, h3, h4 {
  color: #BF7D30;
  padding-left: 40px;
}

h2 {
  margin-top: 40px;
  font-size: 1.6em;
}

h3 {
  margin-top: 30px;
  font-size: 1.5em;
}

h4 {
  margin-top: 30px;
  font-size: 1.0em;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
  color:#FFF;
}

h2 a:hover, h3 a:hover {
  color: #FF8E00;
}

h4 a:link, h4 a:visited {
  font-weight: lighter;
  text-decoration: none;
  color: #086FA1;
}

h4 a:hover, h3 a:hover {
  color: #FF8E00;
}

/* Turn off borders on image links */
img {
border: 0;
z-index: 2000;
vertical-align: middle;
}

.roundcont {
	width: 280px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
  width: 280px;
  padding-left: 20px;
}

.roundtop { 
	background: url("../../images/tr.gif") no-repeat top right; 
}

.roundbottom {
	background: url("../../images/br.gif") no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.fieldset {
  width:290px;
  border: 1px solid #FFF;
  margin-left: 0em;
}

.fieldset label {
color: #BF7D30;
text-align:right;
width:70px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
}

.fieldset .nobr {display:none;}  

.fieldset .textfield {
color: #666;
margin:3px;
height:20px;
width:185px;
border:solid 0 #fff;
padding: 3px 8px;
background: url("../../images/textfield_bg2.gif") no-repeat;
background-position: bottom right;
}
fieldset>input.textfield {
background: url("../../images/textfield_bg2.gif") no-repeat;
}

.fieldset .textarea {
margin:3px;
color: #666;
height:159px;
width:180px;
padding: 3px 8px;
border:solid 0 #fff;
resize: none;
background:url("../../images/textarea_bg.gif") no-repeat;
}

.submit {
font: 'Lucida Grande', Verdana, sans-serif;
color: #666;
margin:3px;
height:20px;
border:solid 0 #fff;
width:80px;
background:url("../../images/submit.gif") no-repeat;
}