html {
	text-rendering: auto !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
	font-smooth: always !important; 
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	margin: 0;
	padding: 0;
}

/* -- FONTS: BEGIN -- */

/* -- Oswald Font --*/
/*
@font-face {
    font-family: 'oswaldbook';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
		 font-weight: normal;
         font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
         font-weight: normal;
         font-style: normal;
}

@font-face { 
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
         font-weight: normal;
         font-style: normal;
}
*/


/* -- Open Sans Condensed Fonts -- */
@font-face {
    font-family: open_sans_cond_light;
    src: url('../fonts/opensans-condlight-webfont.eot');
    src: url('../fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condlight-webfont.woff') format('woff'),
         url('../fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condlight-webfont.svg#open_sans_cond_light') format('svg');
		 font-weight: normal;
         font-style: normal;
}

@font-face {
    font-family: open_sans_cond_bold;
    src: url('../fonts/opensans-condbold-webfont.eot');
    src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condbold-webfont.woff') format('woff'),
         url('../fonts/opensans-condbold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condbold-webfont.svg#open_sans_cond_bold') format('svg');
         font-weight: normal;
         font-style: normal;
}

@font-face { 
    font-family: 'open_sans_cond_light_italic';
    src: url('../fonts/opensans-condlightitalic-webfont.eot');
    src: url('../fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condlightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-condlightitalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condlightitalic-webfont.svg#open_sans_cond_light_italic') format('svg');
         font-weight: normal;
         font-style: normal;
}


/* -- // FONTS: END -- */


/* -- GENERAL GLOBAL ELEMENTS: BEGIN -- */
body {
	margin: 0px;
	color: #000000;
	line-height: normal;
	font-family: Arial, sans-serif
}

p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #464646;
	margin-bottom: 17px;
	margin-top: 0px;
}	

a {
	color: #6385ba;
}	

a p {
	color: #6385ba;
}

a:hover p {
	color: #23527C;
}

a:hover {
	color: #23527C;
	text-decoration: none;
}	

/* -- GENERAL GLOBAL ELEMENTS: END -- */
	

/* -- SITE STRUCTURE GLOBAL ELEMENTS: BEGIN -- */

#site_header_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 1101px;
  height: 100px;
  background-image: url('../images/global/header_background.png');
  background-repeat: repeat-x;
  background-color: white;
}

#print_logo {
 	display: none;
}

#site_header_container .left_header_bar {
	float: left; 
}

#site_header_container .left_header_bar .logo {
	width: 340px;
	padding-top: 30px;
	padding-left: 55px;
}

#site_header_container .right_header_bar {
	float: right;
	position: relative;
}

#site_header_container .right_header_bar .actions {
	float: left;
	padding-top: 25px;
}

#site_header_container .right_header_bar .actions a.freeh_group {
	float: left;
	font-family: open_sans_cond_bold;
	color: #6385BA;
	font-size: 15px;
	text-decoration:none;
	padding-right: 9px;
	padding-top: 3px;
}

#site_header_container .right_header_bar .actions a.social_icon {
	float: left;
	margin-left: 7px;
}

#site_header_container .right_header_bar .actions a.search_icon {
	float: left;
	margin-left: 23px;
	margin-right: 22px;
}


#site_header_container .right_header_bar a.insight_arrow {
	float: left;
	width: 200px;
	height: 72px;
	background-image: url('../images/global/header_arrow.png');
	position: relative;	
}

#site_header_container .right_header_bar span.insight_arrow_text {
	position: absolute;
	top: 21px;
	left: 50px;
	font-family: open_sans_cond_bold;
	font-size: 20px;
	color: #ffffff;
}


/* OVERALL SITE SEARCH BOX STYLES */
	input#site_search_box {
   	position: absolute;
	top: 60px;
	left: 211px;
    background-color: #D9D9D9;
    background-image: url("../images/icons/magnify_glass_light.png");
    background-position: left 7px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    font-family: arial;
    font-size: 14px;
    padding: 6px 10px 6px 36px;
    width: 221px;
	display: none;
}

input#site_search_box::-moz-placeholder {  
   color: #666666;  
   font-style: italic;
}


input#site_search_box::-webkit-input-placeholder  {  
   color: #999999;
   font-style: italic;  
}

input#site_search_box:-ms-input-placeholder  {  
   color: #999999;  
   font-style: italic;
}

