/* New Dominion Direct - layout.css */

/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
object {
	outline:none;
}
/* END RESET */

body {
	background: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5% !important;
	font-weight: normal;
	color: #333;
}

h1, h3, h4 {
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

p {
	line-height: 1.4em;
	margin: 0 0 1em;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}

ul li {
	list-style-type: none;
	list-style-position: outside;
}

.center {
	text-align: center;
}
#siteAlertWrapper {
	width:96em;
	margin:0 auto;
}
#siteAlertLink {
right:30px !important;
}

/*====== Header ==================================*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#headerWrapper {
	position: relative;
	height: 125px;
	width: auto;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	background: #000;
}
#header {
	position: relative;
	height: 125px;
	width: 96em;
	margin: 0 auto;
}
h1#logo {
	margin:0;
}
h1#logo a {
	background: transparent url(../image/logo.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	height: 38px;
	width: 337px;
	text-indent:-9999em;
}

#logo img {
	display: none;
}

/* ============================== ultraTopNav - Home ================================ */
#ultraTopNavHome {
	position: absolute;
	left: 0;
	top: 8px;
}

#ultraTopNavHome li {
	float: left;
	padding: 0 20px 0 0;
	color: #ffffff;
	font-size: 12px;
}

#ultraTopNavHome li a, #ultraTopNav li a {
	color: #ffffff;
}

#ultraTopNavHome li a:hover, #ultraTopNav li a:hover {
	color: #0099FF;
}


/* ============================== ultraTopNav - Home *NEW*================================ */
#ultraTopNavHomeTest {
	left:36px;
	position:absolute;
	top:28px;
}

#ultraTopNavHomeTest li {
	float: left;
	padding: 0 20px 0 0;
	color: #ffffff;
	font-size: 12px;
}

#ultraTopNavHomeTest li a {
	color: #ffffff;
}

#ultraTopNavHomeTest li a:hover{
	color: #0099FF;
}


/* ============================== ultraTopNav ================================ */
#ultraTopNav {
	position: absolute;
	right: 0;
	top: 0;
}

#ultraTopNav li {
	float: left;
	padding: 0 20px 0 0;
	color: #ffffff;
	font-size: 12px;
	margin-top: 15px;
}
#ultraTopNav li.lastChild {
	width: 125px;
	margin: 0 0 0 60px;
	padding-right: 0;
	height: 35px;
}
#ultraTopNav li a.lastChild {
	width: 125px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(../image/online-banking-link.png) 0 0  no-repeat;
	display: block;
}

#searchForm {
	position: absolute;
	height: 23px;
	width: 173px;
	right: 0;
	top: 94px;
}

#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 5px 5px 0;
	width: 141px;
	height: 18px;
	background-image: url(../image/search-bg.png);
	color: #666;
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 23px;
}

#primaryNav {
	position: absolute;
	bottom: 0;
	left: 415px;
	height: 36px;
}

body.home #primaryNav {
	left: 403px;
}

#primaryNav li {
	display: inline;
	width: 111px;
	margin-right:4px;
	float: left;
}

#primaryNav a {
	background: #0099FF;
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	width: 111px;
	margin-right:4px;
	background-color: transparent;
	background-image: url(../image/primary-nav-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	height: 36px;
}
/*============== primaryNav BG ===============================*/
#primaryNav a.nthChild-1 {
background-position: 0 0;
}
#primaryNav a.nthChild-2 {
background-position: -115px 0;
}
#primaryNav a.nthChild-3 {
background-position: -230px 0;
}
/*============== primaryNav BG - Hovers ===============================*/
#primaryNav a.nthChild-1:hover, #primaryNav a.nthChild-1.hover {
background-position: 0 -36px;
}
#primaryNav a.nthChild-2:hover, #primaryNav a.nthChild-2.hover {
background-position: -115px -36px;
}
#primaryNav a.nthChild-3:hover, #primaryNav a.nthChild-3.hover {
background-position: -230px -36px;
}
/*============== primaryNav BG - Hovers ===============================*/
#primaryNav li.inPath a.nthChild-1 {
background-position: 0 -72px;
}
#primaryNav li.inPath a.nthChild-2 {
background-position: -115px -72px;
}
#primaryNav li.inPath a.nthChild-3 {
background-position: -230px -72px;
}

/*============================ For Online Banking - Home Page ============================*/
#obLogin {
	position: absolute;
	background: transparent url(../image/online-banking-bg-home.png) left bottom no-repeat;
	right: 0;
	top: 0;
	width: 688px;
	padding: 6px;
	color: #fff;
}
.obLoginInner {
	position: relative;
}

#obLogin h2 {
	text-indent: -9999px;
	background: transparent url(../image/online-banking.png) left top no-repeat;
	margin: 8px 6px;
	width: 120px;
	float: left;
	display: inline;
}

#obLogin #personalLoginForm {
	width: 370px;
	float: left;
	margin-left: 10px;
	display: inline;
}

#obLogin #businessLoginForm {
	width: 512px;
	float: left;
	margin-top: 6px;
	display: inline;
	margin-left: 140px;
}

#obLogin input, #obLogin h3 {
	float: left;
	margin-right: 1em;
	display: inline;
}

#obLogin input.form1, #obLogin input#password, #obLogin input#BusinessPassword {
	width: 100px;
	height: 13px;
	background: transparent url(../image/search-bg.png) left top no-repeat;
	padding: 5px;
	border: 0;
	color: #666;
}

#obLogin input#submitButton, #obLogin input#businessSubmitButton {
	width: 19px;
	height: 22px;
	background: transparent url(../image/blue-arrow.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	margin: 6px 0 0;
	display: inline;
	cursor: pointer;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;
	border: 0;
	border-collapse: collapse;
}

#obLogin input#submitButton:hover, #obLogin input#businessSubmitButton:hover {
background-position: 0 -40px;
}

#obLogin select#oblChoice {
	position: absolute;
	left: 132px;
	top: 6px;
	display: none;
}

