conta/* First Citizens Bank - layout.css */

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EFF4F4;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
}
body#new {
	width: 900px;
	height: 700px;
	margin: 0 auto;
	background: #d2b478 url(/custom/firstcitizensbank/image/bg-new.jpg) no-repeat;
	color: #737373;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 776px;
	margin: 0 auto;
	background: url(/custom/firstcitizensbank/image/wrapper-bg.png) repeat-y;
}
#newWrapper {
	width: 776px;
	margin: 0 auto;
	background: url(/custom/firstcitizensbank/image/wrapper-bg.png) repeat-y;
}
#newWrapper ul#ultraTopNav li a {
	color: #737373;
}
#openNow2 {
	padding-left: 18px;
}
h1, h2, h3, h4 {
	font-family: Times, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
p {
	line-height: 1.3em;
}
h1 a, h2 a, h3 a, h4 a {
	color: #333;
}
a img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:active {
	outline: none;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}
input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
a.blueLink { 
	color: #000099;
	text-decoration: underline;
}
.checkBox { 
	margin-top:5px;
	width:15px !important;
}
.checkBox2 { 
	margin-top:2px;
	width:15px !important;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
/*====== Header ==================================================================*/

#header {
	position: relative;
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
#logo img {
	position: absolute;
	top: 4px;
	left: 14px;
}
#headline {
	position: relative;
	top: 90px;
	margin-left: 388px;
}
#header.new #voteProxy {
	position: absolute;
	top: 35px;
	left: 220px;
}
#ultraTopNav {
	position: absolute;
	right: 0;
	top: 13px;
}
#ultraTopNav li {
	float: left;
	padding: 0;
	margin: 0 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #CCC;
	list-style-type: disc;
	list-style-position: outside;
}
#ultraTopNav li.nthChild-1 {
	list-style-type: none;
}
#ultraTopNav li a {
	color: #000;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 38px;
	right: 170px;
	height: 15px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#header h2 {
	font-: 11px;
	font-weight:normal;
	position:absolute;
	right: 216px;
	text-align:right;
	top: 30px;
	width:95px;
}
#searchForm {
	position: absolute;
	height: 19px;
	width: 149px;
	right: 3px;
	top: 38px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 119px;
	height: 15px;
	background-image: url("/custom/firstcitizensbank/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 2px;
	right: 24px;
	width: 20px;
	height: 19px;
}
/*===============New #primaryNav =================*/
#newprimaryNav {
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 770px;
	height: 26px;
	overflow: hidden;
	background: url(/custom/firstcitizensbank/image/primaryNav-bg-new.png) repeat-x;
}
#newprimaryNav li {
	float: left;
	height: 30px;
	font: normal 14px Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	border-right: 1px solid #999999;
}
#newprimaryNav li.lastChild {
	border-right: none;
}
#newprimaryNav a {
	color: #fff;
	font: normal 14px Helvetica, Arial, Verdana, sans-serif;
	display: block;
	line-height: 30px;
	height: 30px;
}
#newprimaryNav .nthChild-1, #newprimaryNav .nthChild-2, #newprimaryNav .nthChild-5, #newprimaryNav .nthChild-6 {
	width: 93.2px;
}
#newprimaryNav .nthChild-3 {
	width: 162px;
}
#newprimaryNav .nthChild-4 {
	width: 230px;
}
#newprimaryNav a:hover, #newprimaryNav a.inPath {
	color: #fff;
	background: transparent url("/custom/firstcitizensbank/image/primaryNav-bg-new.png") repeat-x 0 -28px;
}
/*====================End of New #primaryNav ==================*/

#primaryNav {
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 770px;
	height: 30px;
	overflow: hidden;
	background: url(/custom/firstcitizensbank/image/primaryNav-bg.png) repeat-x;
}
#primaryNav li {
	float: left;
	height: 30px;
	text-align: center;
	border-right: 1px solid #999999;
}
#primaryNav li.lastChild {
	border-right: none;
}
#primaryNav a {
	color: #000;
	font: bold 14px Times, Arial, Helvetica, sans-serif;
	display: block;
	line-height: 30px;
	height: 30px;
}
#primaryNav .nthChild-1, #primaryNav .nthChild-2, #primaryNav .nthChild-5, #primaryNav .nthChild-6 {
	width: 93.2px;
}
#primaryNav .nthChild-3 {
	width: 162px;
}
#primaryNav .nthChild-4 {
	width: 230px;
}
#primaryNav a:hover, #primaryNav a.inPath {
	color: #031F46;
	background: transparent url("/custom/firstcitizensbank/image/primaryNav-bg.png") repeat-x 0 -28px;
}
#header p.textSize {
	position: absolute;
	top: 38px;
	right: 210px;
}
/*====== Footer =======================================================================================*/

#footer {
	height: 64px;
	position: relative;
	clear: both;
	font-size: 11px;
	background: url(/custom/firstcitizensbank/image/footer-bg.png) no-repeat bottom left;
}
#footer #firstROI {
	position: absolute;
	top: 10px;
	left: 24px;
}
#footer #eh {
	position: absolute;
	top: 10px;
	right: 24px;
}
#footer #fdic {
	position: absolute;
	top: 10px;
	right: 64px;
}
#footer #footerNav {
	text-align: center;
	padding: 5px 0;
}
#footerNav li {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	display: inline;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #666666;
}
#footerNav li.lastChild {
	border: none;
}
#footerNav a:hover {
	text-decoration: underline;
}
#footer p {
	text-align: center;
}
#footer p#copyrightNotice {
	padding-top: 2px;
}
/*====== New Footer =======================================================================================*/

