/***********************************************************************
Description:	The stylesheet of the MK Capital website
Project:	www.mkcapital.com
HTML:		Carrie Liu & Sean Reid
Graphics:	Matt Cabral
Created:	2008.07.03
Updated:	2010.03.11
***********************************************************************/


/* -------------------------------------
BEGIN: General Tag Methods
------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #928e7d;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-image: url('/images/body_bg.jpg');
	background-repeat:repeat-x;
	background-color: #e4e4e4;
}

a {
	color: #a20000;
	text-decoration:none;
}
a:hover {
	color:#414141;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags And Home page
------------------------------------- */

#wrapper {
	position:relative;
	width: 928px;
	margin-top:7px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
}

#header {
	position:relative;
	float:left;
	width: 100%;
	height:170px;
	background-image:url('/images/header_bg.png');
	background-repeat:no-repeat;
	margin:0;
}
#logo {
	position:relative;
	float:left;
	width:378px;
	height:143px;
	margin:27px 0px 0px 0px;
}
#logo a {
	outline:none;
}
#main_nav {
	position:relative;
	float:left;
	width:550px;
	height:143px;
	margin:27px 0px 0px 0px;
}
#menu01, #menu02, #menu03, #menu04, #menu05 {
	float:left;
	display:block;
	outline:none;
	width: 106px;
	height:143px;
	margin:0;
}
#menu02, #menu03, #menu04, #menu05 {
	margin-left:5px;
}
#menu01 {
	background:url('/images/menu01_both.png')  no-repeat scroll 0px 0px;
}
#menu01:hover {
	background:url('/images/menu01_both.png')  no-repeat scroll -106px 0px;
}
#menu02 {
	background:url('/images/menu02_both.png')  no-repeat scroll 0px 0px;
}
#menu02:hover {
	background:url('/images/menu02_both.png')  no-repeat scroll -106px 0px;
}
#menu03 {
	background:url('/images/menu03_both.png')  no-repeat scroll 0px 0px;
}
#menu03:hover {
	background:url('/images/menu03_both.png')  no-repeat scroll -106px 0px;
}
#menu04 {
	background:url('/images/menu04_both.png')  no-repeat scroll 0px 0px;
}
#menu04:hover {
	background:url('/images/menu04_both.png')  no-repeat scroll -106px 0px;
}
#menu05 {
	background:url('/images/menu05_both.png')  no-repeat scroll 0px 0px;
}
#menu05:hover {
	background:url('/images/menu05_both.png')  no-repeat scroll -106px 0px;
}
#page {	
	position:relative;
	float:left;
	width: 100%;
	background-color:#fff;
	margin-bottom:5px;
	padding-bottom:5px;
}
#content_top {
	position:relative;
	float:left;
	height:249px;
}
#homepage #content_top {
	position:relative;
	float:left;
	height:250px;
}
#content_top_left {
	position:relative;
	float: left;
	width: 378px;
}
#content_top_left p {
	line-height:150%;
	padding:50px 30px 30px 25px;
	font-size: 13px;
}
#content_top_right {
	position:relative;
	float: left;
	width: 550px;
	margin-top:5px;
	height:244px;
}
#homepage #content_top_right {
	position:relative;
	float: left;
	width: 550px;
	margin-top:5px;
	height:244px;
}
#content_bottom {
	position:relative;
	float:left;
	margin:5px 5px 0px 5px;
}
#content_b_l {
	position:relative;
	float:left;
	width:328px;
	height:134px;
	background-color:#a20000;
	padding:12px 20px 12px 20px;
	overflow:hidden;
}
#content_b_l a {
	color:#fff;
	font-size:1.1em;
}
#content_b_l a:hover {
	color:#000;
}
#content_b_l p {
	padding:10px 0px 0px 0px;
}

#content_b_r{
	position:relative;
	float:right;
	width:525px;
	height:134px;
	background-color:#e7e7e7;
	margin-left:5px;
	padding: 12px 20px 12px 0px;
}
#footer {
	position:relative;
	float:left;
	width: 100%;
	background-image: url('/images/footer_bg.png');
	background-repeat:no-repeat;
	height:115px;
	text-align: center;
}

#footer div.padding {
	padding-top:90px;
}

#footer img {
	border: none;
}

#footer span.right {
	float: right;
	display:block;
	margin-right: 50px;
}

#footer span.left {
	float:left;
	display:block;
	margin-left: 50px;
}

#twitter {
	display:block;
	margin: 0;
	outline: none;
	height: 12px;
	width: 60px;
	float:right;
}

#twitter {
	background:url('/images/twitter_logo.jpg') no-repeat scroll 0px 0px;
}

#twitter:hover {
	background:url('/images/twitter_logo_ovr.jpg') no-repeat scroll 0px 0px;
}

