/* CSS Document */
body {
font: 12px Arial, Helvetica, sans-serif;
color: #656565;
margin: 0 auto 0 auto;
background-color:#1E1E1E;
background-image:url(images/pagebg.jpg);
background-repeat:repeat-y;
background-position:center;
}
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:normal;
}
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 0 auto;
background-color:#FFF;
min-height:100%;
}
#header{
padding:35px 0 20px 45px;
margin: 0 auto 0 auto;
}
#topnav{
border-top:#713C9D 1px solid;
border-bottom:#713C9D 1px solid;
margin: 0 auto 0 auto;
width:755px;
font-size:11px;
text-align:center;
font-weight:bold;
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:bold;
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 270px 45px;
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;
}
/* 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:bold;
color:#713C9D;
}
.clearFloat {
font-size: 1px;
line-height: 0px;
margin: 0px;
clear: both;
height: 0px;
}
.copyright{
margin:0;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
clear:both;
background:#000;
color:#444444;
padding:5px 45px;
}

#pdf a{
background-image:url(images/pdfsmall.gif);
background-repeat: no-repeat;
background-position: center left;
border-bottom:1px solid #EEEEEE;
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: 0px;
	padding: 0px;
	line-height: 15px;
}
.seperator{
display:block;
background:url(images/greydot.jpg) repeat-y;
float:left;
margin:0 25px;
}
.gtt{
text-align:right;
font-weight:bold;
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;}