img.right {
	padding: 5px;
	border: 1px solid #BDBDBD;
	margin: 0;
	float: right;
	margin: 0 0 1px 10px;
	background-color: White;
}
img.left {
	padding: 5px;
	border: 1px solid #BDBDBD;
	margin: 0;
	float: left;
	margin: 0 10px 1px 0;
	background-color: White;
}
img.normal {
	padding: 5px;
	border: 1px solid #BDBDBD;
	background-color: White;
}
hr {width:100%; color:#cccccc; height:1px;}

img.logoleft {float:left;}
img.logoright  {float:right;}

hr {width:100%; color:#cccccc; height:1px; border-top: 1px solid #ccc; border-bottom: none; border-left: none; border-right: none; clear: both; margin: 20px 0;}
hr.teal {width:100%; color:#257db0; height:1px; border-top: 1px solid #257db0; border-bottom: none; border-left: none; border-right: none; clear: both;}
.bold{font-weight:bold;}

/* Reset */
.fieldsetclass{border:0;}


/* Body */
.center {margin:0 auto; text-align:center; background-color: #fff;}
.center #container_fixed {margin:0 auto;text-align:left;}

/* Fonts */
.block h1{font-size:1.5em; color:#98c900; font-family: "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;}
.block h2{font-size:1.3em; color:#4a7e8c; font-family: "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;}
.block h3{font-size:1.2em; color:#4a7e8c; font-family: "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;}
.block h4{font-size:.9em; color:#4a7e8c; font-family: "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;}

.block a:link{COLOR: #0065ab;TEXT-DECORATION: none;}
.block a:visited{COLOR: #0065ab;TEXT-DECORATION: none;}
.block a:hover{COLOR: #0065ab;TEXT-DECORATION: underline;}
.block a:active{COLOR: #0065ab;TEXT-DECORATION: none;}


#container_fixed {
	width: 900px;
	/*height: 100%;
	display:table;*/
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
}

/* Other */
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.none {display: none;}
.hidden {visibility:hidden;overflow:hidden;width:0;height:0;}
.nomargin{margin:0;padding:0;}
.padding{padding: 20px 10px;}
.padding20 {padding: 20px;}
.dottedline  {border-bottom: 1px dotted #6b6b6b; border-top: none; border-right: none; border-left: none; clear: both;}
.lipadding {padding: 5px 15px;}
.bold{font-weight:bold;}

/* Header */
#rice_header_fixed {
	margin: 0;
	height: auto;
}
#site_search {
	float: right;
	padding: 20px 0 0 0;
	width: 200px;
}
#site_search_relative {
	float: right;
	padding: 30px 0 0 0;
	width: 215px;
}

.labelclass {
	margin: 0 5px 0 0;
	text-align: right;
	width: 300px;
}

.textfield {
	color: #666666;
	width: 120px;
	height: 14px;
	border: solid 1px #999999;
	padding: 1px;
	float: left;
	font-size: 11px;
	text-align: right;
}
.textfield2 {
	color: #666666;
	width: 400px;
	height: 18px;
	border: solid 1px #999999;
	padding: 1px;
	float: left;
	font-size: 11px;
	text-align: left;
}
.textarea1 {
	color: #666666;	
	border: solid 1px #999999;
	padding: 1px;
	float: left;
	font-size: 11px;
	text-align: left;
	width: 400px;
}
.button_style {
    background-color: #98c900;
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	float: right;
	padding: 2px 4px;
	border: none;
	margin: 0;
}
#header_image {
	height: 138px;
	width: 900px;
	border: 1px solid #257db0;
}

#content_fixed {
	width: 900px;
	font-size: 12px;
	display: table;
	clear: both;
	margin: 5px 0;
	color: #666666;
	padding: 0;
	float: none;
	height: 100%;
	border-top: 1px solid #257db0;
	border-bottom: 1px solid #257db0;
	background-image: url(images/hccc_back.gif);
	background-repeat: repeat-y;
}
#content_fixed2 {
	width: 900px;
	font-size: 12px;
	display: table;
	clear: both;
	margin: 5px 0;
	color: #666666;
	padding: 0;
	float: none;
	height: 100%;
	border-top: 1px solid #257db0;
	border-bottom: 1px solid #257db0;
	background-image: url(images/hccc_back2.gif);
	background-repeat: repeat-y;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	line-height: 1px;
}

.clearfix {display: inline-block;}

/* left hand nav */
/*left nav */
#leftcolumn {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	display: block;
	width: 214px;
	float: left;
	font-size: 12px;
	height: 100%;
	margin: 0 0 0 1px;
	background-color: #c3d7ef;
}
#leftcolumn a:link {
	color: #0065ab;
	text-decoration: none;
	font-size: 11px;
}
#leftcolumn_link li a:link {
	color: #0065ab;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
}
#leftcolumn_link li a:visited {
	color: #0065ab;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
}
#leftcolumn_link li a:hover {
	color: #39a0e8;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
}
#leftcolumn_link li a:active {
	color: #0065ab;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

#leftcolumn_link ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#leftcolumn_link li {
	list-style: none;
	border-bottom: 1px solid #39a0e8;
	padding: 7px 0 10px 25px;
	background-image: url(images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/*quote */
#locations {
	width: 200px;
	margin: 0;
	display: table;
	height: auto;
	font-size: 12px;
	color: #2b4c74;
	clear: both;
	background-color: #efefef;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
}


/* content feature */
#content_feature {
	float: left;
	width: 470px;
	margin-bottom: 10px;
	display: block;
	height: auto;
	font-size: 12px;
	color: #3a3a39;
}