#obLogin select#businessBanking, #oblPopup select#businessBanking {
	display: none;
}

label.overlabel-apply {
	left: 7px;
	position: absolute;
	top: 7px;
	z-index: 1;
	font-size: 12px;
	color: #666;
}

label.overlabel {display: none;}

/*============================ For Online Banking - Downstream ============================*/

body.popup .individualPage h1.pageHead {
	padding: 15px 0 15px 15px;
}

#oblPopup {
	position: relative;
	background: #003399 url(../image/obl-lock.png) no-repeat scroll right bottom;
	width: 300px;
	padding: 6px;
	color: #fff;
	height: 100px;
	margin: 0 auto;
}

#oblPopup #personalLoginForm, #oblPopup #businessLoginForm {
	left: 30px;
	top: 20px;
	position: absolute;
}

#oblPopup input.form1, #oblPopup input#password, #oblPopup input#BusinessPassword {
	width: 100px;
	height: 13px;
	background: transparent url(../image/search-bg.png) left top no-repeat;
	padding: 5px;
	border: 0;
	color: #666;
	margin-right:10px;
	float: left;
	display: inline;
}

#oblPopup input#submitButton, #oblPopup input#businessSubmitButton {
	width: 19px;
	height: 22px;
	background: transparent url(../image/blue-arrow.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	margin: 6px 0 0;
	display: inline;
	cursor: pointer;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;
	border: 0;
	border-collapse: collapse;
}

#oblPopup input#submitButton:hover, #oblPopup input#businessSubmitButton:hover {
	background-position: 0 -40px;
}

#oblPopup h3 {
	margin-bottom: 6px;
	display: none;
}

#oblPopup select#oblChoice {
	position: absolute;
	left: 30px;
	top: 75px;
}

.userNumberWrapper, .passwordWrapper {
	float: left;
	position: relative;
	margin-top: 3px;
}

/* For Online Banking - Downstream Pages */
#downstreamObl {
	position: absolute;
	top: 20px;
	right: 300px;
}
#downstreamObl a {color: #000;}

/* ======================= online banking nav(s) ============================== */
#obNav {
	position: absolute;
	top: 5px;
	right: 45px;
}

#obNav li {
margin-bottom: 2px;
}
#obNav li a {
color: #fff;
font-size: 11px;
}
#obNav li a:hover {
text-decoration: underline;
}

/*====== Main Content ================*/

#contentWrapper {
	width: auto;
	margin: 0 auto;
	background: #ffffff;
	border-bottom: 1px solid #94918D;
	padding: 2.5em 0 0;
}
#content {
	width: 96em;
	margin: 0 auto;
	background: #ffffff;
}

/*====== Home Page ====================*/

#flashBanner {
	width: 74.5em;
	display: inline;
	float: left;
	min-height: 445px;
	height: auto !important;
	_height: 445px;
}
#flashBanner h1 {
	margin: 0;
}

#featuredColumn {
	width: 17.4em;
	padding-left: 20px;
	border-left: none;
	float: right;
	min-height: 425px;
	height: auto !important;
	_height: 425px;
	margin-bottom: 20px;
}

#featuredColumn h3 {
	width: 173px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #B6DAF2;
	color: #333;
	font-size: 12.5px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

#featuredColumn p {
	font-size: 12px;
	padding: 5px 3px 0 8px;
	color: #666666;
}

li.featuredContainer, li.featuredContainerOpen {
	background: transparent url(../image/featured-containers-bg.png) 0 0 no-repeat;
	width: 173px;
	border: 1px solid #C8C4C1;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

li.featuredContainerOpen {
	cursor:auto;
}

li.featuredContainer img, li.featuredContainerOpen img, .estatementLeaf img {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
li.featuredContainerLastChild {
	background: transparent url(../image/featured-containers-bg.png) 0 0 no-repeat;
	width: 173px;
	border: 1px solid #C8C4C1;
	margin-bottom: 0px;
	cursor: pointer;
	position:relative;
}

li.featuredContainer a, li.featuredContainerOpen a {
	font-size: 12px;
	color: #666666;
	width: auto;
	background: transparent url(../image/gray-blue-arrow.png) right 2px no-repeat;
	display:block;
	height: 14px;
	padding: 0 10px 5px 8px;
	width:63px;
	overflow: hidden;
	text-decoration: none;
}



#featuredColumn li.featuredContainerLastChild a {
	font-size: 12px;
	color: #666666;
	width: auto;
	background: transparent url(../image/gray-blue-arrow.png) right 2px no-repeat;
	display:block;
	height: 14px;
	padding: 0 10px 5px 8px;
	width: 78px;
	overflow: hidden;
	text-decoration: underline;
}

#completeApp a {
	background: transparent url(../image/gray-blue-arrow-tall.png) 77px 19px no-repeat;
	height:auto;
	line-height:16px;
	width:100px;
}
#completeApp a:hover {
	background-position:77px -23px;
}

li.featuredContainer.hover a, 
li.featuredContainerOpen.hover a, 
li.featuredContainer a:hover, 
li.featuredContainerOpen a:hover, 
#featuredColumn li.featuredContainerLastChild.hover a, 
#featuredColumn li.featuredContainerLastChild a:hover {
	color: #003399;
	background-position: right -18px;
}

#featuredColumn  li.featuredContainerLastChild .featuredImage a {
	height: auto;
	width: auto;
	background: none;
	border: 1px solid #C8C4C1;
	margin: 8px 10px 0 8px;
	padding: 0;
}

/*====== Quick Links =================*/
#quickLinks {
	margin: 2em auto 0;
	padding: 2em 0;
	width: 96em;
	border-top: 1px solid #D2CECA;
	float: left;
}
#quickLinks h2 {
	font-weight: normal;
	display: block;
	float: left;
	color: #333;
	font-size: 15px;
	width: 100px;
	margin: 6px 14px 0 0;
	text-transform:uppercase;
}
#quickLinks li {
	display: inline;
	float: left;
	width: auto;
	margin: 0 34px 0 0;
	height: 30px;
}
#quickLinks li.firstChild {
width: 214px;
}
#quickLinks li.nthChild-2 {
width: 152px;
}
#quickLinks li.nthChild-3 {
width: 167px;
}
#quickLinks li.nthChild-4 {
width: 210px;
}
#quickLinks li.lastChild {
	margin: 0;
}