#site_main_container {
	width: 100%;
	padding-top: 100px; /* should be at least the height of the site_header_container */
	position: relative;
}

@media (min-width: 1070px) {
	#site_main_container {
		overflow-x: hidden;		
	}
}

#site_main_container_bg {
	width: 100%;
	min-width: 1250px;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative; /* JK put this in for attorney play button */
}

#site_main_left_sidebar_container {
	float: left;
    position: fixed;
    width: 205px;
	padding-left: 55px;
	background-color: white;
}

#site_main_left_sidebar_container ul {
	margin-top: 48px;
	padding-left: 0px;
}

#site_main_left_sidebar_container ul li a {
	font-family: open_sans_cond_light;
	color: #000000;
	font-size: 18px;
	text-decoration:none;
}

#site_main_left_sidebar_container ul li a:hover {
	color: #A80532;
}

#site_main_left_sidebar_container ul li a.on {
	font-family: open_sans_cond_bold;
	color: #A80532;
}

#site_main_left_sidebar_container ul li {
	list-style-type: none;
	padding-bottom: 6px;
}

#site_main_content_container {
   float: left;
   margin-left: 239px;
   width: 815px;
   min-height: 400px;
   margin-top: 42px;
   background-repeat: no-repeat;
   background-position: top right;
}

#site_main_content_container h5.value_statement {
	font-family: 'Montserrat';
	font-size: 50px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 29px;
	padding-bottom: 7px;
	text-transform: uppercase;
	width: 815px;
	border-bottom: 1px solid #b2b2b2;
	letter-spacing: -2px;
}


#site_main_content_container h5.value_statement::first-letter {
	margin-left: -2px;
}



#site_main_content_container h5.value_statement .light {
	color: #acacac;
}

/* -- // SITE STRUCTURE GLOBAL ELEMENTS: END -- */


/* -- FOOTER: BEGIN -- */
#footer {
	margin-top: 70px;
	padding-left: 55px;
}

#footer p {
	font-size: 11px;
	font-family: arial;
	line-height: 18px;
	color: #000000;
	margin: 0 0 0px;
	padding-bottom: 15px;
}

#footer a {
	color: #000000;
}

#footer a.standard {
	color: #6385ba;
}
/* -- // FOOTER: END -- */


/* -- INSIGHT CENTER PANEL: BEGIN -- */

#panel_container{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	z-index: 1001;
	background: #fff;
	/*height: 1200px;*/
	width: 0;
}

.panel_container_shadow {
	-webkit-box-shadow: -10px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:    -10px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow:         -10px 0px 5px 0px rgba(0,0,0,0.25);
	filter:  progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=10); 
}


.panel_container_no_scroll {
	overflow-x: hidden;
}	

.panel_container_with_scroll  {
	overflow-x: visible;
}	

#panel_content{
	position: relative;
	padding-top: 0px;
	padding-left: 120px; 
	padding-bottom: 0px;
	/*width:960px;*/
	/*width: 1070px;*/ /* This is so that the underlying page does not display on the right side */
	background-color: white;
}

.panel_close{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* -- INSIGHT CENTER PANEL: END -- */



/* -- PRINT STYLES: BEGIN -- */
@media print {
    
	#site_header_container  {
    	display: none;    
	}
	
	#site_main_container {
		padding-top: 0px;
	}
	
	
	#site_main_left_sidebar_container {
		display: none;
	}
	
	#site_main_container_bg {
	    min-width: 0px;		
	}
	
	#site_main_content_container {
		margin-left: 0px;
		margin-top: 0px;
	}
	
	#right_col {
		display: none;
	}
		
	#panel_container {
		display: none;
	}	
		
	#site_main_content_container h5.value_statement {
  	  font-size: 45px;
	}
	
	#print_logo {
    	display: block;
		padding-bottom: 50px;
	}
	
	#attorney_background {
		display: none;
	}
	
	#footer {
		padding-left: 0px;
	}
}

/* -- PRINT STYLES: END -- */

/* -- PRINT STYLES FOR IE10 & ABOVE: START (referenced from http://www.limecanvas.com/css-hacks-targeting-ie-10/) -- */
/*  Commenting out becuase instead of just showing on print it's taking place on standard screen view
@media print and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#footer {
		padding-top: 70px;
	}
	
	#site_main_content_container h5.value_statement {
		width: 700px;
	}
} */
/* -- PRINT STYLES FOR IE 10 & ABOVE: END -- */



