@charset "utf-8";
/* CSS Document */
body{
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;	
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#ba1111;
	text-decoration:underline;
}

a.bold_blue{
	color:#32255c;
	font-weight:bold;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
div.major_div{
	margin:0px auto 0px auto;
	padding:0px;
	width:796px;
}
div.db_border{
	border-top:5px solid #32255c;
	width:70%;
	float:left;
}
div.lb_border{
/*	border-top:5px solid #12b1e1;*/
	border-top:5px solid #00add9;
	padding:0px;
	width:29.5%;
	float:right;
}
div.header{
	padding:0px;
	width:806px;
	float:left;
	position:relative;
	clear:both;
}
/*div.header div.logo{
	
	width:806px;
}*/
.logo{
	background:url(../../../site_images/top_logo.gif) no-repeat;
	width:337px;
	height:100px;
	/*margin-top:18px;*/
	position:relative;
	float:left;
}
.pts_logo{
	background:url(../../../site_images/pts_logo.gif) no-repeat;
	width:337px;
	height:100px;
	position:relative;
	float:left;
}
.logo_phone{
	background: url(../../../site_images/top_phone.gif) no-repeat;
	padding:0 30px 0 0;
	width:226px;
	height:100px;
	float:right;
	position:relative;
}
#top_top{
	width:806px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
	text-align:center;
}
.l_curve{
	float:left;
	position:relative;
	width:8px;
	height:42px;
	background:url(../../../site_images/l_curve.jpg) no-repeat;
}


.r_curve{
	/*border: #F00 2px solid;*/
	float:right;
	position:relative;
	width:8px;
	height:42px;
	background:url(../../../site_images/r_curve.jpg) no-repeat;
}
.logo_groupon {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../site_images/groupon_logo.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    height: 70px;
    margin-top: -14px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 14px;
    padding-top: 0;
    position: relative;
    width: 154px;
}

.logo_key103{
	background: url(../../../site_images/key103.png) no-repeat;
	padding:0 14px 0 0;
	width:154px;
	height:70px;
	float:right;
	margin-top:-14px;
	position:relative;
}
.logo_int_phone{
	background: url(../../../site_images/int_number.png) no-repeat;
	padding:0 30px 0 0;
	width:226px;
	height:100px;
	float:right;
	position:relative;
}

.top_strip {
	width: 790px;
	height: 42px;
	margin: 0 auto;
	background: url(../../../site_images/menu_strip.jpg) top center repeat-x;
	float:left;
	position:relative;
}

#topmenu {
	float: left;
	width: 798px;
}
/*-----------------------------------Menu---------------------------------------*/
div.content{
	width:806px;
	float:left;
	position:relative;
}
p centrals{
	text-align:center;	
}
div.content a{
	color:#00add9;	
}
div.content a:hover{
	text-decoration:underline;
}
div.central_content p{
	padding:0px 10px 0px 10px;
}
div.central_content div#form_area fieldset p{
	padding:0px;	
}
div.central_content
{
	float:left;
	position:relative;
	width:804px;
	height:auto;
	padding:15px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:1px #666 solid;
	border-top:none;
}
div.menu{
	width:210px;
	float:left;
	padding:0px 0px 20px 0px;
}
div.menu_top{
	background:url(../images/menu_top.jpg) no-repeat;
	width:210px;
	height:58px;
	position:absolute;
	top:62px;
}
html* div.menu_top{
	top:62px;
}

