/* ================  Marketing CSS =================== */
/*
 * CSS for the marketing site.  */
/* ================ Global ================== */
html,body { height: 100%; }

.wrapper
{
	min-height: 100%;
	min-width: 1020px;
}

/*
 * Enable CSS3 PIE for these selectors to add support for
 * border-radius, box-shadow, and gradients.
 *
 * Refer to http://css3pie.com/documentation/ for documentation.
 */
.lte_ie8 .sub_menu_wrapper .sub_menu,
.lte_ie8 .sub_menu .sub_menu_button a,
.lte_ie8 .side_menu_multiple,
.lte_ie9 .side_menu_header,
/* 
 * @TODO (achan) Only targeting IE8 becuase there is a bug with IE7
 * that causes a gap between the last and second to last menu item
 */
.ie8 .side_menu_bottom,
.lte_ie9 .page_gradient,
.lte_ie8 .cntr,
.lte_ie9 button,
.lte_ie9 .button a, 
.lte_ie9 .multi_button a,
.lte_ie8 .footer_wrapper,
.lte_ie8 .home_slideshow_controls li a
{ behavior: url(/template/css/PIE.htc); }

/* ================ End of Global Styles ================== */

/* ================ Typography ================== */

h1, .h1 
{ 
	color: #111; 
	font-size: 35px;
	line-height: 1.1;
	text-shadow: 0 0 1px rgba(17, 17, 17, 0.4), 0 2px 1px rgba(0, 0, 0, 0.2);
}

h2, .h2
{ 
	color: #333;
	font-size: 18px; 
}

h3, .h3
{ 
	color: #333;
	font-size: 16px; 
}

h4, .h4
{ 
	color: #666;
	font-size: 14px; 
}