body#homepage #footer {
	background-image: url('/images/footer_bg_home.png');
}
body#contactpage #footer,
body.portfoliopage #footer,
body.ourteampage #footer,
body#newspage #footer{
	background-image: url('/images/footer_bg_contact.png');
}


#footer ul li {
	display: inline;
}
#footer a {
	color:#928e7d;
}
#footer a:hover {
	color:#a20000;
}
/* -------------------------------------
END: Main Structure Tags And Home Page
------------------------------------- */
/* -------------------------------------
Start: Secondary Page
------------------------------------- */
#content_left {
	position:relative;
	float:left;
	width:378px;
	margin-top:5px;
}
#content_left_text {
	position:relative;
	float:left;
	padding: 30px 50px 30px 25px;
}
#content_left_text p {
	line-height:130%;
	padding-bottom: 20px;
	font-size: 13px;
}

#content_left_text p.news_title{
	font-size: 11px;
}

#content_left_text ul {
	padding: 0 0 15px 0;
}

#content_left_text ul li {
	list-style: none;
	font-size: 13px;
	line-height: 135%;
}

#content_left_text img.title {
	margin:10px 0px 10px 0px;
}
#content_right {
	position:relative;
	float:left;
	width:550px;
	margin-top:5px;
}
#content_r_top {
	position:relative;
	float:left;
	width:550px;
	height:244px;
	}
	
#member_b_maxwell #content_r_top{
	background-image:url('/images/bret-maxwell.jpg');
}
#member_d_rangel #content_r_top{
	background-image:url('/images/david-rangel.jpg');
}
#member_k_buchner #content_r_top{
	background-image:url('/images/karen-buckner.jpg');
}
#member_k_wolfe #content_r_top{
	background-image:url('/images/kirk-wolfe.jpg');
}
#member_m_koulogeorge #content_r_top{
	background-image:url('/images/mark-koulogeroge.jpg');
}
#member_m_terbeek #content_r_top {
	background-image:url('/images/mark-terbeek.jpg');
}
#member_y_landau #content_r_top {
	background-image:url('/images/yair.jpg');
}
#content_r_middle {
	position:relative;
	float:left;
	width:505px;
	background-color:#e7e7e7;
	margin-right:5px;
	padding:12px 20px 12px 20px;
	margin-top:5px;
}

.ourteampage #content_r_m_text {
	padding:15px 10px 20px 10px;
	height:300px;
}
.ourteampage #content_r_m_text p {
	padding-top:5px;
}

#content_r_bottom {
	position:relative;
	float:left;
	width:545px;
	background-color:#b6b6b6;
	margin-right:5px;
	margin-top:5px;
}

body#ourfirmpage #menu01 {
	background:url('/images/menu01_both.png')  no-repeat scroll -106px 0px;
}
body.ourteampage #menu02 {
	background:url('/images/menu02_both.png')  no-repeat scroll -106px 0px;
}
body.portfoliopage #menu03 {
	background:url('/images/menu03_both.png')  no-repeat scroll -106px 0px;
}
body#newspage #menu04 {
	background:url('/images/menu04_both.png')  no-repeat scroll -106px 0px;
}
body#contactpage #menu05 {
	background:url('/images/menu05_both.png')  no-repeat scroll -106px 0px;
}
.team_member {
	margin:0px 0px 0px 0px;
	font-size:1.2em;
}
.team_member li {
	list-style:none;
	padding:5px 0px 0px 0px;
}
.team_member li a{
		color: #928e7d;
}
.team_member li a:hover{
		color: #a20000;
}
.team_member_title {
	color: #a20000;
	font-size:1.2em;
}
body#member_b_maxwell #b_maxwell,
body#member_d_rangel #d_rangel,
body#member_k_buchner #k_buchner,
body#member_k_wolfe #k_wolfe,
body#member_m_koulogeorge #m_koulogeorge,
body#member_m_terbeek #m_terbeek,
body#previous_investments #investment_p,
body#current_investments #investment_c{
		color: #a20000;
}
.logo_title
{
	position:relative;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
.logo_title li {
	list-style-type:none;
}
.news_date {
	color:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.news_title a{
	color:#414141;
	font-size:1.1em;
	font-weight:bold;
}
.news_title a:hover{
	color:#a20000;
}
#news_home td {
	padding-top:5px;
}
#portfolio_glance {
}
.investment_info {
	position:absolute; 
	visibility:hidden; 
	border: 1px solid #414141;
	background-image: url('/images/popup_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom; 
	background-color: #fff; 
	width: 299px; 
	padding: 15px 15px 15px 15px; 
	z-index:100;
	text-align:left;
	
}
.number_link {
	color:#928e7d;
	font-size:11px;
	font-weight:bold;
}
.number_link:hover {
	color:#a20000;
}
#active_page {
	color:#a20000;
}
p.page_links {
	text-align:right;
}
#Aprimo {
	margin-top: 0px;
}
/* -------------------------------------
END: Secondary Page
------------------------------------- */