div.menu_middle{
	position:relative;
	background:url(../images/menu_middle.jpg) repeat-y;
	margin-top:20px;
	padding-bottom:12px;
}
div.menu_middle ul.left_nav{
	list-style-type:none;
}
div.menu_middle ul.left_nav li{
	padding:10px 0px 10px 0px;
}
div.menu_middle ul.left_nav li a{
	font-size:10pt;
	color:#32255c;
}
div.menu_middle ul.left_nav li a:hover{
	text-decoration:none;	
	color:#ffffff;
}
div.menu_middle ul.left_nav li a span.arrow{
	background:url(../images/arrow.gif) no-repeat;
	padding:0px 4px 0px 4px;
	position:absolute;
	margin-top:2px;
}
div.menu_middle ul.left_nav li a span.text{
	padding-left:20px;		
}
div.menu_middle ul.left_nav li a:hover span.arrow{
	background:url(../images/arrow_hover.gif) no-repeat;
}
div.menu_middle ul.left_nav li a span.arrow_selected{
	background:url(../images/arrow_hover.gif) no-repeat;
	padding:0px 4px 0px 4px;
	position:absolute;
	margin-top:2px;	
}
div.menu_middle ul.left_nav li a span.text_selected{
	padding-left:20px;	
	color:#FFFFFF;
}
div.menu_bottom{
	position:relative;
	background:url(../images/menu_bottom.jpg) no-repeat;
	height:25px;
}
/*---------------------------------  Content  --------------------------------------*/

