/**
 * Text CSS file
 * @author  Phil Wilding
 * @company Advocy
 * @version 1.1
 * @CSSVER  2
 */

strong {
  font-weight: bold;
  font-size: 12px;
}

a.navlink:link {
  font-size:12px;
  color:black;
  margin:auto;
  margin-left:5px;
  margin-right:5px;
  text-decoration:none;
  font-weight:bold;
  display:block;
  float:left;/* *float:none;*/
}

a.site-list:visited{
	color: #B22222;
}

a.navlink:visited  {
  font-size:12px;
  color:black;
  margin:auto;
  margin-left:5px;
  margin-right:5px;
  text-decoration:none;
  font-weight:bold;
  display:block;
  float:left;/* *float:none;*/
}

a.navlink:hover {
  font-size:12px;
  color:black;
  margin:auto;
  margin-left:5px;
  margin-right:5px;
  text-decoration:underline;
  font-weight:bold;
  display:block;
  float:left;/* *float:none;*/
}

.white_panel_title {
  font-size: 16px;
  color: #5573af;
  font-weight: bold;
  margin-bottom: 5px;
}

.blue_panel_title {
  font-size: 17px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.blue_panel_subtitle {
  font-size: 14px;
  color: #c5dfff;
  font-weight: bold;
  margin-bottom: 10px;
}

.blue_panel_text {
  font-size: 13px;
  color: white;
}

.blue_panel_text .blue_panel_first_line {
  font-size: 13px;
  color: white;
  font-weight: bold;
}

.blue_panel_footnote {
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.button_text {
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.red_button .button_text {
  color: black;
}

.white_panel_text,
.green_panel_text {
  font-size: 12px;
}

.green_panel_text {
  color: white;
}

.white_panel_subtitle {
  font-size: 12px;
  color: black;
  font-weight: bold;
}

.white_panel_link {
  font-size: 13px;
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.phone_number {
  font-size: 14px;
  font-weight: bold;
  margin-top:-4px;
  color: Red;
}

#level3 .white_panel_title {
  font-size: 12px;
}

#level2 .white_panel_text {
  padding-top:5px;
}

#level3 .white_panel_text2 {
  font-size:12px;
}

#level4 .button_text,#level5 .button_text {
  color: #72ae54;
}

.green
{
    color:#72ae54;
    font-size: 12px;
}

#simple_white_panel11 .white_panel_title,
#simple_white_panel14 .white_panel_title {
  font-size: 12px;
}

#copyright {
  font-size: 12px;
  color: #5573af;
  text-align: center; 
}

#reference_number {
  font-size: 12px;
  color: #72ae54;
  text-align: center;
}

#show_more {
  color: #c7e0ff;
}
a.button_text:visited,
a.button_text:hover,
a.button_text,
a.list_item:visited,
a.list_item:hover,
a.list_item
{
text-decoration:none;
}



.blue_list .list_item {
  
  clear:both;
  float:left;
 
  margin:0px;
  padding:0px;
  font-size: 12px;
  color: black;
  font-weight: bold;
  *margin-left:5px;
 
  *float:none;
  
  text-align:left;
  
}


.green_list li,
.green_list .list_item {
  font-size: 12px;
  color: #6fb05e;
  font-weight: bold;
}

#simple_white_panel13 .white_panel_title {
  color: black;
}

#simple_white_panel13 .white_panel_subtitle {
  color: #5573af;
}

#content_right .white_panel_title {
  font-size: 12px;
  color: #5573af;
}



#navigation_list .list_item {
  color: black;
  clear:both;
  font-size: 12px;
  font-weight: bold;
}
.insurances_list_li
{
color:white;
margin:0px;
padding:0px;
margin-left:35px;
}
.insurances_list_li:hover
{
  color:#000000;
margin:0px;
padding:0px;
margin-left:35px;
}
.insurances_list_li .list_item {
	color:white;
	font-weight:bold;
	font-size: 12px;
	font-family:Arial;
    text-decoration: none;
	
}
 .insurances_list_li .list_item:hover
{
 
    color:#000000;
	font-weight:bold;
	font-size: 12px;
	font-family:Arial;
   text-decoration:underline;
}