#newFooter {
	height: 80px;
	position: relative;
	clear: both;
	font-size: 11px;
	margin-top: 20px;
	background: transparent url(/custom/firstcitizensbank/image/wrapper-bg.png) repeat-y scroll 0 0;
}
#newFooter #firstROI {
	position: absolute;
	top: 10px;
	left: 24px;
}
#newFooter #eh {
	position: absolute;
	top: 10px;
	right: 24px;
}
#newFooter #fdic {
	position: absolute;
	top: 10px;
	right: 64px;
}
#newFooter #footerNav {
	text-align: center;
	padding: 5px 0;
}
#newFooter #footerNav li {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #666666;
}
#newFooter #footerNav li a {
	color: #737373;
}
#newFooter #footerNav li.lastChild {
	border: none;
}
#newFooterNav a:hover {
	text-decoration: underline;
}
#newFooter p {
	text-align: center;
	font-size: 9px;
}
#newFooter p#copyrightNotice {
	padding-top: 2px;
	margin-left: 40px;
}
/*====== End of New Footer ===========*/


/*====== Left Column ==================================================================================*/

#mainContent {
	width: 580px;
	float: right;
	min-height: 300px;
	padding-bottom: 10px;
}
/*========== New Main Content ==============*/
#newmainContent {
	float: left;
	width: 543px;
	min-height: 452px;
	margin-left: 10px;
	margin-bottom: 25px;
}
#newmainContent #flashBanner {
	float:left;
	height: 452px;
	padding:0;
	width: 545px;
}
/*========== End of New Main Content ==============*/
#noLeft {
	width: 700px;
	padding-bottom: 10px;
	min-height: 300px;
	margin: 0 auto;
}
#noLeft #leftColumn {
	clear: left;
	float: left;
	margin-bottom: 0;
	width: 0;
}
#noLeft h2, #noLeft ul#pagination li {
	color: #fff;
}
div.clear {
	clear: both;
}
#homeleftColumn {
	float: left;
	clear: left;
	width: 196px;/*margin-bottom: 25px;*/
}
/*=============New Quick Links====================*/
#newquickLinks {
	margin-left: 12px;
	width: 156px;
	border: 1px solid #999999;
}
#leftColumn #newquickLinks {
	margin-left: 12px;
	margin-top: 10px;
	width: 156px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #fff;
}
#newquickLinks h2 {
	background:transparent url(/custom/firstcitizensbank/image/ql-bg-new.png) repeat-x;
	color: #fff;
	font-size: 12px;
	height: 18px;
	width: 148px;
	line-height: 12px;
	padding: 10px 0 0 8px;
	margin: 0;
}
#newquickLinks ul {
	width: 144px;
	height: autox;
	padding-left: 12px;
	background:url(/custom/firstcitizensbank/image/ql-list-bg-new.png) repeat-x bottom left;
	overflow: hidden;
}
#newquickLinks ul li {
	width: 95%;
	padding: 7px 0 7px 2px;
	color: #999;
	border-bottom: 1px solid #999;
}
#newquickLinks ul li.lastChild {
	padding: 8px 0 6px 2px;
	border-bottom: none;
}
#newquickLinks a {
	color:#737373;
	display: block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#newquickLinks a:hover {
	color: #0156BF;
}
/*==============End of New Quick Links====================*/



#quickLinks {
	margin-left: 12px;
	width: 156px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#leftColumn #quickLinks {
	margin-left: 12px;
	margin-top: 10px;
	width: 156px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #fff;
}
#quickLinks h2 {
	background:transparent url(/custom/firstcitizensbank/image/ql-bg.png) no-repeat scroll 0 0;
	color: #031F46;
	font-size: 12px;
	height: 18px;
	width: 148px;
	line-height: 12px;
	padding: 10px 0 0 8px;
	margin: 0;
}
#quickLinks ul {
	padding-bottom: 12px;
	width: 150px;
}
#quickLinks ul li {
	padding: 10px 0 2px 14px;
}
#quickLinks a {
	display: block;
	color:#333333;
	font-family:Geneva, Arial, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#quickLinks a:hover {
	background: url(/custom/firstcitizensbank/image/black-triangle.png) no-repeat 0 2px;
	padding-left: 14px;
	color: #1C3558;
}
#leftColumn {
	float: left;
	clear: left;
	width: 170px;
	margin-bottom: 25px;
}
#leftColumn ul#leftNav {
	border: 1px solid #999999;
	margin-left: 10px;
}
#leftColumn #contactInformation {
	margin: 0 0 10px 10px;
	border: 1px solid #999999;
}
#leftColumn #contactInformation #addressContact {
	padding: 5px;
	background: #CACACA url(/custom/firstcitizensbank/image/teritiaryNav.png) no-repeat scroll 0 0;
	border-bottom: 1px solid #999999;
	color: #333333;
}
#leftColumn #contactInformation #telephoneContact {
	padding: 5px;
	background: #CACACA url(/custom/firstcitizensbank/image/teritiaryNav.png) no-repeat scroll 0 0;
	color: #333333;
}
ul#leftNav li h2 {
	font: bold 12px Times, serif;
	color: #031F46;
	text-transform: uppercase;
	padding: 6px 10px;
	margin: 0px;
	background: #cacaca url(/custom/firstcitizensbank/image/teritiaryNav.png) no-repeat scroll 0 0;
}
ul#leftNav li.nthChild-3 h2 {
	text-transform: uppercase;
}
#leftNav li h2.firstChild {
	margin: 0;
}
#leftNav li h2 a {
	color: #333;
}
#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	color: #031F46;
}
#leftNav li li h3 {
	font: normal 11px Times, serif;
	padding: 10px 0 0 18px;
	margin: 0;
}
#leftNav li li a {
	color: #333;
	display: block;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	color: #009;
	background: url(/custom/firstcitizensbank/image/black-triangle.png) no-repeat 0 2px;
	padding-left: 12px;
}
#leftNav li ul li.lastChild {
	padding-bottom: 10px;
}
#bluestrip #leftColumn ul#leftNav li ul.nthTier-2 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999;
}
/*====== Home Page ====================================================================================*/

