/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #656565;
	margin: 0 auto;
	background-color: #1E1E1E;
}

html,body {
	height: 100%
}

div {
	margin: 0;
	padding: 0
}

a:link,a:visited {
	color: #713C9D;
	text-decoration: none
}

a:hover,a:active,a:focus {
	text-decoration: underline;
	color: #000
}

p {
	margin: 0;
	padding: 0;
	line-height: 20px
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: 400
}

h1 {
	color: #000;
	font-size: 26px
}

h2 {
	color: #713C9D;
	font-size: 20px
}

h3 {
	color: #713C9D;
	font-size: 18px
}

h4 {
	color: #713C9D;
	font-size: 14px
}

#holder {
	position: relative;
	width: 755px;
	margin: 0 auto;
	background-color: #FFF;
	min-height: 100%
}

#header {
	padding: 35px 0 20px 45px;
	margin: 0 auto
}

#topnav {
	border-top: #713C9D 1px solid;
	border-bottom: #713C9D 1px solid;
	margin: 0 auto;
	width: 755px;
	font-size: 11px;
	text-align: center;
	font-weight: 700;
	padding: 7px 0
}

#topnav a {
	padding: 0 20px;
	color: #777;
	text-decoration: none;
	text-align: center
}

#topnav a:hover,#topnav a:active,#topnav a:focus {
	color: #713C9D
}

#subnav {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 30px
}

.home #home a,.about #about a,.team #team a,.investment #investment a,.companies #companies a,.contact #contact a {
	color: #713C9D
}

#ColLT {
	width: 250px;
	float: left;
	padding: 10px 0
}

#content {
	margin: 0;
	padding: 45px 45px 160px;
	overflow: auto
}

#content h1,h2 {
	margin-bottom: 25px
}

#content p {
	line-height: 180%;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 15px
}

#content ul {
	line-height: 20px;
	margin-bottom: 25px;
	margin-top: 5px
}

#footer {
	font-size: 10px;
	margin: 0;
	width: 100%;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0
}

#footer a:hover,#footer a:active,#footer a:focus {
	text-decoration: none;
	color: #FFF
}

#footer h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #713C9D;
	padding: 40px 0
}


/*Contact Form*/
form ol {
	list-style-type: none;
	padding-left: 0;
}

form li {
	clear: left;
	margin-bottom: 0.5em;
}

label {
	width: 6em;
	float: left;
}

input.text {
	width: 20em;
}

#submit {
	position: relative;
	left: 6em;
}


/* Classes */
.block {
	float: left;
	display: block
}

p.block {
	line-height: 15px;
	margin: 0;
	padding: 0 15px
}

span.block {
	line-height: 20px;
	margin: 0;
	padding: 0
}

.imgLT {
	border: 1px solid #ababab;
	float: left;
	padding: 4px;
	margin: 5px 25px 5px 0
}

.imgRT {
	float: right;
	margin: 5px 0 5px 25px;
	border: 1px solid #ababab;
	padding: 4px
}

.padLR {
	padding: 0 7px
}

.emphasis {
	font-size: 16px;
	font-weight: 700;
	color: #713C9D
}

.clearFloat {
	font-size: 1px;
	line-height: 0;
	margin: 0;
	clear: both;
	height: 0
}

.copyright {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	background: #000;
	color: #444;
	padding: 5px 45px
}

#pdf a {
	background-image: url(images/pdfsmall.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 1px solid #EEE;
	display: block;
	margin: 5px 0 5px 10px;
	padding: 0 0 5px 25px
}

.pdf {
	list-style-image: url(/images/pdfsmall.gif);
	vertical-align: middle;
	text-align: left;
	background-color: #FDFDD6;
	display: compact;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	line-height: 15px
}

.seperator {
	display: block;
	background: url(images/greydot.jpg) repeat-y;
	float: left;
	margin: 0 25px
}

.gtt {
	text-align: right;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
	padding-bottom: 5px
}

.clsSize_10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px
}

.clsSize_12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px
}

.clsSize_14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px
}

.clsSize_16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px
}

.clsSize_18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px
}

.clsSize_20 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #713C9D
}

.clsSize_24 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #713C9D
}