
*, img { 
	border:none; 
	padding:0; 
	margin:0; 
	}	
html, body { 
	background-color: #f2f2f2; 
	color:inherit; 
	}
body { 
	font: .8em/1.7em Arial, Helvetica, sans-serif; 
	color:#000000; 
	margin:0 0 20px 0; 
	}
p { 
	padding:0 0 15px 15px;
	}
/************************************************/
a { 
	text-decoration:none; 
	color:#0066b3; 
	}
a:hover { 
	text-decoration:underline; 
	color:#bb3226; 
	}
.external { 
	padding-right:.8em !important;
	background: url(../Files/ico_sprites.gif) no-repeat -84px -359px;
}
.check {
	padding-left:18px;
	background:url(../Files/ico_sprites.gif) no-repeat -9px -547px;
	}
.buttonHolder a.check, .buttonHolder button.check {
	background-position: -5px -540px !important;
}
.delete, .close {
	padding-left:18px;
	background:url(../Files/ico_sprites.gif) no-repeat -9px -587px;
	}
.buttonHolder a.delete, .buttonHolder button.delete,
.buttonHolder a.close, .buttonHolder button.close {
	background-position: -5px -581px !important;
}
.edit {
	padding-left:18px;
	background:url(../Files/ico_sprites.png) no-repeat -9px -627px;
	}
.add {
	padding-left:18px;
	background:url(../Files/ico_sprites.png) no-repeat -9px -668px;
	}
.subtract {
	padding-left:18px;
	background:url(../Files/ico_sprites.png) no-repeat -9px -705px;
	}
.up { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -458px;
	}
.down { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -9px -748px;
	}
.plus {
	height:24px;
	padding-left:27px;
	padding-top:5px;
	padding-bottom:4px;	
	background:url(../Files/ico_sprites.gif) no-repeat -5px -788px;
	}
.minus {
	height:24px;
	padding-left:27px;
	padding-top:5px;
	padding-bottom:4px;	
	background:url(../Files/ico_sprites.gif) no-repeat -5px -831px;
	}
.warn {
	height:24px;
	padding-left:27px;
	padding-top:5px;
	padding-bottom:4px;
	background:url(../Files/ico_sprites.gif) no-repeat -5px -878px;
}
.accept {
	padding-left:18px;
	background:url(../Files/ico_sprites.png) no-repeat -9px -930px;
}		
.bullet {
	padding-left:18px;
	background:url(../Files/ico_sprites.png) no-repeat -12px -1180px;
}
.mailto {
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -191px;
}
.help { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -227px;
	
}
.doc {
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -263px;
}
.call {
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -116px;
}
.chat { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -156px;
}
.home { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -85px;
}
.print { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -423px;
}
.dir { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -10px -298px;
}
.security {
	padding-left:18px;
	background:url(../Files/ico_sprites.png) no-repeat -9px -980px;
}
.zoom { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -8px -332px;
}
.cal { 
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -9px -1030px;
}
.redo {
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -9px -1080px;
	}
.clock {
	padding-left:18px;
	background: url(../Files/ico_sprites.png) no-repeat -9px -1130px;
	}	
.logo { 
	padding-left:20px;
	padding-top:2px;
	padding-bottom:4px;
	background: url(../Files/ico_sprites.png) no-repeat -31px 0;
	}
.icon {
	margin:0 auto;
	width:20px;
	height:20px;
	display:block; 
	text-indent:-9999px !important;
	padding:0 !important;
	background-position:2px 2px;
	}	
.warn.icon {
	margin:0 auto;
	width:24px;
	height:24px;
	background-position:2px 2px;
	}	
a.read_more {
	font-weight:bold;
	margin-bottom:10px;
	float:right;
	clear:both;
	background: url(../Files/bullet_arrows.gif) no-repeat 0 8px; 
	padding: 0 5px 0 12px;	
	}
a.read_more:hover { 
	background-position:2px -40px;
	}	
/************************************************/	
div.clearer { 
	clear: left; 
	height: 0; 
	line-height: 0; 
	}