#obLogin {
	margin-left: 12px;
	width: 156px;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 16px;
	background: #ececec url(/custom/firstcitizensbank/image/obl-bg.png) repeat-x bottom;
}
#obLogin h3 {
	border-bottom: 1px solid #999999;
	padding: 0 0 4px 1px;
	margin: 10px 14px 8px 8px;
}
#obLogin label {
	margin-left: 6px;
	padding-left: 3px;
}
#obLogin input#Submit1 {
	margin: 10px 0 10px 6px;
}
#obLogin input {
	margin-left: 8px;
	margin-top: 2px;
	background-image: transparent url(/custom/firstcitizensbank/image/obl-input.png) no-repeat;
}
ul#obNav {
	padding: 0px 0 5px 5px;
	margin-left: 4px;
	margin-top:-8px;
	width: 148px;
	font-size: 11px;
}
ul#obNav li {
	margin: 2px 0;
}
ul#obNav li a:hover {
	padding-left: 14px;
	background: url(/custom/firstcitizensbank/image/obl-hover.png) no-repeat 0 2px;
	color: #031F46;
}
/*===================New OBL======================*/
#newobLogin {
	margin-left: 12px;
	width: 156px;
	height: 168px;
	border: 1px solid #D3B57A;
	margin-bottom: 12px;
	background: #F7DBA4 url(/custom/firstcitizensbank/image/obl-bg-new.png) repeat-x;
}
#newobLogin h3 {
	border-bottom: 1px solid #fff;
	padding: 0 0 4px 1px;
	margin: 10px 14px 8px 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #021F46;
	text-transform: uppercase;
}
#newobLogin label {
	margin-left: 6px;
	padding-left: 3px;
}
#newobLogin input#Submit1 {
	margin: 10px 0 10px 6px;
}
#newobLogin input {
	margin-left: 8px;
	margin-top: 2px;
	background-image: transparent url(/custom/firstcitizensbank/image/obl-input.png) no-repeat;
}
#newobLogin ul#obNav {
	padding: 0px 5px 5px 5px;
	margin-left: 4px;
	margin-top: 0;
	height: 50px;
}
#newobLogin ul#obNav li {
	margin: 2px 0;
}
#newobLogin ul#obNav li a {
	font-size: 10px;
}
#newobLogin ul#obNav li a:hover {
	list-style-type: disc;
	color: #0154B2;
	background: none;
	padding: 0;
}
/*===================End of OBL===================*/
#flashBanner {
	float: left;
	width: 322px;
	padding: 0;
	height: 501px;
	background-color: #CCC;
}
#homeFeaturedProducts {
	float: right;
	margin: 0 15px;
	width: 218px;
	display: inline;
}
#homeFeaturedProducts ul#homeRight {
	list-style-type: none;
}
ul#homeRight li {
	margin-bottom: 30px;
}
ul#homeRight li a img {
	color: #fff;
}
ul#homeRight li .homeLearn a {
	margin-left: 135px;
	font-size: 12px;
	color: #072F67;
}
ul#homeRight li .homeLearn a:hover {
	padding-right: 36px;
	margin-left: 115px;
	font-size: 12px;
	background: transparent url(/custom/firstcitizensbank/image/homeFeature-learnMore-hover.png) no-repeat 63px 1px;
}
ul#homeRight li h2 {
	margin: 3px 0 0 0;
	color: #031F46;
}
/*====== Category Page =================================================================================*/
#bluestrip {
	margin-left: 3px;
	padding-top: 10px;
	background: transparent url(/custom/firstcitizensbank/image/bluestrip.png) no-repeat 0 10px;
}
#catBreadcrumb {
	margin: 10px;
}
#catBreadcrumb li {
	display: inline;
}
#catBreadcrumb ul {
	display: inline;
	padding-left: 5px;
}
#catBreadcrumb li a {
	font: normal 24px Times, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#productCategory {
	float: right;
	margin-right: 15px;
	display: inline;
}
div#productCategory li {
	clear: both;
	float: left;
	position: relative;
	width: 554px;
	min-height: 140px;
	border-bottom: 1px solid #ccc;
}
div#productCategory li.lastChild {
	border: none;
}
div#productCategory div.productContent {
	float: right;
	padding-bottom: 10px;
	width: 310px;
}
div#productCategory div.productContent p {
	margin: 5px 0;
	width: 300px;
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #666666;
}
div#productCategory div.productContent h3 {
	font-size: 16px;
	color: #031F46;
	margin: 12px 0 0 0;
}
div#productCategory div.productContent ul {
	margin-left: 20px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}
