/* Colors
Red    #910028
Purple #612147
Brown  #9F6322
Green  #3D4721
Tan    #A49265
Blue   #00364A
Maroon #54291F

*/

/* Eric Meyer CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/*#Global#*/

body {
	margin: 0;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 75%;
	color: #555;
	line-height: 1.4;
}

body.LTR, body.RTL {
	background: url(../images/background.jpg) repeat-x top center #E8E4D8;
 	padding: 0px;
	margin: 0px;
}

img {
    border: none;
}

p {
    margin: 0 0 1.4em 0;
}

a {
    color:#910028;
}
a:visited {
    color:#54291F;
}

ul, li {
    padding:0;
	margin: 0;
}

td {
    vertical-align:top;
}

strong {
    font-weight:bold;
}

sup {
   font-size:0.6em;
   vertical-align:top;
}

#container2 {
    margin: 0 auto;
	width: 984px;
	background: url(../images/container2_bg.jpg) repeat-y left top #fff;
}

#container {
	width: 984px;
	background: url(../images/container_bg.jpg) no-repeat left top;
	border-top: 5px solid #54291f;
}

	
/*#Top Banner#*/

#header {
	background: url(../images/header_bg.png) no-repeat 330px top;
	height: 106px;
	position: relative;
}
	
#header .logo {
	position:absolute;
	top: 11px;
	left:27px;
}

#header .tagline {
    position:absolute;
	top:72px;
	left:332px;
}

.promo-spot {
    position:absolute;
	top: 40px;
	right: 30px;
}
	
#header .top-nav-bar {
	float: right;
	margin: 0 30px 0 0;
	background: url(../images/top_nav_bg.png) no-repeat right top #e8e4d8;
	height: 32px;
	width: 642px;
	position:relative;
}

.search {
    position:absolute; /* positioned in relation to .top-nav-bar */
	top:3px;
	right: 6px; 
}

.searchBox {
    height: 26px;
	width:155px;
	background: url(../images/search_bg.png) no-repeat left top;
}

.search img {
    float:right;
}

.search input.text-input-box {
	border: 0;
	height: 18px;
	margin: 0;
	color: #999999;
	font-size: 1.167em;
	float:left;
	width: 110px;
	background: none;
	margin: 3px 0 0 10px;
}

.search input:focus {
    outline:none;
}

/* Secondary Navigation */

ul.top-nav {
	height: 21px;
	list-style-type:none;
	position:absolute; /* positioned in relation to .top-nav-bar */
	top:8px;
	left: 12px;
	width: 452px;
}

ul.top-nav li {
    float:left;
	height:21px;
}

ul.top-nav a {
    display:block;
	float:left;
	height:21px;
	text-decoration:none;
}

ul.top-nav span {
    display:none;
}

ul.top-nav li.item1 a {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll left top;
	width: 44px;
}
ul.top-nav li.item1 a:hover {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll left -21px;
}

ul.top-nav li.item2 a {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -44px top;
	width: 151px;
}
ul.top-nav li.item2 a:hover {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -44px -21px;
}

ul.top-nav li.item3 a {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -195px top;
	width: 93px;
}
ul.top-nav li.item3 a:hover {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -195px -21px;
}

ul.top-nav li.item4 a {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -288px top;
	width: 95px;
}
ul.top-nav li.item4 a:hover {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -288px -21px;
}

ul.top-nav li.item5 a {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -383px top;
	width: 69px;
}
ul.top-nav li.item5 a:hover {
    background: url(../images/top_nav_sprite_v2.png) no-repeat scroll -383px -21px;
}

	
/*#Content Container#*/

#content-container {
	min-height: 400px;
	width: 925px;
	padding: 0 18px;
	margin: 20px auto 0 auto;
	overflow:hidden; /* Contains floats */
}

/* Homepage 4 bottom boxes */

.box-group {
    background: url(../images/boxes_bg.png) no-repeat left bottom #fff;
	min-height: 206px;
	width: 925px;
	float:right;
	margin-bottom: 20px;
}