#quickLinks li a {
	display: block;
	background: transparent url(../image/quicklinks-sprites.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999em;
	height: 30px;
	width: 152px;
}
#quickLinks li a.firstChild {
background-position:  -115px 0;
width: 214px;
}
#quickLinks li a.nthChild-2 {
background-position: -363px 0;
width: 152px;
}
#quickLinks li a.nthChild-3 {
background-position: -549px 0;
width: 167px;
}
#quickLinks li a.nthChild-4 {
background-position: -750px 0;
width: 210px;
}

#quickLinks li a.firstChild:hover, #quickLinks li a.firstChild.hover {
background-position:  -115px -50px;
}
#quickLinks li a.nthChild-2:hover, #quickLinks li a.nthChild-2.hover {
background-position: -363px -50px;
}
#quickLinks li a.nthChild-3:hover, #quickLinks li a.nthChild-3.hover {
background-position: -549px -50px;
}
#quickLinks li a.nthChild-4:hover, #quickLinks li a.nthChild-4.hover {
background-position: -750px -50px;
}

/*====== Left Column =================*/
#leftColumn, #leftNav, #mainContent, #featuredColumn {
	display: inline;
	position: relative;
}

#leftColumn {
	clear:left;
	float:left;
	margin: 0 30px 20px 0;
	width: 18em;
}

#leftNav {
	margin-bottom: 15px;
	float: left;
	width: 18em;
}

#leftNav li a {
	display:block;
}
#leftNav li h2 {
	font-size: 1.5em;     
	font-weight: normal;
	margin: 0;
	padding:0;
	border-bottom:1px solid #C8C4C1;
}

#leftNav li h2 a {
	color: #333;
	padding: 8px 0;
}

#leftNav li.inPath h2 a {
	color: #003399;
	background: #fff;
}

#leftNav li.hasUl h2 {
	border-bottom: none;
}
#leftNav li.hasUl h2 a {
background: transparent url(../image/blue-arrow-down.png) no-repeat scroll right 12px;
}

#leftNav li h2 a:hover {
	color: #003399;
}

#leftNav li li h3 {
	font-size: 1.3em;
	font-weight:normal;
	margin: 0;
	padding:0;
}
#leftNav li li a {
	color: #333;
	padding:0.3em;
}
#leftNav li ul.nthTier-2 {
	background:none;
	border-bottom: 1px solid #C8C4C1;
	margin:0.2em 0;
}
#leftNav li ul.nthTier-2 li {
	margin:.2em .4em;
}

#leftNav li li a:hover {
	color: #0099FF;
}
#leftNav li li.inPath a, #leftNav li li.inPath a:hover {
	color: #003399;
}
/*================ Left Column - quickLinksNav =======================*/
#leftColumn h2.quickLinksHeader {
	padding: 35px 0 8px 0;
	border-bottom: 1px solid #C8C4C1;
	margin-bottom: 8px;
	float: left;
	position: relative;
	width: 180px;
	text-transform: uppercase;
	font-size: 15px;
}

#quickLinksNav {
	float: left;
	display: inline;
	position: relative;
}

#leftColumn #quickLinksNav li {
display: block;
padding: 9px 0;
width: auto;
font-size: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#leftColumn #quickLinksNav li, #featuredProductSummary ul li, #secondaryProducts ul li {font-size: 11px;}
.addthis_toolbox {width: 180px;}
}

#leftColumn #quickLinksNav li a {
background:transparent url(../image/quicklinks-icons.png) no-repeat scroll 0 -50px;
display:inline;
padding:6px 0 6px 25px;
}

#leftColumn #quickLinksNav li a:hover {
color:#003399;
}

#leftColumn #quickLinksNav li a.firstChild {
background-position:0 -50px;
padding: 6px 0 6px 29px;
}
#leftColumn #quickLinksNav li a.nthChild-2 {
background-position:0 -146px;
padding: 6px 0 6px 26px;
}
#leftColumn #quickLinksNav li a.nthChild-3 {
background-position:0 -248px;
padding: 6px 0 6px 24px;
}
#leftColumn #quickLinksNav li a.nthChild-4 {
background-position:0 -348px;
padding: 6px 0 6px 22px;
}

/*====== Category Page ==============*/

#mainContent {
	width: 54.5em;
	float: left;
	display: inline;
}

#breadCrumbs {
	float: left;
	height: 40px;
	margin-bottom: 10px;
	display:inline;
	float:left;
	width:54.5em;
	border-bottom: 1px solid #C8C4C1;
}

#breadCrumbs ul, #breadCrumbs ul ul {
	float: left;
	margin-right: 10px;
}

#breadCrumbs ul h2 {
	color:#333333;
	font-size:20px;
	line-height: 40px;
	text-transform:uppercase;
	margin: 0 10px 0 0;
	float: left;
}

#breadCrumbs ul h3 {
	color:#333333;
	font-size:20px;
	font-weight: normal;
	line-height: 40px;
	text-transform:uppercase;
	margin: 0;
	float: left;
}

#featuredProduct {
	min-height: 185px;
	height: auto !important;
	_height: 185px;
	border-bottom: 1px solid #C8C4C1;
	position: relative;
	cursor: pointer;
}

/* featuredProduct.hover */
#featuredProduct.hover h1 {
	color: #003399;
}
#featuredProduct.hover #featuredProductSummary #fpLearnMore a {
	background-position: right -20px;
}

