body {
	margin: 0;
	padding:0;
	color:#333333;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	text-align:justify;
	background: #e1e1e1 url("../images/body_background.gif") repeat-x top left;
}


h1, h2, h3, h4, h5, h5, h6{
	font-size: 20px;
	color:#cc0000;
	padding:0;
	margin:0 0 5px 0;
}

h2{
	/*color:#333333;*/
	font-size:14px;
}

h3, h5{
	font-size:13px;
	color:#033c8e;
}
/*
h4, h5{
	color:#85231a;
}*/

h6{
	font-size:14px;
}

a{
	color:#df2544;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img {border:none;}

hr{
	width:660px;
	background-color:#f86e85;
	border:none;
	height:1px;
	margin-top:10px;
}

.grey{
	font-size: 13px;
	font-weight: bold;
	color: #4f4f4f;
}

/***********************************/
/* Main Dives
/***********************************/

#layer, #header, #content, #footer{
	width:1000px;
	padding:0;
	margin:0 auto;
	/*border:1px solid red;*/
}


#header{
	height:70px;
	background-color:#fff;
	/*bordeR:1px solid red;*/
}
	
	#logo{
		width:252px;
		height:48px;
		margin-top:20px;
		float:left;
	}

#content{
	float:left;
	margin-top:20px;
	background-color:#fff;
	padding-bottom:10px;
}

	#content_left, #content_right, #home_content_left, #home_content_right{
		width:150px;
		padding-left:20px;
		float:left;
		background-color:#fff;
		padding-top:15px;
	}

	#content_right{
		width:778px;
		padding-left:26px;
		padding-right:26px;
		/*background: url("../images/content_background.gif") no-repeat right top;*/

	}

		.breadcrumbs{
			font-size:10px;
			font-weight:bold;
		}

		.breadcrumbs a{
			color:#333333;
		}
	
	#home_content_left{
		width:660px;
		padding-right:10px;
		/*border:1px solid red;*/
	}

		#home_image{
			width:661px;
			margin-bottom:33px;
		}

		#home_left_box, #home_right_box{
			float:left;
			width:395px;
			/*border:1px solid red;*/
		}

		#home_left_box{ padding-right:5px; }

		#home_right_box{
			width:255px;
			text-align:left;
			padding-left:5px;
		}

		.treatment_box{
			width:180px;
			float:left;
			padding:0;
			margin:0;
			padding-left: 7px;
			padding-right: 29px;
			border-left:2px solid #f86e85;
			color: #aeb0b2;
			font-weight: bold;
			margin-top: 29px;
			margin-left: 14px;
			/*border: 2px solid #c77b85;*/
		}


		.right_containers{
			width:275px;
			border:1px solid #f5f7f6;
			float:left;
			/*background: url("../images/small_box_back.gif") repeat-x left top;*/
			margin-bottom:5px;
			color:#666666;
			padding:5px;
		}
			.right_containers span{
				font-size:11px;
			}
			.profile_image{
				width:59px;
				float:left;
				padding-left:5px;
			}
			.profile_desc{
				width:191px;
				padding-left:15px;
				padding-right:5px;
				padding-top:5px;
				float:left;
				text-align:left;
			}
	
	#home_content_right{
		width:290px;
		padding-left:10px;
		padding-right:10px;
		/*border:1px solid red;*/
	}
#footer{
	width:990px;
	height:24px;
	background-color:#fff;
	color:#858585;
	font-size:10px;
	padding-top:12px;
	padding-left:10px;
	margin-top:20px;
	/*border:1px solid red;*/
}

#footer a {
	color:#858585;
}


	#footer #text{
		float:left;
	}

#developedby {
	margin-top:3px;
	margin-right:20px;
	width:113px;
	float:right;
}


ul{
	list-style-type:square;
}

#left_nav{
	margin:0;
	padding:0;
	list-style-type:none;
	color:#497fb3;
}

#left_nav li{
	width:140px;
	padding-left: 11px;
	background-image: url(../images/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #497fb3;
}


.error {
	color: red;
	margin-right: 50px;
	display:none;
	font-weight: bold;
}

/******************************************************************/
/*	Main Nav
/******************************************************************/

#tabs {
  float:right;
  margin-top:41px;
  width:740px;
  line-height:normal;
  margin-right:0px;
  /*border: 1px solid red;*/
  padding:0;
  }
#tabs ul {
	margin:0;
	/*padding:10px 10px 0 50px;*/
	height:30px;
	list-style:none;
  }
#tabs li {
	/*width:101px;*/
	display:inline;
	margin:0;
	padding:0;
  }
#tabs a {
	float:right;
	width:100px;
	background:url("../images/navleft.gif") no-repeat left top;
	margin:0;
	/*padding:0 0 0 4px;*/
	text-decoration:none;
	/*margin-right:2px;*/
	color:#666666;
	font-weight:bold;
  }
#tabs a span {
	height:20px;
	float:left;
	display:block;
	background:url("../images/navright.gif") no-repeat right top;
	padding-top:9px;
	text-align:center;
	color:#666;

  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#ffffff;
  }

#tabs a:hover {
  background-position:0% -29px;
  }

#tabs a:hover span {
  background-position:100% -29px;
  }

#tabs .selected, #tabs .selected span {
  background-position:0% -29px;
  color:#fff;
  }

#tabs .selected span {
  background-position:100% -29px;
  }



/******************************************************************/
/*	Main Nav
/******************************************************************/

#sub_tabs {
  float: left;
  margin-top:12px;
  width:660px;
  line-height:normal;
  margin-right:0px;
  /*border:1px solid red;*/
  }
#sub_tabs ul {
	margin:0;
	/*padding:10px 10px 0 50px;*/
	height:24px;
	list-style:none;
	padding:0;
	margin:0;
  }
#sub_tabs li {
	width:160px;
	display:inline;
	margin:0;
	padding:0;	
  }
#sub_tabs a {
	float: left;
	width:164px;
	background:url("../images/subnavleft.gif") no-repeat left top;
	margin:0;
	padding: 0;
	/*padding:0 0 0 4px;*/
	text-decoration:none;
	margin-right:1px;
	color:#666666;
	font-weight:bold;
  }
#sub_tabs a span {
	height: 19px;
	float: left;
	display:block;
	background:url("../images/subnavright.gif") no-repeat right top;
	padding-top:5px;
	text-align:center;
	color:#666;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sub_tabs a span {float:none;}
/* End IE5-Mac hack */
#sub_tabs a:hover span {
  color: #c91f3e;
  }

#sub_tabs a:hover {
  /*background-position:0% -29px;*/
  }

#sub_tabs a:hover span {
  /*background-position:100% -29px;*/
  }

#sub_tabs .selected, #sub_tabs .selected span {
  /*background-position:0% -29px;*/
  color: #c91f3e;
  }

#sub_tabs .selected span {
  /*background-position:100% -29px;*/
  }
/******************************************************************/
/*	clear div
/******************************************************************/

.cleardiv {
	clear:both;
	/*height:1%;*/
}