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

body{
	margin:0px;
	background:#dcddde;
	font-family:arial;
	overflow-y:scroll;
}
a{
	text-decoration:none;
}
a:hover,#content #subNav a:hover{
	text-decoration:underline;
}
img{
	border:0px;
}
.caps{
	text-transform:uppercase;
}

#container{
	margin:0px auto;
	width:1024px;
}

#top{
	float:left;
	width:1024px;
	height:175px;
	background-color:#fff;
}

.logo{
	float:left;
	margin-left:40px;
}
.tagline{
	float:right;
	margin:120px 40px 0px 0px;
}

#menu{
	float:left;
	width:1024px;
	height:40px;
	background:#bfbfbf;
}
#menu ul{
	margin:10px 0px 0px 10px;
}
#menu li{
	list-style-type:none;
	float:left;
	margin-right:40px;
}
#menu a{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
#content a, #menu a:hover,#menu li a.current{
	color:#00adee;
}

#headerHome{
	float:left;
	width:1024px;
	height:550px;
	background-image:url(../img/headers/home.jpg);
}
#headerAbout{
	float:left;
	width:1024px;
	height:160px;
	background-image:url(../img/headers/about.jpg);
}
#headerProfiles{
	float:left;
	width:1024px;
	height:160px;
	background-image:url(../img/headers/team.jpg);
}
#headerAcquisitions{
	float:left;
	width:1024px;
	height:160px;
	background-image:url(../img/headers/investments.jpg);
}
#headerNews{
	float:left;
	width:1024px;
	height:160px;
	background-image:url(../img/headers/news.jpg);
}
#headerContact{
	float:left;
	width:1024px;
	height:160px;
	background-image:url(../img/headers/contact.jpg);
}
#intro{
	width:375px;
	height:100px;
	margin:115px 0px 0px 40px;
	padding:75px 10px;
	font-family:arial;
	color:#fff;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
}
#intro b{
	font-size:16px;
	text-transform:uppercase;
}

#contentHome{
	float:left;
	width:1024px;
	height:60px;
	background-color:#fff;
}
#content{
	float:left;
	width:1024px;
	background-color:#fff;
	padding:45px 0px;
}
#text{
	float:right;
	width:540px;
	margin-right:120px;
}
#text img{
	margin-bottom:10px;
}
#text p,td{
	font-size:13px;
	color:#707070;
	line-height:18px;
}

#subNav{
	float:right;
	width:200px;
	margin-right:75px;
	text-align:right;
}
#content #subNav ul{
	margin-top:51px;
	padding:0px;
}
#content #subNav li{
	list-style-type:none;
	margin-right:15px;
	color:#aaa;
	font-size:13px;
	line-height:19px;
}
#content #subNav .news li{
	margin-bottom:15px;
}
#content #subNav a{
	font-size:13px;
	color:#00adee;
	text-transform:uppercase;
	text-decoration:none;
	font-family:verdana;
}
#content #subNav a.current,#content #subNav .news li.current,.current{
	font-weight:bold;
	color:#00adee;
}


#footer{
	float:left;
	margin-bottom:10px;
	width:1024px;
	font-size:11px;
	color:#9c9c9c;
	text-decoration:none;
}

#footer ul{
	margin-top:10px;
	padding:0px;
}
#footer li{
	list-style-type:none;
	float:left;
	margin-right:15px;
}
#footer a{
	font-size:11px;
	color:#9f9f9f;
	text-decoration:none;
}
#footer a:hover{
	color:#00adee;
}


#left{
	float:left;
}
#footer #right{
	float:right;
	margin-top:5px;
}


#preLoad{
	float:left;
	margin-top:-5000px;
}