/*	
***
	Launch Pad 2.1 common.css
	Framwork specs:
		760px wide 
		12-column grid (46px columns) 
		16px gutters and right/left margins 
		Std column widths:
			full	12-cols		728px
			xl		9-cols		542px
			l		7-cols		418px
			m		5-cols		294px
			s		3-cols		170px
***		
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	border: 0;
	outline: 0;
	font-size: 102%;
	vertical-align: baseline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form td {
	vertical-align: middle;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @group Structure */

#container {
	width: 728px;
	margin: 0 auto;
	padding: 16px;
	text-align: left;
}
	
.grid 	{ float: left; display: inline;	overflow: visible; margin-left: 16px; }
.grid.first { margin-left: 0; }
.grid.rt	{float: right; }
* html .grid.rt { margin-left: 13px; }
.col3 	{ width: 170px; }
.col4 	{ width: 232px; }
.col5 	{ width: 294px; }
.col6 	{ width: 356px; }
.col7 	{
	width: 575px;
}
.col9 	{
	width: 714px;
}
.col12 	{
	width: 900px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	position:relative;
}

/* Set Base Styles to build off of */

/* @group Structure */
					 
#content			{clear:both;}

/* Header elements */
#header 		    {margin-bottom: 16px;display:block;}
#header:after	    {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
#header  		    {*zoom: 1;}

#header_logo        {float: left; margin-right: 16px;}
#header_image_wrap, #header_nav_wrap 	{float: right;}
#header_nav_wrap a, #header_nav_wrap h5{float:left;}

#nav {
	position: absolute;
	top: 53px;
	right: 0px;
	margin: 0;
	background: #216691;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#nav a {
	color: #fff;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 8px;
	line-height: 32px;
}

/* Pre-content element */
#pre-content	    {margin-bottom: 16px;display:block;}
#pre-content:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
#pre-content	    {*zoom: 1;}
#img_760{
	margin-left:0px;
}

/* Footer elements */
#footer             {width:  760px;margin: 10px auto 18px;position: relative;}
#footer:after	    {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
#footer  		    {*zoom: 1;}

#copyright          {
	font-size: 11px;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#copyright2          {
	font-size: 11px;
	float: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666666;
}
#footer_links       {
	float: none;
}
#footer_links a     {font-size: 11px;margin-left: 10px;color: #000;}
#footer_fineprint	{display:block; font-size:10px; margin-top:5px;clear:both;float:left}

#footer_banner{
	*padding-top:18px;
	_padding-top:0px;
}

/* @end */

/* @group Typography */

body      {
	color: #333;
	/*padding-top: 16px;*/
	       background-color: #d6d6d6;
	text-align: center; /* ie quirks hack */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}

p         {margin-top: 0; margin-bottom: 18px;}
h1, h2, h3,
.title_block h2, .title_block_f h2, .title_block h3, .title_block_f h3, .list_block h2, .list_block h3 {
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 6px;
}

.title_block ul, .title_block_f ul { margin-top: 6px; margin-bottom: 0; }

h1        {
	font-size: 30px;
	line-height: 114%;
}
h2        {
	font-size: 22px;
	line-height: 1.5;
	color: #444;
	margin-bottom:1px;
}
h3        {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	font-style: normal;
}
h4        {font-size: 14px; line-height: 120%; font-weight: bold; font-style: normal;}


ul, ol    {margin-left: 3em;}
ul        {list-style-type: disc;}
ol        {list-style-type: decimal;}

a         {text-decoration: none; color: #4680ba;}
a:link    {}
a:visited {}
a:hover   {text-decoration:underline;}
a:active  {}


.caption             {font-size: 10px; line-height: 140%;}

.description         {
	font-size: 11px;
	line-height: 127%;
	text-align: left;
}
#phoneblock          {
	font-size: 16x;
	color:#000000;
	float:left;
	margin-left:0px;
	font-weight: normal;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 0px;
	position: absolute;
	top: 5px;
	left: 490px;
	width: 408px;
}
.description.left	 {text-align: left;}
.segment_description {font-size: 13px; line-height: 138%;}
.segment_link        {font-size: 13px; line-height: 138%; font-weight: bold;
					  background: url(link_bullet.gif) no-repeat left 1px;
					 *background-position: left 5px;
	                  padding-left: 10px;}


