@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4e49;
	background:#e6e6df;
}
img
{
	border:none;
}
a
{
	outline:none;
	color:#4f4e49;
}
h1
{
	font-size:24px;
	font-weight:normal;
	color:#32332e;
	margin:0px;
	padding:0px;
}
h2
{
	font-size:14px;
	font-weight:bold;
	color:#cd925a;
	margin:0px;
	padding:0px;
}
#outerdiv
{
	width:986px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	height:61px;
	background:url(../images/header-bg.gif) repeat-x;
}
	.logo
	{
		width:322px;
		height:33px;
		margin-top:21px;
		float:left;
	}
	/* Refer toplink css for toplink part */
#content
{
	width:986px;
	background:url(../images/content-bg.jpg);
}
	.banner
	{
		margin-left:auto;
		margin-right:auto;
		width:960px;
		height:261px;
		padding-top:11px;
		padding-bottom:15px;
	}
	.container
	{
		width:960px;
		margin-left:auto;
		margin-right:auto;
		text-align:justify;
		padding-bottom:15px;
	}
	.left-container
	{
		float:left;
		width:707px;
	}
		.treatment-trips
		{
			width:384px;
			float:left;
		}
			.treatment-trips-image
			{
				width:186px;
				height:120px;
				float:left;
				margin-right:10px;
				margin-top:10px;
			}
			.treatment-trips-content
			{
				float:left;
				width:182px;
				margin-top:10px;
			}
		.short-banner
		{
			width:316px;
			float:right;
		}
	.right-container
	{
		width:241px;
		float:right;
	}
		.right-links
		{
			width:221px;
			height:263px;
			background:url(../images/right-link-bg.jpg) no-repeat;
			margin-top:42px;
			padding:10px;
		}
		.right-links ul
		{
			margin:0px;
			padding:0px;
		}
		.right-links li
		{
			display:block;
			background:url(../images/bullet.jpg) no-repeat;
			padding-left:14px;
			background-position: 0 .3em;
		}
		.right-links li a
		{
			text-decoration:none;
		}
		.right-links li a:hover
		{
			color:#999999;
		}
#footer
{
	width:986px;
	height:40px;
	background:url(../images/footer-bg.jpg) no-repeat;
	text-align:center;
	color:#e4e3dc;
	padding-top:12px;
}
#footer a
{
	color:#e4e3dc;
	text-decoration:none;
}
