﻿
/* Crossroads Treatment Centers */

/*	Copyright (c) 2006, Crossroads Treatment Centers. 
	All rights reserved.
*/



/* ------------------------------------ */
/* GENERAL HTML */
/* ------------------------------------ */


xhtml {
	margin: 0px;
	padding: 0px;
	}
	
body, table, tr, td, div{
				font-size: 10 pt;
				font: 9pt/17pt georgia;
				color: #333333;
				margin: 0px;
				padding: 0px;
	/*background-color:tan;*/
}
h3 { 
	font: bold 12pt georgia; 
	xletter-spacing: 1px; 
	xmargin-bottom: 0px; 
	text-transform:uppercase; 
	color:red
	
	}


a:link, a:visited 
{ 
	font-weight: bold; 
	text-decoration: none; 
	xcolor: darkgrey; 
	text-decoration: underline; 
	}
a:hover {color: #000; background-color: #F4F2E4;
  xborder-bottom: 1px solid #9A8E51;}
a:active { 
	text-decoration: underline; 
	}
	
/* ------------------------------------ */
/* GENERAL  CUSTOM   */
/* ------------------------------------ */

/* first layout table */
TABLE.MAIN		{ margin:20px; max-width:800px;}

/* banner table */
TABLE.BANNER	{ border-bottom : 1px solid grey }

/* Copyright notice divs */
.COPYRIGHT 		{ font-size:xx-small; color:silver; }

/* navigation */
.NAV 				{  border-right:1px solid gray; xtext-color:white; }
.NAVCOOKIECRUMB 	{  font-size:large; font-weight: bold; xpadding-bottom:4px; }
.NAVCOOKIECRUMB A 	{  color:blue }
/* make nav column same size as corp logo */
TD.NAV 				{
				width: 150px;
				color: #000000;
}

/* for quotes by people */
.QUOTE 				{ font-size: smaller; }
.QUOTEE				{ font-weight:bold; font-style:italic }


/* staff */
.STAFFTITLE	{ font-weight: bold}
.STAFFNAME 	{ font-weight: bold}

/* for stuff that's not supposed to print */
.NOPRINT {
	
}

/* Styles for printing */
@media print {
   .NOPRINT, .NAV { display:none; }
}