html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
	line-height:20px;
    text-align: center;
    background: #bebfc3 url("../images/bg.gif") repeat-x left top;
    color: #666;
}

.clearer {
    clear: both;
}

.centerit{
	text-align:center;
}


img {
    vertical-align: top;
}

a {
    color: #0093d0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 800px;
    margin: 0px auto;
    text-align: left;
}

#top_blue_banner {
    height: 29px;
    line-height: 29px;
    padding: 0px 10px;
    color: #fff;
    background: #214356 url("../images/top_blue_banner.gif") repeat-x left top;
    font-size: 11px;
    border: solid 1px #052a3f;
    border-top: none;
    margin-bottom: 20px;
}

#footer {
    padding: 15px 0px;
    color: #333;
    line-height: 16px;
}

#footer .footer_bottom {
    font-size: 10px;
    float: left;
}

#footer .footer_top {
    font-size: 11px;
	margin-bottom:8px;
}
#footer .footer_bottom a {
    color: #333;
    text-decoration: none;
}

#footer .footer_bottom a:hover {
    text-decoration: underline;
}
#main_content {
    background: #fff url("../images/main_content_bg.gif") repeat-y left top;
    border: solid 1px #a6a6a6;
    position: relative;
    zoom: 1;
}

#left_column {
    width: 200px;
    float: left;
    margin-bottom: 20px;
}

#right_column {
    width: 580px;
    float: right;
    padding: 9px 9px 30px 0px;
}

#navigation {
    list-style-type: none;
    border-top: solid 1px #a6a6a6;
    margin-bottom: 20px;
}

#navigation li {
    border-bottom: solid 1px #a6a6a6;
    font-size: 16px;
    font-weight: bold;
}

#navigation li a {
    height: 39px;
    line-height: 39px;
    text-decoration: none;
    padding-left: 18px;
    background: #fff url("../images/nav_bg.gif") repeat-y right top;
    display: block;
    color: #002a42;
    margin-right: 1px;
}

#navigation li a:hover {
    background: #008ec9 url("../images/nav_bg_hover.gif") repeat-y right top;
    color: #fff;
}

#navigation li a.active:hover, #navigation li a.active {
    background: #fff;
    color: #002a42;
    margin-right: 0px;
}

#navigation li a img{
	margin-top:9px;
	margin-left:2px;
}

.social {
    text-align: left;
	padding-left:18px;
}

.social span {
    font-weight: bold;
    line-height: 20px;
}

.social img {
    margin-top: 5px;
}

#slideshow_box {
    background: #e4e4e4;
    border: solid 1px #a6a6a6;
    padding-top: 4px;
    margin-bottom: 10px;
}

#slides {
    position: relative;
    width: 568px;
    margin: 0px auto;
}

#slides_placeholder {
    position: relative;
    width: 568px;
    height: 238px;
    overflow: hidden;
    border: solid 1px #a6a6a6;
    z-index: 2;
}

#video_placeholder {
    position: relative;
    width: 568px;
    height: 348px;
    overflow: hidden;
    border: solid 1px #a6a6a6;
    z-index: 2;
}

.control_previous, .control_next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: solid 1px #a6a6a6;
    height: 30px;
    line-height: 30px;
    color: #a6a6a6;
    font-size: 11px;
    cursor: pointer;
    z-index: 30;
}

.control_previous {
    left: -1px !important;
    left: 0px;
    background: #e4e4e4 url("../images/arrow_previous.gif") no-repeat left center;
    border-left: solid 1px #e4e4e4;
    padding: 0px 8px 0px 14px;
}

.control_next {
    right: -2px !important;
    right: 0px;
    border-right: solid 1px #e4e4e4;
    background: #e4e4e4 url("../images/arrow_next.gif") no-repeat right center;
    border-right: none;
    padding: 0px 14px 0px 8px;
}

#slides_nocontroller {
    height: 5px;
}
#slides_controller {
    height: 18px;
    line-height: 18px;
    padding-left: 4px;
    margin-bottom: 2px;
}

#slides_controller a {
    padding: 0px 4px;
    margin-right: 1px;
}