div.hr, hr { 
	width:99%; 
	height:1px; 
	color: inherit; 
	background-color: #999; 
	margin:15px auto;
	margin-top:0; 
	line-height:1px; 
	clear:both; 
	}
/************************************************/	
.fl-left {
	float:left;
	padding:2px;
	}
.fl-right {
	float:right;
	padding:2px;
	}
.centered {
	display:block;
	margin-left: auto !important;
	margin-right: auto !important;
	}
/************************************************/	
sup {
	line-height:8px;
	}
abbr, acronym {
  cursor:help;
  border-bottom:1px dashed #000;
}
em.breaker {
	color:#999;
	font-size:1em;
	}
code {
	display:block;
	overflow:auto;
	background:#ccc;
	border-left:3px solid #999;
	margin:15px auto;
	padding:15px;
	width:90%;
	white-space:pre;
	}
#hero_image {
	margin-bottom:10px;
	}
.footnote {
	margin-bottom:10px;
	padding-bottom:10px;
	border-left:3px solid #999;
	color:#999;
	font-size:.8em;
	line-height:1.4em;
	}
/************************************************/	
.color1 {
	background-color:#F1F2F3;
	}
.color2 {
	background-color:#F9F9F9;
	}
.color3 {
	background-color:#FFFFCE;
	}
.inactive {
	background-color:#fbe3e4;
	}
.active {
	background-color:#ccffcc;
	}
.highlight {
	background-color:#ffffbf;
	}
.red {
	color:#cc0000 !important;
	}
.lawyer_font {
	font-size:1.4em;
	}	
/* CONTAINERS & SHADOWS
************************************************/
#wrapper { 
	margin:0 auto; 
	width:964px;
	background-color:#fff;
	position: relative;
	}
/************************************************/	
#shadowwrap, #shadowwrapl { 
	width:964px; 
	margin:0; 
	}
#shadowwrap { 
	background: url(../Files/shadow_l.gif) repeat-y; 
	}
#shadowwrapr {
	background: url(../Files/shadow_r.gif) repeat-y right;
	padding-bottom: 10px;
	}
#shadow_bott, #shadow_bott div, 
#shadow_bott div div { 
	width:100%; 
	height:7px;        
	}
#shadow_bott { 
	background: url(../Files/background_sprites.png) 480px -176px repeat-x;
	-moz-border-radius: 3px;
	
}
#shadow_bott div { 
	background: url(../Files/ico_sprites.gif) -10px -491px no-repeat;
}
#shadow_bott div div { 
	background: url(../Files/ico_sprites.gif) 947px -518px no-repeat;
}

/************************************************/
#cnt {
	width:930px;
	margin:0 auto;
	background-color:#fff; 	
	}
#cnt-l { 
	padding-top:5px;
	position:relative;
	float:left; 
	width:670px;
	padding-left:17px; 
	}
#cnt-r { 
	padding-top:5px;
	position:relative;
	float:left; 
	width:250px; 
	padding-left:10px; 
	}
/* HEADERS
************************************************/
/* Better header
#header {
	clear:both;
	width:950px;
	height:70px;
	margin:0 auto;
	margin-bottom:10px;	
	text-decoration:none; 
	display:block;	
}
*/
#header {
	clear:both;
	width:930px;
	height:55px;
	margin:0 auto;
	margin-bottom:10px;	
	text-decoration:none; 
	display:block;	
}
#header a {
	display:block;
	width:930px;
	height:55px;
	}
h1#header{
	background:url(../Files/pa_header.gif) no-repeat;
	text-indent:-9999px;
	}
h1.title { 
	color:#0066b3; 
	border-bottom: 2px solid #ccc;
	padding-bottom:5px; 
}	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
	padding:0;
	clear:both;
}
h1 {
	font-size:2em;
	line-height:1em;
	color:#cc0000;
}
h1 a {
	color:#cc0000;
}
h2 {
	font-size:1.6em;
	color:#0066cc;
	}
h2 a
	{
	color:#0066cc;
	text-decoration:none;
	}