div#productCategory li li {
	float: none;
	width: auto;
	list-style: disc outside;
	border: none;
	margin-bottom: 1px;
	min-height: 1em;
}
div#productCategory a img {
	position: absolute;
	top: 10px;
	left: 0;
	border: 2px solid #676767;
}
div#productCategory a:hover img {
	border: 2px solid #072F67;
}
div#productCategory div.productContent h4 {
	margin: 5px 0 0 0;
	text-align: right;
}
div#productCategory div.productContent h4 a {
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: normal;
	background: url(/custom/firstcitizensbank/image/questions-triangle.png) no-repeat 0 -2px;
	color: #072F67;
}
div#productCategory div.productContent h4 a:hover {
	text-decoration: underline;
}
/* Search */
#searchResults {
	margin-top: 26px;
}
#searchResults h2 {
	color: #fff;
}
#searchResults .listing1ColumnA {
	display: inline;
	float: right;
	margin-right: 15px;
}
#searchResults .listing1ColumnA ul li .productContent {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	min-height:140px;
	position:relative;
	width:554px;
}
#searchResults .listing1ColumnA ul li .productContent h3 {
	color:#031F46;
	font-size:16px;
	margin:12px 0 0;
}
#searchResults .listing1ColumnA ul li .productContent p {
	-x-system-font:none;
	color:#666666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px 0;
	width:500px;
}
#searchResults .listing1ColumnA ul li .productContent ul {
	-x-system-font:none;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-left:20px;
}
#searchResults .listing1ColumnA ul li .productContent ul li {
	border:medium none;
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:1px;
	min-height:1em;
	width:auto;
}
#searchResults .listing1ColumnA ul li .productContent h4 {
	margin:5px 0 0;
	text-align:right;
}
#searchResults .listing1ColumnA ul li .productContent h4 a {
	background:transparent url(/custom/firstcitizensbank/image/questions-triangle.png) no-repeat scroll 0 -2px;
	color:#072F67;
	font-size:14px;
	font-weight:normal;
	padding:0 0 0 15px;
}
#searchResults .listing1ColumnA ul li .productContent h4 a:hover {
	text-decoration: underline;
}
#pagination li {
	display: inline;
	padding-right: 10px;
}
#pagination li a {
	text-decoration: underline;
}
#searchPage li .productContent {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
div.listing {
	float: left;
}
div.listing li {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	height: 110px;
	position: relative;
	width: 99%;
}
div.listing p {
	margin: 0 0 5px 0;
	width: 202px;
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #666666;
	float: left;
}
div.listing h3 {
	font-size: 16px;
	color: #031F46;
	margin: 12px 0 0 0;
}
div.listing .productContent ul {
	position: absolute;
	right: 24px;
	top: 20px;
}
div.listing li li {
	float: none;
	width: auto;
	list-style: disc outside;
	border: none;
	margin-bottom: 12px;
	height: 2px;
}
div.listing ul li a img {
	position: absolute;
	top: 25px;
	left: 14px;
	border: 2px solid #676767;
}
div.listing h4 {
	position: absolute;
	bottom: 4px;
	right: 16px;
}
div.listing h4 a {
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: normal;
	background: url(/custom/firstcitizensbank/image/questions-triangle.png) no-repeat 0 -2px;
	color: #072F67;
}
div.listing h4 a:hover {
	text-decoration: underline;
}
/*====== Product Page =================================================================================*/

#printButton {
	float: right;
	margin-left: 5px;
	margin-right: 30px;
}
#shareButton {
	float: right;
	margin-left: 30px;
	margin-top: 2px;
}
#productPhoto {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	height: 160px;
	border: 1px solid #666666;
}
.productHead {
	padding-left: 14px;
	margin: 10px 0;
}
.productHead h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #fff;
}
#productSummary {
	position: relative;
	margin-left: 214px;
	margin-top: 30px;
	width: 288px;
	min-height: 166px;
}
#productSummary p {
	font: normal 14px Helvetica, Arial, sans-serif;
	margin: 10px 0;
	line-height: 1.3em;
}
#productDetails p {
	margin: 10px 0;
}
#productSummary ul, #productDetails ul {
	margin: 10px 15px;
}
#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
}
#productDetails {
	clear: right;
	padding-left: 14px;
}
#openNow {
	height: 40px;
	margin: 0 0 12px;
}
#openNow a {
	display: block;
	width: 72px;
	height: 22px;
	margin: 6px 0 10px 18px;
	float: left;
}
#openNow a#questions {
	display: block;
	color: #002A60;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	height: 14px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 8px;
	float: left;
}
#openNow a#questions:hover {
	padding-left: 14px;
	background: url(/custom/firstcitizensbank/image/questions-triangle.png) no-repeat 0 0;
}
#mainContent .productHead a#shareButton img, #mainContent .productHead a#printButton img {
	margin-left: 0;
}
#mainContent #openNow a img {
	margin-left: 0;
}
/* Tabs */