#slides_controller a.activeSlide, #slides_controller a:hover {
    background: #0093d0;
    color: #fff;
    text-decoration: none;
}

#slides ul {
    list-style-type: none;
    background: #eaebec;
    text-align: center;
}

#slides ul .slide {
    width: 568px;
    height: 238px;
}

h1 {
    color:#00669d;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 33px;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 12px;
}

h2 {
    color:#002a42;
    font-size: 24px;
    font-weight: normal;
    padding: 2px 0 10px 0;
    line-height: 30px;
}
.ltblue{
	color:#008fcc;
}
.quote{
	color:#00669d;
	font-size:18px;
	font-style:italic;
}
.quote_from{
	float:right;
	/*width:192px;*/
	margin-top:8px;
	text-align:left;
}
.quote_from .who{
	font-size:14px;
	font-weight:bold;
}
.title_tiny{
	font-size: 12px;
    font-family: Arial, sans-serif;
}
.calculator {
    position: relative;
    margin-bottom: 16px;
}

.calculator .title {
    padding: 0px 10px 0px;
    border: solid 1px #a6a6a6;
    border-bottom: none;
    position: relative;
    z-index: 15;
    left: 20px;
    margin-bottom: -1px;
    background: #e8e8e8;
    float: left;
    font-size: 18px;
    line-height: 20px;
}

.calculator .title div {
    position: relative;
    top: 5px;
}

.blue {
    color: #008fcb;
}

.calculator_content {
    background: #e8e8e8;
    border: solid 1px #a6a6a6;
    padding: 20px;
    position: relative;
    z-index: 10;
    zoom: 1;
}

.calculator .multiplicators {
    width: 200px;
    float: left;
}

label {
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    margin-left: 10px;
}

.calculator_input {
    width: 170px;
    padding: 5px 8px;
    height: 26px;
    font-size: 24px;
    line-height: 26px;
    color: #00669d;
    border: solid 1px #a6a6a6;
    background: #fff;
    margin: 7px 0px 11px;
    font-family: Arial;
}

.calculator_input.last_input {
    margin-bottom: 0px;
}

.equal {
    position: absolute;
    left: 225px;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background: url("../images/equal.gif") no-repeat left top;
}

.total_savings_box {
    background: #0090cc url("../images/savings_bg.gif") repeat-x left top;
    border: solid 1px #a8a8a8;
    width: 287px;
    float: right;
    padding: 25px 0px;
    text-align: center;
    color: #fff;
}
.casestudy_logo_box{
    border: solid 1px #a8a8a8;
	background-color:#ffffff;
    width: 287px;
    float: right;
    padding: 10px 0px 12px 0px;
    text-align: center;	
}
.glance_item{
	margin-bottom:8px;
	font:Arial, Helvetica, sans-serif;
	color: #002a42;
	font-size:14px;
}
.glance_item strong{
	font:Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
	
}
.cs_quote_box{
	background:url(../images/bg_cs_quote_box.gif) repeat-x #e8e8e8;
    border: solid 1px #a8a8a8;
    padding: 10px;
}
.cs_quote{
	color:#002a42;
	width:530px;
	width:100%;
}
.cs_quote_who{
	font-size:14px;
	font-weight:bold;
}
.savings_title {
    font-size: 24px;
    color: #80b8d4;
    font-weight: bold;
}

.total_savings_box .total {
    margin-top: 10px;
    font-size: 48px;
}

#error_msg {
    font-style: italic;
    position: absolute;
    left: 20px;
    bottom: 5px;
    color: #f00;
}

.small_column {
    width: 260px;
    float: left;
    padding-right: 25px;
    line-height: 18px;
}

.small_column ul, .plainul ul{
    margin-left: 10px;
    list-style-type: none;
}

ul.bullet{
    margin: 4px 0 5px 16px;
    list-style-type:disc;
}

.thumb{
	float:left;
	width:64px;
}
.bullets{
	float:right;
	width:515px;
}
.faqlist{
    margin-left: 23px;
    *margin-left: 18px;
    list-style-type: none;
    list-style-image:url(../images/qmark2.gif);
}
.faqlist li{
    margin:0px;
    margin-left:4px;
    padding-left:5px;
    *padding-left:8px;
    padding-bottom:3px;
}

