@charset "utf-8";
/* CSS Document */

/*General*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:inherit;
	font-size:12px;
	background:url(../images/body_bg1.gif) 0 0 #C9C9C9;
	padding:0;
	margin:22px 0 0 0;
}
div, p, img, h1, h2, h3, h4, h5, h6, span, form, ul, li, form, input, textarea, label {
	padding:0;
	margin:0;
}

.black {color:#666666; text-decoration:underline;}

p {
	margin:0;
	padding:0 0 15px 0;
	text-align:justify;
	line-height: 1.4em;
	
}
h2 {
	padding:0 0 17px 0;
}
h3 {
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	padding:0 0 20px 0;
}
h4 {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	padding:0 0 10px 0;
}
a {
	outline:none;
	text-decoration:none;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.spacer {
	line-height:0;
	font-size:0;
	clear:both;
}
/*-----------------General end---------------------*/

/*-----------------main wrapper start---------------------*/

#wrapper {
	width:954px;
	margin:0 auto;
}
/*-----------------main wrapper end---------------------*/

/*-----------------header start---------------------*/


#header {
	width:954px;
	position:relative;
}
.logo {
	width:267px;
	height:33px;
	float:left;
	display:block;
	padding:0 0 0 3px;
}
.cus_support {
	width:165px;
	height:33px;
	float:right;
	line-height:33px;
	margin-bottom:30px;
}
.cus_support_txt {
	font-size:12px;
	line-height: 1em;
	color:#000000;
	background-color:inherit;
	text-align:left;
	float:left;
	margin-right: 4px;
	
}

.cus_no {
	height:33px;
	margin-left: 0px;
	margin-top:10px;
	float:right;
	font-size:24px;
	font-weight:bold;
	display:block;
	color:#1984C0;
	letter-spacing:-1px;
	background:url(../images/cusstomer_no.png) no-repeat right top;
}
.cus_no2 {
	height:33px;
	margin-left: 4px;
	
	float:right;
	font-size:24px;
	font-weight:bold;
	display:block;
	color:#1984C0;
	letter-spacing:-1px;
	background:url(../images/cusstomer_no.png) no-repeat right top;
}

/*Top navigation start*/
#ts_tabmenu {
	font-size: .75em; /* set the font size */
	clear:both;
	position:relative;
}

#ts_tabmenu ul {
	margin: 0px; /* let's keep the margin set to 0 for the same reasons as above*/
	list-style-type: none; /* we remove the UL's default disc bullets */
}

#ts_tabmenu ul li {
	float: left; /* floatin' left */
	background:url(../images/nav_left.jpg) no-repeat top left;
	height:30px;
	line-height:30px;
	padding: 0 0 0 20px;
	margin-right:-15px;
}

#ts_tabmenu ul li a {
	text-decoration: none; /* remove the default underline off the anchor text */
	display: block; /* we display this text as block so that we can apply padding/margin without problems */
	float: left; /* floatin' left, to make the menu horizontal */
	background:url(../images/nav_right.png) no-repeat top right;  /* we link to the tabs image, no tiling, showing the top left part of it */
	color: #006699;  /* color of the tab text */
	font-weight:bold;
	font-size:14px;
	
}

#ts_tabmenu ul li strong {
	padding:0 18px 0 0;
}

#ts_tabmenu #li_tsmenu1 {
	margin-left:8px;
	position:relative;
	z-index:7;
	}
	
#ts_tabmenu #li_tsmenu2 {
	position:relative;
	z-index:6;
	}
	
#ts_tabmenu #li_tsmenu3 {
	position:relative;
	z-index:5;
	}
	
#ts_tabmenu #li_tsmenu4 {
	position:relative;
	z-index:4;
	}
	
#ts_tabmenu #li_tsmenu5 {
	position:relative;
	z-index:3;
	}
	
#ts_tabmenu #li_tsmenu6 {
	position:relative;
	z-index:2;
	}
	
#ts_tabmenu #li_tsmenu7 {
	position:relative;
	z-index:1;
	}
	