.box-container {
	width:193px;
	padding: 3px 12px 0 12px;
	float:left;
	margin: 0 19px 0 0;
}

.news-box {
    background: url(../images/boxes_sprite.png) no-repeat left top;
	padding-top: 45px;
}

.blog-box {
    background: url(../images/boxes_sprite.png) no-repeat -250px top;
	padding-top: 45px;
}

.rates-box {
    background: url(../images/boxes_sprite.png) no-repeat -500px top;
	padding-top: 45px;
}

.poll-box {
	background: url(../images/boxes_sprite.png) no-repeat -750px top;
	padding-top: 45px;
	margin: 0;
}

.box-container p, .news-body-summary {
    margin: 0 0 0.3em 0;
}

/* Top Container */

.top-container {
    margin: 0 0 20px 0;
	width:925px;
	float:left;
}

/* --------------- Login box --------------- */
#OnlineBanking {
	margin: 0 0 6px -3px;
	background: url(../images/login_bg_v2.png) no-repeat 0 0;
	width: 192px;
	height: 138px;
	padding: 46px 17px 0 17px;
	position:relative;
}

.login-buttons {
	width: 100%;
	padding:0;
	margin-bottom:7px;
}

.login-inputs {
	/*margin-bottom: 2px;*/
}

.login-inputs td {
	padding-bottom: 3px;
}

.login-inputs label {
    color: #00364A;
	white-space:nowrap;
}

.login-inputs input {
    width: 186px;
	padding:2px;
	line-height:16px;
	height:16px;
	border:1px solid #d9d2c3;
}

.login-inputs input:focus {
	border:1px solid #c8bda5;	
}

.visa-btn {
    margin: 0 0 5px 0;
	display: block;
	white-space:nowrap;
	width: 219px;
	height: 37px;
}

.visa-btn a {
    display:block;
	width: 219px;
	height: 37px;
	background: url(../images/btn_visa_payments_sprite.png) no-repeat left top;
}

.visa-btn a:hover {
    background-position:left -37px;
}

.visa-btn span {
    display:none;
}

.enews-btn {
    margin: 0 0 5px 0;
	display: block;
	white-space:nowrap;
	width: 219px;
	height: 57px;
}

.enews-btn a {
    display:block;
	width: 219px;
	height: 57px;
	background: url(../images/btn_enews_sprite.png) no-repeat left top;
}

.enews-btn a:hover {
    background-position:left -57px;
}

.enews-btn span {
    display:none;
}

.follow-us-box {
    width:219px;
	height:37px;
	background: url(../images/bg_follow_us.png) no-repeat left top #DFD9C9;
	float:left;
	position: relative;
}

.follow-us-box ul {
    height: 24px;
	list-style-type:none;
	position:absolute; /* positioned in relation to .follow-us-box */
	top:6px;
	left: 100px;
	width: 119px;
}

.follow-us-box ul li {
    float:left;
	width:24px;
	height:24px;
	margin-right:5px;
}

/* Homepage Column 1 */

.home-column-1 {
    float:left;
	width:226px;
}
	
/*#Banner Ad#*/

.home-banner {
    float:right;
}

.home-banner img {
    display:block;
	margin: 0 0 1px 0;
}

.Slider .Content {
    background: url(../images/banner_image_bg.gif) no-repeat left top #fff;
}

.Slider .Pager {
    height:22px;
	width: 688px;
	background: url(../images/banner_nav_bg.png) no-repeat left top #215062;
	text-align:right;
	padding-top: 5px;
	margin-top:1px;
}

.Slider .Pager a {
    font-weight:bold;
	color: #fff;
	text-decoration:none;
	padding-right: 5px;
}

.Slider .PagerPage {
    display:inline;
	margin-right:3px;
}

.Slider .PagerPage a {
    background: url(../images/banner_number_bg.gif) no-repeat 2px 5px;
	padding:7px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}

.Slider .PagerPage a:hover {
    background: url(../images/banner_number_bg.gif) no-repeat 2px -26px;
	color: #00364A;
}

/* Homepage boxes styles */
	