input[type="text"],textarea,select{
	border:solid 1px #dddddd;
}
input[type="password"] {
	border:solid 1px #dddddd;
	width:200px;
}
.button, .ui-widget input.button{	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px 0px #aeaeae;
	-moz-box-shadow: 0px 2px 2px 0px #aeaeae;
	box-shadow: 0px 2px 2px 0px #aeaeae;
	height: 20px;
	line-height: 24px;
	color: white;
	display: block;
	text-decoration: none;
	height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding-right: 22px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight: bold;
	width:140px;
	border: none;
	float:left;
	cursor:pointer;
}
#submit{
	background: url(../images/link_bg.gif) no-repeat;
	background: url(../images/btn-right.png) no-repeat 90%, -moz-linear-gradient(top, rgba(14, 192, 242, 1) 0%, rgba(2, 165, 224, 1) 50%, rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-right.png) no-repeat 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14, 192, 242, 1)), color-stop(50%,rgba(2, 165, 224, 1)), color-stop(100%,rgba(14, 192, 242, 1)));
	background: url(../images/btn-right.png) no-repeat 90%, -webkit-linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-right.png) no-repeat 90%, -o-linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-right.png) no-repeat 90%, -ms-linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-right.png) no-repeat 90%, linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
}
#submit:hover {
	background: url(../images/link_bg.gif) 0 24px;
	background: url(../images/btn-right.png) no-repeat 90%, -moz-linear-gradient(top, #BABABA 0%, #939393 51%, #BABABA 100%);
	background: url(../images/btn-right.png) no-repeat 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BABABA), color-stop(51%,#939393), color-stop(100%,#BABABA));
	background: url(../images/btn-right.png) no-repeat 90%, -webkit-linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	background: url(../images/btn-right.png) no-repeat 90%, -o-linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	background: url(../images/btn-right.png) no-repeat 90%, -ms-linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	background: url(../images/btn-right.png) no-repeat 90%, linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	-webkit-box-shadow: 0px 2px 2px 0px #aeaeae;
	-moz-box-shadow: 0px 2px 2px 0px #aeaeae;
	box-shadow: 0px 2px 2px 0px #aeaeae;
}
#previous{
	background: url(../images/link_bg_back.gif) no-repeat;
	background: url(../images/btn-left.png) no-repeat 10%, -moz-linear-gradient(top, rgba(14, 192, 242, 1) 0%, rgba(2, 165, 224, 1) 50%, rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-left.png) no-repeat 10%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14, 192, 242, 1)), color-stop(50%,rgba(2, 165, 224, 1)), color-stop(100%,rgba(14, 192, 242, 1)));
	background: url(../images/btn-left.png) no-repeat 10%, -webkit-linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-left.png) no-repeat 10%, -o-linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-left.png) no-repeat 10%, -ms-linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
	background: url(../images/btn-left.png) no-repeat 10%, linear-gradient(top, rgba(14, 192, 242, 1) 0%,rgba(2, 165, 224, 1) 50%,rgba(14, 192, 242, 1) 100%);
	padding-right: 0px;
	padding-left: 22px;
}
#previous:hover {
	background: url(../images/link_bg_back.gif) 0 24px;
	background: url(../images/btn-left.png) no-repeat 10%, -moz-linear-gradient(top, #BABABA 0%, #939393 51%, #BABABA 100%);
	background: url(../images/btn-left.png) no-repeat 10%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BABABA), color-stop(51%,#939393), color-stop(100%,#BABABA));
	background: url(../images/btn-left.png) no-repeat 10%, -webkit-linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	background: url(../images/btn-left.png) no-repeat 10%, -o-linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	background: url(../images/btn-left.png) no-repeat 10%, -ms-linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	background: url(../images/btn-left.png) no-repeat 10%, linear-gradient(top, #BABABA 0%,#939393 51%,#BABABA 100%);
	-webkit-box-shadow: 0px 2px 2px 0px #aeaeae;
	-moz-box-shadow: 0px 2px 2px 0px #aeaeae;
	box-shadow: 0px 2px 2px 0px #aeaeae;
}
/*#submit, #previous{
	border:none;
	width:140px;
	height:23px;
	cursor:pointer;
	background:url(../images/link_bg.gif);
	color:#ffffff;
	font-weight:bold;
	padding: 0px 3px 5px 10px;
	text-align:left;
}
#back_button{
	border:none;
	width:140px;
	height:23px;
	cursor:pointer;
	background:url(../images/link_bg_back.gif);
	color:#ffffff;
	font-weight:bold;
	padding: 0px 3px 5px 35px;
	text-align:left;
}
#submit:hover, #reset:hover, #back_button:hover{
	background-position:0px -24px;	
}
input[type="submit"]:hover,input[type="reset"]:hover{
	background-position:0px -24px;	
}*/
h1{
	color: #32255c;
	font-weight: normal;
}
h3{	margin: 10px; font-size: 20px; font-weight: normal; color: #03427B; }
h4, h5, h6 {
	color: #32255c;
}

h5{
	font-size:14px;
}

h2 {
	margin: 5px auto 0px auto;
	font-size:20px;
	color:#FFF;
	font-weight:normal;
}

hr.lb_line{
	color:#12b1e1;
	line-height: 2px;		
}
html* hr.lb_line{
	color:#12b1e1;
	line-height: 2px;		
}

div.error {
/*border:#CC0000 thick;
color:#990000;*/
font-size:11px;
color:#990000;
margin-bottom:20px;
padding-bottom:10px;

}
.form_error{
 color:#F00; 
 font-size:10px; 
 float:left; 
 position:relative; 
 margin-left:10px; 
 margin-top:3px;
}
.spacer{margin-left:150px; 
	margin-top:10px;
	margin-bottom:5px;
	font-size:11px;
	color:#555555;
}
.pwd_spacer{margin-left:150px; 
	margin-bottom:5px;
	font-size:11px;
	color:#555555;
}

.small_red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #b9252e;
	text-decoration: none;
}
/*---------------------------tooltip--------------------------------------------*/
	/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */
	
	
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
	
	
	/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
	
	.iframeTooltip
	
	{
	
		position: absolute;
	
		z-index: 1010;
	
		filter:alpha(opacity:0.1);
	
	}

	.tooltipContent
	{
		background-color: #FFFFCC;
		padding: 5px 0px 5px 10px;
	}
	
/***********************************************************************************************/
/*				Tooltip					*/
/*********************************************************************************************/

.cluetip-default{
	margin:20px 0px 0px 5px;	
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
  border: 1px solid #04A7CF;
}
.cluetip-default h3#cluetip-title {
  margin: 0px;
  padding:0px 0px 0px 5px;
  font-size: 1.1em;
  font-weight: bold;
  background-color:#04A7CF;
  color: #fff;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
img{
	border:0px;
}

/************************************************************/
/*-----------------------------------confirm_view-------------------------------------*/
#confirm_wrapper{
	width:520px;
	float:left;
	position:relative;
	margin:20px 0px 20px 143px; 
}
#confirm_top{
	float:left;
	position:relative;
	background:url(../images/confirm_top_pic.png) no-repeat;
	width:520px;
	height:10px;
}
#confirm_content{
	padding:5px 10px 10px 10px;
	float:left;
	position:relative;
	background:url(../images/confirm_background.jpg) repeat-y;
	width:500px;
}
#confirm_content p{
	padding:0px;	
}
#confirm_bottom{
	float:left;
	position:relative;
	background:url(../images/confirm_bottom_pic.png) no-repeat;
	width:520px;
	height:10px;
}
#confirm_content form{
	width:100%;
	text-align:center;
}