dl {
	width: 352px;
	display:block;
	list-style: none;
	position: relative;
}
dt {
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #B6B6B6;
	line-height: 4px;
	padding: 9px 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: url(/custom/firstcitizensbank/image/productdetails-bg-strip.png) repeat-x 0 0;
}
dd {
	padding: 5px 5px 0 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
dd a {
	text-decoration: underline;
}
dt.selected {
	text-decoration: none;
	color: #031F46;
	line-height: 4px;
	padding: 13px 10px;
	background: url(/custom/firstcitizensbank/image/productdetails-bg-strip.png) repeat-x 0 -24px;
}
#productDetails .pane {
	border-top: 1px solid #999;
	width: 526px;
	top: 30px;
	position: absolute;
	overflow: hidden;
	left: 0;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page ==============================================================================*/

.individualPage {
	padding-right: 20px;
}
.individualPage h1.pageHead {
	font: normal 24px Times, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.individualPage a {
	text-decoration: underline;
}
.individualPage p {
	margin: 10px 0;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
/*Videos*/
#communityVideo {
	margin: 0 auto;
}
#contactLender.individualPage {
	padding-right: 0;
}
#contactLender.individualPage h2 {
	clear: both;
	width: 94%;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	padding: 5px 0;
}
ul.contactALender {
 	margin: 10px 0;
}
ul.contactALender li {
	list-style: none;
	float: left;
	display:inline-block;
	width: 145px;
	height: 100px;
}
/*====== Sitemap ====================================================================================*/

#sitemap {
	margin-top: 20px;
}
#sitemapNav {
	margin-top: 30px;
}
#sitemapNav li {
	width: 160px;
	float: left;
	margin-right: 25px;
}
#sitemapNav li li {
	width: auto;
	float: none;
	margin-right: 0;
}
#sitemap div.clear {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #CCC;
}
#sitemap div.clear div {
	width: 160px;
	float: left;
	margin-right: 25px;
}
#sitemap div.clear ul {
	padding-bottom: 25px;
}
/*====== Locations ====================================================================================*/

#map {
	height: 300px;
}
#locations th {
	text-align: left;
	padding: 2px 0;
	width: 190px;
	color: #031F46;
}
#locations td {
	text-align: left;
	padding: 2px 0;
	vertical-align: top;
	width: 190px;
	color: #666;
}
#locations th.timeName {
	width: 80px;
	color: #031F46;
}
#locations td.timeValue {
	width: 130px;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
}
#locations ul li.vcard {
	border-top:1px solid #CCCCCC;
	line-height:14px;
	height: 152px;
}
#locations .branchAddress {
	float:left;
	margin-right:11px;
	width:160px;
}
#location h2, #locations h2 a {
	font-size: 12px;
	color: #031F46;
}
/*====== Our Team ======*/
#chrisLynch {
	border-bottom: 1px solid #5D7699;
 border:
}
/*====== Corporate Direcotry ======*/
#corporateDirectory table {
	border-collapse: collapse;
}
#corporateDirectory thead th {
	text-align:left;
	text-indent:8px;
	border-collapse: collapse;
	background:#556A89 none repeat scroll 0 0;
	border-left:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding:5px 0;
}
#corporateDirectory tbody td {
	background: #fff none repeat scroll 0 0;
	padding: 6px 12px;
	text-align: left;
	color: #334967;
}
/*======== Gas Page ===============================================================================*/
#gasPage h3 {
	padding-bottom: 4px;
	font-size: 14px;
	border-bottom: 1px solid #999;
}
#gasPage #adobeWarn {
	margin-bottom: 30px;
	background-color: #EFEFEF;
}
#gasPage #adobeWarn p {
	margin: 2px 2px 2px 10px;
	padding-bottom: 6px;
}
#gasPage #adobeWarn #adobeImages img {
	margin: 6px 2px 4px 8px;
}
#gasPage #externalLinks {
	margin-bottom: 30px;
}
#gasPage .videoSections img {
	float: left;
	margin: 6px;
}
#gasPage .videoSections ul.contentSection {
	float: left;
}
#gasPage .videoSections ul.contentSection li#firstLine, #gasPage .videoSections ul.contentSection li#secondLine {
	list-style-type: none;
}
#gasPage .videoSections ul.contentSection li#firstLine {
	height: 40px;
	margin: 8px 0;
}
#gasPage .videoSections ul.contentSection li#secondLine {
	height: 40px;
	margin: 8px 0;
}
#gasPage .videoSections .contentSection #secondLine a, #gasPage .videoSections .contentSection #firstLine a {
	float: left;
	margin: 12px 0;
}
#gasPage .clear {
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}
#gasPage .videoSections .contentSection #oppCD {
	float: left;
	width: 370px;
	padding-top: 10px;
}
#gasPage .videoSections .contentSection #oppCD h3 {
	margin: 0;
	padding: 0;
	border: none;
}
/*======== Rates ===============================================================================*/

#rates h3 {
	margin-top: 18px;
	font-size: 16px;
	color: #334967;
}
#rates thead th, #loanRates thead th, #rates th.thead {
	text-align:left;
	text-indent:8px;
}
#rates thead th, #loanRates thead th, #rates th.thead {
	background:#99CC00 none repeat scroll 0 0;
	border-left:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding:5px 0;
}
#rates tbody th, #loanRates tbody th {
	font-size:11.5px;
}
#rates tbody th, #loanRates tbody th {
	background: #556A89 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding: 6px 12px;
	text-align: center;
	color: #FFFFFF;
}
#rates tbody td + td, #rates tbody th + td, #loanRates tbody td + td, #loanRates tbody th + td {
	padding:5px 0;
	text-align:center;
	text-indent:0;
}
#rates tbody tr.grey td, #loanRates td, #rates tbody td {
	background:#F5F5F5 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
