@charset "utf-8";
/* CSS Document */

html,body,h1,h2,h3,h4,h5,h6,p,dd,dt,dl,ol,li, img,ul
{
	padding:00px; margin:00px;
}
h2, h3, h4, h5, h6
{
	padding: 00px 00px 10px 00px;
	
}

h1 {
	font-size: 57px;
	color: #FFFFFF;
}

h2 { font-size: 22px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 {
	font-size: 15px;
}

h6 { font-size: 14px; }

p { padding: 00px 00px 15px 00px; }

img { border:none; }

.left { float: left; }

.right { float: right }

.clear { clear: both; }
/***************common_link********************/

a:link, a:visited, a:active {
	color:#990000;
	text-decoration:underline;
}

a:hover {
	color: #009900;
	text-decoration:underline;
}


/***************padding***************/
.padd_10 { padding:10px; }

.padd_title { padding:10px 10px 00px 10px; }

.padd_20 { padding:20px; }

.padd_15_20 { padding: 15px 20px; }

.padd_20_30 { padding: 20px 30px; }

.padd_content { padding:00px 20px 10px 20px; }

.left_content_padd { padding: 20px 55px; }

.right_content_padd { padding: 20px 10px 20px 35px; }

/**************txt_color******************/
.green_color
{
	color:#406a00;
}
.red_color 
{
	color:#58100f;
}
.white_color
{
	color: #FFFFFF;
}


/****************body_content***********************/

body
{
	font-family:"Trebuchet MS";
	font-size: 13px;
	text-decoration:none;
	line-height:normal;
	color:#000000;
	background:#242b23;
}
#chiroprator_main
{
	margin:auto;
	position:relative;
	width:971px;
	background:url(chiroprator_images/content_bg.jpg) scroll left top repeat-y;
}

.center_line
{
	background:url(chiroprator_images/line.jpg) scroll left top repeat-x;
	margin: 05px 15px 15px 15px;
	height:7px;
} 

/*******************banner*******************/
.banner
{
	background:url(chiroprator_images/chiroprator_banner.jpg) scroll left top no-repeat;
	height:396px;
	width:971px;
}
.banner_padd {
	padding: 325px 300px 10px 00px;
}

.top_bg
{
	background:url(chiroprator_images/top_bg.jpg) scroll left top no-repeat;
	height:105px; width:682px; 
}

.top_bg_2
{
	background:url(chiroprator_images/top_bg_2.jpg) scroll left top no-repeat;
	height:105px; width:289px; 
	
}
.title_color
{
	background:#aaad9e;
	margin:20px 00px 00px 00px;
}

/*******************content*******************/
.left_content
{
	width:682px;
	padding:00px; margin:00px;
	/*background:#b6783f;*/
}
.right_content 
{
	width:289px;
	
}
.rgh_cont ul { padding:00px 20px; }

.rgh_cont li { list-style:square ; padding: 00px 00px 8px 00px; }


.content_width
{
	width:971px;
	/*line-height: 150%;*/
}
.content_width_1
{
	width:971px;
	background:url(chiroprator_images/content_bg_2.jpg) scroll left top repeat-y;
}
/*******************FOOTER*******************/
.footer_part, .footer_part a:link, .footer_part a:active, .footer_part a:visited 
{
	width:971px;
	background:#e19648;
	color:#000000;
	text-decoration:none;

}
.footer_part a:hover
{
	color:#990000;
	text-decoration:underline;
	
}
/************************************* list **************************************/
.list_form ul
{
	padding:10px 30px 10px 40px;
}

.list_form li
{
	padding:00px 00px 8px 00px;
}


.box_1
{
	border:#000000 solid 1px;
	margin:10px;
	padding:10px;
}
