/* =========== */
/* ! Tags	   */
/* =========== */

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

a {
	color: #0066AF;
	text-decoration: none;
}

a:hover {
	color: #0066AF;
	text-decoration: underline;
}

body {
	background-color: #ccc;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	color: #30357c;
}

h1 {
	color: #f93;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
}

#middle_pic h1 {
	margin: 0px 0px 10px 25px;
}

h2 {
	margin: 0px 0px 10px 25px;
	color: #f93;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
}

img {
	border: none;
}

p {
	padding: 0px 25px 10px 25px;
}

ul {
	list-style: none;
	padding: 0px 0px 10px 25px;
}

table {
	width: 490px;
	margin-left: 25px;
}

th {
	text-align: left;
}

td {
	text-align: left;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
	border: 1px solid #000;
	background-color: #0669af;
}

/* ========== */
/* ! Header   */
/* ========== */


#header {
	background-color: #30357c;
}

#logo {
	margin: 3px 0px 0px 14px;
}

#blurb {
	width: 665px;
	margin: 0px 0px 17px 10px;
}

/* ============== */
/* ! Navigation   */
/* ============== */

#navigation {
	padding-top: 6px;
	min-height: 29px;
	background-color: #0669af;
}

.menu {
	list-style: none;
	margin: 0px 0px 0px 120px;
	padding: 0
}

.menu * {
	margin: 0; 
	padding: 0;
}

.menu a {
	display: block;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	height: 10px;
}

.menu li {
	position: relative;
	float: left;
	margin-right: 5px;
}

.menu ul {
	position: absolute;
	top: 22px;
	left: 0;
	background: #0a5888;
	display: none;
	opacity: 0;
	list-style: none;
}

.menu ul li {
	position: relative;
	border: 1px solid #30357c;
	border-top: none;
	width: 91px;
	margin: 0;
}

.menu ul li.firmItem {
	position: relative;
	border: 1px solid #30357c;
	border-top: none;
	width: 77px;
	margin: 0;
}

.menu ul li.managementItem {
	position: relative;
	border: 1px solid #30357c;
	border-top: none;
	width: 162px;
	margin: 0;
}

.menu ul li.newsItem {
	position: relative;
	border: 1px solid #30357c;
	border-top: none;
	width: 99px;
	margin: 0;
}

.menu ul li.contactItem {
	position: relative;
	border: 1px solid #30357c;
	border-top: none;
	width: 130px;
	margin: 0;
}

.menu ul li a {
	display: block;
	padding: 3px 7px 5px;
	background-color: #0a5888;
}

.menu ul li a:hover {
	background-color: #084266;
}

.menu ul ul {
	left: 148px;
	top: -1px;
}

.menu .menulink {
	padding: 5px 7px 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #0a5888;
	width: 79px
}

.menu #firm {
	padding: 5px 7px 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #0a5888;
	width: 65px
}

.menu #management {
	padding: 5px 7px 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #0a5888;
	width: 150px
}

.menu #fund {
	padding: 5px 7px 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #0a5888;
	width: 67px
}

.menu #news {
	padding: 5px 7px 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #0a5888;
	width: 87px
}

.menu #contact {
	padding: 5px 7px 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #0a5888;
	width: 118px
}

.menu .menulink:hover, .menu #firm:hover, .menu #management:hover, .menu #fund:hover, .menu #contact:hover, .menu #news:hover, ul.menu .menu:hover {
	background-color: #084266;
}

.menu .sub {
	background: #0a5888 url(images/arrow.gif) 136px 8px no-repeat;
}

.menu .topline {
	border-top: 1px solid #30357c;
}

/* =========== */
/* ! Sidebar   */
/* =========== */

#sidebar {
	width: 120px;
	min-height: 440px;
	float: left;
	background-color: #0669af;
}

.sbimg {
	display: block;
	margin: 0px auto 10px auto;
	border: none;
}

/* ================ */
/* ! Whitespace  	*/
/* ================ */


#whitespace {
	width: 49px;
	height: 440px;
	float: left;
}

#whitespace_pic {
	text-align: right;
	width: 157px;
	height: 440px;
	float: left;
}

#page_pic {
	margin-top: 100px;
}


/* =========== */
/* ! Content   */
/* =========== */

#home {
	width: 680px;
	height: 440px;
	background-image: url(images/home.png);
}

#content {
	width: 680px;
	float: left;
	background-color: #e8e8ec;
}


#top, #top_pic {
	width: 605px;
	height: 35px;
	border-bottom: 1px solid #30357c;
	border-left: 1px solid #30357c;
	padding: 65px 0px 0px 25px;
	float: left;
}

#top_pic {
	width: 497px;
}

#middle, #middle_pic {
	width: 630px;
	height: 283px;
	border-left: 1px solid #30357c;
	padding-top: 10px;
	float: left;
	overflow: auto;
}

#middle_pic {
	width: 522px;
}

#bottom, #bottom_pic {
	font-size: 10px;
	width: 605px;
	height: 27px;
	text-transform: uppercase;
	border-top: 1px solid #30357c;
	border-left: 1px solid #30357c;
	padding: 18px 0px 0px 25px;
	float: left;
}

#bottom_pic {
	width: 497px;
}

/* ========== */
/* ! Footer   */
/* ========== */


#footer {
	min-height: 25px;
	background-color: #30357c;
	color: #fff;
	font-size: 8px;
	clear: both;
}

#copyright {
	display: block;
	float: left;
	padding: 8px 0px 0px 5px;
}

#footerLeft {
	float: left;
	width: 390px;
	padding: 8px 0px 0px 10px;
}

#footerRight {
	float: left;
	width: 390px;
	padding-right: 0px;
	text-align: right;
}

/* ========= */
/* ! Pages   */
/* ========= */

#bios {
	margin-top: 67px;

}

.bio {
	margin-right: 10px;
	padding: 0px;
	
}

.bio h2 {
	margin: 0px;
}

/* separator in footer links */
.sep {
	font-size: 12px;
}

ul#thumbs li {
	display: inline;
}

ul#thumbs li img {
	width: 92px;
	height: 92px;
}