#rates tbody td, #loanRates tbody td {
	font-size: 12px;
	min-width:80px;
	text-align: center;
	text-indent:8px;
}
#rates tbody td.textIndent {
	text-indent: 0;
}
#rates tbody td.product {
	width: 182px;
	text-align: left;
}
#rates tbody td p.secondary {
	font-size: 10px;
	margin: 0;
}
#rates tbody td.homeEquity {
	width: 280px;
	text-align: left;
}
#rates tbody td.rateEquity {
	width: 130px;
}
#rates td.business {
	background:#E5E5E5 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding:6px 0 6px 0;
	font-size: 13px;
	color: #334967;
}
#rates td.municipal {
	background:#E5E5E5 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding:6px 0 6px 8px;
	text-align:left;
	min-width: 90px;
	font-size: 13px;
	color: #334967;
}
#rates td.noLeft {
	border-left: 0;
}
#rates td.municipalRates {
	width: 80px;
}
#rates td.municipalDeposit {
	width: 104px;
	padding: 5px 2px;
}
#rates .disclosures {
	padding-left: 4px;
d  font-size: 10px;
	color: #666;
}
#rates .disclosures p {
	margin: 5px 0;
	line-height: 1em;
}
/*Fraud Alerts*/
.individualPage #consumerResources {
	border-bottom: 1px solid #5D7699;
}
/* ====== Brokerage Page ========================================= */
#uvestFooter {
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
#uvestLogo {
	float: left;
	margin:6px 0 20px;
}
#footerTop {
	float: right;
}
#footerTop p {
	width: 400px;
}
p.uvestBottom {
	clear: both;
	text-align: center;
}
table.investmentsTop {
	border-right: 1px solid #666;
	border-collapse:collapse;
	width: 400px;
}
table.investmentsBottom {
	width: 400px;
	border-right: 1px solid #666;
	border-collapse:collapse;
	margin: 0 0 5px 0;
}
table.investmentsTop td, table.investmentsBottom td {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px;
	text-align: center;
}
table.investmentsTop td.planningFirst {
	border: none;
}
table td.planning {
	border-top: 1px solid #666;
}

/*======== Resource Center ===========================================================================*/
#bottomSection {
	border-top: 1px solid #ccc;
	padding:5px 0 0;
	font-weight: bold;
}
/*======== Application ===============================================================================*/

#verifyButtons img {
	margin: 50px;
}

/* Captcha */
fieldset#newApplication #captcha {
	width: 20em;
	margin:0 auto 20px;
}

fieldset#newApplication #captcha input {
	float: none;
	width: 19.4em;
	display: block;
	margin: 1em 0;
}

fieldset#newApplication #captcha p {
	margin: 0;
	text-align: center;
}
/* ssn */

fieldset#newApplication a#ssnWhy {
	display: block;
	clear: both;
	margin-left: 325px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #013260;
}
fieldset#personalInformation {
	position: relative;
}
#ssnExplanation {
	position: absolute;
	width: 300px;
	left: 300px;
	top: 25px;
	z-index: 1000;
	background-color: #CCC;
	border: 1px solid #333;
	padding: 20px 20px 0 20px;
	display: none;
}
fieldset#newApplication .on {
	display: block;
}
fieldset#newApplication #ssnExplanation p {
	padding: 0 0 20px 0;
	margin: 0;
}
#ssnExplanation p.center {
	text-align: center;
	color: #013260;
}
#ssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 5px;
}
/* intro */

fieldset#newApplication div#introduction {
	margin: 0 25px 25px;
	min-height: 160px;
	padding-top: 25px;
}
fieldset#newApplication div#introduction div#introHead {
	background: url(/custom/firstcitizensbank/image/lock.png) no-repeat 595px 5px;
	margin-bottom: 7px;
}
fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
}
fieldset#newApplication div#introduction h1 {
	color: #009;
	font-size: 32px;
	padding: 0 0 5px 0;
	margin: 0 0 0 170px;
	width: 410px;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 16px;
	padding-bottom: 0;
	margin: 0;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #009;
	margin-left: 170px;
}
fieldset#newApplication div#introduction p {
	margin: 7px 7px 7px 0;
	clear: none;
}
fieldset#newApplication div#introduction h4 {
	clear: both;
	width: 150px;
}
fieldset#newApplication div#introduction a {
	text-decoration: underline;
}
#form-verify-first {
	display:block;
}
.required-notice {
	color:#333;
	display:block;
	font-size:110%;
	padding:3px 0 0 0;
}

/* headings and paragraphs */

fieldset#newApplication fieldset h1, fieldset#newApplication fieldset h2, fieldset#newApplication fieldset h3, fieldset#newApplication fieldset p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
fieldset#newApplication h1 {
	padding: 0 10px 0 0;
}
fieldset#newApplication h2 {
	color: #364C85;
	padding-bottom: 10px;
}
fieldset#newApplication h3 {
	text-align: center;
	clear: both;
	padding:0pt 0pt 10px;
}
fieldset#newApplication p {
	margin: 25px;
	clear: both;
	font-size: 12px;
}
fieldset#newApplication fieldset p {
	margin: 0;
	padding: 8px 0 4px;
}
fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}
p.required {
	text-align: center;
	margin-bottom: 0;
}
fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}
/* labels and spans */

