/* MVM site layout v1.0*/ 

body {
	margin:0;
	background:#cdd7dd;
	color: #7a7a7a;
	text-align:center;
	padding:0;
	}

#pagewrap {
	width: 856px;
	background: url(images/pg_bkgd.gif) top center repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#outer {
	text-align:left;
	width:793px;
	margin:auto;
	}

#hdr {
	height: 123px;
	text-align: left;
	}	
	
#hdr img {
	padding: 33px 0 0 20px;
	}

/*homepage header*/	
#homeimage {
	height: 199px;
	background:url(images/home_main_img.jpg) top left no-repeat;
	border-bottom: 1px solid #8abbda;
	margin-bottom: 29px;
	}	

#homeimage h1 {
	display: none;
	}
		
#maincontent {
	padding:  0 30px 44px 30px;
	border-bottom: 1px solid #8abbda;
	}
	
/*mainnav rules*/
#navbar {
	height: 20px;
	margin-bottom: 3px;
	padding: 0;
	border-top: 1px solid #7c7b7a;
	border-bottom: 1px solid #7c7b7a;
	text-align:center;
	}	
	
#navbar ul {
	list-style:none;
	margin: 3px 0 0 0;
	padding: 0;
	font:11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #7c7b7a;
	}

#navbar li {
	display:inline;
	}	

#navbar li a {
	background-color: #fff;
	color: #7c7b7a;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	}
	
#navbar li a:hover{
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	}
	
#navbar li.off{
	background-color: #ccc;
	color: #fff;
	padding: 3px 6px 3px 6px;
	}	

/*subnav area layouts */
#headarea {
	width:794px;
	height: 105px;
	background: #dcdcdc;
	padding:0;
	border-bottom: 3px solid #fff;
	}

#subnav {
	float:left;
	background:#dcdcdc;
	color: #333333;
	width: 167px;
	height: 105px;
	}

/*section-specific image layouts */
#aboutimage {
	width: 624px;
	height: 105px;
	background:url(images/about_main_img.jpg) top right no-repeat;
	}	

#contactimage {
	width: 624px;
	height: 105px;
	background:url(images/contact_main_img.jpg) top right no-repeat;
	}	

#fundimage {
	width: 624px;
	height: 105px;
	background:url(images/fund_main_img.jpg) top right no-repeat;
	}		

#managementimage {
	width: 624px;
	height: 105px;
	background:url(images/management_main_img.jpg) top right no-repeat;
	}	

#newsimage {
	width: 624px;
	height: 105px;
	background:url(images/news_main_img.jpg) top right no-repeat;
	}	

#portfolioimage {
	width: 624px;
	height: 105px;
	background:url(images/port_main_img.jpg) top right no-repeat;
	}	
				
/*main content area layouts */
#mainbody {
	position:relative;
	color: #333333;
	width:794px;
	padding:0;
	}

#leftcol {
	float:left;
	color: #333333;
	width:160px;
	}

#subcontent {
	width:624px;
	background:#fff;
	color: #333333;
	text-align:left;
	border-top: 1px solid #8abbda;
	border-left: 1px solid #8abbda; 
	}

/*footer callouts*/
#ftr {
	height:25px;
	background:#fff;
	border-top: 1px solid #8abbda;
	margin:0;
	text-align: center;
	clear: both;
	}

#ftr p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
	color: #7a7a7a;
	margin: 10px 0 0 0;
	padding: 0;
	}				
	
#ftr a {
	color: #1a9531;
	text-transform:uppercase;
	text-decoration: none;
	}
	
#ftr a:hover {
	color: #7a7a7a;
	text-transform:uppercase;
	}
	
.sitright img {
	float: right;
	}	