h2 a:hover
	{
	color:#0066cc;
	text-decoration:none;
	}		
	
h3 {
	font-size:1.4em;
	color:#99ccff;
	}
h4 {
	font-size:1.2em;
	color:#999;
	}
h5 {
	font-size:1em;
	color:#0066cc;
	}
h6 {
	font-size:1em;
	color:#0066cc;
	text-align:center;
	}		
/* SUBSECTION HEADINGS		
************************************************/	
.subsection { 
	margin:5px 0 10px; 
	height:20px; 
	width:100%; 
	border-bottom:1px solid #0066b3; 
	clear:both; 
	}
.subsection .sbtop, .subsection .sbtop div, .subsection .sbtop div div,
.smallbox_header .sbtop, .smallbox_header .sbtop div, .smallbox_header .sbtop div div { 
	height:19px;
	}
.subsection .sbtop, .smallbox_header  .sbtop { 
	width:208px; 
	background: url(../Files/subsection_b_bg.gif) repeat-x;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #0066B3
	
	}
	

.subsection .sbtop div div div, .smallbox_header .sbtop div div div { 
	color:#fff;
	font-weight:bold;
	font-size:14px; 
	line-height:20px;
	}
.subsection a, .subsection a:hover, .smallbox_header a, .smallbox_header a:hover { 
	text-decoration:none; color:#fff;
	}	
.smallbox_header { 
	height:20px; 
	width:100%; 
	border-bottom:1px solid #0066b3; 
	clear:both; 
	}
.smallbox_header .sbtop { 
	width:106px; 
	background:url(../Files/subsection_b_bg.gif) repeat-x;
	}
/* LISTS
************************************************/
ul {
	list-style:none;
	}
ul, ol, dl {
	margin-bottom:15px;
}
ul {
	margin-left:.75em;
	margin-right:.5em;
	}
dl {
	margin-left:.75em;
	margin-right:.5em;
	}
dt {
	font-weight:bold;
	}
dd {
	background:url(../Files/ico_sprites.gif)  no-repeat -35px -880px;
	padding-left:20px;
	padding-bottom:10px;
	}	
ol {
	margin-left:3em;
	margin-right:.5em;
	}
ul.bulleted_list {
	margin-left:1.5em;
	}	
ul.bulleted_list li {
	background:url(../Files/ico_sprites.png)  no-repeat -12px -1175px;
	padding:0 0 10px 15px;
	}
/************************************************/	
ol.type-A { 
	list-style-type:upper-alpha;
}
li.headline {
	color:#0066cc;
	font-size:1.2em;
	font-weight:bold;
	padding-left:5px;
	}
li.brief { 
	padding:0 5px 0 10px; 
	}
li.brief p { 
	padding:0; 
	}	
li.source {
	color:#0066cc;
	font-size:1.4em;
	font-weight:bold;
	text-align:right;
	padding-right:4px; 
	background:none; 
	}	
li.date_loc { 
	font-size:1em;
	font-weight:bold;
	text-align:right;
	padding-right:4px; 
	background:none; 
	}
li.read_more { 
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	margin-bottom:10px;
	background-image:none !important;
	clear:both;
	}