p,li,td,th { color: #666; }

p 
{
	line-height: 18px;
	margin-bottom: 15px;
}


a 
{ 
	color: #1a74ba;
	cursor: pointer;
	text-decoration: none; 
}

a:hover 
{ 
	color: #1a74ba; 
	text-decoration: underline;
}

a.no_underline:hover { text-decoration: none; }

.red { color: #EF0E23; }
.green { color: #7dbb18; }
.green:hover { color: #7dbb18; }
.blue { color: #1a74ba; }
.light_grey { color: #666; }
a.light_grey:hover 
{ 
	color: #333; 
	text-decoration: none;
}

.dark_grey { color: #333; }
a.dark_grey:hover 
{ 
	color: #111; 
	text-decoration: none;
}

.white { color: #FFF; }
a.white:hover
{
	color: #ccc;
	text-decoration: none;
}

/* Quotes */
blockquote 
{ 
	padding-right: 60px; 
	position: relative;
}

blockquote:before
{
	display: block;
	height: 0;
	font-size: 120px;
	font-weight: bold;
	position: relative;
}

blockquote:before
{
	content: "”";
	font-size: 120px;
	font-weight: bold;
	right: 0;
	top: -25px;
	position: absolute;
	right: 0;
}

.source { white-space: nowrap; }
.source:before { content:"— "; }

.quote_l
{
	font-size: 120px;
	font-weight: bold;
	line-height: 90px;
}

.lte_ie7 .quote_l { margin-top: -20px }

.quote_inline
{
	float: left;
	font-size: 100px;
	font-weight: bold;
	line-height: 80px;
	height: 35px;
	margin-left: -6px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.lte_ie7 .quote_inline
{
	display: none;
	font-size: 13px;
}

.lhn { line-height: 0; }

/* ================ End of Typography Styles ================== */

/* ================ Main Navigation ================== */

.top_menu_wrapper
{
	background-color: #267bb6;
	background-image: linear-gradient(bottom, #2576b4 0%, #348dce 94%);
	background-image: -o-linear-gradient(bottom, #2576b4 0%, #348dce 94%);
	background-image: -moz-linear-gradient(bottom, #2576b4 0%, #348dce 94%);
	background-image: -webkit-linear-gradient(bottom, #2576b4 0%, #368fcf 94%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2576b4), color-stop(0.94, #348dce));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348dce', endColorstr='#2576b4'); 
	border-bottom: 1px solid #055999;
	-webkit-box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
	position: relative;
	min-height: 65px;
	z-index: 4;
}
.lte_ie9 .top_menu_wrapper { position: static; }

.top_menu
{
	font-size: 0; /* For inline-block 4px spacing bug */
	margin: auto;
	width: 980px;
	position: relative;
}
.lte_ie7 .top_menu { z-index: 100; }

.lte_ie7 .top_menu > li { padding-right: 0; }

.top_menu > li > a 
{ 
	color: #FFF; 
	display: block;
	font-size: 14px;
	padding: 19px 25px 13px 25px;
}

.top_menu > li:hover { background-color: #227cc1; }

.top_menu li.static:hover { background: transparent; }

.top_menu .active_link,
.top_menu .active_link:hover
{
	background-color: #1d77bc; 
	background-image: none;
}

.top_menu .active_link
{ 
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.13);
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,.13);
	box-shadow: inset 0 0 7px rgba(0,0,0,.13);
}

.top_menu > li > a:hover { text-decoration: none; }

.top_menu span
{
	color: #c3e2fa;
	display: block;
	font-size: 13px;
}


.top_menu .box_logo_cntr 
{ 
	margin: 12px 40px 13px 0;
	padding: 0; 
	position: relative;
}

.box_logo_glow
{
	position: absolute;
	top: -12px;
	left: -13px;
	opacity: 0;
	transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	z-index: 10;
}
.lte_ie8 .box_logo_glow { visibility: hidden; }
.box_logo_cntr:hover .box_logo_glow
{
	opacity: 1;
	visibility: visible;
}

/* Custom Branding Logo */
.custom_logo { min-height: 65px; }
.custom_logo img  
{ 
	bottom:0; 
	margin: auto 0;
	position: absolute; 
	top:0; 
}

.top_menu .custom_logo:hover
{
	background-color: transparent;
	background-image: none;
}
/* End of Custom Branding Logo Styles */

.top_menu .button, 
.top_menu .multi_button { top: 10px; }

.ie8 .top_menu .button, 
.ie8 .top_menu .multi_button { right: -18px; }

.sub_menu_wrapper .sub_menu
{
	background-color: #FFF;
	border: none;
	-webkit-box-shadow: 0 1px 5px 0 hsla(0,0%,20%,.3);
	-moz-box-shadow: 0 1px 5px 0 hsla(0,0%,20%,.3);
	box-shadow: 0 1px 5px 0 hsla(0,0%,20%,.3);
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	display: none;
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
 	position: absolute;
	top: 65px;
	z-index: 4;
}
.lte_ie9 .sub_menu_wrapper .sub_menu { top: 66px; }

.lte_ie8 .sub_menu
{
	box-shadow: none;
	border-bottom: 1px solid #CCC; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.lte_ie7 .sub_menu li { display: block; }

.lte_ie7 .sub_menu, .lte_ie7 .sub_menu li { padding: 0; }

.lte_ie7 .sub_menu li a
{
	display: block;
	padding: 5px 0 5px 10px;
	width: 230px;
}

.lte_ie9 .sub_menu > li
{ 
	display: block; 
	font-size: 13px;
}

.sub_menu li:nth-child(2) { padding-top: 3px; }

.sub_menu li a 
{
	display: block;
	margin: 0 1px 0 1px;
	padding: 5px 10px 5px 10px;
}

.lte_ie7 .top_menu .sub_menu li a { }

.sub_menu li a:hover 
{ 
	background-color: #EFF6FA; 
	text-decoration: none;
}

.sub_menu .sub_menu_button a 
{ 
	background-color: #f7fafb; 
	border-top: 1px solid #e5edf3; 
	box-shadow: inset 0 1px 0 0px #FFF; 
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 8px 0 8px 10px;
}
.lte_ie7 .sub_menu .sub_menu_button a { padding: 8px 0 8px 10px; }

.lte_ie7 .sub_menu .sub_menu_button .arrow { margin-right: 5px; }

.sub_menu_divider 
{
	background-color: #055999;
	-webkit-shadow: 0 1px 2px 0px hsla(207,64%,0%,0.4);
	-moz-shadow: 0 1px 2px 0px hsla(207,64%,0%,0.4);
	box-shadow: 0 1px 2px 0px hsla(207,64%,0%,0.4);
	height: 1px;
}
.lte_ie9 .sub_menu_divider { height: 0; }
.ie7 .sub_menu_divider { display: none !important; }

/* ================ End of Main Navigation Styles ================== */

/* ================ Breadcrumbs ================== */

.breadcrumbs_wrapper
{
	background-color: #e3ecf4;
	border-bottom: 1px solid #c0d0dd;
	position: relative;
}

.breadcrumbs
{
	margin: auto;
	width: 980px;
}

.breadcrumbs li { margin-left: -4px; }

.breadcrumbs li a
{ 
	display: block;
	padding: 7px 3px 5px 21px; 
	position: relative;
	margin-left: 4px;
	text-shadow: 0 1px 0 #FFF; 
}

.breadcrumbs .first_breadcrumb { border-left: 1px solid #BFD0DD; }

.breadcrumbs li a:before, .breadcrumbs li a:after
{
	content: " ";
	display: block;
	height: 0;
	border-top: 14px solid transparent;  
	border-bottom: 14px solid transparent;
	left: 100%;
	margin-top: -50px;
	position: absolute;
	top: 181%;
	width: 0;
}

.breadcrumbs li a:before
{
	border-left: 14px solid #bfd0dd;
	margin-left: 1px;
	z-index: 1;
}

.breadcrumbs li a:after
{
	border-left: 14px solid #e3ecf4;
	z-index: 2;
}

.lte_ie7 .breadcrumbs li a 
{ 
	border-right: 1px solid #bfd0dd; 
	padding-right: 15px;
}

.breadcrumbs li a:hover 
{ 
	background-color: #dce6ef; 
	text-decoration: none;
}

.breadcrumbs li a:hover:after { border-left-color: #dce6ef; }

/* ================ End of Breadcrumb Styles ================== */


/* ================ Content ================== */

.light_sub_header 
{
	background-color: #207ac0;
	background-image: linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -o-linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -moz-linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -webkit-linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(#86bde8), color-stop(#207ac0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207ac0', endColorstr='#86bde8'); 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.light_sub_header:after
{
	-webkit-box-shadow: 0 -1px 4px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 -1px 4px 0px rgba(0,0,0,.2);
	box-shadow: 0 -1px 4px 0px rgba(0,0,0,.2);
	content: " ";
	display: block;
	height: 1px;
}

.dark_sub_header
{
	background-color: #0072ca;
	position: relative;
	background-image: linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -o-linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -moz-linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -webkit-linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(#0065a2), color-stop(#0078c9));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065a2', endColorstr='#0078c9'); 
	-moz-box-shadow: inset 0 87px 87px -87px #004e8b, inset 0 -87px 87px -87px #004e8b;
	-webkit-box-shadow: inset 0 87px 87px -87px #004e8b, inset 0 -87px 87px -87px #004e8b;
	box-shadow: inset 0 87px 87px -87px #004e8b, inset 0 -87px 87px -87px #004e8b;
}

.page
{
	margin: auto;
	padding: 20px 0 0 0;
	width: 980px;
	white-space: nowrap;
	position: relative;
}

/* Padding is applied in-line to support sticky footer. This padding needs to be removed lte IE7 as it does not work there */
.lte_ie7 .page { padding-bottom: 0 !important; }

.content { width: 100%; }

/* Content used when a side menu is present on the page */
.content_fit_sidebar
{
	padding-left: 29px;
	width: 736px;
}

.side_menu_cntr, .content
{
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	zoom: 1;
}

.lte_ie7 .side_menu, .lte_ie7 .content { display: inline; }

/* Side Menu */
.side_menu_cntr,
.side_menu
{ 
	font-size: 14px;
	width: 215px; 
}

.side_menu { width: 215px; }

.lte_ie7 .side_menu_cntr 
{ 
	display: inline;
	width: 214px; 
}

.side_menu_multiple
{
	-moz-box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	-webkit-box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Increase the dropshadow when there is a sub header */
.content_fit_sub_header .side_menu_multiple
{
	-moz-box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
	-webkit-box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
	box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
}

.lte_ie8 .side_menu_multiple
{
	position: relative;
	box-shadow: 0 1px 2px 1px #eaeaea;
}

.side_menu_multiple > ul { display: none; }
.side_menu_items { font-size: 13px; }
.side_menu_header
{
	color: #333;
	background-image: linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #f5f8fb), color-stop(0.73, #FFF));
	border: 1px solid #C0D0DD;
	border-bottom: none;
	cursor: pointer;
	margin: 0px;
	text-shadow: 0 1px 0 #FFF;
	padding-left: 30px;
	position: relative;
}
.lte_ie9 .side_menu_header { -pie-background: linear-gradient(bottom, #f5f8fb 15%, #FFF 73%); }

.side_menu_header:hover 
{ 
	background-color: #f1f6f9;
	background-image: linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #eaf1f7), color-stop(0.73, #FFF));
}

.side_menu_header .side_menu_header_link
{
	display: block;
	padding: 8px 0 8px 0;
}

.lte_ie7 .side_menu_header .side_menu_header_link
{
	display: inline; 
	zoom: 1;
}

.side_menu_header_top 
{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.side_menu_header_bottom,
.side_menu_bottom
{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/* 
 * @TODO (achan) Only targeting IE8 becuase there is a bug with IE7
 * that causes a gap between the last and second to last menu item
 */
.ie8 .side_menu_bottom { position: relative; }

.side_menu_items,
.current_side_menu
{
	background-color: #FFF;
	border: 1px solid #C0D0DD;
	border-bottom: none;
	-moz-box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	-webkit-box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	margin: 0;
}

.side_menu_header_bottom,
.side_menu_bottom { border-bottom: 1px solid #C0D0DD; }
.side_menu .current_side_menu { display: block; }
.side_menu_toggle_arrow { display: none; }
.lte_ie7 .always_expanded_menu .bd { display: inline; }
.side_menu_multiple .side_menu_toggle_arrow
{
	display: block; 
	height: 27px;
	margin: 0 11px 0 4px;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 27px;
}

.side_menu_toggle
{
	position: absolute;
	left: 0; 
	top: 0;
	width: 30px;
	height: 33px;
	z-index: 1;
}


.lte_ie7 .arrow { display: inline; }

.toggle_arrow,
.active_toggle_arrow
{
	left: 12px;
	height: 0;
	top: 12px; 
	position: absolute;
	width: 0;
}

.toggle_arrow
{
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #979898;
}

.always_active_toggle,
.active_toggle_arrow
{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #979898;
}


.side_menu_items li, 
.current_side_menu li 
{ margin:0; }

.side_menu_items li a,
.current_side_menu li a 
{
	display: block;
	padding: 5px 0 5px 20px;
}

.side_menu_items li a:hover,
.current_side_menu li a:hover 
{ 
	background-color: #eff6fa;
	text-decoration: none;
	text-decoration: none;
}

.side_menu_items li .green:hover, 
.current_side_menu li .green:hover  
{ background-color: #f2f8e7; }

.side_menu_items .current 
{
	background-color: #E9F3F8;
	font-weight: bold;
}

/* End of Side Menu Styles */

.page_gradient
{
	background: #FFF;
	background: -moz-linear-gradient(top, #EFF4F9 3%,#FFF 54%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ebf1f7), color-stop(54%,#FFF));
	background: -webkit-linear-gradient(top, #EFF4F9 3%,#FFF 54%);
	background: -o-linear-gradient(top, #ebf1f7 3%,#FFF 54%);
	background: -ms-linear-gradient(top, #ebf1f7 3%,#FFF 54%);
	background: linear-gradient(top, #ebf1f7 3%,#FFF 54%);
	-moz-box-shadow: inset 0 1px 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 0 0 #FFF;
	box-shadow: inset 0 1px 0 0 #FFF;
	height: 200px;
	position: absolute;
	top: 95px;
	width: 100%;
}
.lte_ie9 .page_gradient { -pie-background: linear-gradient(top, #ebf1f7 3%,#FFF 54%); }

/* Slideshow */
.anythingSlider .anythingWindow 
{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 1px;
}

.anythingSlider 
{
	position: relative;
}

.anythingBase 
{
	list-style: none;
	position: absolute;
	top: 0; left: 0;
	margin: 0;
}

.anythingBase .panel 
{
	display: block;
	float: left;
}

.slider_a #slider 
{
	width: 720px;
	list-style: none;
	overflow: hidden;
}

.slider_a .anythingControls { height: 52px; }
.slider_a div.anythingControls { display: none !important; }

.slider_a .anythingControls a
{
	height: 52px;
	display: block;
}

.slider_a .anythingControls li
{
	height: 52px;
	width: 170px;
	float: left;
}

.slider_a .anythingControls .controls { width: 20px; }

.slider_a .anythingControls .controls a
{
	background: #a2c6e3;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slider_a .anythingControls .controls a:hover
{
	opacity: 100; 
	filter: alpha(opacity=100);
}
.slider_a .anythingControls .back a
{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.slider_a .anythingControls .forward a
{
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.slider_a .anythingControls .controls a span
{
	display: block;
	position: relative;
	top: 18px;
}

.slider_a .anythingControls .nav .media { padding: 10px 12px 0 12px; }

.slider_a .anythingControls .nav:hover { background: #eff6fa; }
.slider_a .anythingControls .nav:hover .arrow { border-bottom-color: #eff6fa; }

.slider_a .anythingControls .current
{
	background: #E9F3F8;
	position: relative;
}
.slider_a .anythingControls .current .arrow { display: block; }
.slider_a .anythingControls .arrow
{
	width: 0;
	height: 0;
	display: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #E9F3F8;
}
.ie6 .slider_a .anythingControls .arrow { top: -25px; }

/*  Inner Link 
	Link within an image container that appear on hover
*/
.inner_link
{
	background-color: #8CB9D7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	display: block;
	margin: -16px auto 0 auto;
	opacity: 0;
	padding: 9px;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 83px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.lte_ie8 .inner_link { visibility: hidden; }

.inner_link_wrapper:hover { text-decoration: none; }
.inner_link_wrapper:hover .inner_link { opacity: .9; }
.lte_ie8 .inner_link_wrapper:hover .inner_link { visibility: visible; }

/* Ad Box Inner Elements */
.cta_ad
{
	position: relative;
	top: 0;
	opacity: .75;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.cta_ad_cntr:hover .cta_ad,
.cta_ad_cntr:hover .cta_ad_inner { opacity: 1; }
.lte_ie8 .cta_ad_cntr:hover .cta_ad_inner { visibility: visible; }

.cta_ad_cntr:active .cta_ad { top: 2px; }

.cta_ad_inner
{
	opacity: 0;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.lte_ie8 .cta_ad_inner { visibility: hidden; }

.cta_ad .play_button
{
	top: 26px;
}
.cta_ad .inner_link
{
	top: 32px;
	background: #1a74ba;
	max-width: 130px;
}
.cta_ad_cntr:hover .inner_link { opacity: .75; }

/* Customers Bar */
.lte_ie9 .customers_bar { padding-bottom: 10px; }

.customers_bar a
{
	opacity: .75;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.customers_bar a:hover { opacity: 1; }

/* ================ End of Content Styles ================== */

/* ================ Grid ================== */

.grid1of3
{
	width: 200px;
	margin-right: 68px;
}
.ie6 .grid1of3 { margin-right: 66px; }

.grid1of5
{
	width: 128px;
	margin-right: 20px;
}
.ie6 .grid1of5 { margin-right: 19px; }

.last_unit { margin: 0 !important; }
.mha { margin: 0 auto; }

.align { position: absolute; }
.align_r { right: 0; }
.align_l { left: 0; }
.align_t { top: 0; }
.align_b { bottom: 0; }

/* A set height is needed for vertical alignment to work */
.img.valign, .img_ext.valign
{
	position: absolute;
	top: 50%;
}
.img.valign { left: 0; }
.img_ext.valign	 { right: 0; }

.bd.valign { vertical-align: middle; }

.stats > div  
{  
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-right: 6px;
	min-height: 92px;
	width: 236px;
}
.stats > .last_unit { display: inline-block; }

/* ================ End of Grid Styles ================== */

/* ================ Modal ================== */

.modal_content { display: none; }

.modal_backdrop
{
	background-color: #000;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

.cntr_modal
{
	background-color: #F1F1F1;
	position: absolute;
	-moz-box-shadow: 0 0 1px 4px hsla(0,0%,20%,.5);
	-webkit-box-shadow: 0 0 1px 4px hsla(0,0%,20%,.5);
	box-shadow: 0 0 1px 4px hsla(0,0%,20%,.5);
	border: 4px solid #8f9395;
	border: 1px solid hsla(0,0%,20%,.7);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	z-index: 101;
}

.cntr_modal .hd 
{
	background: #FFF;
	border-bottom: 1px solid #B9B9B9;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.cntr_modal .close
{
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 103;
}

/* ================ End of Modal Styles ================== */

/* ================ Tooltips ================== */

.tooltip p { color: #fff; }

/* ================ End of Tooltip Styles ================== */

/* ================ Tabular Navigation ================== */

.tabular_nav
{
	margin: 0;
	border-bottom: 1px solid #bfd0dd;
}

.tabular_nav li
{
	display: table-cell;
	vertical-align: middle;
}

.lte_ie7 .tabular_nav li
{
	display: inline;
	zoom: 1;
}

.tabular_nav a
{
	background: #e3ecf4;
	border: 1px solid #bfd0dd;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.7);
	-moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.7);
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.7);
	display: inline-block;
	margin: 0 2px 0 0;
	position: relative;
	padding: 6px 10px;
	text-decoration: none;
	zoom: 1;
}

.tabular_nav a:hover
{
	background: #fff;
	color: #333;
	margin-bottom: -1px;
	padding-bottom: 7px;
}

.tabular_nav .current
{
	background: #fff;
	color: #333;
	font-weight: bold;
	margin-bottom: -1px;
	padding-bottom: 7px;
}

.lte_ie7 .tabular_nav .current, .lte_ie7 .tabular_nav a:hover
{
	position: relative;
	top: 1px;
}

/* ================ End of Tabular Navigation Styles ================== */

/* ================ Containers ================== */

.cntr 
{ 
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-box-shadow: inset 0 3px 0 -2px #FFF;
	-moz-box-shadow: inset 0 3px 0 -2px #FFF;
	box-shadow: inset 0 3px 0 -2px #FFF;
	padding: 16px;
}
.lte_ie8 .cntr { position: relative; }

.white_cntr 
{
	background-color: #FFF;
	border: 1px solid #E3E3E3;
}

.blue_cntr 
{
	background-color: #EFF6FA;
	border: 1px solid #e3e8ef;
}

.yellow_cntr 
{
	background-color: #FFD;
	border: 1px solid #E9E9A7;
}

.grey_cntr
{
	background-color: #efefef;
	border: 1px solid #ddd;
}

.cntr_ds
{
	-webkit-box-shadow: 0 0 7px 0 #e2e2e2;
	-moz-box-shadow: 0 0 7px 0 #e2e2e2;
	box-shadow: 0 0 7px 0 #e2e2e2;
}

.cntr_btm_no_ds 
{  
	-webkit-box-shadow: 0 -3px -7px 0 #e2e2e2;
	-moz-box-shadow: 0 -3px -7px 0 #e2e2e2;
	box-shadow: 0 -3px 7px 0 #e2e2e2;
}

.cntr_plain
{
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cntr_no_rc
{
	-webkit-Border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.cntr_top_no_rc
{
	border-radius: 0 0 10px 10px; 
	-moz-border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px; 
}

.cntr_btm_no_rc
{
	border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0; 
}

/* ================ End of Container Styles ================== */

/* ================ Tags ================== */

.tag
{
	display: inline-block;
	border-radius: 10px;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 10px;
	margin-bottom: 4px;
}
.lte_ie7 .tag
{
	display: inline;
	zoom: 1;
}

.tag:hover { text-decoration: none; }

.lblue_tag { background: #E9F3F8; }
.lblue_tag:hover { background: #eff6fa; }

/* ================ End of Tag Styles ================== */

/* ================ Borders ================== */

.h_divider 
{
	background: #e8e8e8; 
	background: -moz-linear-gradient(left,  #f9f9f9 0%, #c9c9c9 50%, #f9f9f9 99%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(50%,#c9c9c9), color-stop(99%,#f9f9f9)); 
	background: -webkit-linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%); 
	background: -o-linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%); 
	background: -ms-linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%);
	background: linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%); 
	height: 1px;
}
.ie9 .h_divider { box-shadow: 0 0 0; }

.h_divider:after
{
	background: -moz-linear-gradient(left,  #FFF 0%, #EFEFEF 50%, #FFF 99%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFF), color-stop(50%,#EFEFEF), color-stop(99%,#FFF)); 
	background: -webkit-linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%); 
	background: -o-linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%); 
	background: -ms-linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%);
	background: linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%); 
	content: "";
	display: block;
	height: 3px;
	position: relative;
	top: 1px;
}

.border_btm_dotted { border-bottom: 1px dotted #e8e8e8 !important; }	
.border_btm { border-bottom: 1px solid #e8e8e8 !important; }	
.border_btm_m { border-bottom: 2px solid #e8e8e8 !important; }
.border_btm_l { border-bottom: 4px solid #e8e8e8 !important; }
.border_btm_n { border-bottom: none !important; }

.border_left_dotted { border-left: 1px dotted #e8e8e8 !important; }
.border_left { border-left: 1px solid #e8e8e8 !important; }
.border_left_m { border-left: 2px solid #e8e8e8 !important; }
.border_left_l { border-left: 4px solid #e8e8e8 !important; }
.border_left_n { border-left: none !important; }

.border_right_dotted { border-right: 1px dotted #e8e8e8 !important; }
.border_right { border-right: 1px solid #e8e8e8 !important; }
.border_right_m { border-right: 2px solid #e8e8e8 !important; }
.border_right_l { border-right: 4px solid #e8e8e8 !important; }
.border_right_n { border-right: none !important; }

.border_top_dotted { border-top: 1px dotted #e8e8e8 !important; }
.border_top { border-top: 1px solid #e8e8e8 !important; }
.border_top_m { border-top: 2px solid #e8e8e8 !important; }
.border_top_l { border-top: 4px solid #e8e8e8 !important; }
.border_top_n { border-top: none !important; }

.border_h_n 
{ 
	border-left: none !important;
	border-right: none !important;
}

.border_v_n 
{ 
	border-top: none !important;
	border-bottom: none !important;
}

.white_border { border-color: #fff; }
.light_blue_border { border-color: #c0d0dd; }

/* ================ End of Border Styles ================== */

/* ================ Buttons ================== */

button,
.button a, 
.multi_button a 
{
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 27px 7px 27px;
}

.lte_ie9 button,
.lte_ie9 .button a, 
.lte_ie9 .multi_button a
{ position: relative; }

button,
.button a
{
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
}

/* For buttons with arrows */
button li,
.button li, 
.multi_button li
{
	color: #FFF;
	font-size: 16px;
}

.arrow
{
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
}

button .arrow,
.button .arrow, 
.multi_button .arrow  
{ 
	display: inline-block;
	left: 7px;
	top: 2px; 
	position: relative;
}

.lte_ie7 button .arrow,
.lte_ie7 .button .arrow, 
.lte_ie7 .multi_button .arrow 
{
	display: inline;
	zoom: 1;
}

.blue_button a, 
.blue_button button
{
	background-image: linear-gradient(bottom, #257dc2 0%, #57abe8 94%);
	background-image: -o-linear-gradient(bottom, #257dc2 0%, #57abe8 94%);
	background-image: -moz-linear-gradient(bottom, #257dc2 0%, #57abe8 94%);
	background-image: -webkit-linear-gradient(bottom, #257dc2 0%, #57abe8 94%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #257dc2), color-stop(0.94, #57abe8));
	border: 1px solid #2b7db9;
	-webkit-box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.4);
	text-shadow: 0 -1px 0 #666; 
}
.lte_ie9 .blue_button a, 
.lte_ie9 .blue_button button 
{ -pie-background: linear-gradient(bottom, #257dc2 0%, #57abe8 94%); }
.lte_ie8 .blue_button a,
.lte_ie8 .blue_button button
{ box-shadow: inset 0 3px 0 -2px #fff, 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px #b1b1b1; }

.lte_ie8 .top_menu .blue_button a,
.lte_ie8 .top_menu .blue_button button
{ box-shadow: inset 0 3px 0 -2px #fff, 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px #1c5c8a; }

.blue_button a:hover, 
.blue_button button:hover
{
	background-image: linear-gradient(bottom, #1371bb 0%, #6cbaf1 94%);
	background-image: -o-linear-gradient(bottom, #1371bb 0%, #6cbaf1 94%);
	background-image: -moz-linear-gradient(bottom, #1371bb 0%, #6cbaf1 94%);
	background-image: -webkit-linear-gradient(bottom, #1371bb 0%, #6cbaf1 94%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2981c5), color-stop(0.94, #6cbaf1));
	text-decoration: none;
}
.lte_ie9 .blue_button a:hover, 
.lte_ie9 .blue_button button:hover
{ -pie-background: linear-gradient(bottom, #1371bb 0%, #6cbaf1 94%); }
.lte_ie9 .blue_button a, 
.lte_ie9 .blue_button button
{ background-color: #499edd; }

.lte_ie9 .blue_button a:hover, 
.lte_ie9 .blue_button button:hover
{ background-color: #3d8cc7; }

.blue_button .left:active { border-left: none; }

.green_button a, 
.green_button button 
{
	background-image: linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -o-linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -moz-linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -webkit-linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #66a31c), color-stop(0.79, #9fe051));
	border: 1px solid #68a61e;
	-webkit-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 3px 0px #3b6b02;
	-moz-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 3px 0px #3b6b02;
	box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px rgba(0,0,0,.5);
	text-shadow: 0 -1px 0 #666; 
}
.lte_ie9 .green_button a, 
.lte_ie9 .green_button button { -pie-background: linear-gradient(bottom, #66a31c 0%, #9fe051 79%); }
.lte_ie8 .green_button a,
.lte_ie8 .green_button button { box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px #9f9f9f; }

.green_button a:hover, 
.green_button button:hover
{
	background-image: linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -o-linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -moz-linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -webkit-linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5e8f22), color-stop(0.79, #9fe051));
	text-decoration: none;
}
.lte_ie9 .green_button a:hover, 
.lte_ie9 .green_button button:hover
{ -pie-background: linear-gradient(bottom, #5e8f22 0%, #9fe051 79%); }
.lte_ie9 .green_button a,
.lte_ie9 .green_button button
{ background-color: #6eaf21; }

.lte_ie9 .green_button a:hover,
.lte_ie9 .green_button button:hover
{ background-color: #629c1c; }

.green_button a:active, 
.green_button button:active 
{
	-webkit-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02;
	-moz-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02;
	box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px rgba(0,0,0,.3);
}
.lte_ie8 .green_button a:active,
.lte_ie8 .green_button button:active { box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px #9f9f9f; }

/* Wrap around a button in place of [color]_button in order to give it a disabled styling */
.disabled_button a, 
.disabled_button button
{
	background-color: #666;
	text-shadow: 0 -1px 0 #666;
	border: none;
}


.white_button a, 
.white_button button
{
	background-image: linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #d9e7f0), color-stop(0.73, #FFF));
	border: 1px solid #94aebf;
	-webkit-box-shadow: inset 0 -1px 0 0 #FFF, 0 2px 0px #94aebf;
	-moz-box-shadow: inset 0 -1px 0 0 #FFF, 0 2px 0px #94aebf;
	box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px rgba(0,0,0,.18);
	color: #1a74ba;
	text-shadow: 0 1px 0 #FFF; 
}
.lte_ie9 .white_button a, 
.lte_ie9 .white_button button
{ -pie-background: linear-gradient(bottom, #d9e7f0 15%, #FFF 73%); }
.lte_ie8 .white_button a,
.lte_ie8 .white_button button
{ box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px #c9c9c9; }

.white_button a:hover, 
.white_button button:hover
{
	background-image: linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #cfe0ea), color-stop(0.73, #FFF));
	text-decoration: none;
}
.lte_ie9 .white_button a:hover, 
.lte_ie9 .white_button button:hover
{ -pie-background: linear-gradient(bottom, #cfe0ea 15%, #FFF 73%); }

.lte_ie9 .white_button a,
.lte_ie9 .white_button button
{ background-color: #e3edf4; }

.lte_ie9 .white_button a:hover,
.lte_ie9 .white_button button:hover
{ background-color: #dbe6ee; }

.white_button a:active, 
.white_button button:active
{
	-webkit-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 0px #94aebf;
	-moz-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 0px #94aebf;
	box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px rgba(0,0,0,.10);
}
.lte_ie8 .white_button a:hover,
.lte_ie8 .white_button button:hover
{ box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px #c9c9c9; }

.multi_button .right
{
	border-radius: 0px 50px 50px 0px; 
	-moz-border-radius: 0px 50px 50px 0px; 
	-webkit-border-radius: 0px 50px 50px 0px; 
	box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.4);
	border-left: none;
	display: block;
}

.ie8 .multi_button .right { margin-left: 18px; }

.multi_button .right:hover { box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); }
.multi_button .left
{
	border-radius: 50px 0px 0px 50px; 
	-moz-border-radius: 50px 0px 0px 50px; 
	-webkit-border-radius: 50px 0px 0px 50px; 
	box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.4);
}

.multi_button .left:hover 
{ 
	-webkit-box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); 
	-moz-box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); 
	box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); 
}

.button .active_blue_button,
.multi_button .active_blue_button,
.button .active_blue_button:hover,
.multi_button .active_blue_button:hover
{
	color: #89b7da;
	background-color: #136eb5;
	background-image: none;
	border: 1px solid #0860a5;
	-webkit-shadow: inset 1px 0.9px 10px 2px rgba(0,0,0,.1), -0.8px 4px 4px -5px rgba(255,255,255,1);
	-moz-shadow: inset 1px 0.9px 10px 2px rgba(0,0,0,.1), -0.8px 4px 4px -5px rgba(255,255,255,1);
	box-shadow: inset 1px 0.9px 10px 2px rgba(0,0,0,.1), -0.8px 4px 4px -5px rgba(255,255,255,1);
	text-shadow: none;
	border-bottom: none;
	top: 1px;
	position: relative;
	padding-bottom: 9px;
	padding-top: 9px;
}

.lte_ie9 .button .active_blue_button,
.lte_ie9 .multi_button .active_blue_button,
.lte_ie9 .button .active_blue_button:hover,
.lte_ie9 .multi_button .active_blue_button:hover { -pie-background: linear-gradient(bottom, #337db2 0%, #1371bb 94%); }

.lte_ie8 .button .active_blue_button,
.lte_ie8 .multi_button .active_blue_button,
.lte_ie8 .button .active_blue_button:hover,
.lte_ie8 .multi_button .active_blue_button:hover,
.lte_ie8 .top_menu .button .active_blue_button,
.lte_ie8 .top_menu .multi_button .active_blue_button,
.lte_ie8 .top_menu .button .active_blue_button:hover,
.lte_ie8 .top_menu .multi_button .active_blue_button:hover
{
	box-shadow: 0 1px 2px #478dc3;
	padding-bottom: 7px;
}

.multi_button .active_blue_button .arrow 
{ 
	opacity: .5; 
	filter: alpha(opacity=50);
}

button:active,
.button a:active,
.multi_button a:active
{
	position: relative;
	top: 1px; 
}

/* ================ End of Button Styles ================== */

/* ================ Forms ================== */

.fieldset 
{
	background-color: #f7f7f7;
	border: 1px solid #FFF;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 10px 4px #ebebeb, 0 1px 6px 0 #8e8f8f;
	-moz-box-shadow: inset 0 0 10px 4px #ebebeb, 0 1px 6px 0 #8e8f8f;
	box-shadow: inset 0 0 10px 4px #ebebeb, 0 1px 6px 0 #8e8f8f;
	padding: 30px;
}

fieldset > ul > li 
{ 
	margin-bottom: 15px; 
	position: relative;
}

fieldset label 
{ 
	display: block; 
	margin-bottom: 5px;
}


input[type="text"], input[type="password"], textarea, select
{
	border: 1px solid #bebebe;
	-webkit-box-shadow: inset 0 3px 0 0 #f0f0f0;
	-moz-box-shadow: inset 0 3px 0 0 #f0f0f0;
	box-shadow: inset 0 3px 0 0  #f0f0f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 10px 6px 10px;
	width: 100%;
}

.lte_ie7 input[type="text"],.lte_ie7 input[type="password"],.lte_ie7 textarea,.lte_ie7 select { width: 97%; }

/* Second form style that supports inline lable and input */
.inline_fieldset label
{
	display: inline-block;
	padding: 7px 7px 1px 0;
	text-align: right;
	width: 172px;
	vertical-align: top;
}
.lte_ie7 .inline_fieldset label
{
	display: inline;
	zoom: 1;
}

.inline_fieldset input[type="text"], 
.inline_fieldset input[type="password"], 
.inline_fieldset textarea, 
.inline_fieldset select { width: 262px; }
.lte_ie7 .inline_fieldset input[type="text"], 
.lte_ie7 .inline_fieldset input[type="password"], 
.lte_ie7 .inline_fieldset textarea, 
.lte_ie7 .inline_fieldset select { width: 240px; position: relative; }

fieldset .success { border: 1px solid #509300 ; }
.validation_icon
{
	position: absolute;
	top: 27px;
	width: 16px;
}

.select
{
	background-image: linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #e9e9e9), color-stop(0.73, #FFF));
	border: 1px solid #bebebe; 
	-webkit-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 1px -1px #94aebf;
	-moz-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 1px -1px #94aebf;
	box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 1px -1px #94aebf;
	padding: 4px 10px 4px 10px;
	position: relative;
}

.select .arrow
{
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #8f8f8f;
	right: 10px;
	position: absolute;
	top: 10px;
}

.select select, input[type="checkbox"], input[type="radio"]
{ 
	opacity: 0; 
	position: absolute;
	top: 2px;
}

.form_error_message, .submit_success { display: none; }

.error
{
	border: 1px solid #d48d5e !important;
	background-color: #fefbf9 !important;
}
.form_error_img
{
	margin-right: 6px;
}

/* ================ End of Form Styles ================== */

/* ================ Footer ================== */

.footer_wrapper
{
	border-top: 1px solid #fff;
	background: url(http://img.en25.com/eloquaimages/clients/Boxnet/{b6aedba8-d63f-481c-9fce-d2b9e6368ced}_footer_pattern.png) repeat;
	-moz-box-shadow: inset 0 10px 22px -10px #a0a0a0, inset 0 -30px 50px 0 #fff, inset 0 1px 0 #c4c4c4;
	-webkit-box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -30px 50px 0 #fff, inset 0 1px 0 #c4c4c4;
	box-shadow: inset 0 10px 22px -10px #a0a0a0, inset 0 -30px 50px 0 #fff, inset 0 1px 0 #c4c4c4;
	position: relative;
}

/* @TODO (achan) once CSS3 PIE supports inset box-shadow, use box-shadow instead of background image */
.lte_ie8 .footer_wrapper
{
	box-shadow: 0 -1px 0 #fff, 0 -17px 17px -17px #dadada;
	border-top: 1px solid #b3b3b3;
	background: #fff url(http://img.en25.com/eloquaimages/clients/Boxnet/{931b2baf-070d-480c-b432-d5d7fba252be}_footer_pattern_ie.png) repeat-x top;
}

.footer_wrapper:after
{
	box-shadow: inset 0 -8px 9px -1px #F3F3F3;
	-moz-box-shadow: inset 0 -8px 9px -1px #F3F3F3;
	-webkit-box-shadow: inset 0 -8px 17px -2px #f3f3f3;
	content: " ";
	display: block; 
	height: 25px;
	position: relative;
	top: -112px;
}

.footer_big
{
	-moz-box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -120px 70px 0 #fff, inset 0 1px 0 #c4c4c4;
	-webkit-box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -120px 70px 0 #fff, inset 0 1px 0 #c4c4c4;
	box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -120px 70px 0 #fff, inset 0 1px 0 #c4c4c4;
}

.footer_big:after { top: -219px; }

.lte_ie8 .footer_wrapper:before
{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.footer
{
	margin: auto;
	width: 980px;
	padding: 30px 0 20px 0;
	position: relative;
}

.footer li a
{
	color: #666;
	text-shadow: 1px 1px 0 #fff;
}
.footer li a:hover 
{ 
	color: #333; 
	text-decoration: none;
}

.inline_list_ext > li:after
{
	font-weight: bold;
	padding: 0 9px 0 9px;
}

.footer_big .social_links li
{
	padding: 0;
	width: 53px;
}
.social_links a:hover .legal { color: #333; }
.social_icon { opacity: .82; }
.social_links a:hover .social_icon { opacity: 1; }

/* ================ End of Footer Styles ================== */

/* ================ Animations ================== */

.bouncing_icon
{
	position: relative;
	bottom: -4px;
	transition: all 4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

@-webkit-keyframes FadeIn 
{
	0% { opacity:0; }
	100% { opacity:1; }
}


.bouncing_menu a:hover .bouncing_icon
{
	bottom: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.bouncing_dropshadow
{
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-webkit-animation-name: FadeIn;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: .5s;
	-webkit-animation-direction: alternate;
}

.bouncing_menu a:hover .bouncing_dropshadow
{
	-webkit-animation-name: FadeIn;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: .5s;
	-webkit-animation-direction: alternate;
	background-position: -501px -236px;
}

/* ================ End of Animation Styles ================== */
