@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
p
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#797979;
	line-height:1.5em;
}
h2
{
	font-size:20px;
	color:#626262;

}
.clear
{
	clear:both;
}
#wrapper
{
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0 100px;
	width:1024px;
}
#wrapper #inside
{
	width:804px;
	margin:0 auto;
}
#header
{
	height:132px;
	padding:33px 20px 0 20px;
}
#header #logo
{
	background:transparent url(../images/logo.jpg) no-repeat;
	width:351px;
	height:69px;
	float:left;
}
#header #call
{
	float:right;
	background:transparent url(../images/call.jpg) no-repeat;
	width:226px;
	height:69px;
}

#slider
{
	border-bottom:2px solid #caeeff;
	border-top:2px solid #caeeff;
	width:100%;
	height:342px;
	padding-top:2px;
	padding-bottom:2px;
}

#content
{
	padding:40px 20px 20px;
}
.left_col
{
	float:left;
	width:473px;
}
.right_col
{
	float:right;
	width:215px;
}
h2.title
{
	border-bottom:1px solid #caeeff;
	font-family:"Times New Roman", Times, serif;
}
ul.name
{
	margin:0;
	padding:0;
	list-style:none;
	color:#797979;
	font-size:13px;
}
ul.list
{
	color:#797979;
	font-size:12px;
	list-style-image:url(../images/ul_image.jpg);

}
ul.list li
{
	line-height:1.8em;
}
p.strong_blue
{
	font-weight:bold;
	color:#006699;
}
.right_col p
{
	text-align:justify;
}

#footer
{
	height:32px;
	width:100%;
	text-align:center;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	margin-top:40px;
	border-bottom:1px solid #caeeff;
	border-top:1px solid #caeeff;
	padding-top:5px;
	margin-bottom:10px;
}
#footer .text
{
	line-height:25px;
	font-family:"Times New Roman", Times, serif;
}