li.read_more a { 
	background: url(../Files/bullet_arrows.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;	
	}
li.read_more a:hover { 
	background-position:2px -43px;
	}
ol li.read_more { 
	list-style:none;
	}
ul.type-legal {
	font-weight:bold;
}
ul.oo_star { 
	background: url(../Files/ico_sprites.gif) no-repeat -8px -370px;
	margin:5px auto;
	height:62px;
	}
.oo_star li {
	color:#bb3226;
	font-weight:bold;
	font-size:1em;
	margin:0 0 2px 65px;
	}
.oo_star li.heading {
	font-size:1.2em;
	margin:0 0 3px 60px;
	text-decoration:underline;
	}
/* QUOTATIONS
************************************************/
blockquote {
	margin:0 auto;
	background: url(../Files/quote_cnr.gif)  no-repeat 1px 0;
	clear:both;
	padding:20px 0 40px 20px;
	}
blockquote p {
	padding-left:0;
	}
blockquote .leader {
	font:40px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#0066b3;
	float:left;
	margin:0 4px 4px 4px;
	padding:4px 0;
	}	
/* BOXES
************************************************/
/* Box Management */
.quarter_box, .half_box, .third_box,
.three-fourths_box, .full_box, 
.reg_box {
	margin-bottom:10px;
	margin-left:5px;
	padding:0;
	}
.quarter_box {
	width:24%;
	}	
.third_box {
	width:32.3%
	}	
.half_box {
	width:48.8%;
	}
.sixty_box {
	width:60%;
	}
.three-fourths_box {
	width:73%;
	}
.eighty_box {
	width:80.5%;
	}
.full_box {
	width:100%;
	clear:both;
	margin-left:0;
	}

.sbcontent h1, .sbcontent h2, .sbcontent h3, .sbcontent h4, .sbcontent h5, .sbcontent h6,
.sbcontent2 h1, .sbcontent2 h2, .sbcontent2 h3, .sbcontent2 h4, .sbcontent2 h5, .sbcontent2 h6 {
	padding-left:8px;
	}
	
.sbcontainer {
	background: #fff url(../Files/box_top_bg.gif) repeat-x 0 0;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 0;
	border-top-color: #ddd;
}
.sbcontainer.gray_reg_box {
	background: #f2f2f2 url(../Files/box_top_bg_gray.gif) repeat-x 0 0;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 0;
}
.sbcontainer.gray_box {
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 0;
}
.sbcontainer.gray_box .sbcontent2 {
	padding-top: 0;
}
.sbcontainer.gray_box h3 {
	height: 0;
}
.sbcontainer.alpha {
	margin-right: 1.1%;
}
.sbcontainer.alpha {
	margin-left: 1.1%;
}
.sbcontent2 {
	border-top: none;
	margin: 0;
	padding-top: 10px;

}
.sbheader {
	margin: 0;
}
.sbcontent2 h2 {
	padding-left: 5px;
}
.sbheader h3 {
	color: #fff;
	font-size: 20px;
	padding: 5px;
	margin: 0;
	height: 22px;
}
.sbheader h3 a {
	color: #fff;
	text-decoration: none;
}
.sbheader h3 a:hover {
	color: #80C9FF;
	text-decoration: underline;
}


/************************************************/	
.reg_box .sbtop, .reg_box .sbtop div, 
.reg_box .sbtop div div, .gray_reg_box .sbtop, .gray_reg_box .sbtop div, 
.gray_reg_box .sbtop div div {
	width:100%;
	height:40px;
	} /* For the boxes with titles */
.reg_box .sbtop, .gray_reg_box .sbtop {
	background: url(../Files/box_top_bg.gif) repeat-x; 
	} /* Repeating BG in Titles */
.reg_box .sbtop div, .gray_reg_box .sbtop div { 
	/*background:url(#images/box_top_l.gif) no-repeat top left; */
	} /* Top left BG with Title */
.reg_box .sbtop div div, .gray_reg_box .sbtop div div { 
	/*background:url(#images/box_top_r.gif) no-repeat top right;*/ 
	} /* Top right BG with Title */
.reg_box .sbtop div div h3, .gray_reg_box .sbtop div div h3 { 
	color:#fff;
	font-weight:bold;
	font-size:20px;
	line-height:30px;
	text-indent:10px;
	margin-bottom:-2px; /* So that IE doesn't leave a space in the border. */ 
	} /* Title */
.reg_box .sbtop div div h3 a, .gray_reg_box .sbtop div div h3 a { 
	color:#fff; 
	}
.reg_box .sbtop div div h3 a:hover, .gray_reg_box .sbtop div div h3 a:hover { 
	text-decoration:underline; 
	color:#80c9ff; 
	background-color:inherit; 
	}
/************************************************/
/* Box Modifiers */
.starbg { 
	/*background:url(#images/box_bg_star.gif) no-repeat bottom right; */
	}
.gray_box, .gray_reg_box {
	background:#f2f2f2  url(../Files/box_top_bg_gray.gif) repeat-x;
	}
.gray_reg_box .sbtop { 
	background: url(../Files/box_top_f_bg.gif) repeat-x;
	}

/* IMAGES WITH CAPTIONS
************************************************/
.capimg { 
	margin:5px;
	padding:5px;
	border:1px solid #999;
	background-color:#f2f2f2;
	}
.capimg img {
	background-color:#fff;
	padding:2px;
	border:1px solid #011260;
	text-decoration:none;
	}
.capimg p {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:.8em;
	}
/* PAGE DESCRIPTION SECTIONS
************************************************/
.page_desc { 
	margin:0 10px;
	clear:both;
	}
.page_desc p, .page_desc h4, .page_desc ul, .page_desc ol {
	padding-left:65px;
	}
.page_desc h3 {
	background: url(../Files/ico_sprites.gif) no-repeat -15px -90px;
	font-size:1.6em;
	font-weight:bold;
	}
.page_desc h3 a {
	background:url(../Files/ico_sprites.gif) no-repeat -15px -90px;
	padding:0 0 30px 55px;
	}
.page_desc h3 a:hover {
	background-position:-15px -190px;
	text-decoration:none;
	}	
/* NEW ITEM EXPLOSIONS
************************************************/
#new { 
	width:100%; 
	margin:15px auto; 
	/*background:url(#images/box_bott_corner.gif) no-repeat right bottom;*/
	}
