@charset "utf-8";
/* CSS Document */
@import 'undohtml.css';

/*BODY*/
body{
	font-family:arial,verdana,helvetica,sans;
	font-size:12px;
	width:100%;
}
hr.clear{
	clear:both;
	display:block;
	visibility:hidden;
}

/* CLEARFIX */
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-block; }
/* start commented backslash hack \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* close commented backslash hack */

/*MISC*/
.l{
	float:left;
	margin-right:10px;
}
.r{
	float:right;
	margin-left:10px;
}
img.portrait_medium{
	width:90px;
}
img.portrait_large{
	width:110px;
}
.red{
	color:#CC0000;
}
fieldset{
	border:0;
}
.blue{
	color:#4a4b67;
}
.bold{
	font-weight:bold;
}
span.up{
	position:absolute;
	top:-9999px;
}
/*HEADER*/
div#header{
	background:#141424 url(../i/page/headerBtmSkin.jpg) no-repeat left bottom;
	color:#fff;
	height:242px;
	width:100%;
}
div#logo{
	height:50px;
}
div.headerImg{
	height:78px;
	width:100%;
}
div.homeHeader{
	background:url(../i/page/headerImgHome.jpg) repeat-x;
}
div.aboutHeader{
	background:url(../i/page/headerImgAbout.jpg) repeat-x;
}
div.contactHeader, div.scheduleHeader{
	background:url(../i/page/headerImgContact.jpg) repeat-x;
}
div.partnersHeader{
	background:url(../i/page/headerImgPartners.jpg) repeat-x;
}
div.servicesHeader{
	background:url(../i/page/headerImgServices.jpg) repeat-x;
}
div.technologyHeader{
	background:url(../i/page/headerImgTechnology.jpg) repeat-x;
}
div.testimonialsHeader{
	background:url(../i/page/headerImgTestimonials.jpg) repeat-x;
}
div.gradientBar{
	background:#1d1c22 url(../i/page/headerMainBG.jpg) repeat-y;
	height:22px;
	padding-top:6px;
	text-indent:10px;
	width:100%;
}
h3.date{
	color:#999999;
	font-family:verdana,arial,sans-serif;
	font-size:1em;
	position:relative;
	top:26px;
}
h3.phone{
	font-family:geneva, verdana, arial, sans-serif;
	font-weight: bold;
	font-size:1.25em;
}
/*NAV*/
ul.mainNav{
	background:#141424 url(../i/page/mainNavSkin.jpg) repeat-x;
 	height:24px;
	text-align:right;
	width:100%;
}
ul.mainNav li{
	display:inline;
}
ul.mainNav li a{
	background:url(../i/page/mainNavLinkBorder.jpg) repeat-y left;
	color:#cfcfe0;
	font-size:.9em;
	font-weight:bold;
	padding:2px 10px;
	position:relative;
	top:4px;
	text-decoration:none;
}
ul.mainNav li a:hover{
	background:#a2a2a2 url(../i/page/mainNavLinkBorder.jpg) repeat-y left;
	color:#000;
}
/*MAIN CONTENT*/
div#mainContent{
	background:url(../i/page/mainContentSkin.jpg) repeat-y left;
	padding-bottom:20px;	
	width:800px;
}
/*ABOUT*/
img.TCR_headshot{float:left; margin-right:10px; margin-bottom:3em; }
div.TCR_bio{float:left; margin-bottom:4em; width:320px;}
div.TCR_bio h2{color:#272844; font-size:14px;}
div.TCR_bio h3{color:#272844; font-size:12px; font-style:italic;}
div.TCR_bio h5{color:#4a4b67; font-size:11px;}
div.TCR_bio h5 a{color:#4a4b67;}
div.TCR_bio h5 a:hover{text-decoration:underline;}
div.TCR_bio p{font-size:11px; line-height:1.2em; margin-top:1.6em;}

/*CATEGORIES */
div.category, div.category div{
	width:500px;
}
h2.pageTitle{
	font-size:1.5em;
	margin-bottom:20px;
	padding-left:10px;
}
/*div.category h3{
	font-size:10px;
	height:12px;
	margin:1px 0 8px 0;	
	padding:0;
	text-indent:-9999px;
}*/
div.category h3{
	background:url(../i/page/headerImgUL.jpg) no-repeat left bottom;
	color:#454545;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	margin:1px 0 4px 0;	
	text-indent:10px;
	text-transform:uppercase;	
}
div.category h3#newsTitle{
	background:url(../i/page/headerImgUL_NEWS.jpg) no-repeat left bottom;
	color:#fff;
}
/* div.category h3#newsTitle{
	background:url(../i/titles/news.jpg) no-repeat left;
}
div.category h3#aboutTitle{
	background:url(../i/titles/about.jpg) no-repeat left;
}
div.category h3#testimonialsTitle{
	background:url(../i/titles/testimonials.jpg) no-repeat left;
} */
div.itemBox{
	margin:0 0 8px 0;
	padding:0;
}
div.itemTop{
	display:block;
	background:url(../i/page/itemTop.jpg) no-repeat left;
	height:10px;
	margin:0;
	padding:0;
	position:relative;
	top:1px;
}
div.itemMain{
	border-left:solid 1px #e7e7e7;
	margin:0;
	padding:0 0 2px 0;
}
div.itemMain h4{
	clear:both;
	color:#272844;
	font-size:1.4em;
	margin:0;
	padding:0 0 0 8px;
}
div.itemMain p{
	font-size:.9em;
	line-height:15px;
	margin:0;
	padding:8px 0 0 8px;
}
div.news p{
	color:#666;
	font-size:1em;
}
div.itemMain p a, ul.disc li a, div.itemMain h4 a{
	color:#4a4b67;
	text-decoration:underline;
}
div.news h4{
	color:#272844;
}
div.itemMain p a:hover, ul.disc li a:hover, div.itemMain h4 a:hover{
	background:#4a4b67;
	color:#fff;
}
div.itemBtm{
	display:block;
	background:url(../i/page/itemBtm.jpg) no-repeat left;
	height:10px;
	margin:0;
	padding:0;
	position:relative;
	top:-2px;	
}
/*COL1*/
div#col1{
	color:#fff;
	float:left;
	text-align:left;
}
div#col1 a img{
	border:solid 1px #cfcfe0;
	margin:10px 0px;
}
div#col1 a img.noborder{
	border:none;
}
div#col1 div.content{
	padding:0 16px;
	width:156px;
}
div#col1 div.content h4{
	font:bold 1.1em verdana,arial,sans-serif;
}
div#col1 div.content p{
	font:.9em geneva,verdana,arial,sans-serif;
	padding-bottom:10px;
}
div#col1 div.content ul.disc{
	list-style-type:disc;
	padding:6px 0 0 10px;
}
div#col1 div.content ul.disc li{
	line-height:24px;
}
/*COL2*/
div#col2{
	float:left;
	margin-left:100px;
}
div#col2 div.content p{
	padding-right:60px;
}
div#col2 ul.disc{
	list-style-type:disc;
	padding:12px 0 12px 40px;
}
div#col2 ul.disc li{
}
div#col2 h4{
	font-size:.9em;
}
div#col2 h4:first-line{
	font-size:1.4em;
}
div#col2 div.news h4{
	width:550px;
}
/* FORM */
form{
	padding:20px 0 0 10px;
}
form textarea, form input{
	font-family:helvetica, arial, sans-serif;
	font-size:10px;
}
form br{
	clear:both;
}
form span.i{
	padding:0 2px;
	position:relative;
	top:-4px;
}
form label{
	display:block;
	float:left;
	margin-bottom:6px;
	width:132px;
}
form label.required{
	font-weight:bold;
}
form input, textarea{
	color:#000;
	font-size:10px;
	margin-bottom:6px;
	overflow:hidden;
	padding-left:2px;
	width:200px;
}
form input.checkbox{
	height:13px;
	width:13px;
	margin:0 0 6px 0;
}
form select{
	color:#000;
	font-size:10px;
	margin-bottom:6px;
	width:200px;
}
form input.radio{
	width:20px;
}
/* TIME */
form select.t{
	width:61px;
}
/* MED TECH */
form select.m{
	width:75px;
}
/* DATE */
form select.d{
	width:46px;
}
form select.m{
	width:86px;
}
form select.y{
	width:60px
}
/* ADDRESS */
address{
	padding:8px;
}
form label.a{
	font-size:.8em;
	text-indent:10px;
}
form div.aDiv, form div.sDiv{
	border-left:solid 4px #cccccc;
	padding-top:8px;
	margin-bottom:4px;
}
form div.aDiv input, form div.aDiv select{
	left:-4px;
	position:relative;
}
/* PHONE */
form input.p1, input.p2{
	width:30px;
}
form input.p3{
	width:40px;
}
form input.submit{
	border:none;
	background:url(../i/page/submit_btn.jpg) top left;
	cursor:pointer;	
	display:block;
	font-color:#000;
	left:-8px;
	text-indent:-800px;
	height:42px;
	position:relative;
	width:348px;
}
form input.submit:hover{
	background-position:bottom left;
}

/* BOOKMARK */
a#bmark{
	background:url(../i/page/bookmark_btn.jpg) no-repeat top left;
	color:#fff;
	display:block;
	height:42px;
	left:-6px;
	position:relative;
	width:158px;
}
a#bmark:hover{
	background-position:bottom left;
}
/*FOOTER*/
div#footer{
	color:#999999;
	padding-bottom:4px;
	width:100%;
}
div#footer p{
	background:url(../i/page/footerShadow.jpg) repeat-x top;
	padding-top:10px;
	font-size:.8em;
	text-indent:10px;
	width:100%;
}