/* CSS Document */
h1 {
	padding-bottom:10px;	
	font-size:13px;
	color:#00656d;
	line-height:30px;
	background-image:url(../images/dot.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-bottom:5px;
	display:inline;		
}
.sub {	
	margin-top:10px;
	margin-left:10px;
	
	height:160px;
	border:1px solid #8BD9DF;
	width:740px;
}
.sub .img {
	clear:both;
	float:left;
	width:160px;
	height:160px;
	text-align:center;
	vertical-align:top;		
}
.sub .img img {
	margin:5px;
}
.sub .ul h1 {
	margin-top:20px;	
	padding-bottom:10px;	
	font-size:13px;
	color:#00656d;
	line-height:30px;
	background-image:url(../images/dot.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;	
}
.sub .ul {	
	float:left;
	height:120px;
	width:240px;			
}
.sub .ul ul {
	margin-top:10px;
	list-style-image:url(../images/square.jpg);
	margin-left:25px;	
}
.sub .ul ul li {
	font-size:10px;
	font-weight:bold;	
}
.sub .text {
	float:right;
	width:340px;
	height:150px;				
}
.sub .text p {
	margin:0 5px;
	line-height:13px;
	margin-top:5px;			
}