#new p { 
	padding:5px 5px 10px 10px;
	}
#new h3 { 
	padding: 0 0 0 5px; 
	color: #0066b3;
	}
p.new { 
	background: url(../Files/ico_sprites.gif) no-repeat 0 -570px;
	padding:5px 5px 10px 90px;
	}
/* PACKAGE LISTS
************************************************/

.pack_wrap {
	width:100%;
	margin:0 auto;
	clear:both;
	}
ul.pack_bg, ul.pack_bg_star { 
	width:103px; 
	height:141px; 
	margin:5px 2%;
	display:block;
	float:left;
	font-weight:bold;
	}
ul.pack_bg li, ul.pack_bg_star li { 
	display:block;
	}	
ul.pack_bg {	
	background: url(../Files/pack_bg.gif) no-repeat; 
	}
ul.pack_bg_star { 
	background: url(../Files/pack_bg_star.gif)no-repeat; 
	}

li.pack_title { 
	color:#011260;
	font-size:1.4em;
	text-align:center;
	}
li.pack_price { 
	color:#bb3226; 
	font-size:2.2em; 
	text-align:center; 
	line-height:1.3em;
	margin-top:0;
	}
li.pack_price sup {
	font-size:20px;
	line-height:18pt;
	vertical-align: text-top;
	}
li.pack_mon { 
	color:#011260; 
	font-size:1.8em; 
	padding:0 2px 0 4px; 
	float:left; 
	margin-top:-8px; 
	line-height:1em;
	}
li.pack_mon sup { 
	font-size:12px;
	vertical-align:text-top;
	line-height:14pt;
	}
li.per_mon {
	color:#011260;
	font-size:1em;
	line-height:1em;
	margin-top:-7px;
	float:right;
	padding-right:4px;
	}
li.pack_details { 
	color:#fff; 
	font-size:11px; 
	text-align:left; 
	padding:0 3px; 
	line-height:1em; 
	clear:both; 
	height:40px;
	padding-top:2px;
	}
li.pack_link { 
	color:#fff; 
	font-size:12px; 
	text-align:right; 
	padding:0 4px 4px 0; 
}
li.pack_link a { 
	/*background:url(#images/bullet_arrows_wr.gif) no-repeat 2px 5px;*/
	background: url(../Files/ico_sprites.gif) no-repeat -35px -836px;
	padding-left:12px;
	text-decoration:none;
	color:#fff;
	}
li.pack_link a:hover { 
	text-decoration:none;
	background-color:#fff;
	color:#bb3226;
	background-position:2px -43px;
	}