.news-title  {
	font-size: 1.167em;
	font-weight: normal;
}

p.more {
    margin-bottom: 1.4em;
}

p.more a:link {
    color: #910028;
	text-decoration: none;
}

p.more a:visited {
    color: #54291F;
	text-decoration: none;
}

p.more a:hover {
    text-decoration: underline;
}
	
.news-title a:link, .news-title a:visited,
.child-content h2.news-title a:link, .child-content h2.news-title a:visited {
	color: #00364A;
	text-decoration:none;
}
	
.news-title a:hover,
.child-content h2.news-title a:hover {
	color: #00364A;
	text-decoration:underline;
}

.tweet-message a:link, .tweet-message a:visited {
    text-decoration:none;
	color: #555;
}

.latest-tweet {
    margin-bottom: .8em;
}

.tweet-message a:hover {
    text-decoration:underline;
	color: #910028;
}

.rates-box th {
    color: #00364A;
	font-size: 1.333em;
	text-align:left;
}

.rates-box th a:link, .rates-box th a:visited {
    color: #00364A;
	text-decoration: none;
}

.rates-box th a:hover {
    text-decoration:underline;
}

.rates-box .rates-text {
    color: #54291F;
	font-size:.917em;
}

.rates-box .as-low-as {
    font-size:.917em;
}

.rates-box .rates-number {
    font-weight:bold;
	text-align:right;
	font-size:.917em;
}

.PollControl {
    
}

.PollQuestion {
    font-size: 1.167em;
    color: #00364A;
}

.PollAnswers {
    margin-top: 10px;
	margin-bottom: 10px;
}

.PollAnswers td {
    vertical-align:middle;
} 

.PollAnswer {
    
}

.PollCount {
    border: 1px solid #dad4c1;
    border-top: none;
    padding: 3px;
    background-color: #e8e4d8;
    font-weight: bold;
}

.PollGraph div {
height: 8px;
background: url(../Images/poll_bar_bg.gif) 100% 0% repeat-x;
line-height: 0px;
font-size: 0px;
 }

/* Child page content styles */

.child-content {
    width: 685px;
	float:left;
	padding-left: 3px;
	line-height: 1.6;
}
	
h1.page-title {
	font-weight: normal;
	font-size: 2em;
	color: #54291f;
	border-bottom: 2px solid #9F6322;
	margin: 0 0 0.7em 0;
}

.section-title, .newsItemDetail h1 {
    font-size: 2em;
	color: #910028;
	margin-bottom: .4em;
	font-weight: normal;
}
	
h2.subtitle {
    font-weight: normal;
	font-size: 1.333em;
	color: #00364a;
}

span.cc-interest-rate {
    font-size: 18pt;
}

.child-content b {
	color: #54291F;
}

.child-content ul, .child-content ol {
    margin-bottom: 1.4em;
}

.child-content ul ul, .child-content ul ol,
.child-content ol ol, .child-content ol ul {
    margin-bottom: 0;
}

.child-content ul li, .child-content ol ul li {
    margin-left: 36px;
	list-style-type:disc;
	margin-bottom: .4em;
}

.child-content ol li {
    margin-left: 40px;
	list-style-type:decimal;
	margin-bottom: .4em;
}

.child-content ul ul li {
    list-style-type: circle;
	margin-top: .4em;
}

.child-content a:link {
    color: #910028;
	text-decoration:underline;
}

.child-content a:visited {
    color: #54291F;
}

.child-content a:hover {
	text-decoration:none;
}

.child-sidebar {
    width:216px;
	float:right;
	/* To account for drop shadow */
	padding: 0 5px;
	margin-right: -5px;
}

.child-sidebar li {
	color: #477d91;
	font-size: 1.167em;
}

.child-sidebar a:link, .child-sidebar a:visited {
    color: #00364A;
	text-decoration:none;
}

.child-sidebar a:hover {
    text-decoration:underline;
}

.child-sidebar .Slider {
    margin-bottom: 20px;
}

