/* CSS Document */

/*-------------BASIC FORMATTING and RESETTING OF DEFAULTS--------------*/
p, h1, h2, h3, h4, h5, h6, ul, ol, table, tr, td {
	padding: 0;
	margin: 0;
	font-family: Helvetical, Arial, sans-serif;
}
.tb {font-weight: bold;}
.tbi {font-weight: bold; font-style: italic;}
.tbcap {font-weight: bold; text-transform: uppercase;}
.ti {font-style:italic;}
.tu {text-decoration:underline;}
.tui {text-decoration:underline; font-style:inherit;}
.tcap {text-transform: uppercase;}



/* ----------------------------------------------------------------------------------------*/
/*-----------GENERAL FORMATTING------------------------------------------------*/

/*----------------font family for p, all h tags and ul set in standard.css doc-----------*/

p {
	font-size: 12px;
	color: #675d53;
	line-height: 20px;
	padding: 0 0 10px 0;
}

h1 {
	font-size: 15pt;
	color: #006883;
	padding: 15px 0 5px 0;
}

h2, h6 { 
	font-size: 13pt;
	color: #675d53;
	padding: 10px 0 5px 0;
}

h6 {color: #fff;}

/*---------------h3, h4, h5 are all the same size, just different colors-------*/
h3 {
	font-size: 10pt;
	color: #006883; /*---WestHealth Blue---*/
	padding: 8px 0 5px 0;
}

h4 {
	font-size: 10pt;
	color: #675d53;  /*---WestHealth Dark Gray---*/
	padding: 5px 0;
}

h5 {
	font-size: 10pt;
	color: #ffffff;  /*---White---*/
	padding: 5px 0;
}

ul {
	font-family: Helvetica, Arial, sans-serif;
	list-style:none;
	line-height: 18px;
}

ol {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #675d53;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 18px;
}

td {
	font-size: 12px;
	color: #675d53;
	padding: 3px;
}

.nobullet li {
	list-style-type:none;
	color:#675d53;
}

.nobullet li a {
	color:#675d53;
}

.nobullet li a:hover {
	color:#000;
}

#homepage-content a {
	color:#49423b;	
	text-decoration:none;
	border-bottom:1px dotted #49423b;
}

.searchbutton {
	float:right;
	margin-right:5px;
	*margin-top:-1px;
	*margin-top:-24px;
}

#cse-search-results {
	width:500px;	
}