.text_button         {font-size: 14px; line-height: 100%; font-weight: bold;
                      color: #fff; background-color: #4580BA; text-align: center;
                      display: block;
                      padding: 10px 5px 7px 10px;
                      margin: 0px 1px 16px 0;}


.link_bullet         {background: url(link_bullet.gif) no-repeat left 4px;
					 *background-position: left 6px;
	                  padding-left: 10px;
	                  margin: 0 auto;
					  display: block;}

.link_bullet_wrap .link_bullet {display: inline;}
.title_block .link_bullet, .title_block_f .link_bullet { margin-top: 6px; }
.list_block .link_bullet { margin-top: 6px; margin-bottom: 6px; }

.secondary_link      {margin-bottom: 16px; display: block; text-align: center; font-size: 14px; clear: both;}


/* @end */


/* @group Blocks */

/* Block-like things that need consistent margins */
.title_block,
.title_block_f,
.linkblock_text,
.linkblock_images,
.linkblock_mixed,
.button_block,
.content_block,
.form_block,
.text_block,
.image,
.img_button,
.link_bullet,
.widget,
.seg_table,
.flex_seg_table,
 ul, ol,
.staticblock_images img,
.staticblock_images div
                            {
	margin-bottom: 20px;
}
                            
.widget_last {
	margin-bottom: 0;
	margin-top: 16px;
	width: 900px;
}

/* we need this so that floated elements in the .title_block don't overlap */
.title_block:after	        {display: block;height: 0;clear: both;visibility: hidden;}
.title_block 		        {*zoom: 1; float:right; width:294px;}


.staticblock_images div img {margin-bottom: 0;}

.linkblock_mixed a,
.linkblock_mixed img,
.linkblock_text a,
.linkblock_images img       {display: block;}

/* right and left content images */
.img_rt {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 22px;
}
.img_rt .image { margin-bottom: 0; }
.img_left { float: left; padding: 0 7px 0 0; }
.img_left .image { margin-bottom: 0; }

.img_left2 {
	float: left;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 8px;
}
.img_left2 .image { margin-bottom: 0; }
.img_block { overflow: hidden; padding: 0 0 7px; }
.img_block .image { margin-bottom: 0; }
.img_content { overflow: hidden; margin-bottom:16px; }
.img_content .image { margin-bottom: 0; }

/* list blocks */
ul.list_block {
	margin: 0;
	padding-bottom: 16px;
	list-style: none;
}

.list_block:after	        {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.list_block 		        {*zoom: 1;}

.list_block .link_bullet	{display: inline;}
.list_block .img_button { margin-top: 6px; }

/* Rows of titles, buttons and images */
.linkblock_mixed 		{ clear: both; margin-bottom: 18px; }
.button_block			{ float: left; width: 350px; }
.linkblock_image 		{ float: right; margin-bottom: 14px; *margin-bottom: 0; padding-top: 4px; }


/* Segmentation blocks - horizontal images */

.segment {float: left; margin-bottom: 16px;}

/* revised by JHP */
.segment 	{
	float: left;
	margin-bottom: 16px;
	padding-right: 18px;
	padding-left: 20px;
}
.seg2block	{ width: 364px; } 
.seg3block	{
	width: 275px;
} 
.seg4block	{ width: 182px; } 
.seg5block	{
	width: 155px;
	padding-left: 0px;
	padding-right: 17px;
}

/* block elements within segment blocks */
.segment .img_button { margin-bottom: 11px; }
.segment .link_bullet { margin-bottom: 0; }
.link_bullet_wrap {
	text-align: left;
}

/* widgets */
.widget { position: relative; overflow: hidden; float: left; }
html>body .widget { float: none; }

.widget_728x30 {
	width: 900px;
	height: 30px;
	background-image: url(widget_728x30.png);
	background-repeat: repeat-x;
}
.widget_542x30 {
	width: 642px;
	height: 30px;
	background-image: url(widget_542x30.png);
	background-repeat: repeat-x;
}
.widget_418x30 {
	width: 575px;
	height: 30px;
	background-image: url(widget_418x30.png);
	background-repeat: repeat-x;
}
.widget_294x30 {width: 294px; height: 30px; background: url(widget_294x30.png) no-repeat;}
.widget_170x30 {width: 170px; height: 30px; background: url(widget_170x30.png) no-repeat;}

/* @end */


/* @group Utilities */

.block      {display: block; margin-bottom: 6px;}
.clear      {clear: both;}

/* @group Grid */

.section 		                    {margin-bottom: 18px;}
.section.first						{margin-bottom: 0;}
.section_last                       {margin-bottom: -18px;}
.section:after, .section_last:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.section, .section_last     		{*zoom: 1;}


/* Use this to create a horizontal ruler across a column. */
hr       {background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: 1px; margin: 0 0 1.5em;border: none;}
hr.space {background: #fff;color: #fff;}

/* Use a .box to create a padded box inside a column.  */ 
.box     {padding: 15px; margin-bottom: 18px; background: #eee;}

/* @end */

.flash_outer_wrap { overflow: hidden; } /* fix flash overlay toolbar obscuring content */

/* IE6 PNG Fix: htc file must be pathed correctly */
* html img, * html .pf_submit_image, .twoSegCTA, .threeSegCTA, .fourSegCTA, .fiveSegCTA, #header_nav_wrap a, #header_nav_wrap h5 { behavior: url(../../Launch_Pad_v3.0/Masters/iepngfix.htc) }
/* @end */




/* cta layer buttons...png layered over the seg images */
	

#twoSeg_layer_container{
	position:relative;
	display:block;
	width:364px;
	}
	
#threeSeg_layer_container{
	position:relative;
	display:block;
	width:275px;
	margin-right: 18px;
}

#fourSeg_layer_container{
	position:relative;
	display:block;
	width:182px;
}