.related-links, .more-information {
	background:transparent url(../images/related_links_bottom.png) no-repeat scroll left bottom;
	margin:0 -5px 20px 0;
	float:right;
}

.more-information ul {
	background:transparent url(../images/more_info_top.png) no-repeat scroll left top;
	min-height:30px;
	padding:53px 20px 10px 20px;
	width:186px;
}

.related-links ul {
	background:transparent url(../images/might_also_top.png) no-repeat scroll left top;
	min-height:30px;
	padding:67px 20px 10px 20px;
	width:186px;
}

.related-links li, .more-information li {
    background:url(../images/arrow_bullet.gif) no-repeat left 2px;
	padding-left: 21px;
	margin-bottom: .4em;
}

.sidebar-ad {
    float:right;
	width:226px;
	height:226px;
	margin: 0 -5px 20px 0;
}

.news-date {
    font-size: .917em;
	color: #999;
	margin-bottom: .3em;
}

.news-body-summary p {
    margin-bottom: 0;
}

.child-content .newsItemDetail {
    margin-bottom: 1.4em;
}

.footnote {
    font-size: .75em;
}

.child-content ul.landing-page-list li {
    color:#477D91;
    font-size:1.167em;
	background:transparent url(../images/arrow_bullet.gif) no-repeat scroll left 2px;
    margin-bottom:0.4em;
	margin-left: 2px;
    padding-left:21px;
	list-style-type:none;
}

.child-content ul.landing-page-list a:link, .landing-page-list a:visited {
color:#00364A;
text-decoration:none;
}

.child-content ul.landing-page-list a:hover {
text-decoration:underline;
}




/* Benefits Box */

.benefits-box {
    background: url(../images/benefits_box_top.png) no-repeat left top #e8e4d8;
	overflow:hidden;
	width: 100%;
	padding-top: 40px;
	margin-bottom:1.4em;
}

.benefits-box-2 {
    background: url(../images/benefits_box_bottom.png) no-repeat left bottom #e8e4d8;
	float:left;
	width: 655px;
	padding: 0 15px 15px 15px;
}

.benefits-box-left {
    float:left;
	width: 68%;
	padding-right: 20px;
	border-right: 1px solid #c4bdad;
}

.benefits-box-right {
    float:right;
	width: 25%;
}

.benefits-box ul {
    margin-bottom: 0;
}

.benefits-box ul li {
    list-style-type: none;
	background: url(../images/benefits_box_bullet.png) no-repeat 0 4px;
	margin-left:0;
	padding-left: 20px;
}

/* Tables */

.content-table {
    margin-bottom: 1.4em;
}

.content-table th {
   background: #2b5868;
   color: #fff;
   font-size: 1.333em;
   font-weight:normal;
   padding: 2px 10px;
}

.content-table .subhead {
    background: #edeae1;
	color: #00364a;
	font-weight:bold;
}

.content-table .subhead-2 {
    background: #edeae1;
	color: #00364a;
	font-size: 1.333em;
}

.content-table td {
    border-bottom: 1px solid #c4bdad;
	padding: 3px 10px;
}

.content-table .detail {
    font-size: .688em;
}

.content-table .row-header {
    font-weight:bold;
	color: #54291F;
}

.form-table {
    margin-bottom: 15px;
}

.form-table td {
    padding: 3px 10px;
}

.form-table .TextboxField,
.form-table .TextboxField2 input {
    border: 1px solid #999;
}

.form-table .TextboxField:focus,
.form-table .TextboxField2 input:focus {
    border: 1px solid #9F6322;
}

.EditingFormErrorLabel {
    color: #FF0000;
}
/* Search Page */

.SearchDialog table td {
    padding:0 5px 5px 0;
}

.SearchDialog label {
    color:#54291F;
    font-weight:bold;
}

.SearchDialog {
    margin-bottom:30px;
}

.child-content .SearchResults a {
    text-decoration:none;
}

.child-content .SearchResults a:hover {
    text-decoration:underline;
}

.pager {
    padding: 2px 0;
	margin-bottom: 1.6em;
}