#content_feature h1 {
	color: #98c900;
	font: bold 25px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#content_feature h1 a{
	color: #98c900;
	font: bold 25px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}

#content_feature a:link {
	color: #0065ab;
}

/* content feature */
#content_feature01 {
	float: left;
	width: 683px;
	margin-bottom: 10px;
	display: block;
	height: auto;
	font-size: 12px;
	color: #3a3a39;
}

#content_feature01 h1 {
	color: #98c900;
	font: bold 25px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#content_feature01 h1 a{
	color: #98c900;
	font: bold 25px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}

#content_feature01 a:link {
	color: #0065ab;
}

.feature_module {
	margin-bottom: 20px;
	text-align: justify;
}


#sectional_left  {
	width: 205px;
	margin-bottom: 10px;
	border: 1px solid #979797;
	text-align: left;
	padding: 0;
}
#sectional_left h2 {
	background-color: #98c900;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0 0 10px 0;
}
#sectional_left ul {
	margin: -20px 0 0 -5px;
	padding: 0 0 0 20px;
}
#sectional_left li {
	margin: 0 0 10px 0;
}

#sectional_right  {
	width: 205px;
	margin: 0 0 10px 0;
	border: 1px solid #979797;
	text-align: left;
	padding: 0;
}
#sectional_right h2 {
	background-color: #4a7e8c;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
}

#sectional_rightright  {
	width: 205px;
	margin: 0 0 10px 0;
	border: 1px solid #979797;
	text-align: left;
	padding: 0;
}
#sectional_rightright h2 {
	background-color: #56a1fa;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
}


/* right column */

#right_column {
	width: 213px;
	float: left;
	margin-bottom: 15px;
	font: normal 10px/normal Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0 1px;
	font-size: 12px;
}
#right_column h2{
	color: #316775;
	font: bold 20px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	display: block;
	padding: 0;
	margin: 0;
	font-style: italic;	
}

#right_column a:link {
	color: #0065ab;
	text-decoration: none;

}
#right_column a:visited {
	color: #0065ab;
	text-decoration: none;
}
#right_column a:hover {
	color: #0065ab;
	text-decoration: underline;
}
#right_column a:active {
	color: #0065ab;
	text-decoration: none;
}
.events_title {
	color: #4a7e8c;
	text-decoration: none;
	font-weight: bold;
}
#mailinglist {
	display: block;
	clear: both;
	background-color: #efefef;
	margin: 0 0 0 1px;
}


/************************** SUB PAGE ************************************/


/* content feature : Internal */
#content_feature2 {
	float: left;
	width: 680px;
	margin: 0 0 10px 0;
	display: table;
	height: auto;
}
#content_feature2 h1{
	color: #98c900;
	font: bold 28px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	padding: 0;
	margin: 0;		
}
#content_feature2 h2{
	color: #4a7e8c;
	font: bold 25px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	padding: 0;
	margin: 0;		
}
#content_feature2 h3{
	color: #0B62B1;
	font: bold 22px "Adobe Caslon Pro", Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	padding: 0;
	margin: 0;		
}
#content_feature2 a:link {
	color: #003d7d;
}
#content_feature2 li{
	padding: 3px 0;
}
.feature_module2 {
	margin-bottom: 20px;
	text-align: justify;
}

/* Events page*/

#events_page {
	background-color: #fff;
	width: 670px;
	float: right;
	margin-bottom: 15px;
}
#events_page h2{
	color: #003d7d;
	font: bold 15px Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px 0px 10px 0px;
	margin: 0px;		
}
#events_page h5 {
	color: #333333;
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 0;
	clear: both;
	float: left;
}
#events_page h6 {
	color: #003d7d;
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 0;
	clear: both;
}

#events_page p {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	padding: 0px;
	margin: 0px 0px 20px 10px;
	width: 550px;
	float: right;
}

#events_page strong {
	color: #003d7d;
}

#events_page a:link {
	color: #003d7d;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	float: right;
	width: 550px;
	clear: both;
}
#events_page a:visited {
	color: #003d7d;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	float: right;
	width: 550px;
	clear: both;
}
#events_page a:hover {
	color: #003d7d;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	float: right;
	width: 550px;
	clear: both;
}
#events_page a:active {
	color: #003d7d;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	float: right;
	width: 550px;
	clear: both;
}
.events_page2 {
	display: block;
	clear: both;
	font: bold 10px Arial, Helvetica, sans-serif;
	/* border-top: 1px dotted #999999; */
	color: #003D6C;
	margin: 0px;
	padding: 5px;
}
.events_page2 a {
	color: #003d7d;
}
.date {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	width: 45px;
	float: left;
	color: #333;
}


/************************** Therapists ***************************************/
.therapist{
	width: 170px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.therapist a:hover{
	text-decoration: none;
}

/************************** Footer ***************************************/
#footerbar_fixed {
	width: 100%;
	color: #616161;
	text-align: center;	
}
#footer {
	color: #616161;
	font-size: 11px;
	margin: 5px;
}
#footer a{
	color: #616161;
	margin: 20px;
}