#fiveSeg_layer_container{
	position:relative;
	display:block;
	width:155px;
	margin-bottom: 15px;
}

#img_294_layer_container{
	position:relative;
	display:block;
	width:294px;
	height:220px;
}

.twoSegCTA, .threeSegCTA, .fourSegCTA, .fiveSegCTA, .img294CTA{
	position:absolute;
	z-index:2000;
	bottom:0px;
	*bottom:4px;
	_bottom:3px;
	left:0px;
	text-align:center;
	display:block;	
	}

.twoSegCTA_text, .threeSegCTA_text, .fourSegCTA_text, .fiveSegCTA_text{
	position:absolute;
	z-index:2001;
	bottom:13px;
	left:0px;
	text-align:center;
	color:#fff;
	font-size:12px;
	display:block;	
	}
	
.twoSegCTA, .twoSegCTA_text{
	width:364px;
}

.threeSegCTA, .threeSegCTA_text{
	width:275px;
}

.fourSegCTA, .fourSegCTA_text{
	width:182px;
}

.fiveSegCTA, .fiveSegCTA_text{
	width:130px;
}

.img294CTA{
	width:294px;
}
	
a.twoSegCTA, a.threeSegCTA, a.fourSegCTA, a.fiveSegCTA{
	color:#fff;	
	text-decoration:none;
	padding:23px 0px 0px 0px;
	font-size:20px;	
	}
	
a:hover.twoSegCTA, a:hover.threeSegCTA, a:hover.fourSegCTA, a:hover.fiveSegCTA{
	color:#fff;	
	text-decoration:none;
	}
	
a.img294CTA{
	color:#fff;	
	text-decoration:none;
	padding:12px 0px 0px 0px;
	font-size:20px;	
}

a:hover.img294CTA{
	color:#fff;	
	text-decoration:none;
}

#privacy-notice{
	display:none !important;
}

.gform_wrapper{
background:#FF6600 ;
padding:15px;
font-size:9pt;
border-radius:10px;
margin-top:185px !important;
}

.gform_page_fields label, .gform_body label{color:white;}

.gform_anchor{position:absolute;top:0px;}

.gforms_main_content{position:absolute;top:100px;left:0px;width:590px;}

.gforms_headline{position:absolute;top:0px;left:0px;width:950px;}

.gforms_snippet{position:absolute;top:100px;left:605px;width:auto;}

.gform_page_footer{border-top:none !important; margin:5px 0!important;text-align:center;}

.gform_wrapper .top_label .gfield_label{font-weight:bold !important;}

.gform_wrapper li.gfield.gfield_error { background-color: #FFDDAA !important; }