@charset "UTF-8";
html {
	height: 100%;
}

#introSecond {
	
	position:absolute; 
	top:0; left:0; 
	width: 100%; 
	height: 100%; 
	min-height: 100%; 
	z-index:5000; 
	background-color:#3e3e3e;
	padding-top:30px;
	background-image: url(images/backSplash.jpg);
	background-repeat: repeat-x;
}

#intro {
	
	position:absolute; 
	top:0; left:0; 
	width: 100%; 
	height: 100%; 
	min-height: 100%; 
	z-index:5000; 
	background-color:#242424;
	padding-top:30px;
	background-image: url(images/pageBackground.jpg);
	background-repeat: repeat-x;
}

body {
	height: 100%;
	background-image: url(images/pageBackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color:#242424;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	margin:auto;
	background-image: url(images/arrowBack.gif);
	background-repeat: no-repeat;
	background-position:center top;
}

#page{
	width:878px;
	margin-top:11px;
}

#homeContent{
	background-image:url(images/homeBack.gif);
	background-repeat:repeat-x;
	height:400px;
	background-color:#4e4e4e;
}

#innerContent{
	background-image:url(images/innerBackground.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-bottom:solid 5px #171717;
}

#nav{
	padding-top:16px;
}

#nav table tr td{
	margin:0; padding:0;
	float:left;
	font:bold 12px bold Arial, Helvetica, sans-serif;
	text-align:left;
	text-align:center;
}

#nav table tr td a {
	display:block;
	padding-top:7px;
	color: #FFFFFF;
	text-decoration:none;	
}

#nav table tr td a.active {
	display:block;
	padding-top:7px;
	color: #ebb01c;
	text-decoration:none;	
}

#nav table tr td a:hover {
	color:#ebb01c;	
}

#nav table tr td a.active:hover {
	color:#ebb01c;	
}

.aboutIn{
	background-image:url(images/aboutBack.gif); background-repeat:no-repeat;
}


.strategyIn{
	background-image:url(images/investmentBack.gif); background-repeat:no-repeat;
}
.managementIn{
	background-image:url(images/managementBack.gif); background-repeat:no-repeat;
}
.portfolioIn{
	background-image:url(images/portfolioBack.gif); background-repeat:no-repeat;
}
.contactIn{
	background-image:url(images/contactBack.gif); background-repeat:no-repeat;
}


#pageContent{
	padding-left:30px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:30px;
}

#homeText{
	text-align:left;
	width:544px;
	font-size:12px;
	color:#fbe3b9;
	line-height:24px;
}

#innerText{
	text-align:left;
	width:800px;
	font-size:12px;
	color:#000000;
	line-height:16px;
}

#contactText{
	text-align:left;
	width:800px;
	font-size:12px;
	color:#000000;
	line-height:16px;
}

h2{
	
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	margin:0px;
	padding:0px;
}

h1{
	font-style:italic;
	font-weight:bold;
	color:#914a16;
	font-size:18px;
	margin:0px;
	padding:0px;
}

h3{
	font-weight:bold;
	color:#914a16;
	font-size:14px;
	line-height:21px;
	margin:0px;
	padding:0px;
}

h4{
	font-weight:bold;
	color:#242424;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#homeBox{
	 float:right;
	 width:214px; 

}


#homeContact{
	 font-size:12px;
	color:#fbe3b9;
	padding-left:25px;
}

#footer{
	padding-bottom:10px;
	}
	
#footerRight {
	font-size:10px;
	color:#FFFFFF;
	float:right;
	padding-top:10px;
}

#footerLeft {
	font-size:10px;
	color:#FFFFFF;
	padding-top:10px;
}

#footerRight a, #footerLeft a{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#footerRight a:hover, #footerLeft a:hover{
	text-decoration:underline;
}

.col1, .col2{
		float: left;
		padding-left: 15px;
		width: 155px;
	}
	
	.col1{
		margin-right: 20px;
	}

.login{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.login:hover{
	color:#ebb01c;
	font-size:11px;
}