

/* -----------------------TEXT FORMATTING -----------------------*/

a {
	text-decoration: none;
	color: #9d9d9d;
}

a:hover {
	text-decoration: underline;
	color: #8c8c8c;
}

p {
	font-family: 'Tahoma', sans-serif;
	text-align:justify;
	font-size:14px;
	color:#585858;
}

h1 {
	font-family: 'Trebuchet MS', Geneva, sans-serif;
	font-size:24px;
	text-align:left;
	color:#585858;
	line-height:20px;

}

h2 {
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size:10px;
	line-height: 20px;
	text-align:center;
	color:#9d9d9d;
	line-height:10px;
	font-weight: 100;


}

h3 {
	font-family: 'Trebuchet MS', Geneva, sans-serif;
	font-size:17px;
	text-align:left;
	color:#585858;
	line-height:20px;

}

h4 {
	font-family: 'Tahoma', sans-serif;
	text-align:justify;
	font-size:12px;
	color:#585858;
	font-weight: 100;
}

h5 {
	font-family: 'Tahoma', sans-serif;
	text-align:justify;
	font-size:17px;
	color:#0079c2;
	font-weight: 300;
}

h6 {
	font-family: 'Tahoma', sans-serif;
	text-align:justify;
	font-size:25px;
	color:#0079c2;
	font-weight: 300;
}

hr {
	clear: both;
	border: 0px;
  	width: 100%;
	color: #0079c2;
	background-color: #0079c2;
	height: 2px;
	margin: 0px;
	padding: 0px;
}

.formtext
	{
	font-family: 'Trebuchet MS', Geneva, sans-serif;
	text-align:justify;
	font-size: 12px;
	color:#202020;
}


.inputtext { 
	width: 220px; 
}



/* ------------------------------IMAGES -----------------------*/

#rotator {
  	background: url(../files/images/baseline/rotator.php);
	position:relative;
	float: right;
	z-index:1000;
	width:527px;
	height:39px;
	top:8px;
}

.phclogo{
	float: left;
}

.phccontact{
	position:relative;
	float: right;
	top:20px;
}

.floatright{
	position:relative;
	float: right;
	top: 8px;
	z-index:1000;
}

.indeximage {
	float: center;
	margin: 3 3 3 0;
}

.menuimage {
	margin: 40 0 0 0;
	border: 1px solid #8c8c8c;
}


/* ------------------------------INDEX MENU -----------------------*/

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

#nav-menu li {
	margin: 0 0em;
}

#nav-menu li a {
	line-height: 2em;
	color: #8c8c8c;
	font-family: 'Tahoma';
	font-size:18px;
	width: 250px;
	height: 40px;
	display: block;
	background-color:#f4f4f4;
	border: 1px solid #8c8c8c;
	text-decoration: none;
	padding:0px;
	text-align: center;
}

#nav-menu li a:hover{
	background-color:#0079c2;
	color: #fff;
	background-image:url(../files/images/menu/bghover.jpg);
	text-decoration:none;
	text-shadow: #4e4e4e 2px 2px 2px;
}

#nav-menu li a:active{
	color: #0000000;
}

#nav-menu li a.current{ 
	color: #fff; 
	background-image:url(../files/images/menu/bg.jpg);
	text-decoration:none;
}


/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none;
}
/* End hide */

#nav-menu {
	margin-top: 40px;
	margin-left: 20%;
}

/* ------------------------------PAGE MENU -----------------------*/


#page-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

#page-menu li {
	margin: 0 0em;
}

#page-menu li a {
	margin: 5 0 0 0;
	line-height: 3em;
	color: #8c8c8c;
	font-family: 'Tahoma';
	font-size:12px;
	width: 180px;
	height: 40px;
	display: block;
	background-color:#f4f4f4;
	border: 1px solid #8c8c8c;
	text-decoration: none;
	padding:0px;
	text-align: center;
}

#page-menu li a:hover{
	background-color:#0079c2;
	color: #fff;
	background-image:url(../files/images/menu/bghover.jpg);
	text-decoration:none;
	text-shadow: #4e4e4e 2px 2px 2px;
}

#page-menu li a:active{
	color: #0000000;
}

#page-menu li a.current{ 
	font-weight:bold;
	background-color:#0079c2;
	color: #fff;
	background-image:url(../files/images/menu/bghover.jpg);
	text-decoration:none;
	text-shadow: none;
}


/* Hide from IE5-Mac \*/
#page-menu li a {
	float: none;
}
/* End hide */

#page-menu {
	margin-top: 15px;
	margin-left: 0px;
}


/* ----------------------------- BASIC LIST -----------------------*/

#basic-list ul {
	padding: 10;
	margin: 0 0 0 30;
	font-family: 'Tahoma', sans-serif;
	text-align:justify;
	font-size:14px;
	color:#585858;
}

#basic-list li {
	margin: 0 0em;
}

/* -----------------------------TESTIMONIALS----------------------- */


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
}

ul#menu li a {
  background: #;
  color: #0079c2;	
  padding: 0.5em;
  font-family: 'Tahoma', sans-serif;
}

ul#menu li a:hover {
  background: #;
  padding-left: 20px;
  border-left: 5px #fff solid;
}

ul#menu li ul li a {
  background: #;
  color: #ddd;	
  font-size: 15px;
}

ul#menu li ul li a:hover {
  background: #;
  border-left: 5px #fff solid;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }



/* -----------------------------PAGE LAYOUT----------------------- */



body
{
	margin:0;
	padding:0; 
} 

#container
{
	text-align:center;
	width: 100%;
	margin: 0px;
	position:absolute;
	top:0px;
}


.center
{
	margin-left:auto;
	margin-top:2em;
	margin-right:auto;
	width:900px;
	opacity:1;
	text-align: left;
}

#content{
	padding-left: 10px;
	padding-right: 10px;
}

#content5{
	padding: 5px;
}

#content10{
	padding: 10px;
}

#indexcontainer{
	border: 1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-color: #c4c4c4;
	margin-top:20px;
	margin-bottom:20px;
	width: 882px;
	height: 290px;
}

#indexcontent{
	background-color: #fff;
	border: 0px;
	width: 439px;
	height: 290px;
	float: left;
	background-position: left bottom;
	background-repeat:no-repeat;
	background-image: url('../files/images/index/phcwatermark.jpg');
}

#indeximage{
	background-color: #fff;
	border: 0px;
	width: 439px;
	float: left;
}

#pagemenu{
	background-color: #fff;
	border: 0px;
	width: 200px;
	float: left;
}

#pagecontent{
	background-color: #fff;
	border: 0px;
	width: 480px;
	float: left;
	margin-top: 10px;
}

#pagecontentsplit{
	background-color: #cbebff;
	border: 0px;
	width: 300px;
	float: right;
	margin-top: 10px;
}

#pagecontentsplitwhite{
	background-color: #fff;
	border: 0px;
	width: 350px;
	float: left;
	margin-top: 10px;
}

#pagesidebar{
	background-color: #fff;
	border: 0px;
	width: 200px;
	float: right;
	margin-top: 15px;
}

#careplan{
	background-color: #f4f4f4;
	border: 1px solid #8c8c8c;
	width: 200px;
	float: right;
	margin-bottom:50px;
}

#baseline
{
	clear: both;
	background: #fff;
}

// MISC