#featuredProduct #featuredProductPhoto {
	width: 135px;
	margin: 6px 0 0 5px;
	display: inline;
	float: left;
}
#featuredProduct .frameImage {
	position: absolute;
	left: 0;
	top: 52px;
	display: inline;
	float: left;
}
#featuredProduct #featuredProductSummary {
	width: 400px;
	display: inline;
	float: left;
	color: #666666;
}
#featuredProduct h1 {
	color: #333333;
	text-transform: uppercase;
	margin: 8px 0 14px;
	font-size: 20px;
}
#featuredProduct h1 a:hover {
	color: #003399;
}
#featuredProduct p {
	display:inline;
	float:left;
	font-size:12px;
	margin-right:10px;
	width:170px;
}

#featuredProductSummary ul {
	font-size: 12px;
	float: left;
	display: inline;
	width: 199px;
	border-left:1px solid #C8C4C1;
	padding-left: 10px;
}
#featuredProductSummary ul li {
	padding-left: 8px;
	background: transparent url(../image/gray-dash.png) 0 4px no-repeat;
	padding-bottom: 4px;
}

#featuredProductSummary #fpLearnMore a {
	text-indent: -9999px;
	background: transparent url(../image/learn-more-featured.png) right top no-repeat;
	display: block;
	height: 20px;
	width: 95px;
	position: absolute;
	right: 45px;
	bottom: 10px;
	overflow: hidden;
}
#featuredProductSummary #fpLearnMore a:hover {
	background-position: right -20px;
}
#secondaryProducts ul li {
	min-height: 90px;
	height: auto !important;
	_height: 90px;
	border-bottom: 1px solid #C8C4C1;
	position: relative;
	padding: 15px 0 15px 10px;
	color: #666666;
	cursor: pointer;
}

#secondaryProducts ul li.lastChild {
	border-bottom: none;
}
#secondaryProducts h2 {
	margin: 0 0 12px;
	font-size: 15px;
}
#secondaryProducts h2 a {
	color: #333333;
}
#secondaryProducts h2 a:hover {
	color: #003399;
}

#secondaryProducts p {
	display: inline;
	float: left;
	font-size: 12px;
	margin: 0 15px 15px 10px;
	width: 225px;
}
#secondaryProducts .secondaryProductContent ul {
	font-size: 12px;
	float: left;
	display: inline;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 1px solid #C8C4C1;
}
#secondaryProducts .secondaryProductContent ul li {
	padding-left: 10px;
	background: transparent url(../image/gray-dash.png) 0 4px no-repeat;
	padding-bottom: 4px;
	min-height: 1px;
	height: auto !important;
	_height: 1px;
	border-bottom: none;
	padding-top: 0;
}
#secondaryProducts .secondaryProductContent h4 a {
	background: transparent url(../image/blue-arrow-straight.png) no-repeat scroll right 2px;
	bottom: 9px;
	color: #003399;
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 13px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	width: 72px;
}
#secondaryProducts .secondaryProductContent h4 a:hover {
	text-decoration: underline;
}
/* the li hover */
#secondaryProducts ul li.hover {
	background: #fff url(../image/blue-white-gradient.png) left top repeat-x;
}
#secondaryProducts ul li.hover h2 a {
	color: #003399;
}
#secondaryProducts ul li.hover .secondaryProductContent ul li {
	background: transparent url(../image/gray-dash.png) 0 4px no-repeat;
}
#secondaryProducts ul li.hover .secondaryProductContent h4 a {
	text-decoration: underline;
}
/*====== Product Page ==============*/

#productSummary {
	min-height: 250px;
	height: auto !important;
	_height: 250px;
	border-bottom: 1px solid #C8C4C1;
	position: relative;
}
#productSummary #productPhoto {
	width: 200px;
	margin: 5px 0 0 4px;
	display: inline;
	float: left;
}
#productSummary .frameImageProduct {
	position: absolute;
	left: 0;
	top: 50px;
}
#productSummary #productHead {
	width: 340px;
	display: inline;
	float: left;
	color: #666666;
	font-size: 12px;
}
#productSummary #productHead h1 {
	color: #333333;
	margin: 8px 0 14px;
	font-size: 20px;
}
#productSummary #productHead h1 a:hover {
	color: #003399;
}

#productSummary #productApplyNow, #productSummary #productQuestions {
	margin-top: 23px;
}

#productSummary #productApplyNow a {
	display: inline;
	height: 26px;
	width: 95px;
	overflow: hidden;
	background: transparent url(../image/product-apply-now.png) left top no-repeat;
	text-indent: -9999px;
	float: left;
}
#productSummary #productApplyNow a:hover {
	background-position: 0 -26px;
}
#productSummary #productQuestions a {
	display: inline;
	height: 26px;
	width: 82px;
	overflow: hidden;
	background: transparent url(../image/product-questions.png) left top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 5px;
	
}
#productSummary a.vacationSaver {
	display: block;
	height: 39px;
	width: 140px;
	overflow: hidden;
	background: transparent url(../image/btn-vacation-saver.png) left top no-repeat;
	text-indent: -9999px;
	float: left;
}
#productSummary a.vacationSaver:hover {
	background-position: 0 -49px;
}
#productSummary a.holidaySaver {
	display: block;
	height: 39px;
	width: 140px;
	overflow: hidden;
	margin-right: 10px;
	background: transparent url(../image/btn-holiday-saver.png) left top no-repeat;
	text-indent: -9999px;
	float: left;
}
#productSummary a.holidaySaver:hover {
	background-position: 0 -49px;
}
#productSummary #productQuestions a:hover {
	background-position: 0 -26px;
}

