/* Template First Branch - layout.css */

/*

Search and replace the following:

#009
firstfederaldunn

*/

*, ul, ol, li {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFCE9;
	color: #333;
	font: normal 62.5% Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 973px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

p {
	line-height: 1.4em;
}

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;
}


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

#header {
	position: relative;
	height: 184px;
	width: 100%;
}
#logo img {
	position: absolute;
	top: 45px;
	left: 5px;
}
#ultraTopNav {
	position: absolute;
	right: 90px;
	top: 23px;
}
#ultraTopNav li {
	float: left;
	padding: 0 10px;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #CCC;
}
#ultraTopNav li a {
	color: #666666;
}
#ultraTopNav li.lastChild a {
	font-weight: bold;
}
#ultraTopNav li a:hover {
	color: #003470;
}
.textSize {
	position: absolute;
	top: 17px;
	right: 11px;
	height: 23px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
	margin-right: 7px;
}
#searchForm {
	position: absolute;
	height: 25px;
	width: 168px;
	right: 20px;
	top: 80px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 5px 8px;
	width: 128px;
	height: 15px;
	color: #666666;
	font-size: 1em;
	background-image: url("../image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 25px;
}
#primaryNav {
	position: absolute;
	top: 80px;
	left: 310px;
	border-right: 1px solid #D3CDAE;
	overflow: hidden;
}
#primaryNav li {
	float: left;
}
#primaryNav a {
	display: block;
	padding: 0 20px;
	/*height: 25px;*/
	border-left: 1px solid #D3CDAE;
	color: #000;
	font: normal 1.8em/28px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#primaryNav a:hover {
	border-left: none;
	padding-left: 21px;
	background: transparent url(../image/primary-nav-hover-bullet.png) no-repeat left top;
	color: #003570;
}
#primaryNav a.inPath {
	border-left: none;
	padding-left: 21px;
	background: transparent url(../image/primary-nav-hover-bullet-selected.png) no-repeat left top;
	color: #003570;
}

/* Bank Owned Properties */

div#bankProperties .propertyArea {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

div#bankProperties table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
	font-size: 13px;
}
div#bankProperties th, div#bankProperties td {
	text-align: left;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div#bankProperties td.propertyPhoto {
	width: 260px;	
	text-align: center;
}
div#bankProperties h3 {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
}
div#bankProperties p {
	float: left;	
	margin: 0;
	width: 165px;
}
div#bankProperties p.disclaimer {
	float: left;	
	margin: 10px 0;
	width: 100%;
	font-size: .9em;
}

div#bankProperties p.propertyDescription {
	width: 420px;	
}

div#bankProperties img {
	margin: 0 0 15px 0;
}

div#bankProperties td.noBottom, div#bankProperties th.noBottom {
	border-bottom: none;
}

div#bankProperties td.noRight, div#bankProperties th.noRight {
	border-right: none;
}

/* End Bank Owned Properties */


/*====== Footer ================================================*/

#footer {
	height: 50px;
	position: relative;
	clear: both;
	padding-top: 15px;
	color: #545454;
	font-size: 1.1em;
	width:967px;
}

#footer #firstROI {
	position: absolute;
	top: 25px;
	left: 5px;
}

#footer #eh {
	position: absolute;
	top: 25px;
	right: 0;
}

#footer #fdic {
	position: absolute;
	top: 25px;
	right: 46px;
}

#footer #footerNav {
	text-align: center;
	padding: 10px 0 5px;
}
#footerNav li {
	border-left: 1px solid #545454;
	display: inline;
	padding: 0 10px;
}
#footerNav li.firstChild {
	border-left: none;
}
#footerNav a {
	color: #545454;
}
#footerNav a:hover {
	color: #003470;
}
#footerContent {
	text-align: center;
}
#footer p {
	display: inline;
	padding: 0 10px;
}
#footer p#copyrightNotice {
	border-right: 1px solid #545454;
}
/*====== Home Page =====================================================*/
#obLogin {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 973px;
	height: 42px;
	color: #fff;
	background: transparent url(../image/flash-banner-top-shadow.png) no-repeat left bottom;
}
#obLogin h2 {
	width: 152px;
	height: 42px;
	padding-left: 35px;
	margin: 0;
	float: left;
	background: transparent url(../image/online-banking-title-bg.png) no-repeat left top;
	font: bold 1.3em/42px Helvetica, Arial, sans-serif;
	color: #FFD357;
}
div#oblRadioWrapper {
	float: left;
	padding-top: 5px;
	font-size: 1.2em;
}
div#oblRadioWrapper input {
	float: none;
	margin-left: 10px;
}
#obLogin #obLoginPersonal {
	width: 960px;
	overflow: hidden;
	margin-left: 6px;
	background: transparent url(../image/online-banking-bg.png) repeat-x left top;
}
#obLogin form {
	margin-right: 8px;
	padding-top: 9px;
	float: left;
}
#obLogin label {
	float: left;
	display: inline;
	padding-top: 5px;
	margin: 0 13px 0 20px;
	font-size: 1.2em;
}
#obLogin input {
	float: left;
}
#obLogin input#theLoginID{
	height: 18px;
	margin-top: 0px;
}
#obLogin select{
	float: left;
	margin: 3px 5px 0 5px;
}
#obLogin input#AccessId {
	width: 120px;
	height: 15px;
	margin: 1px 15px 0 0;
	padding: 4px 6px;
	border: none;
	background: transparent url(../image/online-banking-input-bg.png) no-repeat left top;
}
#obLogin input#Submit {
	height: 25px;
	width: 91px;
	border: none;
	padding-top: 25px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../image/online-banking-submit-button.png) no-repeat left top;
}
#obLogin input#Submit:hover {
	background: transparent url(../image/online-banking-submit-button.png) no-repeat left -25px;
}
#enrollBtn {
	float: left;
	margin-right: 0px;
	height: 25px;
	width: 91px;
	border: none;
	padding-top: 9px;
}

