@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: 52px;
	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:#FFCC33;
	text-decoration:underline;
}

a:hover 
{
	color: #FFFF99;
	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; }

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

.content_padd { padding: 20px 45px 20px 45px; }

.sub_title_padd { padding: 35px 10px 20px 290px; }

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

.banner_2_padd { padding: 20px 20px 10px 70px; }

/**************txt_color******************/
.green_color
{
	color:#406a00;
}
.black_color 
{
	color:#000000;
}
.white_color
{
	color: #FFFFFF;
}


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

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

.center_line
{
	border:#FFFFFF solid 1px;
	margin: 05px 15px 15px 15px;
	
} 

/*******************banner*******************/

.banner
{
	width:971px; height:553PX;
}

.banner_1
{
	background:url(psychologist_images/psychologist_banner_1.jpg) scroll left top no-repeat;
	height:432px; width:635px; float:left;
}
.banner_2
{
	background:url(psychologist_images/psychologist_banner_2.jpg) scroll left top no-repeat;
	height:432px; width:336px; float:left;
}
.banner_3
{
 	background:url(psychologist_images/psychologist_banner_3.jpg) scroll left top no-repeat;
	height:121px; width:971px;
}

/*******************content*******************/

.content_width
{
	width:971px;
	/*line-height: 150%;*/
}
.content_width_1
{
	width:971px;
	background:url(psychologist_images/content_bg_2.jpg) scroll left top repeat-y;
	
}
.left_content
{
	width:380px;
}

.right_content 
{
	width:591px;

}


.rgh_cont ul { padding:00px 30px; }

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

.list_form ol { padding:00px 30px; }

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

.list_form ul
{
	padding:10px 30px 10px 40px;
}



/*******************FOOTER*******************/
.footer_part
{
	width:971px;
	background:#000000;
	color:#FFFFFF;
}
.footer_txt a:link, .footer_txt a:active,  .footer_txt a:visited 
{
	color:#FFFFFF;
	text-decoration:none;
}

 .footer_txt a:hover
{
	color:#990000;
	text-decoration:underline;
}

/*******************box*******************/

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