#confirm_table{margin-bottom:20px;}
.TD_right{
	text-align:right;
	/*color:#008BAE;*/
	color:#007491;
}
.TD_left{
	text-align:left;
	color:#900;
}
/*-----------------------------------confirm_view-------------------------------------*/

/*----------------------------------- card payment area -------------------------------------*/
/*form#payments{
	border-bottom:#666 solid 1px;	
}*/
#card_pic_wrap{
	float:right;
	position:absolute;
	/*top:300px;*/
	top:55%;
	right:10px;
	width:250px;
}
#card_pic{
	width:100%;
	float:left;
	position:relative;
}
#security_wrap{
	border-top:#666 solid 1px;
	/*border-bottom:#666 solid 1px;*/
	margin-top:10px;
	float:left;
	position:relative;
	width:100%;
}
.security_pic{	
	width:23%;
	margin-left:5%;
	margin-right:5%;
	float:left;
	position:relative;
	display:block;
	border:none;
}
div.security_pic a img, div.security_pic a img:active, div.security_pic a img:hover{
	border:none;
}
.security_sep{
	margin-top:10px;
	margin-left:4%;
	margin-right:4%;
	float:left;
	position:relative;
	display:block;
}
.two_inline{
	margin-top:10px;
	margin-bottom:20px;
	margin-left:4%;
	margin-right:4%;
	position:relative;
	display:block;
}
* html .security_pic{	
	width:18%;
	margin-left:4%;
	margin-right:4%;
}
* html .security_sep{
	margin-left:3%;
	margin-right:3%;
}
/*----------------------------------- Progress area -------------------------------------*/
div#progress{	
	width:760px;
	height:65px;
	margin:0 auto 15px auto;
	overflow:hidden;
}
div.stageapplicationapp{background: url(../images/progressbar.jpg) no-repeat; background-position: 0 0;}
div.stageuserapp{background: url(../images/progressbar.jpg) no-repeat; background-position: 0 -65px;}
div.stagecardapp{background: url(../images/progressbar.jpg) no-repeat; background-position: 0 -130px;}
div.stageconfirmapp{background: url(../images/progressbar.jpg) no-repeat; background-position: 0 -195px;}
div.stagefinishapp{background: url(../images/progressbar.jpg) no-repeat; background-position: 0 -260px;}

div.stageapplicationquote{background: url(../images/progressbar_quote.jpg) no-repeat; background-position: 0 0;}
div.stagedetailsquote{background: url(../images/progressbar_quote.jpg) no-repeat; background-position: 0 -65px;}
div.stagefinishquote{background: url(../images/progressbar_quote.jpg) no-repeat; background-position: 0 -130px;}
/*----------------------------------- card payment area -------------------------------------*/

#validation_box {
	width:250px;
	margin:auto auto;	
	background-color: #FF6666;
	padding:5px 0;
	
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	
	-moz-box-shadow: 0px 0px 4px #000; /* Firefox */
	-webkit-box-shadow: 0px 0px 4px #000; /* Safari and Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

    behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#validation_box p{
	font-size: 12px;
	text-align:center;
}
/*----------------------------------- confirm area -------------------------------------*/
table.display_table{
	padding:0;
	margin:10px auto;
	background-color:#999;
}
table.display_table td{background-color:#fff; width:300px;}
/*-----------------------------------Footer-------------------------------------*/
div.bottom_nav{
	width:764px;
	margin:5px auto 20px auto;
}
div.bottom_nav #reset{float:left;}
div.bottom_nav #submit{float:right;}

div.footer{
	margin-top:20px;
	clear:both;
}
div.footer div.footer_text{
	width:760px;
	margin:0px auto 0px auto;
	text-align:center;
}
div.footer div.footer_note{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	color:#32255c;
	margin-bottom:10px;
}
font.lb_text{
	color:#12b1e1;
}
div.footer div.footer_info p{
	color:#32255c;
	font-weight:bold;
}
	