fieldset#newApplication span.required {
	float: left;
}
fieldset#newApplication fieldset#accountInfo div#account_info label {
	width: 135px;
	margin: 0 0 5px 0;
}
fieldset#newApplication fieldset#billPay label {
	width: 500px;
	margin-left: 20px;
}
label.required em {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	display: block;
}
fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	width: auto;
	display: inline;
	float: none;
	padding: 0;
}
fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 275px;
}
fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	display: block;
	text-align: right;
	float: left;
	padding-right: 25px;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}
fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	width: 300px;
}
fieldset#newApplication fieldset label {
	padding-top: 4px;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
}
fieldset#newApplication fieldset#jointSwitch label.dontMove {
	clear: none;
	text-align: left;
	width: auto;
	padding-top: 1px;
}
fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
	text-align: left;
	clear: none;
	padding-left: 15px;
	width: auto;
}
fieldset#newApplication fieldset#comments label {
	text-align: left;
}
fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
	width: auto;
	clear: none;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 30px;
}
fieldset#newApplication fieldset#billPay label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#accountInfo label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#jointSwitch label {
	margin-bottom: 0;
	padding-top: 2px;
}
/* inputs */

fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
	float: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input {
	width: 280px;
}
/* new DOB style rules */

fieldset#newApplication input.month {
	width: 80px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.day {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.year {
	width: 81px;
	margin-left: 5px;
	display: inline;
}
fieldset#newApplication span.float {
	float: left;
}
/* end new DOB style rules */

fieldset#newApplication select {
	width: 284px;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#atmcard input, input#account_switch, fieldset#newApplication fieldset#billPay input, fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#optIn input {
	width: 1em;
}
fieldset#newApplication fieldset#accountInfo div#account_info input {
	width: 120px;
	margin-bottom: 5px;
	margin-right: 20px;
}
fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#billPay input {
	margin-bottom: 0;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#atmcard input, fieldset#newApplication fieldset#optIn input {
	clear: both;
}
fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#beneficiarySwitch input {
	margin-right: 15px;
	margin-bottom: -4px;
}
fieldset#newApplication div.radioWlabel {
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}
fieldset#newApplication div.radioWlabel {
	margin-left: -25px;
}
fieldset#newApplication .radio {
	margin: 0 25px 10px 300px;
	clear: both;
}
fieldset#newApplication fieldset fieldset .radio {
	margin-left: 275px;
}
fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	width: 1em;
	float: none;
	display: inline;
	margin-bottom: -3px;
	margin-left: 25px;
}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 650px;
}
fieldset#newApplication input#signed {
	float: none;
	clear: none;
	display: inline;
	width: 1em;
	margin: 0;
}
fieldset#newApplication input.required {
	color:#000;
	font-weight: normal;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input.submitButton {
	float: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication #addSwitcher input {
	width: 1em;
}
fieldset#newApplication #addSwitcher {
	clear: both;
}
fieldset#newApplication #addSwitcher label#addressLabel {
	clear: none;
	text-align: left;
	padding-left: 10px;
	width: 270px;
	padding-top: 1px;
}
fieldset#newApplication select#contact_information-branch {
	margin-top: 6px;
}
/* divs and fieldsets and legends */

fieldset#newApplication {
	width: 748px;
	margin: 0 auto;
	line-height: normal;
	border: 0 none;
	background: #FFF;
}
fieldset#newApplication fieldset, fieldset#newApplication fieldset {
	margin: 25px;
	padding: 25px 0 25px 25px;
	border: 1px solid #CCC;
}
#accountTypeLeft, #accountTypeRight {
	width: 320px;
	float: left;
}
fieldset#newApplication legend {
	font-size: 14px;
	margin-bottom: 0px;
}
fieldset#newApplication fieldset {
	margin: 25px;
	padding: 20px;
	border: 1px solid #CCC;
	clear: both;
}
fieldset#newApplication fieldset fieldset {
	margin: 25px 0;
}

/* on error */
fieldset#newApplication input.error {
	background-color:#f6f6cb;
	border:2px solid #FF0000;
	padding:2px;
	margin-bottom: 0;
}

fieldset#newApplication label.error {
	color:#ff0000;
	font-size:1.1em;
	width:25em;
	float:right;
	clear:right;
	text-align:left;
	margin-bottom: 15px;
}
fieldset#newApplication p.error {
	color:#ff0000;
}

form.inmo-application fieldset {
	padding:12px 42px !important;
	width:89%;
}

form.inmo-application fieldset.ssn {
	padding:0 !important;
	width:240px;
}
/* eStatements paragraph */

form.inmo-application p.accountText {
	margin:0 0 15px 70px;
	width:350px;
}
/*======== Contact Us ===============================================================================*/

/* captcha */

#contactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 211px;
}
#contactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}
#contactUs #captcha p {
	margin: 0;
}
/* end */


#contactUs {
	margin-bottom: 20px;
}
#contactUs legend {
	color: #333;
	font-weight: bold;
}
#contactUs fieldset {
	padding: 15px 10px 10px 10px;
	border: 1px solid #CCC;
}
#contactUs fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
}
#contactUs form {
	font-size: 12px;
}
#contactUs label {
	float: left;
	width: 186px;
	padding-bottom: 10px;
	padding-right: 25px;
	text-align: right;
}
#contactUs label span#grey {
	color: #666666;
	font-size: 10px;
}
#contactUs input, #contactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}
#contactUs input.submitButton {
	float: none;
	margin: 0 0 0 209px;
	padding: 5px;
	width: auto;
}
#contactUs input#STAFsubmit {
	float: none;
	margin: 25px 0 0 280px;
	padding: 5px;
	width: auto;
}
#contactUs textarea {
	height: 100px;
}
#contactUs #personalInformation {
	margin-bottom: 20px;
	width: 550px;
	height: 390px;
}
#contactUs #friendsToEmail {
	margin-top: 10px;
}
/* formQuestions.css v1.0 */