#productDetails {
	position: relative;
	padding-bottom: 4em;
}
#sendSecure a {
	display: block;
	margin: 0 0 10px;
	height: 38px;
	width: 152px;
	overflow: hidden;
	background: transparent url(../image/btn-secure-email.png) left top no-repeat;
	text-indent: -9999px;
}
#mobileIcons img {
	float: left;
	margin-right: 10px;
}
/*============================== Add This Button(s) =============================================*/
.addthis_toolbox /*Add This Container*/{
	float: right;
	margin-left: 1.5em;
	margin-top: .5em;
	padding: 1.3em .5em .2em;
	right: 0;
	position: absolute;
	z-index: 29;
}
.at300m /*Share*/{
	width: auto;
	line-height: 16px;
	padding-right: 10px !important;
	border-right: 1px solid #8CA1B1;
}
.at300b, .at300bs /*Facebook, LinkedIn, Twitter, Print */{
	text-indent: -9999px !important;
	width: 20px !important;
	display: inline !important;
}
/*===================================== Indiv Buttons ========================================*/
.addthis_button_facebook {
	width: 30px !important;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px !important;
}
.addthis_button_linkedin, .addthis_button_twitter, .addthis_button_print {
	height: 16px;
	overflow: hidden;
	text-indent: -9999px !important;
}
.at15t_compact /*Share*/ {
	background: transparent url(../image/icon-share.png) left top no-repeat !important;
}
.at15t_facebook {
	margin-left: 10px !important;
	background: transparent url(../image/icon-facebook.png) left top no-repeat !important;
	width: 30px !important;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px !important;
}
.at15t_linkedin {
	background: transparent url(../image/icon-linkedin.png) left top no-repeat !important;
	width: 20px !important;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px !important;
}
.at15t_twitter {
	background: transparent url(../image/icon-twitter.png) left top no-repeat !important;
	width: 20px !important;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px !important;
}
.at15t_print {
	background: transparent url(../image/icon-print.png) left top no-repeat !important;
	width: 20px !important;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px !important;
}
/*============================================================================================*/

/* End of Toolbox Styling Goes Here*/

#tellMeMoreButton {
	margin:10px 0 0 0;
}
#tellMeMoreButton a {
	display:block;
	background:url(../image/btn-questions-ro.png) 0 0 no-repeat;
	text-indent:-9999em;
	width:124px;
	height:29px;
}

#tellMeMoreButton a:hover {
	background:url(../image/btn-questions-ro.png) 0 -29px no-repeat;
}


/* Search */
#search ul {
	margin: 0;
}

#search.individualPage ul li {
	font-size: 1em;
	padding-left: 0;
	list-style-type: none;
	border-bottom: 1px solid #C8C4C1;
	display: block;
	width: auto;
}

#search ul li h3 {
	padding-top: 25px;
	font-size: 1.4em;
}

#search ul li p.hide, #search.individualPage li.selected {
	display: none;
}

#search ul ul {
	display: none;
}

#search h3 a {
	color: #003399;
	text-decoration: none;
}

#search h3 a:hover {
	text-decoration: underline;
}

#search h4 a {
	background: transparent url(../image/blue-arrow-straight.png) no-repeat scroll right 2px;
	color: #003399;
	display: block;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	width: 72px;
	text-decoration: none;
}
#search h4 a:hover {
	text-decoration: underline;
}
/* Tabs */
dl#roi_tabs {
	width: 50em;
	display: block;
	list-style: none;
	position: relative;
	padding-bottom: 20px;
}

dl#roi_tabs dt {
	margin: 20px 20px 20px 0;
	color: #333;
	font-size: 14px;
}
dl#roi_tabs dt:hover {
	text-decoration: none;
	color: #0099FF;
}

dl#roi_tabs dd {
	padding: 0.5em 0.5em 0 0;
}

dl#roi_tabs dd a {
	text-decoration: underline;
}
dl#roi_tabs dd a:hover {
	color: #003399;
}

dl#roi_tabs dt.selected {
	text-decoration: none;
	color: #003399;
	background: transparent url(../image/blue-arrow-down.png) no-repeat scroll right 3px;
	padding-right:15px;
}

.pane {
	position: absolute;
	overflow: hidden;
	top: 5em;
	left: 0;
	font-size: 12px;
	line-height: 120%;
	color: #666;
}

.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.pane ul {
	overflow: hidden;
}

.pane ul li {
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 10px;
	padding-left: 10px;
}


.pane p.textVariant1 span {
	font-size: 90%;
	font-style: italic;
}

.pane h2 {
	margin: 5px 0 10px;
	color: #003399;
	font-size: 1.3em;
	font-weight: normal;	
}

/* Sliding Doors  

dl#roi_tabs dt {
	height:33px;
	line-height:38px;
	margin-right:14px;
	background:transparent url(../tab-selected-slider.png) no-repeat scroll 0 0;
	color:#07371E;
	font-size:14px;
}

dl#roi_tabs dt.selected {
	background: url(../tab-bg-slider.png) no-repeat scroll 0 0;
	color:#07371E;
}
 
dl#roi_tabs dt.label div {
	width:auto;
	position:relative;
	height:33px;
	left:10px;
	padding:0 10px 0 5px;
	background:transparent url(../tab-selected-slider-right.png) no-repeat scroll right top;
}

dl#roi_tabs dt.selected div {
	background:transparent url(../tab-bg-slider-right.png) no-repeat scroll right top;
	color:#07371E;
}

End of Sliding Doors */

/*====== Individual Page =================*/
.individualPage {
	position: relative;
	padding-bottom: 10px;
}
.individualPage h1.pageHead, .individualPage h1 {
	border-bottom: 1px solid #C8C4C1;
	color: #333333;
	font-size: 2.8em;
	font-weight: normal;
	padding: 15px 0;
	margin: 0 0 25px 0;
}

.individualPage .pageImageDownstream {
	position: absolute;
	left: 3px;
	top: 6px;
}
.individualPage .frameImageDownstream {
	position: absolute;
	left: 0;
	top: 0;
}

.individualPage h2 {
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 0.3em;
	line-height: 150%;
}

.individualPage h3 {
	margin: 0 0 1em 0;
    font-size: 1.2em;
}

.individualPage a { 
	text-decoration: underline;
	color: #666;
}
.individualPage a:hover { 
	color: #003399;
}

.individualPage p {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	color: #666666;
}

.individualPage a p {
	text-decoration: underline;
}

.individualPage p em {
	color: #666666;
	font-style: italic;
}