#ts_tabmenu ul li:hover, #ts_tabmenu #li_tsmenu2:hover, #ts_tabmenu #li_tsmenu3:hover, #ts_tabmenu #li_tsmenu4:hover, #ts_tabmenu #li_tsmenu5:hover, #ts_tabmenu #li_tsmenu6:hover , #ts_tabmenu #li_tsmenu7:hover{
	background:url(../images/nav_left_hover.jpg) no-repeat top left;
	z-index:10;
	position:relative;
	color:#000;
}

#ts_tabmenu ul li.active, #ts_tabmenu #li_tsmenu2.active, #ts_tabmenu #li_tsmenu3.active, #ts_tabmenu #li_tsmenu4.active, #ts_tabmenu #li_tsmenu5.active, #ts_tabmenu #li_tsmenu6.active , #ts_tabmenu #li_tsmenu7.active{
	background:url(../images/nav_left_hover.jpg) no-repeat top left;
	z-index:10;
	position:relative;
	color:#000;
}

#ts_tabmenu ul li a:hover {
	background:url(../images/nav_right_hover.png) no-repeat top right;
	z-index:10;
	position:relative;
	color:#000;
}

#ts_tabmenu ul li a.active {
	background:url(../images/nav_right_hover.png) no-repeat top right;
	z-index:10;
	position:relative;
	color:#000;
}


/*-----------------------Top navigation end---------------------*/

#slider {
	width:954px;
	position:relative;
	clear:both;
	*margin:-45px 0 0 0;
}

#slider_top {
	width:954px;
	height:10px;
	overflow:hidden;
	background:url(../images/slider_top_bg.png) no-repeat center top;
}
#slider_inner {
	width:954px;
	padding:0 0 20px;
	background:url(../images/wrapper_bg.gif) repeat-y 0 0;
}
.slider_pic {
	width:916px;
	height:375px;
	position:relative;
	margin:0 19px;
}
#left_txt {
	position:absolute;
	top:65px;
	left:27px;
	width:460px;
}
#left_txt h1 {
	font-size:36px;
	letter-spacing: -0.04em;
	color:#fff;
	background-color:inherit;
	font-weight:normal;
	padding:0;
}
#left_txt h1 span {
	font-weight:bold;
}
#left_txt h2 {
	font-size:24px;
	letter-spacing: -0.04em;
	color:#fff;
	background-color:inherit;
	font-weight:normal;
}
#left_txt li {
	width:268px;
	float:left;
	padding:0 0 16px 35px;
	font-size:12px;
	color:#fff;
	background-color:inherit;
	display:block;
}
#left_txt li.one {
	background:url(../images/1.png) no-repeat left 5px;
}
#left_txt li.two {
	background:url(../images/2.png) no-repeat left 5px;
}
#left_txt li.three {
	background:url(../images/3.png) no-repeat left 5px;
}
#left_txt p {
	color:#fff;
	background-color:inherit;
	font-size:14px;
	padding:18px 0 0 0;
}
#form_pann {
	width:203px;
	height:335px;
	padding:21px 15px 10px 15px;
	position:absolute;
	top:30px;
	right:24px;
	background:url(../images/form_bg1.png) no-repeat 0 0;
}
#form_pann p {
	font-size:12px;
	color:#fff;
	background-color:inherit;
	margin:0;
	padding:0;
}
#form_pann h2 {
	font:normal 18px/19px "Arial Black", Gadget, sans-serif;
	color:#fff;
	background-color:inherit;
	margin:0 0 10px;
	padding:0;
	letter-spacing:-1px;
}
.name {
	font-size:14px;
	color:#fff;
	background-color:inherit;
	padding:0;
}

.msgWhite {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	padding:0;
}
.msgBlack {
	font-size:14px;
	font-weight:bold;	
	color:#000;
	background-color:inherit;
	padding:0;
}

