@charset "windows-1252";				   


html
{
height:100%;
width: 100%;
} 
								   
body
	{
		font-family: Calibri, Verdana, Trebuchet MS, Copperplate Gothic Light;
		/*background: #75A7CC; 
		background: #F2FAFF; */
		background-image: url(images/background3.jpg) ;
		background-repeat: repeat;
		bottom: 0px; 
		text-align: left;
		color: black; 
		font-weight: normal;
		font: 12pt;
	}	 

/* Links----------------------------------------------- */

A { text-decoration: none; color: #A55C0C;}
A:link { color: #A55C0C;}
A.contentLink:link { color: black;  font-weight: bold;}
A.contentLink:visited { color: black;  font-weight: bold;}
A:vlink { color: #A55C0C;}	
A:.offme {color: #A55C0C;}
A:hover { color: #753A75; text-decoration: underline;}	

p.title { color: black; font: 150% Trebuchet MS; text-align: center; font-weight: bold; }
p.left { color:black; font: 11pt; text-align: left;}
p.center { color:black; font: 12pt; text-align: center;}
p.menu { color: #A55C0C; font: 12pt; text-align: right;}
p.right { color:black; font-size: 11pt; text-align: right;} 
p.ital { color:black; font: 11pt; text-align: left; font-style:italic;} 

img  {
	border-style: solid;    
	border-width: thin;
	border-color: black;
	text-align: center;
	align: center;
	}

 
/* Header----------------------------------------------- */
 
@media all {
  #header {
    width: 90%;
    margin: 0;
	border-style: solid;    
	border-width: thin;
	border-color: #A55C0C; 
	padding: 2px;
	border-top: none;    
	border-right: none;    
	}
  }
@media handheld {
  #header {
    width: 90%;
    }
  }	
	
#header
	{ 
		margin: 0;
		height: 186px;
		text-align: center;
		font-size: 150%; 
		padding: 0px;
		background-image: url(images/Premier_Care_Services_Header.png) ; 
		background-repeat: no-repeat;
		vertical-align:text-bottom;
	}
 

/* Spacer----------------------------------------------- */
 
@media all {
  #spacer {
    width: 90%;
    margin: 0;
	border-style: none;    
	padding: 0px;
   
	}
  }
@media handheld {
  #spacer {
    width: 90%;
    }
  }	
	
#spacer
	{ 
		margin: 0;
		height: 2%;
	}
 
	
/* topMenu -------------------------------------- */
	
	
	@media all {
  #topMenu {
    width: 87%;
	}
  }
@media handheld {
  #topMenu {
    width: 90%;
    }
  }	
	
#topMenu
	{
    	margin: 1%;
		text-align: center;
		font-size: 105%; 
		color: #A55C0C; 
		padding: 2px;
		border-style: solid;    
		border-width: thin;
		border-color: #A55C0C; 
		background: #3E1154; 
	}	
	
		
/* container -------------------------------------- */
	
	
	@media all {
  #container {
    width: 90%;
	}
  }
@media handheld {
  #container {
    width: 90%;
    }
  }	
	
#container
	{
 	 	vertical-align: top; 
		text-align: center;
		padding: 0px !important;
		background-color: none; 
	}	
	

/* content -------------------------------------- */
 td.sideMenu {
 	vertical-align: top; 
    width: 27% !important;
    margin: 2;
	font-size: 105% !important;
	text-align: left;
	padding: 10px !important;
	border: solid thin #3E1154;
	/*background-color: #A9F9FF;*/	  
	background-color: #A55C0C;	  
	font-style:italic;
	}	


td.content { 
 	vertical-align: top; 
	font-size: 12pt; 
    float: none;
	text-align: left;
    width: 73% !important;
    margin: 0;
	padding: 10px !important;
	/*background-color: #A9F9FF;	  
	background-color: #88DBFF;  */  
	background-color: #A55C0C;	  
	border: solid thin #3E1154;
} 

div#fontSize.normal {
  font-size: 103%;
}

div#fontSize.medium  {
  font-size: 120%;
}

div#fontSize.large  {
  font-size: 150%;
}

/* footer -------------------------------------- */
	
	
	@media all {
  #footer {
    width: 87%;
	}
  }
@media handheld {
  #footer {
    width: 90%;
    }
  }	
	
#footer
	{
    	margin: 1%;
		text-align: right;
		font-size: 87%; 
		padding: 3px !important;
		border-top: none; 
		height: auto;
		border-style: solid;    
		border-width: thin;
		background-color: #3E1154;
		border-color: #A55C0C; 
		color: #A55C0C;
	}	