﻿	/* These "id=" styles can only be referenced by one <div id="#style"> tag in any given 
   ASP page (.master, .aspx, or .ascx). See bottom of document for "class" styles. 
   Note: Naming convention: the "S" suffix means that this is a div id that is used to 
   control the structure of an asp page. If an asp page contains a div tag with an id that 
   does not end in "S", then that div id SHOULD NOT be in the css. */

#containerDivS 
{
  margin:0 auto;
  width:873px; /* 773 */
}    

#frameDivS
{
    float: left;
    clear: both;
	width: 869px;
	/*background-color:#cce0e2;*/
	/*border: solid 1px blue;  */
}
#headerDivS
{
    float: right;
    width: 100%;
    height: 30px;
    background-color:white
}

#bannerDivS
{
    float: left;
    width: 100%;
    height: 100px;  
    background-color:white
} 
 
#centerDivS
{
    float: left;
    width: 100%;
 } 
#LowCenterDivS
{
    float: left;
    width: 100%;
    /*background-color:#cce0e2;  light blue */
    } 

#leftColumnDivS
{
    float: left;
    width: 76.7%;
    background-color:white;
    padding-right: 1%; 
} 
#row1DivS
{
    float: left;
    width: 100%;
    /*background-color:Gray */
} 
#row2DivS
{
    float: left;
    width: 100%;
    height:10px;
    font-weight:bold
 /*   background-color:Lime; 
    padding-bottom: 0.5px; */
} 

/*
#row3DivS
{
    float: left;
    width: 100%;
    background-color:Green
} 
#row4DivS
{
    float: left;
    width: 100%;  
} 
#row4LDivS
{
    float: left;
    width: 50%;
    padding-right: 1px;
     background-color:Olive 
} 
#row4RDivS
{
    float: right;
    width: 49.4%;
    padding-left: 1px;
    background-color:Orange
} 
#row5DivS
{
    float: left;
    width: 100%;
} 
#row5LDivS
{
    float: left;
    width: 50%;
    padding-right: 1px;
     background-color:Orange 
}
#row5RDivS
{
    float: right;
    width: 49.4%;
    padding-left: 1px;
    background-color:Olive 
} 
#row6DivS
{
    float: left;
    width: 100%;
    background-color:Yellow 
} 
*/

#rightColumnDivS
{
    float: right;
    width: 22%;
    height: 100%;
 }

#footerDivS
{
    float:  right;
    width: 100%;
    height: 80px;
    padding-left: 1px;
    background-color:#f5f5dc  /* beige; #8c932b; some green*/
}
.rowLDivS
{
    float: left;
    width: 50%;
}
.rowRDivS
{
    float: right;
    width: 49.4%;
    
} 
.fullrowDivS
{
    float: left;
    width: 100%;
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* style for solutions, one class for each subject */
.PhyCom {
	/*font-size: 18px; */
	background-color: #00666F;
	color: White;
	text-align: center;
	padding: 2px; 
	font-weight: bold; 
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
   }

.IDS {
	background-color: #461c0d;
	color: White;
	text-align: center;
	padding: 2px; 
	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
   }
   
.Billing {
   text-align: center;
	background: #798f11;
	color: White;
	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	 }
	 
.RVUs 
{
	text-align: center;
	background: #0f1240;
	color: White;
	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	 }
.EHR 
{
	text-align: center;
	background: #559da9;
	color: White;
	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	 }
	 
.Coding
{
	text-align: center;
	background: #683e49;
	color: White;
	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	 }
.CJob 
{
	text-align: center;
	background: #e6ce86;
	color: White;
	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	 }