.child-content .SearchResults .pager a {
    border:1px solid #910028;
	padding: 1px 5px;
	font-size: 1em;
	color: #910028;
	text-decoration:none;
}

.child-content .SearchResults .pager a:hover {
    background: #910028;
	text-decoration:none;
	color: #fff;
}

.pager strong {
    background: #910028;
	border:1px solid #910028;
	padding: 1px 5px 2px 5px;
	color: #fff;
}

.result-number {
    margin: 0 10px;
}

/* Board & Staff pages */

.staff-table td {
    padding: 20px 6px;
}

.staff-table .board-photo {
    padding-top: 0;
	width:144px;
}

.staff-table .staff-photo {
    padding-top: 0;
	width:100px;
}

.member-info,
.member-info-2 {
    float:left;
	width:100%;
}

.member-info {
    border-bottom: 1px solid #A49265;
	margin-bottom: 10px;
}

.member-name {
    float:left;
	width:49%;
}

.member-since {
    float:right;
	width:49%;
}

.member-since div {
    text-align:right;
}

/* New Board and Staff pages */

.staff-text-box, .board-text-box {
    background:url(../images/staff_bg.jpg) no-repeat left top;
	width:368px;
	min-height: 311px;
	float:left;
	margin-top: 8px;
}

.board-text-box {
    height: 350px;
}

.staff-intro-text {
    margin: 22px 22px 0 22px;
}
.staff-list {
    margin: 0 22px 22px 22px;
	width:324px;
	line-height: 2em;
}

.child-content .staff-list a {
    text-decoration:none;
}

.child-content .staff-list a:hover {
    text-decoration:underline;
}

.staff-details {
    float:left;
	width: 205px;
	margin:35px 0 0 22px;
}

.staff-details h2.subtitle {
    border-bottom: 1px solid #9a8f7b;
	margin-bottom:3px;
}

.staff-photo {
    float:right;
	margin: 10px 10px 10px 0;
}

.staff-text {
    clear:both;
	margin:0 22px 22px 22px;
}

.staff-photo-group {
    float:right;
	width: 302px;
}

.staff-thumb {
    float:left;
	margin: 5px;
}

/*#Footer#*/

#footer {
	padding: 0;
	width: 924px;
	margin: 0 auto;
	font-size: .9em;
	clear:both;
}
	
#footer .footer-bar {
	background: url(../images/footer_bar.gif) no-repeat top left #ad3458;
	color: #fff;
	width: 900px;
	height: 20px;
	padding: 5px 12px 0 12px;
	margin: 0 auto 15px auto;
}
	
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
#footer .footer-bottom p {
    color: #653e35;
	font-size: .833em;
	width: 540px;
	float:left;
	margin: 0;
	line-height:1.2;
}

.footer-icons {
    float:right;
	text-align:right;
	margin: 0 0 15px 0;
	width:350px;
}

.mac-icon {
    float:left;
}

.ncua-ehl-icons {
    float:right;
}

/* --------------- Main Navigation --------------- */

#main-nav {
	width:924px;
	height:45px;
	margin: 0 auto;
	position:relative;
	z-index: 900;
}

#main-nav ul {
    padding: 0;
	margin: 0;
	list-style:none;
	line-height:1;
}

#main-nav a {
    display:block;
	text-indent: -999em;
	height: 45px;
	background-image: url(../images/main_nav_sprite.png);
}

#main-nav li {
    float:left;
}

