/* CSS Document */

body{
	background: #1663AD;
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: Tahoma, sans-serif;
	color:#000;
}
#container{
	width:945px;
	padding: 0 30px 0 30px;
	margin: 0 auto;
	background:url(../images/background-tile.gif) 30px 0 repeat-y #fff;
}
a{
	text-decoration:none;
	color: #1663AD;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
#header{
	padding:30px 0 0 0;
	border-bottom: 4px solid #1663AD;
	background:#fff;
	height: 53px;
}
#logo{
	float:left;
}
#nav{
	float:right;
	padding:20px 0 0 0;
}
#nav a{
	float:left;
	display:block;
	height:20px;
}
#nav a:hover{
	background-position: 0 -20px;
}
a.home{
	width:54px;
	background:url(../images/home_bt.gif);
}
a.company{
	width:108px;
	background:url(../images/company_bt.gif);
}
a.platform{
	width:77px;
	background:url(../images/platform_bt.gif);
}
a.member{
	width:109px;
	background:url(../images/member-area_bt.gif);
}
a.contact{
	width:77px;
	background:url(../images/contact_bt.gif);
}
#left{
	width:660px;
	float:left;
}
#right{
	float:right;
	background: url(../images/member-tile.jpg) 0 top repeat-x;
	padding: 0 20px 30px 26px;
	width: 239px;
	font-size:1.2em;
}
#right h2{
	padding: 35px 0 10px 0;
	margin:0;
}
#home-content{
	background: url(../images/under-tile.gif) 0 top repeat-x;
	padding: 62px 30px 30px 0;
	font-size: 1.2em;
}
#home-content h1{
	padding:0 0 10px 0;
	margin:0;
}
#secondary-content{
	padding: 22px 30px 30px 0;
	font-size: 1.2em;
}
#secondary-content h1{
	padding:0 0 18px 0;
	margin:0;
	color:#209114;
	font-size:1.4em;
}
#footer{
	border-top:solid 1px #1663AD;
	background: #fff;
	padding: 10px 0 20px 0;
}
.clear{
	clear:both;
}
.blue-bold{
	color: #1663AD;
	font-weight:bold;
}