.individualPage ul, .individualPage ol {
	margin: 1em 0 1.5em 2em;
}

.individualPage li {
	font-size: 1.2em;
}

.individualPage li li {
	font-size: 1em;
}

.individualPage ul li {
	list-style-type: disc;
	margin: 0.4em 0;
	color: #666;
	line-height: 135%;
}

/* ================ Fonts ========================== */
p.textVariant1 {
	margin: 0;
	font-size: 1.1em;
	color: #999999;
}

p.disclaimer {
	margin: 0;
	font-size: 1.2em;
	color: #999999;
}

p.zeroPaddingParagraph {
	margin: 0;
}

/*====== CUSTOM Individual Page =================*/
#aboutUs h1.pageHead, #boardMembers h1.pageHead, #financials h1.pageHead, #careers h1.pageHead, #events h1.pageHead, #investorRelations h1.pageHead, #communityPartners h1.pageHead {
	padding: 15px 0 15px 145px;
	margin: 0 0 60px 0;
}

#fdicTAGP h1.pageHead {
font-size: 2.2em;
}

#executiveTeam.individualPage {
	padding-bottom:20px;
}

#executiveTeam.individualPage h2, #news.individualPage h2 {
	border-top: 1px solid #C8C4C1;
	margin-top: 25px;
	padding-top: 25px;
}
#executiveTeam.individualPage h3, #news.individualPage h3 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}
#executiveTeam.individualPage p.zeroPaddingParagraph, #news.individualPage p.zeroPaddingParagraph {
	color: #333;
}

#news.individualPage p {
margin: 1em 0;
}
#news.individualPage p.textVariant1 {
margin: 0;
}

img.teamMemberImage {
float: right;
margin: -10px 0 10px 20px;
}

.roundedImage { /* see globals - js is replacing the image with this div and rounding the corners so we don't have to use comp every time a new image is added */
position: relative;
float: right;
margin: -10px 0 10px 20px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
behavior: url('/custom/newdominiondirect/PIE.htc');
}
#thankYou.individualPage {
	min-height: 233px;
	height: auto !important;
	_height: 233px;
	border-bottom: 1px solid #C8C4C1;
}
#thankYou.individualPage h4 {
	width: 250px;
	font-size: 1.4em;
	margin: 50px 0 15px;
	font-weight: bold;
	color: #666666;
	line-height: 1.4em;
}
#thankYou.individualPage p {
	width: 250px;
	font-size: 1.4em;
}
.thankYouImage {
	position: absolute;
	bottom: 0;
	right: 0;
}

#onlineBankingFaq.individualPage h2 {
	margin: 2.5em 0 0.5em;
}

#onlineBankingFaq.individualPage h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em;
}

#boardMembers .boardMember{
	width:190px;
	position:relative;
	float:left;
	margin-right:50px;
}

#boardMembers .memberContainer{
	width:100%;
	position:relative;
	clear:both;
	margin-top:30px;
}

#boardMembers img{
	position: relative;
	float:left;
	margin: 0 0 10px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#boardMembers #boardHeader{
	position: relative;
	margin: 0 0 30px 0;
	height:238px;
}

#boardMembers h1{
	margin-left:10px !important;
	padding-top: 100px !important;
}

/*============= Rates ============================== */

#rates.individualPage h2 {
	border-top: 1px solid #C8C4C1;
	padding: 20px 0 5px 5px;
}

#rates table {
margin: 0 auto 1em;
width: 542px;
font-size: 1.2em;
line-height: 1.4em;
color: #666666;
text-align: left;
vertical-align: top;
border: 1px solid #C8C4C1;
}

#rates table th, #rates table td {
padding: .5em 1.5em;
text-align: left;
vertical-align: top;
}

#rates table td.leftCol {
width: 200px;
}

#rates table tr.nth-row-even th, #rates table tr.nth-row-even td {
background: #EAF0F1;
}

#rates.individualPage table tr.nth-row-1 {
background: #B6DAF2 !important;
color: #333333;
}

#rates table .nth-column-1 {
width: 60%;
border-right: 1px solid #C8C4C1;
}

#rates.checking table .nth-column-1 {
width: 20%;
border-right: 1px solid #C8C4C1;
}

#rates table .nth-column-1.leftCol {
width: 20%;
}

#rates table .nth-column-2 {
width: 20%;
border-right: 1px solid #C8C4C1;
}

#rates table .nth-column-3{
width: 20%;
}

#rates table td.nth-column-2, #rates table td.nth-column-3 {
text-align: right;
}

#rates.individualPage p.secondary {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 0 1em;
}
#rates p.disclaimer {
	margin-left: 7em;
	font-style: italic;
	color:#666666;
	font-size:1.2em;
	line-height:1.4em;
	margin: 0 0 2em 0;
	font-weight: normal;
}
#ratesPrint {
	background: transparent url(../image/icon-print.png) left top no-repeat !important;
	width: 20px !important;
	height: 16px;
	text-indent: -9999px !important;
	position: absolute;
	top: 25px;
	right: 0;
}
#ratesPrint a {
	display:block;
	height: 17px;
	    width: 16px;
}
/*====== Sitemap =======================*/
#sitemap {
	margin-top: 2em;
}

#sitemapNav {
	margin-top: 3em;
}

#sitemapNav li {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}

#sitemapNav li li {
	width: auto;
	float: none;
	margin-right: 0;
}

#sitemap div.clear {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #CCC;
}

#sitemap div.clear div {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}

#sitemap div.clear ul {
	padding-bottom: 2.5em;
}

/*====== Locations ===========================*/
#map {
	height: 20em;
	border: 1px solid #C8C4C1;
	margin-bottom: 25px;
}

#locations th, #locations td {
	text-align: left;
	vertical-align:top;
	padding: 2px 0;
	width: 38%;
}

#locations th.timeName {
	width: 80px;
}

#locations td.timeValue {
	width: 130px;
}

#locations ul#locList {
	margin: 1em 0;
}