/************************************************/	
.other_pack { 
	width:125px; 
	float:left; 
	margin:5px 2.4%;
	font-weight:bold; 
	position:relative; 
	background-color:#f2f2f2; 
	border:1px solid #0066b3;
	}
.other_pack .pack_title, .other_pack .pack_mon, 
.other_pack .per_mon { 
	color:#0066b3;
	}
.other_pack .pack_details, .other_pack .mon_head { 
	display:block; 
	color:#000; 
	text-align:center;
	}
.other_pack .pack_mon { 
	padding-left:15px;
	}
.other_pack .per_mon {
	text-align:left;
	padding-right:15px;
	}
.other_pack .pack_link a {
	background: url(../Files/bullet_arrows.gif) no-repeat 8px 5px;
	padding-left:20px;
	color:#0066b3;
	margin:0;
	}
.other_pack .pack_link a:hover {
	background-position:10px -43px;
	color:#bb3226;
	background-color:transparent;
	}
	
/************************************************/	
#pack_inc { 
	background: url(../Files/lb_bg.gif) right repeat-y;
	border-top:none;
	padding:5px;
	}
#pack_inc_l { 
	width:50%;
	float:left;
	text-align:center;
	font-weight:bold;
	}
#pack_inc_l .pack_title {
	font-size:2.2em;
	color:#0066b3;
	padding-bottom:15px;
	}
.pack_reg {
	display:block;
	font-weight:normal;
	padding-bottom:5px;
	}
#pack_inc_l .pack_price {
	font-size:2.0em;
	padding-bottom:5px;	
	}
.pack_save {
	display:block;
	font-weight:normal;
	color:#bb3226;
	padding-bottom:15px;
	}
.mon_head {
	font-weight:normal;
	padding-bottom:5px;
	}	
#pack_inc_l .pack_mon, #pack_inc_l .per_mon {
	color:#0066b3;
	padding-bottom:15px;
	}
#pack_inc_l .pack_mon {
	padding-left:98px !important;
	}
#pack_inc_l .per_mon {
	text-align:left;
	padding-right:98px !important;
	}
#pack_inc_l .pack_details {
	font-size:1.2em;
	line-height:1.2em;
	color:#000;
	padding:0 0 30px 65px;
	font-weight:normal;
	height:130px;
	}	
#pack_inc_r {
	width:50%;
	float:left;
	}
img.package_detail {
	padding:0;
	margin:0;
	background-color:#f2f2f2;
	border:none;
	border:1px solid #0066b3;
	}
/************************************************/	
.add_eq { 
	width:100px;
	float:left;
	margin:5px 5px;	
	background-color:#f2f2f2;
	border:1px solid #0066b3;
	text-align:center;
	}
.add_eq .pack_title {
	font-size:12px;
	font-weight:bold;
	color:#0066b3;
	height:50px;
	}	
.pack_response {
	margin:0 auto;
	padding:0;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#0066b3;
	text-align:center;
	}	
.add_eq .pack_reg {
	padding-top:5px;
	}
.add_eq .pack_price {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	}
/* DOMTAB
************************************************/	
div.domtab {
	width:100%;
	clear:both;
	}
div.tab_nav {
	position:relative;
	height:3em; 
	width:33em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}
div.tab_nav ul.domtabs {
	margin:0;
	padding-left:5px;
	position:absolute;
	bottom:-1px;
	width:34em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}
div.tab_nav ul.domtabs li  {
	display:inline;
	list-style:none;
	}	
div.tab_nav ul.domtabs a, div.tab_nav ul.domtabs a.active {
	display:block;
	float:left;
	padding:4px 5px;
	margin:1px 2px 0 0;
	color:#0066b3;
	text-align:center;
	text-decoration:none;
	}

div.tab_nav ul.domtabs li.active a, div.tab_nav ul.domtabs li.active a:hover {
	background:#fff;
	color:#333;
	font-weight: bold;
	border-bottom:none;
	padding-bottom:6px;
	margin-top:0;
	}