#formQuestions fieldset {
	border: 0 none;
	float: left;
	padding: 15px 25px 0 25px;
	width: 252px;
}
#formQuestions fieldset input, #formQuestions textarea {
	border: solid 1px #666;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	width: 244px;
}
#formQuestions fieldset input {
	height: 14px;
}
#formQuestions input.submitButton {
	border: solid 1px #666;
	display: block;
	float: left;
	font-weight: bold;
	height: auto;
	margin-left: 75px;
	padding: 10px;
	width: auto;
}
#formQuestions textarea {
	height: 100px;
}
#formQuestions label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#formQuestions p.title, #newPopUpForm p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}
#formQuestions #newPopUpForm label {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}
/* captcha */

#formQuestions #captcha {
	float: left;
	padding: 15px;
	width: 200px;
}
#formQuestions #captcha input {
	border: solid 1px #666;
	display: block;
	float: none;
	height: 14px;
	padding: 3px;
	width: 192px;
}
#formQuestions #captcha p {
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}
#formQuestions #captcha h4 {
	color: #666;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
/* end formQuestions.css */
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index:10;
	left: 0;
	width: 100%;
}
.geckoShadow {
	background-color: none;
	background:transparent url(data:image/png;base64,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);
}
.nonGeckoShadow {
	background-color: #000000;
}
#lbHeader {
	text-align: right;
	border: 0;
}
#lbHeader a {
	color: #ffffff;
	font-size: 20px;
}
#lbFrame {
	position: absolute;
	z-index:10;
	left: 50%;
	padding: 0;
	border: 0;
	overflow: hidden;
	border: 0 none;
	background-color: transparent;
}
body.popup {
	background: #FFF;
	border: 0 none;
}
.popup p {
	margin: 10px;
}
#lbIframe {
	border: 0 none;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
}
/*--- New Popup Stuff ---*/

#newPopUpForm fieldset {
	border: 0 none;
	padding: 25px 25px 0 25px;
	float: left;
	width: 252px;
}
#newPopUpForm fieldset input, #newPopUpForm textarea {
	display: block;
	padding: 3px;
	width: 244px;
	margin-bottom: 10px;
	border: solid 1px #666;
}
#newPopUpForm fieldset input {
	height: 14px;
}
#newPopUpForm input.submitButton {
	border: solid 1px #666;
	display: block;
	padding: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-weight: bold;
	float: left;
	margin-left: 85px;
}
#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm label {
	display: block;
	margin-bottom: 5px;
}
#newPopUpForm label.required {
	font-weight: bold;
}
#newPopUpForm p {
	margin: 0 0 20px 0;
}
/* captcha */

#newPopUpForm #captcha {
	width: 200px;
	padding: 25px;
	float: left;
}
#newPopUpForm #captcha input {
	float: none;
	width: 192px;
	display: block;
	margin: 10px 0;
}
#newPopUpForm #captcha p {
	margin: 0;
	text-align: center;
}
#newPopUpForm #captcha h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
#newPopUpForm h2 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
/*Home Improvement Calculator*/
div.calcPage {
	padding-right: 0;
}
div.calcPage h1 {
	color: #FFFFFF;
}
#ratePicker {
	overflow: hidden;
}
#ratePicker input {
	float: left;
}
#ratePicker label {
	float: left;
	margin-left: 6px;
	width: 25em;
}
#ratePicker span {
	float: left;
}
#heCalc th, #dbCalc th {
	background: #556A89;
	color: #fff;
	font-size: 0.8em;
	padding: 2px;
}
#heCalc span, #dbCalc span {
	display: block;
	/*height: 20px;*/
}
#heCalc span.note, #dbCalc span.note {
	color: #98a8c0;
	font-size: 0.8em;
	height: 10px;
}
#heCalc tr, #dbCalc tr {
	height: 25px;
}
#heCalc tr.odd, #dbCalc tr.odd {
	background: #F5F5F5;
}
#heCalc td.project, #heCalc th.project {
	width: 85px;
	height: 75px;
}
#heCalc td, #heCalc th {
	/*width: 57px;*/
}
#heCalc input {
	width: 57px;
}
#dbCalc input {
	width: 75px;
}
#dbCalc td.project input {
	width: 300px;
}
.lastCol, #heCalc th.lastCol, #dbCalc th.lastCol {
	background: #072F67;
	width: 120px;
}
.lastCol input {
	background: #072F67;
	border: 0;
	color: #fff;
	text-align: right;
}

#dbCalc td.project, #dbCalc th.project {
	width: 300px;
}
#dbCalc td, #dbCalc th {
	width: 90px;
}
.makeRigh {
	font-weight: bold;
	text-align: right;
}
/*=============Calcs Disclaimer===================*/
#calcDisclaimer { 
	position: relative;
	left: 0;
	font-size:12px;
	line-height:1.3em;
	margin-bottom:15px;
}
#calcDisclaimer a {
	font-weight: bold;
}