#locations ul#locList li {    
	list-style-type: none;    
	padding:1em 0;
	overflow:hidden;
	border-top: 1px solid #C8C4C1;
	margin: 0;
}
#locations ul#locList li h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 .5em 0;
} 

#locations ul#locList li h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 9px 0 0 0;
} 

#locations ul#locList li p {
	font-size: 12px;
	margin: 0;
}

#locations ul li a {
	color: #00396B;
	text-decoration: underline;
}

#locations ul li a:hover {
	color: #000;
}

#locations ul#locList table {
	width: 100%;
	color: #333333;
}

#locations tr.tableHead th {
	font-weight:bold;
}

#locations .phones {
	padding-top: 9px;
}

#locations .phones .tel .type {
	font-weight:bold;
}

#locations ul#locList li img {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 150px;
	height: 100px;
}

#locations #contactDetails {
	width: 220px;
	float: left;
	position: relative;
	display: inline;
}

#locations .hours {
	width: 140px;
	float: right;
	position: relative;
	display: inline;
}


.googleMap-InfoWindow {
	position: relative;
	top: 0;
	left: 0;
}

.googleMap-InfoWindow h2, .googleMap-InfoWindow p, .googleMap-InfoWindow p.map-phones {
	margin: .2em 0;
}

.individualPage .googleMap-InfoWindow h2 {
	font-size: 1.2em;
}

.individualPage .googleMap-InfoWindow p {
	font-size: 1.2em;
}

.individualPage .googleMap-InfoWindow p.map-phones {
	height: 1.2em;
	overflow: hidden;
}

#locations h1.atmTitle {    
	margin-bottom: 5px;
}

#locations ul#locList.atm li:first-child {    
	border-top: none;
}
/*============================ disclosure ======================================*/

#disclosureContent {
	clear:both;
	position: relative;
}

#disclosureContent ol {
	list-style-position:inside;
}

#disclosureContent ol li {
	margin: 0 0 0.5em 0;
}

#disclosureContent table {
	margin: 0 auto 1em;
	width: 500px;
	font-size: 12px;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #C8C4C1;
	border-bottom: 1px solid #C8C4C1;
	border-left: 1px solid #C8C4C1;
}

#disclosureContent table th, #disclosureContent table td {
	padding: .5em 1.5em;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #C8C4C1;
	border-collapse: collapse;
}

#disclosureContent table tr.nth-row-even th, #disclosureContent table tr.nth-row-even td {
	background: #EAF0F1;
}

#disclosureContent a.disclosureYes {
	background: transparent url(../image/button-yes-no.png) no-repeat scroll left top;
	display: inline;
	float: left;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	width: 126px;
	margin: 10px 0 0 0;
}
#disclosureContent a.disclosureYes:hover {
	background-position: -126px 0;
}

#disclosureContent a.disclosureNo {
	background: transparent url(../image/button-yes-no.png) no-repeat scroll 0 -28px;
	display: inline;
	float: left;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	width: 126px;
	margin: 10px 0 0 0;
}
#disclosureContent a.disclosureNo:hover {
	background-position: -126px -28px;
}
#disclosureContent h3.or {
	float: left;
	margin: 15px 20px 0 20px;
	display: inline;
	height: 30px;
	width: 15px;
}

/*=================== Contact Us Page ========================*/
#contactUs.individualPage h2 {
	font-size: 2.4em;
}
#contactInfo h3, #formContactUs h3 {
	color: #333333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 0.3em;
}
#contactInfo {
	border-right: 1px solid #C8C4C1;
	float: left;
	margin-bottom:  20px;
	padding: 20px 27px 0 0;
	width: 230px;
}
#contactInfo h2 {
	margin: 0;
}
#contactInfo p {
	margin: 0 0 0.5em 0;
}
#contactInfo p.textVariant1 {
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C8C4C1;
	font-size: 12px;
}

#contactInfo p.zeroPaddingParagraph {
margin: 0;
}
/* formContactUs */
#formContactUs {
	border-left: 1px solid #C8C4C1;
	float: right;
	margin-left: -1px;
	padding-left: 28px;
	padding-top:20px;
	width: 259px;
	padding-bottom: 10px;
}
.individualPage #formContactUs {
	margin-bottom:20px;
}
#formContactUs legend {
	color: #333;
	font-weight: bold;
}

#formContactUs fieldset {
	padding: 1.5em 0 1em;
	border: 0 none;
}

#formContactUs ul {
	margin: 0;
}

#formContactUs li {              
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
}

#formContactUs label {
	float: left;
	padding: 0 0 0.5em 0;
	width: 259px;		
}

#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 1em;
}

#formContactUs input {
	width: 22em;
}

#formContactUs textarea {
	width: 19em;
	height: 10em;
}

#formContactUs fieldset p {
	margin-left: 18em;
}

#formContactUs button.submitButton {
	float: none;
	margin: 0;	
	height: 25px;
	width: 95px;
	overflow: hidden;
	background: transparent url(../image/submit-button.png) left top no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin-top: 15px;
	font-size: 0;
	line-height: 0;
}
#formContactUs button.submitButton:hover {
	background-position: 0 -25px;
}

#formContactUs label.error {
	color: #F72222;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	width: 11em;
}

#formContactUs #captcha {
	clear: both;
	width: 259px;
}
#formContactUs #captcha h4 {
	font-size: 1.2em;
}
#formContactUs #captcha input {
	float: none;
	display: block;
	margin: 1em 0;
}

#formContactUs #captcha p {
	margin: 0;
}

#formContactUs #captcha p.error {
	color:#F72222;
}

/* End formContactUs */

#footer {
	position: relative;
	clear: both;
	width: 96em;
	margin: 0 auto;
	color:#666;
}

#footer #firstROI {
	position: absolute;
	top: 3em;
	left: 0;
	height: 29px;
	width: 103px;
}

#footer #eh {
	position: absolute;
	top: 2.6em;
	right: 0;
}

#footer #fdic {
	position: absolute;
	top: 2.7em;
	right: 5em;
}