div.tab_nav ul.domtabs a { 
	background:#E8ECEF;
	border-bottom:none;
	border:1px solid #0066b3;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	}
div.tab_nav ul.domtabs a:hover {
	margin-top:0;
	background:#f2f2f2;
	color:#0066b3;
	padding-bottom:5px;
	}
div.domtab div.tab_cnt {
	clear:both;
	background:#fff;
	color:#000;
	padding:5px;
	border:1px solid #0066b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#footer { 
	width:930px;
	height:52px;
	clear:both; 
	margin:0 auto;
	background: url(../Files/background_sprites.png) repeat-x 0 -240px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#pg_footer { 
	margin:0 10px;
	background-color:#fff;
	padding:10px 0 10px 10px;
	}
#pg_footer .credentials {
	float:left;
	}
#qnav2, #copyright {
	display:block;
	margin-top:6px;
	}
#copyright {
	width:57%;
	float:right;
	margin-right: 2px;
	font-size:.75em; 
	line-height:1.4em;
	background-color:inherit; 
	color:#fff;
	text-decoration:none; 
	text-align:right;
	}	
#qnav2 {
	float:left;
	width:42%;
	height:65px;
	margin: 6px 0 0 2px;
	}
#qnav2 li { 
	list-style: none; 
	display:inline;
	}
#qnav2, #qnav2 a {
	font-size:10px; 
	background-color:inherit; 
	color:#fff;
	}
#qnav2 a:hover { 
	color:#FFFF66;
	}	
#disclaimer {
	background-color:#f2f2f2;
	color:#666;
	text-align:right;
	padding-top:10px;
	}
#verisign {
	margin:10px auto;
	width:100px;
	}
/* TEMP FOR SITE MAP
************************************************/
.sm2 { padding-left:15px;}
.sm3 { padding-left:30px;}
.sm4 { padding-left:45px;}
.sm5 { padding-left:60px;}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../Files/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../Files/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../Files/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p {
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
/************************************************/
/* Font Styling */
.dcap {
font-size: 3.4em;
line-height: 1em;
padding-top: 0em;
padding-right: 2px;
float: left;
font-family: "georgia", "times new roman", serif;
color: #000000;
}

/************************************************
*	Business Hours in Header					*
************************************************/

div#headerContainer {
	position: relative;
	clear: both;
	width: 930px;
	height: 55px;
	margin: 0 auto 10px;
}

ul.businessHours {
	color: #000;
	position: absolute;
	width: 440px;
	top: 2px;
	right: 180px;
	text-align: right;
}

ul.businessHours li {
	line-height: 1em;
}

ul.businessHours li.title {
	font-weight: bold;
	color: #06C;
}



/************************************************
*	Pop Box Layout    							*
************************************************/
#offerContainer {
	background: none;
	position: relative;
	width: 600px;
	margin: 5px auto;
}

.offerBox {
	background: #fff url(../Files/bg_offer_box.png) no-repeat;
	position: relative;
	width: 600px;
	height: 380px;
}

#offerContainer div.offerFrame {
	border: 1px solid #999;
	position: absolute;
	width: 562px;
	height: 342px;
	top: 18px;
	left: 18px;
}
#offerContainer img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#offerContainer div.offer {
	background: #fff;
	position: relative;
	width: 560px;
	height: 340px;
	margin: 1px;
}

#offerContainer div.learnMore {
	background: #333;
	color: #fff;
	position: absolute;
	padding: 5px 10px;
	top: 10px;
	right: 0px;
	border-left: 10px solid #d00;
}

#offerContainer div.learnMore a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#offerContainer div.learnMore a:hover {
	color: #72a7d1;
	font-weight: bold;
	text-decoration: none;
}

#offerContainer div.formBox, #offerContainer div.formBox-weekend {
	position: relative;
	width: 570px;
	height: 60px;
	padding: 10px 10px 0px 20px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

#offerContainer div.formBox {
	background: url(../Files/bg_offer_form.png) no-repeat;
}

