@charset "UTF-8";

h1.index{
	color: #3C97EA;
	margin-top:30px
}
#top{
	padding:15px 0 15px 0
}

#intro{
	margin:30px 0 35px 0;
	height:200px;
	border-bottom:1px solid #999999; 
	border-top:1px solid #999999;
	padding: 0 70px 0 78px;
}
#IntroText{
	padding:25px 0 0 0;
	width:312px;
	float:right
}
.bubbles object{
	float:left;
}

#centerContener{
padding:0 0 30px 40px;
}

/*-------------------------BOX INDEX -------------------------------*/

#box_left{ 
	float:left; 

}
#box_right{ 
	margin-left:16px;
	margin-right:22px; 
	float:left;
}
.box1{
	text-align: left;
	vertical-align: middle;
	background: url(../images/index/bg_box.jpg) no-repeat right    ;
	font-weight: lighter;
	float: left;
	width:289px;
	height:117px
}
#box_right .box1{
	width:214px; height:117px 
}

#box_left .line{
	border-left:#999999 1px solid;
	margin-top:15px;
	padding-top:20px; 
	height:63px; 
	width: 255px; 
	
}
#box_right .line{
	border-left:#999999 1px solid;
	margin-top:15px;
	padding-top:13px;
	height:70px;
	width: 200px;
}
#box_left .line2{
	border-left:#999999 1px solid;
	margin-top:15px; 
	height:83px;
	width: 255px; 
}

.line h2, .line p, .line2 h2, .line2 p{
	margin-left:20px
}
.line2 p{ margin-bottom:0; padding-bottom:0
}