@charset 'utf-8';
/* CSS Document */

/*GLOBAL*/

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
* html #holder {
	height: 100%;
}
ul {
	list-style: none;
}
body {
	background-position:top;
	background-color: #000;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font: Georgia;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: .9em;
	color: #FFFFFF;
}
/*HEADER LOGO*/
h1 {
	margin-top: 50px;
	clear:both;
}
h1 a {
	display: block;
	width: 500px;
	height: 100px;
	background-image: none;
	text-indent: -9000px;
}
/*BACKGROUND IMAGES*/

#homebg {
	background-image: url(images/bg-home.jpg);
}
#aboutbg {
	background-image: url(images/bg-about.jpg);
}
#teambg {
	background-image: url(images/bg-team.jpg);
}
#contactbg {
	background-image: url(images/bg-contact.jpg);
}
#investmentbg {
	background-image: url(images/bg-investment.jpg);
}
/*DIVISIONS*/

#spacer {
	width: 100%;
	line-height: 1%;
	clear: both;
}
#imgline {
	text-align: center;
}
#holder {
	position: relative;
	min-height: 100%;
	width: 960px;
	margin: auto auto;
	padding: 0;
}
#holderindex {
	position: relative;
	min-height: 87%;
	width: 960px;
	margin: auto auto;
	padding: 0;
}
.headertitle {
	float: right;
	width: 670px;
	text-align: right;
	margin-top: 120px;
	margin-right: 0;
	padding-right: 1em;
	margin-bottom: 2em;
	font-size: 2em;
	font-variant: small-caps;
}
.headertitle span {
	font-size: 1.5em;
}
.indextitle {
	font-size: .9em;
	font-variant: small-caps;
	letter-spacing: 2px;
	line-height: 200%;
	padding-right: 8em;
	margin-top: 1em;
	float: right;
	width: 500px;
}
#content {
	float: right;
	padding-bottom: 9em;
	padding-right: 3.4em;
	margin-right: 0;
	margin-top: auto;
	width: 630px;
}
#content p strong, ul li strong, #content p a {
	color: #328be3;
}
#content ul li {
	list-style-image: none;
	background: url(images/bullet.gif) 5px 5px;
	background-repeat: no-repeat;
	padding-left: 2.5em;
	padding-bottom: 1em;
}
/*ANCHORS*/
li a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
#navitop {
	float: left;
	width: 15em;
	font-size: .9em;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin: 0em;
	padding-left: 20px;
}
#navitop li {
	padding-bottom: 1em;
	padding-left: 0;
}
#navitop span {
	font-size: 1.4em;
	font-variant: small-caps;
}
/*FOOTER*/
#footer {
	clear: both;
	text-align: center;
	position: relative;
	margin-top: -7.5em;
	padding-bottom: 1em;
	font-variant: small-caps;
	font-size: .8em;
	letter-spacing: 1px;
}
#footer ul {
	margin: 0;
	padding: 0;/*	width: 90%;*/
}
#footer ul li {
	display: inline;
	padding-left: 0;/*margin-right: .5em;*/
}
.visitstyle {
	padding-left: 5px;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.headshot {
	padding-left: 0px;
	padding-right: 10px;
}