#offerContainer div.formBox-weekend {
	background:  url(../Files/bg_offer_form_weekend.jpg) center top no-repeat;
}

#offerContainer div.offerField{
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	border: 0;
}

button#offerSubmit {
	background: none;
	position: absolute;
	right: 11px;
	bottom: 10px;
	width: 150px;
	height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
}

#offerContainer .disclaimer {
	font-size: .8em;
	color: #fff;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#offerContainer .disclaimer a {
	color: #fff;
	text-decoration: none;
}

#offerContainer .disclaimer a:hover {
	color: #00cbff;
	text-decoration: underline;
}
.timer {
    font-family: 'Courier New', Courier, monospace;
    font-size: 36px;
    position: absolute;
    left: 10px;
    top: 20px;
    line-height: 36px;
}
.phoneOffer {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 36px;
    color: #d82826;
    line-height: 36px;
}
#ts_container {
	position: relative;
	width: 670px;
	height: 120px;
	margin-bottom: 30px;
    margin-top: 10px;
}
.ts_testimonial {
	word-wrap: break-word;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 20px 20px 20px;
	height: 100px;
	width: 628px;
	background:#FFF url(../Files/quote_cnr.gif) top left no-repeat;
}
.ts_testimonial span {
	color: #045fa5;
	display: block;
	text-align: left;
	width: 650px;
	position: absolute;
	bottom: 5px;
	left: 425px;
}
.ts_testimonial span em {
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.25em;
	}
.ts_testimonial span p {
	font-size: .85em;
	font-style: italic;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	margin-top: 2px;
}
.ts_testimonial p {
	font-size: 1.10em;
	font-style: italic;
	padding: 0 15px 0 15px;
	line-height: 1.25em;
	margin: 0;
	margin-top: 7px;
}
.ts_testimonial h3 {
	text-align: right;
	font-size: .85em;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
.ts_testimonial h2 {
	color: #045fa5;
	font-size: 1.5em;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
.clear_float {
    clear: both;
}
.ts_testimonial.odd {
    text-align: right;
}
.ts_testimonial.odd span {
	position: absolute;
	left: 125px;
}
.ts_testimonial a {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 60px;
    font-style: italic;
}

/************************************
*	Banner Phone Number				*
************************************/
.banner_phone_number {
	position: relative;
	width: 100%;
}

.banner_phone_number div {
	color: #3a420b;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
}
/************************************************
*	New Lead Form 								*
************************************************/

#pacom .quote-lead-form {
	background: /*url(#images/lead_form_bg.jpg)*/ repeat-x;
	overflow: visible;
	width: 240px;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#pacom .quote-lead-form p {
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	padding: 0;
}
#pacom .quote-lead-form .topper-img {
	padding-bottom: 5px;
}

#pacom .quote-lead-form label {
	color: #a0ccfd;
	display: block;
	font-weight: normal !important;
	font-size: 11px;
	line-height: 13px;
	width: 100%;
}
#pacom .quote-lead-form input {
	background: #fff;
	width: 225px;
	height: 35px
	line-height: 33px;
	font-size: 24px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
#pacom .quote-lead-form #submit_lead {
	padding-left: 3px;
	margin: 0;
}
#pacom .quote-lead-form #submit_lead a {
	background: url(/*#images/get_quote_button.gif*/);
	width: 230px;
	height: 40px;
	margin: 0 auto;
}
#pacom .quote-lead-form .form_text {
	float: left; 
	width: 140px;

}
#pacom .quote-lead-form .verisign {
	float: left; 
	position: relative; 
	bottom: 0px;
	right: 5px;

}
#pacom .quote-lead-form a {
	color: #fff;

}
#pacom .quote-lead-form a:hover {
	color: #000;

}
#pacom .quote-lead-form .security_analysis {
	color: #cae5fb;
	padding-bottom: 5px;

}
#phone_number_pop {
	display: none;
	text-align: center;
}
.big_phone_number {
	font-size: 95px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	line-height: 75px;
	
}

.head1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#0066cc;
font-weight:bold;
}