@charset "utf-8";
/*
-----------------------------------------------
Convoy Financial Group Global Styles
Version:  June 2010
----------------------------------------------- */

/* ----- main ----- */
body {
	background: #C6F2FE url("img/bg.jpg") no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#center {
	text-align: center;
}
#page {
	text-align:left;
	background: #ffffff;
	width:920px;
	margin:30px 0 0 0;
	padding:35px 20px 15px 20px;
}
#logo {
	float:left;
	text-align: left;
}
#lang {
	float:right;
	text-align: right;
}
.clear {
  clear:both;
}

/* ----- fonts -----*/

p, table {
	font-family:Tahoma, Sans-serif;
	font-size:12px;
	color: #666666;
	line-height:1.8em;
}

h1 {
	font-family:Tahoma, Sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#015488;
	line-height:1.8em;
}

a:link    {
	color:#015488;
	text-decoration:none;
}
a:visited {
	color:#015488;
	text-decoration:none;
}
a:hover   {
	color:#015488;
	text-decoration:underline;
}

.white {
	font-family: Tahoma, Sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height:1.5em;
}
.lang {
	font-family: verdana, Sans-serif;
	font-size:12px;
	color: #666666;
}
.smlText {
	font-family: verdana, Sans-serif;
	font-size:10px;
	color: #666666;
}
.subNav {
	font-family: Tahoma, Sans-serif;
	font-size:11px;
	color: #666666;
	line-height:1.25em;
}
.subNav a:link{
	color:#666666;
	text-decoration:none;
}
.subNav a:hover {
	color:#015488;
	text-decoration:underline;
}
.subNav a:visited {
	color:#666666;
	text-decoration:none;
}
/* ----- MISC: = content -----*/
#content {
	margin:60px 0 0 0;
	width: 920px;
	height:auto;
	text-align:left;
}
#keyImg {
	background:url("img/pic_main.jpg") no-repeat;
	position:relative;
	margin:50px 0 0 0;
	padding:50px 20px 0 450px;
	width: 450px;
	height:312px;
	text-align:left;
}
#btmPanel {
	background:#FFFFFF;
	position:relative;
	width:920px;
	height:310px;
}
#investor {
	float:left;
	border-right:#999999 dashed 1px;
	width: 228px;
	height: inherit;
	text-align:left;
}
#customer {
	float:left;
	margin:0 0 0 15px;
	width: 670px;
	height: inherit;
	text-align:left;
}
#customer1 {
	float:left;
	width: 210px;
}
#customer2 {
	float:left;
	margin-left: 20px;
	width: 210px;
}
#footer {
	margin:15px 0 0 0;
	border-top:#CCCCCC solid 1px;
	width: 920px;
	height:25px;
}
