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

#iqBalloonNest {
	position: absolute;
	top: 305px;
	left: 43%;
	width: 286px;
	text-align: left;
	z-index: 1;
	display: none;
	}
	
#iqBalloonTop {
	position: relative;
	float: left;
	clear: both;
	width: 286px;
	padding: 16px 21px 10px 27px;
	text-align: left;
	background: transparent url(../pics/quick_quote/balloon/baloon-top.png) 0% 0% no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #24292f;
	font-style: italic;
	}
	
#iqBalloonBCap {
	position: relative;
	float: left;
	clear: both;
	width: 280px;
	height: 11px;
	margin-left: 6px;
	background: transparent url(../pics/quick_quote/balloon/baloon-bottom.png) 0% 0% no-repeat;
	}
	
#iqBalloonTitleNest {
	position: relative;
	float: left;
	clear: both;
	height: 20px;
	margin-bottom: 15px;
	}
	
#iqBalloonTitleLeft {
	position: relative;
	float: left;
	clear: none;
	height: 12px;
	padding: 4px 4px 4px 10px;
	background: transparent url(../pics/quick_quote/balloon/highlight.png) 0% 0% no-repeat;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	}
	
#iqBalloonTitleRight {
	position: relative;
	float: left;
	clear: right;
	height: 20px;
	width: 10px;
	background: transparent url(../pics/quick_quote/balloon/highlight.png) 100% 0% no-repeat;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	}
	
#iqTextNest {
	position: relative;
	float: left;
	clear: both;
	width: 230px;
	margin-left: 8px;
	}
	
#iqClose {
	position: absolute;
	top: 20px;
	left: 210px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	color: #b83108;
	font-size: 11px;
	z-index: 1;
	}
	
#iqClose a.orangeLink, a.orangeLink:visited { font-style: normal; color: #b83108; text-decoration: underline; font-size: 11px; }
#iqClose a.orangeLink:hover { font-style: normal; color: #b83108; text-decoration: underline; font-size: 11px; }

#iqEmailBtnNest {
	position: relative;
	width: 100%;
	clear: both;
	height: 46px;
	text-align: center;
	}

td.EmailBtnLeft {
	background: transparent url(../pics/quick_quote/emailbtn-left.png) 0% 0% no-repeat;
	padding-left: 50px;
	}
	
.iqEmailBtn {
	height: 46px;
	text-transform: uppercase;
	padding-bottom: 2px;
	background: none;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	}
	
#iqEmailBtnRight {
	position: relative;
	float: left;
	clear: right;
	height: 46px;
	width: 5px;
	background: transparent url(../pics/quick_quote/emailbtn-right.png) 0% 0% no-repeat;
	}
	
/*video*/


#iqVideoBtnNest {
	width: 314px;
	height: 48px;
	}

#iqVideoBtnNest a.iqVideoBtn  {
  display: block;
	float: left;
  height: 44px;
	width:249px !important; /*moz width*/
	width:314px; /*IE width*/
  padding: 4px 0 0 65px;
	color: #2c4053;
  background: transparent url(../pics/quick_quote/vbutton-off.png) 0% 50% no-repeat;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	}
	
#iqVideoBtnNest a.iqVideoBtn span {
  float: left;
	padding-top: 5px;
  cursor: pointer;
	}

#iqVideoBtnNest a.iqVideoBtn:hover  {
	color: #2c4053;
  background: transparent url(../pics/quick_quote/vbutton-on.png) 0% 50% no-repeat;
	text-decoration: none;
	}
	
/*popup*/	
#videoPop {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 100%; 
/*	height: 100%;*/
	display: block;
	overflow: hidden;
	background: transparent url(../pics/quick_quote/videoPop/videopopshade.png) repeat 0% 0%;
	z-index: 1;
	text-align: center;
	}