#form_pann input.txt_field, select.txt_field {
	width:192px;
	height:19px;
	border:1px solid #539fb9;
	font-size:11px;
	margin:4px 0;
}
input.date {
	width:192px;
	margin:0 0 4px;
	height:19px;
}
.quote_btn {
	margin:17px 0 0;
}

.calender {

	}
	
img.calender {
	position:relative;
	top:4px;
	}
/*-----------------main content end---------------------*/

/*-----------------main content start---------------------*/

#main_body {
	width:954px;
	margin:0 auto;
	background:url(../images/wrapper_bg.gif) repeat-y 0 0;
	position:relative;
	padding:10px 0 0 0;
}
#main_cont {
	width:860px;
	margin:0 auto;
}
/*................home_cont_left start................*/

#home_cont_lft {
	width:335px;
	float:left;
	background:url(../images/home_cont_divider.gif) no-repeat right 0;
	padding:0 20px 0 0;
}
#home_cont_lft h2 {
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:inherit;
}
.homcont_lfttxt {
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:0 0 20px 0;
	text-align:justify;
	word-spacing:-1px;
}
#home_cont_lft h2 span {
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:inherit;
	letter-spacing: -0.04em;
}
#home_cont_lft li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	padding:0 7px 17px 0;
	display:inline;
}
#home_cont_lft li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	text-decoration:underline;
}
#home_cont_lft li a:hover {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	text-decoration:none;
}
#home_cont_lft li span {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:inherit;
}
#home_cont_lft li.last {
	padding:0 0 0 7px !important;
}
/*................home_cont_left end................*/

/*................home_cont_mid start................*/


#home_cont_mid {
	width:216px;
	float:left;
	background:url(../images/home_cont_divider.gif) no-repeat right 0;
	padding:0 19px 0 23px;
}
#home_cont_mid li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	list-style:disc;
	list-style-position:inside;
	padding:0 0 9px 0;
	margin:0;
}
#home_cont_mid li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	text-decoration:underline;
}
#home_cont_mid li a:hover {
	text-decoration:none;
}
/*................home_cont_mid end................*/

/*................home_cont_rght start................*/


#home_cont_rght {
	width:228px;
	float:left;
	padding:0 0 0 19px;
}
.home_cont_rght_bot {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:inherit;
	text-align:right;
}
.home_cont_rght_bot span {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:inherit;
}
/*................home_cont_rght start................*/

/*................content btm start................*/

#cont_btm {
	width:860px;
	margin:10px auto 0;
	border-top:1px solid #e1d2b5;
}
#cont_btm li {
	margin:5px 20px 0 0;
	float:left;
	list-style:none;
}
#cont_btm li a {
	width:87px;
	display:block;
}
#cont_btm li img {
	width:87px;
	height:auto;
}
#cont_btm li img.canada {
	padding:5px 0 0 0;
}
#cont_btm li img.bridge {
	padding:3px 0 0 0;
}
#cont_btm li img.montreal {
	padding:3px 0 0 0;
}
/*................content btm................*/


#cont_bot {
	width:954px;
	height:17px;
	background:url(../images/content_bot.gif) no-repeat 0 0;
}
/*-----------------main content end---------------------*/

/*-----------------footer start---------------------*/

#footer {
	width:940px;
	margin:0 auto;
	padding:5px 0 23px 0;
}
#footer li {
	background:url(../images/footer_divider.gif) no-repeat right 3px;
	padding:0 9px 0 0;
	margin:0 11px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#194B78;
	background-color:inherit;
	float:left;
}
#footer li a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#194B78;
	background-color:inherit;
	text-decoration:underline;
}
#footer li a:hover {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#194B78;
	background-color:inherit;
	text-decoration:none;
}
#footer li.last {
	background:none;
	margin:0;
}
#footer span {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#194B78;
	background-color:inherit;
	float:right;
}
#footer span a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#194B78;
	background-color:inherit;
	text-decoration:underline;
}
#footer span a:hover {
	text-decoration:none;
}
/*-----------------footer end---------------------*/

/*...................inner page start...................*/