/* Normal Off state */
#main-nav ul li.menu1 a {
    background-position:0 0;
    width:136px;
}
#main-nav ul li.menu2 a {
    background-position:-136px 0;
    width:123px;
}
#main-nav ul li.menu3 a {
    background-position:-259px 0;
    width:188px;
}
#main-nav ul li.menu4 a {
    background-position:-447px 0;
    width:88px;
}
#main-nav ul li.menu5 a {
    background-position:-535px 0;
    width:129px;
}
#main-nav ul li.menu6 a {
    background-position:-664px 0;
    width:150px;
}
#main-nav ul li.menu7 a {
    background-position:-814px 0;
    width:110px;
}
/* On and Hover State */
#main-nav ul li.menu1 a:hover,
#main-nav ul li.menu1:hover a,
#main-nav ul li.menu1-on a,
#main-nav ul li.menu1-on:hover a {
    background-position:0 -45px;
	width:136px;
}
#main-nav ul li.menu2 a:hover,
#main-nav ul li.menu2:hover a,
#main-nav ul li.menu2-on a,
#main-nav ul li.menu2-on:hover a {
    background-position:-136px -45px;
	width:123px;
}
#main-nav ul li.menu3 a:hover,
#main-nav ul li.menu3:hover a,
#main-nav ul li.menu3-on a,
#main-nav ul li.menu3-on:hover a {
    background-position:-259px -45px;
	width:188px;
}
#main-nav ul li.menu4 a:hover,
#main-nav ul li.menu4:hover a,
#main-nav ul li.menu4-on a,
#main-nav ul li.menu4-on:hover a {
    background-position:-447px -45px;
	width:88px;
}
#main-nav ul li.menu5 a:hover,
#main-nav ul li.menu5:hover a,
#main-nav ul li.menu5-on a,
#main-nav ul li.menu5-on:hover a {
    background-position:-535px -45px;
	width:129px;
}
#main-nav ul li.menu6 a:hover,
#main-nav ul li.menu6:hover a,
#main-nav ul li.menu6-on a,
#main-nav ul li.menu6-on:hover a {
    background-position:-664px -45px;
	width:150px;
}
#main-nav ul li.menu7 a:hover,
#main-nav ul li.menu7:hover a,
#main-nav ul li.menu7-on a,
#main-nav ul li.menu7-on:hover a {
    background-position:-814px -45px;
	width:110px;
}

/* Dropdowns */
#main-nav li ul {
    position:absolute;
	left: -999em;
	border-top:1px solid #A49265;
	border-left:1px solid #A49265;
	border-right:1px solid #A49265;
}

#main-nav li:hover ul, #main-nav li.sfhover ul {
    left:auto;
}

#main-nav li li {
    float:none;
	display:inline;
}

#main-nav li li a {
    text-indent: 0;
	background:none;
	height:auto;
	padding: 6px 10px;
	background-color: #E8E4D8;
	color: #54291F;
	text-decoration: none;
	border-bottom: 1px solid #A49265;
	/*To keep to 1 line*/
	white-space:nowrap;
	width:auto !important;
}

#main-nav li li a:hover {
    background:#dad4c1 !important;
}
/*
#main-nav li li.CMSListMenuLIfirst a {
    border-top:1px solid #fff;
}
*/
/* 2nd level drop downs */
#main-nav li ul ul {
    display:none;
}

#main-nav li:hover ul ul, #main-nav li.sfhover ul ul {
    display:none;
}

#main-nav li li:hover ul, #main-nav li li.sfhover ul {
    display:none;
}

/* ----- BANKING LOGIN SPLASH - START ---- */
/* ---------- BEFORE GO LIVE DATE -------- */
/*
#splash-page {
	margin: 0;
	border: 2px solid #fff;
	width: 600px;
	height: 500px;
	background: url(/app_themes/nwgeorgia/images/netteller-preview-splash.jpg) no-repeat top center;
	position:relative;
}
#button-1,
#button-2 {
	width: 146px;
	height: 56px;
	position:absolute;
	left:100px;
	top:338px;
}
#button-2 {
	top:416px;
}
*/
/* ---------- AFTER GO LIVE DATE ---------- */
#splash-page {
	margin: 0;
	border: 2px solid #fff;
	width: 600px;
	height: 500px;
	background: url(/app_themes/nwgeorgia/images/netteller-here-splash_v2.jpg) no-repeat top center;
	position:relative;
}
#button-1,
#button-2 {
	width: 126px;
	height: 58px;
	position:absolute;
	left:276px;
	top:421px;
}
#button-2 {
	left:424px;
}
/* ------ BANKING LOGIN SPLASH - END ----- */

/* --------------- clearfix --------------- */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