#obNav li {
	float: left;
	display: inline;
	border-right: 1px solid #fff;
}
#obNav li.lastChild {
	border-right: none;
}
#obNav li a {
	padding: 0 6px;
	font-size: 1.3em;
	color: #fff;
}

#flashBanner {
	width: 973px;
	height: 480px;
	background: transparent url(../image/flash-banner-bg.png) repeat-y left top;
}
#flashBanner div {
	width: 960px;
	height: 480px;
	margin: 0 0 0 6px;
}
#flashBanner h1 {
	margin: 0;
}
#quickLinks {
	height: 42px;
	width: 967px;
	padding-left: 6px;
	background: transparent url(../image/flash-banner-bottom-shadow.png) no-repeat left top;
}
#quickLinks h2 {
	float: left;
	margin: 0;
	width: 155px;
	height: 42px;
	color: #002840;
	text-align: center;
	line-height: 42px;
	background: transparent url(../image/quick-links-title-bg.png) no-repeat left top;
}
#quickLinks li{
	display: inline;
}
#quickLinks li a {
	float: left;
	padding: 0 18px;
	height: 42px;
	color: #002840;
	font: bold 1.2em/42px Helvetica, Arial, sans-serif;
	border-right: 1px solid #FFFF66;
	border-left: 1px solid #DFB733;
	background: transparent url(../image/quick-links-bg.png) repeat-x left top;
}
#quickLinks li.firstChild a {
	padding: 0 45px 0 35px;
}
#quickLinks li.lastChild a {
	border-right: none;
}
#quickLinks li a:hover {
	background: transparent url(../image/quick-links-bg.png) repeat-x left -42px;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 10px;
	margin-left: 0;
	width: 725px;
}
div#overdraft span, div#overdraft p {
	font-size: 13px;
}
#overdraft #overdraftInformation, #overdraft #overdraftForm, #overdraft #overdraftAltOptions {
	margin: 0 0 20px;
}
#overdraft #overdraftInformation h2.pageHeading, #overdraft #overdraftForm h2.pageHeading, #overdraft #overdraftAltOptions h2.pageHeading {
	padding: 20px 0 5px;
	height: 25px;
	border-bottom: 1px solid #ccc;
	color: #002840; /* bank specific */
	font-size: 18px;
	width: 100%;
}
#overdraft h2 {
	padding: 5px 0;
	font-size: 18px;
	width: 100%;
}
#overdraft #overdraftForm #newApplication {
	background: none;
}
#overdraft #overdraftForm form {
	padding: 0 0 10px 0;
}
#overdraft fieldset#newApplication .eSignCheckbox {
	width: auto;
	margin:20px 15px 0;
}
#overdraft fieldset#newApplication .eSignCheckbox.indented {
	width: auto;
	margin:0 0 0 40px;
}
#overdraft fieldset#newApplication .optAccounts {
	margin: 0 0 0 25px;
}
#overdraft fieldset#newApplication .eSignCheckbox input {
	clear: both;
	float: left;
	margin: 0 10px 0 0;
	width: 15px !important;
}
#overdraft fieldset#newApplication .eSignCheckbox span {
	display: inline-block;
	margin: 0 0 10px;
	width: 90%;
}
#overdraft #overdraftLeft {
	float: left;
	padding-top:20px;
	width: 300px;
	display: inline;
}
#overdraft #overdraftRight {
	float: left;
	width: 425px;
	display: inline;
	padding: 0 0 0 20px;
}
#overdraft fieldset#newApplication #overdraftLeft input, #overdraft fieldset#newApplication #overdraftRight input {
	width: 175px;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel {
	width: 400px;
	margin: 10px 0 0;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel input {
	clear:both;
	float:left;
	margin:2px 10px 0 0;
	width:10px;
}
#overdraftRight .radioWlabel span {
	display:block;
	float:left;
	margin:0 0 10px;
	width:350px;
}
#overdraft fieldset#newApplication #overdraftLeft label, #overdraft fieldset#newApplication #overdraftRight label {
	width: 100px;
	padding-right: 15px;
}
#overdraft #overdraftAltOptions ul {
	margin: 10px 0;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 13px 0 0; /* bank specific */
	padding: 0;
	width: 230px; /* bank specific */
	height: 160px;
	border: 1px solid #ccc;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/premierwestbank/image/overdraft_fade.png) bottom left repeat-x #FFF04F; /* bank specific */
	color:#002840; /* bank specific */
	margin:0;
	padding:8px;
	font-size: 14px;
}
#overdraft p {
	padding: 0;
	margin: 10px 0;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftForm p {
	margin: 15px 0;
	padding: 0 20px;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftAltOptions p {
	padding: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftAltOptions p.zeroPaddingParagraph {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#optIn { 
	position:relative;
	bottom:135px;
	float:right;
	left:190px;
}
#optIn2 { 
	position:absolute;
	bottom:15px;
	right:340px;
}