#in_cont {
	width:860px;
	margin:0 auto;
}
#in_cont_lft {
	width:600px;
	float:left;
	background:url(../images/innercont_divider.gif) no-repeat right 0;
	padding:0 15px 0 0;
}
#in_cont_lft h2 {
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
}
#in_cont_rght {
	width:226px;
	float:left;
	padding:0 0 0 19px;
}
#in_cont_rght li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	list-style:disc;
	list-style-position:inside;
	padding:0 0 9px 0;
	margin:0;
}
#in_cont_rght li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a4b78;
	background-color:inherit;
	text-decoration:underline;
}
#in_cont_rght li a:hover {
	text-decoration:none;
}
.in_cont_txtl {
	width:300px;
	float:left;
	margin:0 0 50px 0;
}
.in_cont_txtr {
	width:275px;
	float:right;
	margin:0 0 30px 0;
}
/*...................inner page end...................*/

/*...................contact page start................*/

#contact_lft {
	width:431px;
	float:left;
}
#contact_rght {
	width:134px;
	float:right;
}
#contact_rght_bio {
	width:134px;
	height:123px;
	margin:0 0 12px 0;
	padding:0;
}
#contact_rght_btn {
	width:134px;
	height:22px;
	margin:0;
	padding:0;
}
#contact_rght_btn a {
	width:134px;
	height:22px;
	display:block;
	background:url(../images/sent_btn.gif) no-repeat 0 0;
}
#contact_rght_btn a:hover {
	background:url(../images/sent_btnh.gif) no-repeat 0 0;
}
.contact_area_top {
	width:431px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}
.contact_area_topl {
	width:204px;
	float:left;
}
.contact_area_topr {
	width:204px;
	float:right;
}
label {
	font:normal 11px "Tahoma", Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:inherit;
}
.inpt_box {
	width:202px;
	height:20px;
	border:1px solid #cccccc;
	background:#FFFFFF;
	margin:6px 0 0 0;
	padding:0;
}
.txt_box {
	width:429px;
	height:62px;
	border:1px solid #cccccc;
	overflow:auto;
	margin:6px 0 0 0;
	font:normal 11px "Tahoma", Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#FFFFFF;
	vertical-align:top;
}
.contact_area_mid {
	width:431px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}
.contact_area_btm {
	width:431px;
	float:left;
}

.contact_area_btm textarea {width:100%; height:50px;}
/*...................contact page end................*/

.liq {float:left; width:570px; background:  url(../images/form_bg_bottom.jpg) left bottom repeat-x #EFEFEF; padding:10px; margin-right:20px; border:1px solid #CCCCCC; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.liq input, .liq select { font-size: 12px; padding: 4px; } 
.liq label {display:block; margin:5px 0 3px 0;}
.liq input[type=text], select {width:250px; font-size:14px; }
.liq input[type=text].phone { width:250px;}
.liq input[type=text].marginR10 { margin-right:10px; }
.liq input[type=text] {height:22px; }
.liq input#secureImage {width: 130px; float: left; margin-right: 10px; } 
.liq .btn {		background:url(../images/sent_btn.gif) no-repeat 0 0;
	width:134px;
	height:22px;
	cursor:pointer;
	border:0;
	margin:30px auto;
	margin-bottom:0;
	display:block;
}
.msg {display:block; margin:10px auto; font-size:14px; color:#F00;}
#secret {display:block;}

/*.................request form...........*/
.ddmm
{
	width:58px;
	height:25px;
	
	line-height:19px;
	color:#000;
	padding:0px 2px;
	margin:5px 0px 8px 0px;
}
.yyyy
{
    	width:70px;
	height:25px;
	
	line-height:19px;
	color:#000;
	padding:0px 2px;
	margin:5px 0px 8px 0px;
}
#dobp {display:none;}

.header_middle { 
	width:100px;
	float: left;
	margin-top:-15px;
	margin-left:280px;
	color:#0b0b0b;
	padding:0px 0px 0px 0px;
}