/*//////////////// Optimized for IE6, IE7 & FF //////////////*/
@charset "utf-8";

* { margin: 0px; padding: 0px; border: 0px; }

a:link, a:visited, a:active {color: #0d4986; text-decoration: none;}
a:hover {color: #0d4986; text-decoration: underline;}

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

#container {
	height: 208px;
	width: 762px;
}

#navWrapper {
	background: #004488 url("../images/menu.gif") no-repeat top left;
	width: 100%; 
	margin-top: 50px;
	height: 38px;
	border-bottom: 1px solid #FFFFFF;
}

#navbar {
    text-transform:uppercase;
	margin: 0;
	padding: 0;
	height: 1em;
}
	
#navbar li {
	list-style: none;
	float: left;
	font: 16px Futura, Arial, Helvetica, sans-serif;
}

/* ----HOME ----*/
#navbar li a.home {
	width: 105px;
	height: 38px;
	display: block;
	background: #004488 url("../images/home.gif") no-repeat top left;
}

#navbar li a:hover.home {
	display: block;
	background: #004488 url("../images/home.gif") no-repeat bottom left ;
}

/* ----OUR FIRM ----*/
#navbar li a.ourFirm {
	width: 138px;
	height: 38px;
	display: block;
	background: #004488 url("../images/our-firm.gif") no-repeat top left;
}

#navbar li a:hover.ourFirm {
	display: block;
	background: #004488 url("../images/our-firm.gif") no-repeat bottom left;
}

/* ----AREAS OF EXPERTISE ----*/
#navbar li a.areas {
	width: 213px;
	height: 38px;
	display: block;
	background: #004488 url("../images/area-of-expertise.gif") no-repeat top left;
}

#navbar li a:hover.areas {
	display: block;
	background: #004488 url("../images/area-of-expertise.gif") no-repeat bottom left;
}

/* ----TRANSACTIONS ----*/
#navbar li a.transactions {
	width: 178px;
	height: 38px;
	display: block;
	background: #004488 url("../images/transactions.gif") no-repeat top left;
}

#navbar li a:hover.transactions {
	display: block;
	background: #004488 url("../images/transactions-ovr.gif") no-repeat bottom left;
}

/* ---- CONTACT ----*/
#navbar li a.contact {
	width: 128px;
	height: 38px;
	display: block;
	background: #004488 url("../images/contact.gif") no-repeat top left;
}

#navbar li a:hover.contact {
	display: block;
	background: #004488 url("../images/contact.gif") no-repeat bottom left;
}

#navbar li ul {
	display: none;
	width: 12em; /* Width to help Opera out */
}

#navbar li:hover ul{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	background-color: #003555;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#navbar li:hover li {
	float: none;
	padding: 6px 2px 8px 0px;
	border-bottom: 1px dotted #3367A2; 
}

#navbar li:hover li a {
	color: #FFFFFF;
	padding-left: 28px;
	text-transform:none;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#navbar li li a:hover {text-decoration:none;color: #0471DD; }

/*----- html tags -----*/
h2 {
	display: inline;
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #0d4986;
}

h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0d4986;
	line-height: 25px;
	display: inline;
}

h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0d4986;
	display: block;
	line-height: 22px;
}

h5 {
	display: block;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0d4986;
}

h6 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

hr {
	height: 0px; 
    border: 0px; 
    border-top: 1px solid #CCCCCC; 
	width: 764px;
	position: absolute;
	left: 0px;
}

input {
	border: 1px solid #CCCCCC;
}

/*----- nav -----*/
.topNav {
	margin-top: 50px;
	width: 762px;
	background-color: #0d4986;
}

.topNav img {
	padding-left: 79px;	
	border-bottom: 1px solid #FFFFFF;
}

.topNav img.noStyle {
	padding: 0px!important;
	border: none!important;
}

/*----- content -----*/
div.content {
	width: 700px;
	padding: 50px 0px 50px 35px;
	line-height: 22px;
}

div.content p {
	padding-top: 8px;
	padding-bottom: 8px;
}

div.content span.line {
	width: 100%;
	border-bottom: 1px dotted #666;
	display: block;
}

div.content ul {
	list-style-type: none;
	margin-left: 25x;
}

div.content li {
	background: url("../images/dot.gif") no-repeat 25px 20px; 
	padding: 10px 50px;
	width: 570px;
}

div.content table {
	margin: 40px auto;
	width: 75%;
}
	
div.content table td{
	vertical-align: top;
	line-height: 22px;
}

.investorButton {
	padding-left: 81px;
	padding-bottom: 25px;
}

/* ----FOOTER----- */
#footer {
	padding: 7px 0px 25px 35px;
}

#footer .image {
	position: relative;
	margin-top:-17px;
	left: 310px;
	width: 150px;
 }