
   /* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #ffffff;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	font-family : "Encode Sans Compressed Regular", Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height: 22px;
	color: #373737;
	-webkit-text-size-adjust: 100%;
}
img, a img {	
	border: 0 none;
}
a {
	outline: none;
}
H1 {
	font-size : 40px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	color: #373737;
	line-height: 48px;
	font-family: "Dustimo Roman";
}
H2 {
	font-size : 24px;
	margin-bottom : 5px;
	margin-top: 0px;
	font-family: "Encode Sans Compressed Bold";
	font-weight: normal;
	color: #373737;
	line-height: 24px;
}
H3 {
	font-size : 20px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-family: "Encode Sans Compressed Bold";
	font-weight: normal;
	color: black;
}
H4 {
	font-size : 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-family: "Encode Sans Compressed Bold";
	font-weight: normal;
	color: #373737;
}
hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */
	{
	border: 0px solid #cccccc;
	color: #cccccc;
	height: 1px;
	background-color: #cccccc;
}
A, A:Link, A:Visited {
	color: #c92027;
	text-decoration: none;
	font-family: "Encode Sans Compressed Bold";
	font-weight: normal;
}
A:Hover {
	color: #c92027;
	text-decoration: underline;
}
b, strong {
	font-family: "Encode Sans Compressed Bold";
	font-weight: normal;
}
li {
	list-style-image: url("/images/list-bullet.png");
}
   /* -------------------------- Specialty Website Styles -------------------------- */

