@charset "utf-8";
/* CSS Document */
.pcScreen
{
	display:none;
}

.ipadScreen
{
	display:block;
}
.invHeading
{
	font-weight:normal;	
}
	
/*#innerBanner
{	
	background-size:80%;
	background-image:url(../images/banner_bg.png);
}*/

ul.nav li
{
	margin-right:28px;
}

.mainWrap
{
	width:95%;
}


@media all and (min-width: 751px) and (max-width: 900px)
{
	.newsListTxt
	{
		width:90%;
		-webkit-transition:All 1s ease-in-out;
		-moz-transition:All 1s ease-in-out;
		-o-transition:All 1s ease-in-out;
		transition: all 1s ease-in-out;	
	}
	
	.tableborder td, .tableborder th
	{
		padding:5px;
	}
	
	.invHeading, .fundHeading
	{
		font-size:15px;		
	}
	
	.fundDataPrice th, .fundInfoTable th
	{
		width:60%;
	}
	
	.fundDataPrice td, .fundInfoTable td
	{
		width:40%;
	}
	
	.fundLeftNav table th .normal
	{
		font-size:90%;
	}

	#contactLeft
	{
		width:33%;	
	}
	
	#mapWrap
	{   
		width: 52%;
	}

	.logo
	{
		width:25%;
	}
	
	#menuWrap
	{
		width:74%;
	}
	
	ul.nav li
	{
		margin-right:15px;
	}
	
	#menuWrap ul li ul
	{
		width:175px;
	}
	
	#menuWrap ul li ul li a
	{
		width:150px;
	}
	
	.homeFunds, .homeSignup
	{
		width:48%;
	}
	
	.homeBoxContainer
	{
		border-width:7px;
	}	


	.homeSignup .homeBoxContainer
	{
		width:90%;
		padding:3%;
	}
	
	.ourFirmTable td img
	{
		width:150px;
	}

}