@charset "UTF-8";
/* Landing Pages CSS */body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#fff; /* Default - change via internal styles per page. ~CN */
	margin: 0;
	padding: 0;
	text-align: center;
	color:#121212;
}
#subWrapper{
	/*not yet defined. here in just case*/
	}
.twoColFixRtHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;
	height: 150px;
}
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 290px;
	background: #fff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColFixRtHdr #footer {
	background:#fff;
	text-align:center;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}/* Anything not listed among the following should be specific to
each landing page and changed via internal styles in the header -
probably but not necessarily related to color/background-color ~CN */
h1 {
	font-size:150%;
	}
h2 {
	font-size:130%;
	margin-bottom:-8px;
	}
h3 {
	font-size:110%;
	margin-bottom:-8px;
	}
h4 {
	font-size:100%;
	margin-bottom:-8px;
	}
.logoSm {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-top:0;
	}
hr {
	text-align:center;
	height:1px;
	width:100%;
	}
	
.listHead {
	font-weight:bold;
	font-style:italic;
	margin-bottom:0;
	}
	
ul.checkMarks {
	margin-top:8px;
	}
	
ul.checkMarks li {
	font-weight:700;
	}
.quickFormBlurb{
	margin-top:5px;
	margin-bottom:10px;
	}
/* end *//* modified from inner.css - attempted to separate all styles
related to quick_form, but color diff showed up in testing, so
something's missing. Copied code from live site - easier to
keep similar structure ~CN*/
.quick_form {
	width: 202px;
	float: right;
	margin-top: 0px;
	font-size: 10px;
	background-image: url(../landingPages/images/quick_form_bg.gif);
    
	background-repeat: repeat-x;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: 12px;
	background-color: #FFFFFF !important;
}
.quick_form img {
	display: block;
	margin-right: -3px;
	margin-left: -18px;
}
.quick_form .bord {
	margin-right: -26px;
	margin-left: -24px;
}
.quick_form .inp {
	font-size: 11px;
	color: #666666;
	display: block;
	width: 198px;
	_width: 196px;
	border: 1px solid #676767;
	margin-bottom: 9px;
 *margin-bottom: 6px;
}
.quick_form .inp2 {
	font-size: 11px;
	color: #666666;
	width: 60px;
	_width: 60px;
	border: 1px solid #676767;
	margin-bottom: 9px;
 *margin-bottom: 6px;
}
.quick_form textarea {
	color: #666666;
	display: block;
	width: 198px;
	_width: 196px;
	border: 1px solid #676767;
	margin-bottom: 10px;
	height: 55px;
	font: 11px Tahoma, Arial, sans-serif;
}
.quick_form strong {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}
.quick_form .check {
	float: left;
}
.quick_form label {
	font-size: 11px;
	color: #666666;
	float: left;
	height: 22px;
 *height: 23px;
	padding-top: 3px;
	padding-left: 5px;
}
.quick_form .subm {
	font: bold 11px Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	height: 23px;
	width: 198px;
	border-style: none;
	_width: 196px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right .content .contact .inp {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #999999;
	font-size: 12px;
	width: 250px;
}
.right .quick_form .inp {
	font-size: 11px;
	color: #666666;
	display: block;
	width: 198px;
	_width: 196px;
	border: 1px solid #676767;
	margin-bottom: 9px;
	*margin-bottom: 6px;
}
/*end inner.css mod */	