.hl_box{
	border: solid 1px #a6a6a6;
	padding:10px;
    background: #fff url("../images/nav_bg.gif") repeat-y;
	background-position:80px 0px;
	font-weight:bold;
	color:#00669d;
	font-size:14px;
	margin-bottom:8px;
}
html>body .hl_box
{
height: auto;
min-height: 75px
} 
.hl_img{
	float:left;
	width:38px;
	
}
.hl_txt{
	float:left;
	width:200px;
}

.step{ margin-top:4px }
.step_li{ float:left; margin-right:6px; margin-bottom:25px; }
.bullet_li{ float:left; margin-right:3px; margin-bottom:15px; }

.margbtm8px{ margin-bottom:8px; }
.step{ margin-top:4px }
.alignright{ text-align:right; }
.boldp{
 font-weight:bold;
 color:#002a42;
 font-size:14px;
}
.afaq{
	padding-bottom:5px;
	border-bottom: solid 1px #a6a6a6;
}
.blue_circle{
	background:url(../images/bg_ball.gif);
	width:32px;
	height:32px;
	color:#ffffff;
}

.line{
 width:100%;
 height:1px;
 line-height:1px;
 font-size:1px;
 border-bottom: solid 1px #e3e3e3;
 margin:10px 0;
}
.small_title{
	color:#0093d0;
	font-size:11px;
	font-weight:normal;
}
.cs_img{
	float:right;
	margin-left:35px;
	margin-bottom:15px;
	border:1px solid #e3e3e3;
}
.contact_form {
    width: 536px;
    margin: 30px 0px 0px 15px;
}

.contact_form .left_side {
    width: 258px;
    float: left;
}

.contact_form .right_side {
    width: 258px;
    float: right;
}

.contact_form .text_input{
    background: #f3f3f3;
    border: solid 1px #a6a6a6;
    margin: 7px 0px 11px 0px;
    font-size: 12px;
    color: #999;
    font-family: Arial;
    padding: 10px;
}
.contact_form textarea {
	background:none;
	border:none;
    color: #999;
    font-family: Arial;
}
.textareacf {
    background: #f3f3f3;
    border: solid 1px #a6a6a6;
    margin: 7px 0px 0px 0px;
    font-size: 12px;
    color: #999;
    font-family: Arial;
    padding: 10px;
	*overflow:hidden;
}
.contact_form .text_input {
    width: 236px;
}

.contact_form textarea {
    width: 514px;
    margin: 0px;
}

.contact_form .blue_button {
    background: #00649a url("../images/blue_button.gif") repeat-x left top;
    border: solid 1px #005786;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 20px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    margin: 0px;
    float: right;
}

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

#contact_error {
    font-style: italic;
    color: #f00;
    float: left;
}

#main_content .corner_top_left, #main_content .corner_top_right, #main_content .corner_bottom_left, #main_content .corner_bottom_right {
    width: 7px;
    height: 7px;
    position: absolute;
    font-size: 0px;
    z-index: 10;
}

#main_content .corner_top_left {
    background: url("../images/corner_top_left.gif") no-repeat left top;
    left: -1px;
    top: -1px;
}

#main_content .corner_top_right {
    background: url("../images/corner_top_right.gif") no-repeat right top;
    right: -1px;
    top: -1px;
}

#main_content .corner_bottom_left {
    background: url("../images/corner_bottom_left.gif") no-repeat left bottom;
    left: -1px;
    bottom: -1px;
}

#main_content .corner_bottom_right {
    background: url("../images/corner_bottom_right.gif") no-repeat right bottom;
    right: -1px;
    bottom: -1px;
}

* html #main_content .corner_bottom_left, * html #main_content .corner_bottom_right {
    bottom: -2px;
}

/* FANCY BOX CSS */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}
/* FANCY BOX CSS END*/

.one3rdbox{
     float:left;
     width:183px;
}

.stay_train_imgs img{
	border:none;
	margin:0;
	padding:0 1px 1px 0;
}

.two_column{
	float:left;
	width:270px;
	padding-right:19px;
}
     padding-right:10px;

