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








	/* ----- Main Navigation ----- */
#logo-links { width:365px; height:56px; margin:0px auto; overflow:hidden; }
#logo-links #main-nav li { display:inline; margin-bottom:1px; }
#logo-links #main-nav li a, #main-nav-container #globalsearch { background:url(../images/bottom-logos.png) no-repeat; }

		/* ----- Navigation Normal State ----- */
#logo-links #main-nav li#ISRM a { background-position:0px 0px; float:left; width:91px; height:56px;  }
#logo-links #main-nav li#CNHC a { background-position:-184px 0px; float:left; width:111px; height:56px; }
#logo-links #main-nav li#NLSSM a { background-position:-295px 0px; float:left; width:131px; height:56px; }
#logo-links #main-nav li#SHIATSU a { background-position:-426px 0px; float:left; width:25px; height:56px; }

		/* ----- Navigation Hover State ----- */
#logo-links #main-nav li#ISRM a:hover { background-position:0px -56px; }
#logo-links #main-nav li#CNHC a:hover { background-position:-184px -56px; }
#logo-links #main-nav li#NLSSM a:hover { background-position:-295px -56px; }
#logo-links #main-nav li#SHIATSU a:hover { background-position:-426px -56px; }









	a.link:link {
	color : #83bfe6;
	font : normal 12px Arial;
	text-decoration : none;
	}
	
	a.link:visited {
	color : #83bfe6;
	font : normal 12px Arial;
	text-decoration : none;
	}
	
	a.link:hover {
	color : #83bfe6;
	font : normal 12px Arial;
	text-decoration : underline;
	}

li { list-style-type: disc;
	margin-bottom:5px;
	color: #83bfe6;
	}

#sitemap a
	{
	font-size: 15px;
	}

#sitemap li
	{
	margin-left: 15px;
	margin-bottom: 5px;
	}

.sitemap-sub1
	{
	margin-left: 20px;
	}

h3, h3 a
	{
	font-size: 16px;
	color: #83bfe6;
	text-decoration: none;
	margin-bottom: 10px;
	}

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

