/* CSS Document */

body
{
	width:100%;
	margin:0px auto;
	padding:0px;
}

.top_bg
{
	width:100%;
	background-color:#2A251F;
	height:25px;
}

.top_bg .top_area
{
	width:940px;
	background-color:#2A251F;
	margin:0px auto;
	height:25px;
}

.header_bg
{
	width:100%;
	height:70px;
	background-color:#2F2A24;
	border-top:1px dotted #333;
}

.header_bg .header_area
{
	width:940px;
	height:70px;
	margin:0px auto;
	background-image:url(images/header_area.jpg);
	background-repeat:no-repeat;
}

.banner_bg
{
	width:100%;
	height:300px;
	background-color:#2B2620;
	background-repeat:repeat-x;
}

.banner_bg .banner_area
{
	width:940px;
	height:300px;
	margin:0px auto;
	background-image:url(images/banner_area.jpg);
	background-repeat:no-repeat;
}

.content_bg
{
	width:100%;
	background-color:#E1DCD8;
}

.content_bg .content_area
{
	width:940px;
	margin:0px auto;
}

.content_bg .content_area .heading
{
	font-family:"Myriad Pro";
	font-size:18px;
	font-weight:bold;
	color:#333333;
	border-bottom:0px solid #999;
	width:600px;
}

.content_bg .content_area .small_heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	border-bottom:0px solid #999;
	width:600px;
}

.content_bg .content_area p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
}

.content_bg .content_area .para
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
	padding:5px 5px 5px 5px;
}

.content_bg .content_area .para_right
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	text-align:justify;
	padding:10px 10px 10px 10px;
}

.content_bg .content_area ul li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2721;
	font-weight:bold;
	list-style-type:square;
}

.content_bg .content_area .right_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
}

.content_bg .content_area .table_header
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ED8000;
	font-weight:bold;
}

.content_bg .content_area .table_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight:bold;
}

.footer_bg
{
	width:100%;
	height:40px;
	background-color:#CFCAC6;
	border-top:1px dotted #B0ACA9;
}

.footer_bg .footer_area
{
	width:940px;
	height:40px;
	margin:0px auto;
	background-image:url(images/footer_area.jpg);
	background-repeat:no-repeat;
}

