@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'TrajanProRegular';
	src: url('../fonts/trajanpro-regular-webfont.eot');
	src: local('☺'), url('../fonts/trajanpro-regular-webfont.woff') format('woff'), url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'), url('../fonts/trajanpro-regular-webfont.svg#webfontimCVZXRH') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body {
	text-align:center;
	font-size: 1em;
	font-family: Arial;	
	background: #bdbcbd url(../images/bg.jpg) repeat-x;
	height: 100%;
	
		
}

a {
	color: #494949;
	text-decoration: none;
	font-family: Times;
    outline: none;
	
}

* {
	padding:0;
	margin:0;
}

#main_container {
	position: relative;
	text-align:left;
	width:100%;
	margin: 0 auto;
}



#logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	top: 0;
	width: 574px;
	height: 405px;

}

#logofade {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	top: 0;
	width: 574px;
	height: 405px;
	background: url(../images/logo.gif) no-repeat;
	display: none;
}

#logo h1 {
	position: relative;
	left:4000px;
}


#banner {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	top: 50px;
	width: 655px;
	height:87px;
	background: #7a797a;
	overflow: hidden;
	text-align: center;
	display: none;

}

#h1slide {
	position: relative;
	float: left;
	height: 31px;
	width: 585px;	
	left: -800px;
	top:30px;
	background: url(../images/hq_text_home.gif) no-repeat;
	text-align: center;
	
}

#h3slide {
	position: relative;
	float: left;
	
	height: 17px;
	width: 71px;
	top:25px;
	left:290px;
	background: url(../images/since.gif) no-repeat;
	display:none;
	text-align: center;
	
}

#header {
	position: fixed;
	left:0;
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 101;
	border-bottom: 1px solid #333; 
	text-align: left;
	-moz-box-shadow: 0 0 20px 2px #333;
	-webkit-box-shadow: 0 0 20px 2px#333;
	box-shadow: 0 0 20px 2px #333;	
}

#headslider {
	position: relative;
	width: 100%;
	height: 100px;
	background: #454545 url(../images/banner_bg.jpg) repeat-x;
	z-index: 101;
}




#footer {
	position: fixed;
	height: 0px;
	width:100%;	
	bottom: 0;	
	left:0;
	clear: both;
	z-index: 101;
	border-top: 1px solid #767576; 
	-moz-box-shadow: 0 0 10px 2px #929292;
	-webkit-box-shadow: 0 0 10px 2px#929292;
	box-shadow: 0 0 10px 2px #929292;	
}



#sildingbox {
	position: relative;
	width: 100%;
	height: 87px;
	background: #bdbcbd;
	z-index: 101;
	
}

#fixedbox {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 87px;
	text-align: center;
	z-index: 100;
}



#nav {
	position: relative;
	bottom: -15px;
	z-index: 101;
	width: auto;
	left:20px;
	display: none;
	
}

#nav a {
	padding: 0 7px;
}

#nav p, #approachsub p {
	font-size: 14px;
	color: #999;
}

#approachsub {
	position: relative;
	bottom: -15px;		
	height: 20px;
}

#submenu {
	display: none;
}

#copy {
	position: relative;
	bottom: -20px;	
	left:20px;
	display: none;
	
	
}

#copy p {
	font-size: 8px;
	color: #7a797a;
}


#pages {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	top: 80px;
	width: 800px;
	height:auto;
	text-align: left;
	padding: 20px;
	z-index: 100;
}


#expand {
	height: 400px;
}

hr {
	margin: 0 0 15px 0;
	height: 1px;
	background: url(../images/hr_bg.gif) repeat-x;
	border: none;

	
}

#copyfadebox {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	top: 0px;
	width: 800px;
	display:none;
	padding: 40px 20px 20px 20px;	
	background: #fff;
	-moz-box-shadow: 0 0 20px 3px #666;
	-webkit-box-shadow: 0 0 20px 3px#666;
	box-shadow: 0 0 20px 3px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666');	
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	
	
/* 	margin-top: 30px; */
	
}

.rbox {
	position: relative;
	width: 600px;
	height: auto;
	padding: 10px;
	margin: 600px 0;
	background: #ccc;
}

 #pages h1 {
	font-family: Times;
	color: #000;
	font-weight: bold;
	font-size: 33px;
 }

#pages h3 {
	font-family: Times;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0 5px 0;
	margin: 0 0 10px 0;
	
}

#pages p {
	font-family: Times;
	color: #000;
	font-size: 16px;
	padding: 0 0 10px 0;
}


#investment_committee {	
	position: absolute;
	top:800px;
}

#contact {	
	position: absolute;
	top:940px;
}

