﻿/* 
###################################################
CCC Difference Green Box 
###################################################
*/
#ccc_diff_top
{	
	background-image: url('../Images/Front_Page/CCC_Difference_Top.jpg');
	background-repeat: no-repeat;
	width: 407px;
	height: 30px;
	font-size: 1pt;
}

#ccc_diff_middle
{
	background-color: #a0c46c;
	width:407px;
}

#ccc_diff_bottom
{	
	background-image: url('../Images/Front_Page/CCC_Difference_Bottom.jpg');
	background-repeat: no-repeat;
	width: 407px;
	height: 10px;
	font-size: 1pt;
}

#ccc_dark_diff_top
{	
	background-image: url('../Images/Front_Page/Small_Green_Top.jpg');
	background-repeat: no-repeat;
	width: 382px;
	height: 7px;
	padding:0px;
	font-size: 1pt;
}

#ccc_dark_diff_middle
{
	background-color: #6fb744;
	width:382px;
	padding:0px;
}

#ccc_dark_diff_bottom
{	
	background-image: url('../Images/Front_Page/Small_Green_Bottom.jpg');
	background-repeat: no-repeat;
	width: 382px;
	height: 7px;
	padding:0px;
	font-size: 1pt;
}


/* 
###################################################
CCC Services Blue Box 
###################################################
*/
#ccc_serv_top
{	
	background-image: url('../Images/Front_Page/CCC_Services_Top.jpg');
	background-repeat: no-repeat;
	width: 407px;
	height: 30px;
	font-size: 1pt;
}

#ccc_serv_middle
{
	background-color: #28b3c2;
	width:407px;
}

#ccc_serv_bottom
{	
	background-image: url('../Images/Front_Page/CCC_Services_Bottom.jpg');
	background-repeat: no-repeat;
	width: 407px;
	height: 8px;
	font-size: 1pt;
}

#ccc_dark_serv_top
{	
	background-image: url('../Images/Front_Page/Small_Blue_Top.jpg');
	background-repeat: no-repeat;
	width: 208px;
	height: 6px;
	font-size: 1pt;
}

#ccc_dark_serv_middle
{
	background-color: #2093a6;
	width:208px;
	padding:0px;
}

#ccc_dark_serv_bottom
{	
	background-image: url('../Images/Front_Page/Small_Blue_Bottom.jpg');
	background-repeat: no-repeat;
	width: 208px;
	height: 6px;
	font-size: 1pt;
}


/*
###################################################
Image Formatting
###################################################
*/
.image_padding
{
	padding: 4px;
	padding-right:12px;
}


/*
###################################################
Font Formatting
###################################################
*/
.home_text
{
	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
	padding: 2px;	
	padding-left: 4px;
}

.regular_text
{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;	
}

.control_text
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;	
}

.regular_text_large
{
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;	
	font-weight: bold;
}

.doctor_heading
{
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
}

.doctor_sub_heading
{
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}

/*
####################################################
Other Formatting
####################################################
*/

#footer
{
	width:900px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color:#1C92A4;
	font: normal 8pt Arial;
	color: #ffffff;
}

#sub_header
{
	background-image: url('../Images/sub_head_bg.jpg');
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left: 10px;
	height: 35px;
	width: 179px;
	
	font: bold 10pt Arial;
	color: #ffffff;
}

#side_navigation
{
	background-color: #e4f5fd;
	min-height: 500px;
	width: 175px;
}

/*
####################################################
Visual Control Formatting
####################################################
*/

.control_left
{
	background-image: url('../Images/Control_Left.jpg');
}

.control_middle
{
	background-image: url('../Images/Control_Middle.jpg');
}

.control_right
{
	background-image: url('../Images/Control_Right.jpg');
}

.m_control_left
{
	background-image: url('../Images/Control_Multiline_L.jpg'); 
}

.m_control_middle
{
	background-image: url('../Images/Control_Multiline_M.jpg');
}

.m_control_right
{
	background-image: url('../Images/Control_Multiline_R.jpg');
}

.control_format
{
	background-color: Transparent;
	border: 0px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;	
}