.hiddenPic {
   display:none;
}
@media print {
      .noprint { display: none; }
}
.over img:hover { 
filter : alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.clearer {
	clear: both;
}
@font-face {
 font-family: "Dustimo Roman";
 src: url("/media/fonts/Dustismo_Roman-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Dustimo Roman";
 src: url("/media/fonts/Dustismo_Roman-webfont.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Encode Sans Compressed Light";
 src: url("/media/fonts/encodesanscompressed-300-light-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Encode Sans Compressed Light";
 src: url("/media/fonts/encodesanscompressed-300-light-webfont.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Encode Sans Compressed Regular";
 src: url("/media/fonts/encodesanscompressed-400-regular-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Encode Sans Compressed Regular";
 src: url("/media/fonts/encodesanscompressed-400-regular-webfont.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Encode Sans Compressed Medium";
 src: url("/media/fonts/encodesanscompressed-500-medium-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Encode Sans Compressed Medium";
 src: url("/media/fonts/encodesanscompressed-500-medium-webfont.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Encode Sans Compressed Semibold";
 src: url("/media/fonts/encodesanscompressed-600-semibold-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Encode Sans Compressed Semibold";
 src: url("/media/fonts/encodesanscompressed-600-semibold-webfont.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Encode Sans Compressed Bold";
 src: url("/media/fonts/encodesanscompressed-700-bold-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Encode Sans Compressed Bold";
 src: url("/media/fonts/encodesanscompressed-700-bold-webfont.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Encode Sans Compressed Black";
 src: url("/media/fonts/encodesanscompressed-900-black-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Encode Sans Compressed Black";
 src: url("/media/fonts/encodesanscompressed-900-black-webfont.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
.categories_text {
	line-height: 18px;
	font-size: 12px;
}
.box_categories a:link, .box_categories a:visited {
	font-size: 14px;
}
*:focus {
   outline: 0;
}
   /* -------------------------- Structure Style Classes Go Here -------------------------- */

.main_container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.padding {
	padding: 25px;
}
.padding2 {
	padding: 15px;
}
.padding_center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding_left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding_right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.bg_top {
	
}
.box_top {
	
}
.bg_header {
	width: 100%;
	background-color: #7f7f7f;
}
.box_header {  
	width: 950px;
	margin: 0 auto;
	color: white;
	padding: 5px 0px;
}
.box_header_phone {
	font-family: "Encode Sans Compressed Light";
	font-size: 26px;
	float: left;
	padding-right: 20px;
	padding-top: 3px;
}
.box_header_social {
	float: left;
	padding-right: 5px;
}
.box_header_links {
	float: right;
	padding-top: 3px;
	font-family: "Encode Sans Compressed Bold";
}
.box_header_links a:link, .box_header_links a:visited {
	color: white;
}
.box_header_links a:hover {
	color: #f1c320;
	text-decoration: none;
}
.box_header_search {
	float: right;
	padding-left: 20px;
	padding-top: 3px;
}
.bg_menu {
	width: 100%;
	border-bottom: 2px solid #dad9d9;
}
.box_menu {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0px;

}
.box_menu_left {
	float: left;
}
.box_menu_right {
	float: left;
	padding-top: 40px;
	padding-left: 40px;
}
.bg_body {
	width: 100%;
}
.box_body {
	width: 950px;
	margin: 0 auto;
}
.box_left {
	width: 30%;
	float: left;
	height: 100%;
}
.box_right {
	width: 30%;
	float: left;
	height: 100%;
}
.box_main_2_column {
	width: 69%;
	float: left;
	height: 100%;
}
.box_main_3_column {
	width: 39%;
	float: left;
	height: 100%;
}
.bg_footer {
	width: 100%;
	background-color: #292929;
}
.box_footer {
	width: 950px;
	margin: 0 auto;
	color: white;
	padding: 30px 0px;
}
.box_footer a:link, .box_footer a:visited {
	color: white;
}
.box_footer a:hover {
	color: #f1c320;
	text-decoration: none;
}
.box_footer H2 {
	color: #f1c320;
}
.box_home_left {
	width: 60%;
	float: left;
}
.box_home_right {
	width: 40%;
	float: right;
}
   /* -------------------------- Custom Style Classes Go Here -------------------------- */

.bg_body_menu {
	width: 100%;
	background-color: #c92127;
	background-image: url(../images/menu-shadow.png);
	background-repeat: repeat-x;
	font-size: 14px;
}
.box_body_menu {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0px;
}
.body_menu_item {
	float: left;
	padding-right: 20px;
}
.body_menu_item a:link, .body_menu_item a:visited {
	color: white;
}
.body_menu_item a:hover {
	color: #f1c320;
	text-decoration: none;
}
.bg_welcome_left {
	background-color: #373737;
	width: 40%;
	float: left;
	min-width: 350px;
}
.box_welcome_left {
	text-align: center;
	color: white;
	font-family: "Encode Sans Compressed Bold";
	float: right;
	padding: 30px 30px 30px 0;
	width: 350px;
}
.box_welcome_left a:link, .box_welcome_left a:visited {
	color: white;
	font-size: 16px;
}
.box_welcome_left a:hover {
	color: #f1c320;
	text-decoration: none;
}
.bg_welcome_right {
	width: 60%;
	background-image: url(../images/bg-welcome-content.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	float: left;
	position: relative;
	overflow-x: hidden;
}
.box_welcome_right {
	float: left;
	width: 520px;
	padding: 30px 0 150px 30px;
	font-size: 18px;
}
.box_welcome_right h1 {
	font-size: 55px;
	line-height: 55px;
}
.bg_welcome_red {
	width: 100%;
	background-color: #ca2128;
	position: absolute;
	bottom: 0;
}
.box_welcome_red {
	float: left;
	background-color: #ca2128;
	width: 600px;
	padding: 30px 0 20px 20px;
	overflow-x: hidden;
}
.box_red_logo {
	float: left;
	padding-left: 15px;
}
.bg_training_programs {
	width: 100%;
}
.box_training_programs {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0px;
}
.box_training_programs h3 {
	font-size: 18px;
}
.bg_keynote_speaking {
	width: 100%;
	background-image: url(../images/bg-keynote-speaking.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f5f5f5;
}
.box_keynote_speaking {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0px;
}
.box_keynote_speaking h1 {
	font-size: 36px;
}
.box_red_button a:link, .box_red_button a:visited {
	color: #f1c320;
	font-size: 16px;
	background-color: #ca2128;
	padding: 10px;
	text-align: center;
	display: block;
}
.box_red_button a:hover {
	color: #ca2128;
	text-decoration: none;
	background-color: #f1c320;
}
.bg_client_list {
	width: 100%;
}
.box_client_list {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
.box_client_list ul {
	text-align: left;
}
.box_client_list H1 {
	font-size: 36px;
	text-align: center;
}
.client_list_link:link, .client_list_link:visited {
	text-transform: uppercase;
	color: #f1c320;
	font-size: 22px;
}
.client_list_link:hover {
	color: #ca2128;
	text-decoration: none;
}
.bg_electronic_risk_left {
	background-image: url(../images/bg-electronic-risk.jpg);
	background-position: left;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	width: 40%;
	float: left;
}
.bg_electronic_risk_right {
	width: 60%;
	float: left;
	background-color: #373737;
	position: relative;
	overflow-x: hidden;
}
.box_electronic_risk_right {
	color: white;
	padding: 30px 0px 30px 30px;
	width: 520px;
	font-family: "Encode Sans Compressed Medium";
}
.box_electronic_risk_right H1 {
	color: white;
	font-size: 36px;
}
.box_electronic_risk_right H2 a:link, .box_electronic_risk_right H2 a:visited {
	color: #f1c320;
}
.box_electronic_risk_right H2 a:hover {
	color: white;
	text-decoration: none;
}
.electronic_risk_table td {
	font-size: 18px;
	font-family: "Encode Sans Compressed Regular";
}
.electronic_risk_table td b,.electronic_risk_table td Strong {
	font-family: "Encode Sans Compressed Black";
}
.bg_about {
	width: 100%;
}
.box_about {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: justify;
}
.box_about h1 {
	color: #c92027;
	text-align: center;
}
.bg_epolicy_numbers {
	width: 100%;
	background-color: #373737;
}
.box_epolicy_numbers {
	color: white;
	padding: 30px 0px;
	width: 950px;
	margin: 0 auto;
	font-family: "Encode Sans Compressed Medium";
	font-size: 18px;
}
.epolicy_numbers_left {
	float: left;
	width: 40%;
	text-align: center;
	padding-top: 80px;
}
.epolicy_numbers_left H1 {
	color: white;
	font-size: 78px;'
	line-height: 86px;
	margin-bottom: 15px;
}
.epolicy_numbers_left H2 {
	color: white;
	font-family: "Dustimo Roman";
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 15px;
}
.epolicy_numbers_right {
	float: right;
	width: 60%;
}
.red_circle {
	font-family: "Encode Sans Compressed Black";
	font-size: 22px;
	color: #f1c320;
	background-color: #c92027;
	-webkit-border-radius: 100%;
	-moz-border-radius:    100%;
	border-radius:         100%;
	height: 60px;
	width: 60px;
}
.red_circle_padding {
	padding-top: 18px;
	padding-left: 6px;
}
.bg_service_spotlight {
	width: 100%;
}
.box_service_spotlight {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}
.box_service_spotlight h1 {
	font-size: 36px;
	line-height: 36px;
}
.bg_bookstore {
	width: 100%;
	background-image: url(../images/bg-bookstore-shadow.jpg);
	background-repeat: repeat-x;
}
.box_bookstore {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0px;
}
.box_bookstore h1 {
	text-align: center;
}
.box_bookstore table, .box_bookstore table td {
	border: #dedddd solid 2px;
	border-collapse: collapse;
}
.blank_cell_border {
	border: none !important;
}
.bookstore_left {
	float: left;
}
.bookstore_right {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
.box_testimonials {
	text-align: center;
	border-top: 1px solid #dedddd;
	border-bottom: 1px solid #dedddd;
	padding-bottom: 80px;
}
.box_testimonials h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 20px;
	font-family: "Encode Sans Compressed Light";
}
.box_testimonials h3 {
	font-size: 14px;
	font-family: "Encode Sans Compressed Bold";
	font-weight: normal;
	padding-bottom: 20px;
}
.box_testimonials_link {
	text-align: center;
	position: relative;
	top: 210px;
}
.box_survey_border {
	border: 1px solid #373737;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
}
.media_room_section {
	float: left;
	text-align: center;
	padding: 20px;
}
.media_room_section a:link, .media_room_section a:visited {
	font-size: 18px;
	color: black;
}
.media_room_section a:hover {
	text-decoration: none;
	-moz-opacity: 0.80;
	opacity: 0.80;
	filter:alpha(opacity=80);
}

#slideshow { width: 800px; height: 200px; position: relative;}
#slideshow .position { width: 800px;}
#slideshow .controls { 
	bottom: -15px; 
	z-index: 9999; 
	position: absolute;
	width: 100%;
	text-align: center;
}
#slideshow .controls a:link, #slideshow .controls a:visited {
    color: White;
} 
#slideshow .controls a {
	-webkit-border-radius: 100%;
	-moz-border-radius:    100%;
	border-radius:         100%;
	margin: 2px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	text-decoration: none; 
	width: 17px; 
	height: 17px; 
	background: #afafaf;
}
#slideshow .controls a:first-child { 
	-webkit-border-radius: 100%;
	-moz-border-radius:    100%;
	border-radius:         100%;
	margin: 2px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	text-decoration: none; 
	width: 17px; 
	height: 17px; 
	background: #afafaf;
}
#slideshow .controls a.activeSlide { 
	-webkit-border-radius: 100%;
	-moz-border-radius:    100%;
	border-radius:         100%;
	margin: 2px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	text-decoration: none; 
	width: 17px;
	height: 17px;
	background-color: #c92027;
}

.scroll1 { height: 400px; padding: 0; margin: 0; width: 100%; position: relative; margin: 0 auto;}


#first { background: url(../images/bg_editing.jpg) no-repeat fixed 50% 0; 
background-size: 100% auto;
background-position: center;
}
.box_home_forms {
	text-align: center;
	padding: 30px;
}
.box_forms_left {
	float: left;
	width: 40%;
	text-align: left;
}
.box_forms_left h2 {
	font-weight: normal;
	font-family: "Encode Sans Compressed Bold";
	font-size: 32px;
	line-height: 32px;
	color: #5b5b5b;
	margin-bottom: 10px;
}
.box_forms_left h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	font-family: "Encode Sans Compressed Regular";
	font-style: italic;
	color: #5b5b5b;
	margin-bottom: 5px;
}
.box_forms_right {
	float: right;
	width: 40%;
	text-align: left;
	margin-top: 30px;
}
.box_forms_right h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	font-family: "Encode Sans Compressed Regular";
	color: #5b5b5b;
	margin-bottom: 10px;
}
.form_header_newsletter {
	font-weight: normal;
	font-family: "Encode Sans Compressed Bold";
}
.box_form_style {
	background-color: #f0f0f0;
	padding: 15px;
}
.form_button {
	text-align: center;
	color: #f0c71f;
	font-size : 20px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Encode Sans Compressed Bold";
	cursor: pointer;
	text-align: center;
	padding: 10px;
	background-color: #e2282b;
	margin-top: 10px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_button:hover {
	color: #e2282b;
	background-color: #f0c71f;
}
.form_field {
	height: 40px;
	vertical-align: middle;
	padding: 0 0 0 5px;
	color: #818181;
	width: 97% !important;
}
.dxeTextBoxSys td.dxic {
	border: none !important;
}
.subpage_testimonial {
	font-size: 18px;
	font-family: "Encode Sans Compressed Light";
	padding-bottom: 10px;
}
   /* -------------------------- @media -------------------------- */

   
   /* -------------------------- Tool Tips -------------------------- */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
 


/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}




   /* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
table.admin_hdr_bar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}