#footer #bankrate {
	position: absolute;
	top: .8em;
	right: 15em;
}

#footer #footerNav {
	margin-left: 240px;
	padding: 2.5em 0 1em;
}

#footerNav li {
	display: inline;
	padding: 0 1em;
}

#footerNav li a {
	color: #3f3f3f;
	font-size: 1.2em;
}

#footerNav a:hover {
	color: #003399;
}

#footer p {
	font-size: 1.1em;
	text-align: center;
	color: #3f3f3f;
}

#footer p.tagline {
	width: 625px;
	margin-left: 100px;
}
.fdicTAGPLink {
	margin-top: 2.5em;
	border-top: 1px solid #94918D;
	padding: 2em 0;
}
#footer .fdicTAGPLink p {
color: #535353;
}
.fdicTAGPLink a {
	text-decoration: underline;
	margin-left: 10px;
}
.fdicTAGPLink a:hover {
	color: #2B519E;
}
/* =========== Print this Page =================== */

#printThisPage {
	width: 36px;
	height: 15px;
}

/*======== Special ================================*/

body.popup {
	background: #FFF;
	border: 0 none;
	overflow: hidden;
}

body.popup #validateForm {
	border: 0;
}

body.popup #thankYou.individualPage {
	border-bottom: 0;
	min-height: 450px;
	height: auto !important;
	_height: 450px;
	padding:0;
}


body.popup #thankYou.individualPage h1.pageHead {
padding: 15px 0 15px 10px;
}

body.popup #thankYou img {
	bottom: 0;
	display: block;
	margin: 0 auto;
	position: absolute;
	right: 0;
}


.popup p {
	margin: 1em;
}

body.popup form {
	overflow: hidden;
}

body.popup form h4.title {
	padding: 10px;
	margin: 0;
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
}

body.popup fieldset {
	border: 0 none;
	float: left;
	width: 25.2em;
}

body.popup #formSection {
	overflow: hidden;
	padding: 3em 3em 0;
}

body.popup fieldset#popupStandard input, body.popup fieldset#popupStandard textarea {
	font-family: Helvetica,Arial,sans-serif;
}

/* START popup input verification display */
/*not selected*/
body.popup fieldset#popupStandard input {
	background: url(../image/popup-input-bg.png) no-repeat;
	display: block;	
	padding: 7px 17px 0 7px;
	width: 227px;
	height: 22px;
	margin-bottom: .5em;
	border: none;
	font-size: 1.4em;
} 

body.popup fieldset#popupStandard textarea {
	background: url(../image/popup-textarea-bg.png) no-repeat;
	display: block;	
	padding: 3px 17px 3px 7px;
	height: 84px;
	width: 227px;
	margin-bottom: 0.5em;
	border: none;
	font-size: 1.5em;
}
body.popup #popupStandard input.error{
	background: url(../image/popup-input-bg.png) no-repeat 0 -150px;
}
body.popup #popupStandard input.valid{
	background: url(../image/popup-input-bg.png) no-repeat 0 -30px;
}
body.popup #popupStandard textarea.error {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -455px;
}
body.popup #popupStandard textarea.valid {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -91px;
}

/*selected*/
body.popup #popupStandard input.selected{
	background: url(../image/popup-input-bg.png) no-repeat 0 -60px;
}
body.popup #popupStandard input.selected.valid{
	background: url(../image/popup-input-bg.png) no-repeat 0 -90px;
}
body.popup #popupStandard input.selected.error{
	background: url(../image/popup-input-bg.png) no-repeat 0 -120px;
}
body.popup #popupStandard textarea.selected {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -182px;
}
body.popup #popupStandard textarea.selected.valid {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -273px;
}
body.popup #popupStandard textarea.selected.error {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -364px;
}
body.popup #captcha input.selected {
	background: url(../image/popup-captcha-bg.png) no-repeat 0 -62px;
}
/* END popup input verification display */

body.popup .rightSide {
	float: right;
	display: inline;
	overflow: hidden;
}

body.popup img#popupLogo {
	margin: 14px auto 0;
	display: block;
	float: none;
}

body.popup input.submitButton, body.popup button.submitButton {
	border: 0 none;
	display: block;
	margin: 15px auto 0;
	width: 95px;
	height: 25px;
	float: none;
	text-indent: -9999px;
	background: transparent url(../image/submit-button.png) no-repeat 0 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
}

body.popup input.submitButton:hover, body.popup button.submitButton:hover {
background-position: 0 -25px;
}

body.popup fieldset#popupStandard label {
	font-size: 1.2em;
	display: block;
	margin-bottom: 0.5em;
}
body.popup fieldset#popupStandard label.error {
	color: #F72222;
	text-align: right;
	margin-bottom: 0;
}

body.popup fieldset#popupStandard p {
	margin: 0 0 2em 0;
}

/* Captcha */

body.popup #captcha {
	width: 20em;
	float: none;
	padding-bottom: 1em;
}

body.popup #captcha input {
	float: none;
	background: transparent url(../image/popup-captcha-bg.png) 0 0 no-repeat;
	width: 193px;
	height: 23px;
	border: none;
	display: block;
	margin: 1em 0;
	padding: 7px 0 0 7px;
	font-size: 1.4em;
}

body.popup #captcha p {
	margin: 0;
	font-size: 12px;
}
body.popup #captcha p.error {
	color:#F72222;
}

body.popup #captcha h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

body.popup h2 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}


/* Clear fix */

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

.clear {
	display: block;
}

/* Hides from Internet Explorer for the Mac \*/
.clear {
	min-height: 1%;
}

* html .clear {
	height: 1%;
}
/* End IE Mac hide */

/*======== For Alert New Pop Up ================================================*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #ccc url(../image/alert-title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: transparent url(../image/alert-info.gif) 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(../image/info.gif);
}
#popup_content.confirm {
	background-image: url(../image/alert-important.gif);
}
#popup_content.prompt {
	background-image: url(../image/alert-help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}

/*======== End of New Pop Up ============*/ 




