/* **************************************************************
 * TO CHANGE A SITE'S DEFAULT TEXT COLOR:
 *
 * you must change the color: attributes in all of the following
 * tags below:
 * BODY
 * TD
 * P
 * H3
 *
 * Once these are done, the text color change will be congruent
 * across the site.
 ************************************************************** */

/* ******************************************************************
 * TO ENSURE THE BACKGROUND COLOR REMAINS CONSISTENT ACROSS THE SITE:
 *
 * you must change the background-color: attributes in all of the
 * following tags below:
 * .appBG
 * <in the BODY tag below> background-color
 *
 * Once these are done, the background color change will be congruent
 * across the site.
 ****************************************************************** */
BODY
{
	scrollbar-face-color:#9BBAD6;
	scrollbar-arrow-color:#3A4C7F;
	scrollbar-track-color:#E2EEFA;
	scrollbar-shadow-color:#3A4C7F;
	scrollbar-highlight-color:#E2EEFA;
	scrollbar-3dlight-color:#E2EEFA;
	scrollbar-darkshadow-Color:#3A4C7F;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
 	background-color: #233346;
}
H3
{
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20;
	color: #233346;
	background-repeat: no-repeat;
	font-weight: bold;
	padding:10px;
	margin:2px;
}
H4
{
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16;
	color: #233346;
	background-repeat: no-repeat;
	font-weight: bold;
	padding:10px;
	margin:2px;
}
H1
{
	color: #a7893f;
	font-family: "Times New Roman", Times, serif;
	margin:0px;
	padding:10px;
}
P
{
	color: #233346;
	font-family: "Times New Roman", Times, serif;
	font-size: 12;
	margin:2px;
	padding:10px;
	text-align:justify;
}
UL
{
	color: #233346;
	font-family: "Times New Roman", Times, serif;
	font-size: 12;
	list-style-type:circle;
	position:relative;
}
.testimonial_quote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: italic;
	color: #00000;
}
.testimonial_location
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #00000;
}
.testimonial_person
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #00000;
}
.phoneNumber  {
                  position: absolute;
                  top: 50px;
                  right: 0px;
                  padding-right: 0px;
                  width: 100px;
                  height: 500px;
                  vertical-align: top;
                  text-align: center;
                  background-color: white;
                  padding-bottom: 0px;
                  z-index: 10;
            }
.mediumLogo 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #a7893f;
	font-weight: bold;
}
.mediumWhiteLogo
{	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24;
	color: #ffffff;
	background-repeat: no-repeat;
	font-weight: bold;
}
.nav_link
{	
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20;
	color: #a7893f;
	background-repeat: no-repeat;
	font-weight: bold;
}
.bulletPoints
{	
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20;
	color: #233346;
	background-repeat: no-repeat;
	font-weight: bold;
}
.practiceAreasList
{	
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10;
	color: #233346;
	background-repeat: no-repeat;
	font-weight: normal;
}
.education1
{
	color: #233346;
	font-family: "Times New Roman", Times, serif;
	font-size: 12;
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:bold;
	width:500px;
}
.education_location
{
	color: #233346;
	font-family: "Times New Roman", Times, serif;
	font-size: 12;
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:bold;
	width:150px;
}
.education_details
{
	color: #233346;
	font-family: "Times New Roman", Times, serif;
	font-size: 12;
	margin:0px;
	padding:0px;
	text-align:left;
	font-style:italic;
}
div.navmenu {
	float:left;
	background:#233346;
 	font-family: "Times New Roman", Times, serif;
	font-size: 20;}
div.navmenu a {
	font-weight:bold;
	color:#a7893f;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20;
	text-align: center;
}
div.navmenu a:hover {
	background:#a7893f;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 	font-size: 20px;
}