h3 a:visited
	{
	color: #83bfe6;
	}


	.outer-shadow {
	width:840px;
	background-image: url(../images/shadow-24.png);
	background-repeat:repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:1px;
	}
	
	.bottom-shadow {
	width:840px;
	height:21px;
	background-image: url(../images/bottom-shadow-24.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:1px;
	}
	
	.top-shadow {
	width:840px;
	height:20px;
	background-image: url(../images/top-shadow-24.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

*html .outer-shadow{
	width:840px;
	background-image: url(../images/shadow-24.png);
	background-repeat:repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:1px;
	}

*html .bottom-shadow{
	width:840px;
	height:21px;
	background-image: url(../images/bottom-shadow-24.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:1px;
	}

*html .top-shadow{
	width:840px;
	height:20px;
	background-image: url(../images/top-shadow-24.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
	



	.container{
	width:820px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-top:9px;
	padding-bottom:9px;
	}




*
	{
	padding: 0;
	margin: 0;
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	}

img
	{
	border: 0;
	}

body
	{
	margin: 0px;
	background-color: #f3f3f3;
	color: #666666;
	}

p { margin-top: 0;}
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

#banner
	{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 146px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat-x;
	}

#banner-left
	{
	float:left;
	background-image: url(../images/banner-left.jpg);
	width: 126px; height: 146px;
	}

#banner-logo
	{
	float:left;
	background-image: url(../images/banner-logo-bottom.jpg);
	height: 146px;
	background-position: bottom;
	background-repeat: no-repeat;
	 left: 126px;
	float: left;
	}

.contact-text
	{
	position:relative;
	z-index:1;
	top: 10px;
	width:140px;
	float:right;
	margin-top: 20px;
	}
	
p.text-banner
	{
	color:#FFFFFF;
	font-weight:bold;
	line-height:18px;
	font-size: 15px;
	}


#content
	{
	width: 800px;
	min-height: 600px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	}

#side-container
	{
	background-color: #efefef;
	width: 200px;
	float: left;
	}
	
#main-content
	{
	width: 550px; 
	margin-left: 30px;
	float: left;
	vertical-align: top;
	}

#navlist li
	{
	display: inline;
	/* for IE5 and IE6 */
	}

#navlist
	{
	width: 180px;
	/* to display the list horizontaly */
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	}




#navlist a
	{
	width: 100%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #efefef;
	border-bottom: 2px #ffffff solid;
	padding: 10px;
	text-decoration: none;
	color: #83bfe6;
	}

#sub-nav a
	{
	display: block;
	background-color: #c1dff2;
	text-decoration: none;
	color: #ffffff;
	}

#sub-nav a:hover
	{
	display: block;
	background-color: #c1dff2;
	text-decoration: none;
	color: #ffffff;
	}

a#sub-current
	{
	color: #ffffff;
	background-color: #83bfe6;
	}

a#current-sub
	{
	color: #ffffff;
	background-color: #c1dff2;
	}

#navlist a:hover
	{
	background-color: #83bfe6;
	color: #ffffff;
	}
	
a#current
	{
	color: #ffffff;
	background-color: #83bfe6;
	}

a:hover#current
	{
	color: #ffffff;
	background-color: #83bfe6;
	}
	
	
#nav-image
	{
	width: 200px;
	margin-left: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	background-color: #efefef;
	}

#logos
	{
	width: 200px; height: 75px;
	margin-left: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	background-color: #efefef;
	}
	
#logos-new
	{
	width: 200px; height: 75px;
	margin-left: 0px;
	padding-top: 15px;
	margin-bottom: -10px;
	background-color: #efefef;
	}
	

#isrm
	{
	float: left;
	padding-left: 5px;
	}
#sma
	{
	float: right;
	padding-right: 5px;
	}
	
	
#cnch
	{
	float: left;
	padding-left: 5px;
	margin-top:10px;
	}
	

#location
	{
	clear: both;
	margin-top: 20px;
	float: right;
	color: #83bfe6;
	}

#location-alt
	{
	margin-top: 23px;
	float: right;
	color: #83bfe6;
	}
	
.location-bold
	{
	font-weight: bold;
	}
	
#location a, #location-alt a
	{
	font-weight: normal;
	color: #83bfe6;
	text-decoration: none;
	}

#location a:hover, #location-alt a:hover
	{
	color: #666666;
	}
	
#copy
	{
	margin-top: 25px;
	}
	


h1
	{
	clear: both;
	font-size: 24px;
	padding-bottom: 5px;
	}

#page-header
{
width: 550px;
height: 150px;
overflow:hidden;
border: solid 1px #CCCCCC;
padding: 0px;
margin: 0px;
}


h2
	{
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	}

#promo-header
	{
	font-size: 12px;
	padding-right: 50px;
	padding-left: 10px;
	padding-top: 13px;
	}

#promo-header a
	{
	color: #2D81C5;
	text-decoration: none;
	}

#promo-header a:hover
	{
	color: #666666;
	text-decoration: underline;
	}

#promo-header a:visited
	{
	text-decoration: none;
	}

p {
padding-bottom: 10px;
}

#promo-boxes
	{
	margin-top: 20px;
	}
	

#promo-1
	{
	float: left;
	width: 168px;
	}
	
#promo-2
	{
	float: left;
	margin-left: 23px;
	width: 168px;
	}
	
#promo-3
	{
	float: left;
	margin-left: 23px;
	width: 168px;
	}
	

.promo-header
	{
	width: 168px; height: 41px;
	background-image: url(../images/promo-top.jpg);
	background-repeat: no-repeat;
	}

.promo-image
	{
	width: 168px; height: 136px;
	}

.promo-copy
	{
	width: 168px;
	padding-top: 5px;
	}

#footer
	{
	width: 800px; height: 30px;
	margin-left: auto; margin-right: auto;
	background-color: #83bfe6;
	color: #ffffff;
	}
	
	
#bottom-logos
	{
	width: 800px;
	margin-left: auto; margin-right: auto;
	margin-bottom: 20px;
	}
	

#footer-text
	{
	float: left;
	padding-top: 7px;
	margin-left: 10px;
	}

#footer-styles
	{
	float: right;
	padding-top: 7px;
	margin-right: 10px;
	}

#footer a
	{
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover
	{
	color: #666666;
	}




#map
	{
	border: solid #83bfe6 1px;
	}

#location-1
	{
	float: left;
	width: 168px; height: 280px;
	overflow: visible;
	}
	
#location-2
	{
	float: left;
	margin-left: 23px;
	width: 168px; height: 280px;
	overflow: visible;
	}
	
#location-3
	{
	float: left;
	margin-left: 23px;
	width: 168px;
	}
	
#location-1 h2,
#location-2 h2,
#location-3 h2
	{
	font-size: 18px;
	margin-bottom: -20px;
	}
	
#location-1 a,
#location-2 a,
#location-3 a
	{
	color: #333333;
	text-decoration: none;
	}
	
#location-1 a:hover,
#location-2 a:hover,
#location-3 a:hover
	{
	text-decoration: none;
	color: #83bfe6;
	}
	
#sidebar0 h2, #sidebar1 h2, #sidebar2 h2 { font-size:12px; }

.sidebar-image
	{
	width: 168px; height: 136px;
	}

.sidebar-copy
	{
	width: 168px;
	padding-top: 5px;
	}


table
	{
	width: 550px;
	border: 0;
	margin: 0px;
	padding: 0px;
	}

td.label-width
	{
	width:190px;
	}

td.field-width
	{
	width:360px;
	}

input.formfield
	{
	width: 230px;
	border: solid 1px #83bfe6;
	color: #83bfe6;
	font-size: 12px;
	padding: 1px;
	font-weight: normal;
	}

input.formfield-phone
	{
	width: 126px;
	border: solid 1px #83bfe6;
	color: #83bfe6;
	font-size: 12px;
	padding: 1px;
	font-weight: normal;
	}

input.marketing
	{
	margin-top: 1px;
	}

select.formfield
	{
	width: 130px;
	border: solid 1px #83bfe6;
	color: #83bfe6;
	font-size: 12px;
	padding: 1px;
	font-weight: normal;
	}
	
textarea.formfield
	{
	border: solid 1px #83bfe6;
	color: #83bfe6;
	font-size: 12px;
	padding: 1px;
	font-weight: normal;
	}

.formtextasterisk
	{
	color: #FF0000;
	padding-left: 2px;
	}

.formtext-marketing
	{
	width: 240px;
	padding-right: 40px;
	float: left;
	margin-top: 10px;
	}

.form-submit
	{
	float: left;
	margin-top: 10px;
	}

.back a, a:visited
	{
	color: #666666;
	text-decoration: none;
	}

.back a:hover
	{
	text-decoration: none;
	color: #83bfe6;
	}

#bloggerBug
	{
	visibility: hidden;	
	}