/* -------------------------------------------------------------
	Triad Bank
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			24 Feb 2008
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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;
}

body {
	background: #eadea1 url(/images/footer3_bg.gif) repeat-x bottom;
	background-position: fixed;
	color: #3a301c;
	font: normal 0.7em/1.6em Tahoma, Geneva, sans-serif;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

strong{font-weight:bold;}

.bolder{font-weight:bold;}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #3a301c;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	background: url(/images/icon_list.gif) no-repeat 0 8px;
	list-style-type: none;
	padding-left: 10px;
	position: relative;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}



/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#index_logged {
	background-color: #dccc7f;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#index_interior {
	background: url(/images/index_bg.gif) repeat-y;
	margin: 0 auto;
	padding: 0 0 56px 0;
	text-align: left;
	width: 980px;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mastheadWrapper {
	background: #3a301c url(/images/brand_bg.gif) repeat-x;
	height: 84px; 
}

#masthead {
	width: 980px;
	height: 84px; 
	margin: 0 auto;
}

#brand a {
	background: #3a301c url(/images/brand.gif) no-repeat;
	width: 365px;
    height: 58px;
}
#brand_logged a {
	background: #3a301c url(/images/brand.gif) no-repeat;
	margin-top: 26px;
	float: left;
	width: 365px;
    height: 58px;
}

#logo {
background: #fff;
float: left;
	height: 58px;
	margin-top: 26px;
	width: 365px;
}

#search {
float: right;
margin-top: 40px;
}



/*	Sidebar: MAIN UI
- - - - - - - - - - - - - -  */

#ui {
	float: left;
	margin: 0;
	padding: 0;
	width: 272px;
}

.first {
	background-position: bottom;
}

#ui li {
	float: left;
	height: 35px;
	overflow: hidden;
	padding: 0;
	width: 272px;
}

#ui a {
	width: 272px;
	height: 35px;
	float: left;
	background-repeat: no-repeat;
	text-indent: -9000em;
	overflow: hidden;
}

#ui li:hover a, #ui li.over a {
	background-position: center;
}

#ui a:hover {
	background-position: center;
}

#ui_home, #ui_home a {
	background-image: url(/images/ui_home.gif);
}

/* ui_freeBillpay now reads as accounts on the site and has been updated with ui_accounts.gif 
-----------11172008 steve m--------------------
*/

#ui_freeBillpay, #ui_freeBillpay a {
	background-image: url(/images/ui_accounts.gif);
}

#ui_currentRates, #ui_currentRates a {
	background-image: url(/images/ui_currentRates.gif);
}

#ui_loanApplications, #ui_loanApplications a {
	background-image: url(/images/ui_loanApplications.gif);
}

#ui_locationsAndatms, #ui_locationsAndatms a {
	background-image: url(/images/ui_locationsAndatms.gif);
}

#ui_contact, #ui_contact a {
	background-image: url(/images/ui_contact.gif);
}


/*Sidebar: LOGIN
- - - - - - - - - - - - - -  */
#login {
	background: url(/images/login_ui_bg.jpg) repeat-y;
	float: left;
	height: 148px;
	width: 272px;
}

#login li {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 272px;
}

#login a {
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	text-indent: -9000em;
	width: 272px;
}

#login_but, #login_but a {
	margin-top: 8px;
}

#demos {
   margin-left: 30px;
   margin-top: 30px;
	background: none;
	float: left;
	width: 272px;
	color: #EADEA1;
}

#demos li {
	float: left;
	overflow: hidden;
	padding: 0;
        font-weight: bold;
	width: 232px;
}

#demos a {
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	width: 232px;
	color: #CDBC64;
}
#demos li ul li{
font-weight: normal;
}

#FDIC {
	background: url(/images/fdic24hour.gif) no-repeat;
	float: left;
	height: 36px;
	/*margin-top: 68px;*/
	margin-top: 18px;
	width: 272px;
}

#FDIC a{
display:block;
width: 66px;
margin: 0 0 0 95px;
height: 35px;
text-indent: -9999em;
}

/*	Sidebar: UI SECONDARY
- - - - - - - - - - - - - -  */

#ui_secondary {
	float: right;
	width: 354px;
}

#ui_secondary li {	
	float: right;
	height: 203px;
	overflow: hidden;
	padding: 0;
	width: 354px;
}

#ui_secondary a {
	background-repeat: no-repeat;
	float: right;
	height: 203px;
	overflow: hidden;
	text-indent: -9000em;
	width: 354px;
}

#ui_secondary li:hover a, #ui_secondary li.over a {
	background-position: bottom;
}

#ui_secondary_locations, #ui_secondary_locations a {
	background-image: url(/images/locations.gif);
}

#ui_secondary_onlineBanking, #ui_secondary_onlineBanking a {
	background-image: url(/images/onlineBanking.gif);
}

#ui_calculator {
	float: right;	
	background-image: url(/images/calculatePayment.gif);
	height: 160px;
	width: 354px;

}

#ui_calcLink {
	float: right;	
	height: 44px;
	width: 354px;
    background: #b7a65c;

}


/* ---  header: search area  --- */

.header_search {
	clear: right;
	float: right;
	height: 18px;
	margin-top: -44px;
	text-align: right;
	width: 254px;
}

.search_form {
	margin: 0;
	height: 18px;
	padding: 0;
}

.number {
	margin-right: 20px;
}

.search_text {
	background-color: #443c2c;
	border: 1px solid #5d5a39;
	color: #808355;
	font: 9px Tahoma, Geneva, sans-serif;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 4px 6px 0 6px;
	width: 172px;	
}

.search_submit {
	height: 21px;
	margin: 0;
	padding: 0;
	width: 60px;
}

.search_select {
	color: #40403F;
	font: bold 10px Tahoma, Geneva, sans-serif;
	height: 21px;
	margin: 0 0 5px 0;
	padding: 0;
	width: 77px;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	background: #808355 url(/images/mid_question.jpg) no-repeat;
	float: left;
	height: 610px;
	width: 354px;
}

#messaging_interior {
	background: #808355 url(/images/mid_interior.jpg) no-repeat top;
	float: left;
	min-height: 610px;
	width: 154px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	background: url(/images/login_bg.gif) repeat-y;
	float: left;
	min-height: 610px;
	width: 272px;
}

#sidebar_log {
	float: left;
	width: 360px;
}

#content_logged {
	background-color: #dccc7f;
	float: right;
	padding: 20px;
	min-height: 20px;
	width: 940px;;
}

#sidebar secondary {
	float: right;
	width: 354px;
}


#sidebar_interior {
	background-color: #dbcc7f;
	float: right;
	min-height: 610px;
	padding: 0 30px 0 28px;
	width: 496px;
}

#sidebar_interior_forms {
	background-color: #dbcc7f;
	float: left;
	min-height: 610px;
	padding: 0 0 0 12px;
	width: 526px;
}

/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	overflow: hidden;
	padding: 0 0 30px 0;
	min-height: 610px;	
}

#header {
	margin: 0;
	padding: 0; 
}

.freeBill {
	background: url(/images/free-bill-pay.gif) no-repeat;
	height: 29px;
	margin-top: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 524px;
}
 
.work {
	background: url(/images/work.gif) no-repeat;
	height: 21px;
	margin-top: 30px;
	overflow: hidden;
	text-indent: -9999px;
	width: 204px;
}

.started {
	background: url(/images/started.gif) no-repeat;
	height: 21px;
	margin-top: 30px;
	overflow: hidden;
	text-indent: -9999px;
	width: 204px;
}

.howMuch {
	background: url(/images/howMuch.gif) no-repeat;
	height: 21px;
	margin-top: 30px;
	overflow: hidden;
	text-indent: -9999px;
	width: 204px;
}

.interiorP {
	margin-top: 26px;
	overflow: hidden;
}


/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	float: left;
	padding: 0;
	width: 49%;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footerWrapper {
	border-top: 24px #3a301c solid;
	height: 130px;
}

#footer {
	clear: both;
	color: #504941;
	height: 60px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #504941;
}

#copyright {
	float: left;
	font: 10px Tahoma, Geneva, sans-serif;
	margin: 20px 0 0 20px;
	width: 432px;
}

#credit {
	float: right;
	font: 10px Tahoma, Geneva, sans-serif;
	margin: 20px 20px 0 0;
	text-align: right;
	width: 275px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	left: -9000em;
	position: absolute;
}

.clearfix {
	clear: both;
	height: 0;
	width: 100%;
}

/* -------------------------------------------------------------
	Form
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.field {
	background-color: #dbcc7f;
	border: 1px solid #5d5a39;
	color: #808355;
	font: 9px Tahoma, Geneva, sans-serif;
	height: 18px;
	margin: 4px 20px 0 70px;
	padding: 4px 6px 0 6px;
	width: 132px;
}

.length {
	background-color: #ccbc65;
	border: 1px solid #afa871;
	color: #4d493e;
	font: 9px Tahoma, Geneva, sans-serif;
	height: 18px;
	margin: 54px 0 0 20px;
	padding: 4px 6px 0 4px;
	width: 84px;
}

.rate {
	background-color: #ccbc65;
	border: 1px solid #afa871;
	color: #4d493e;
	font: 9px Tahoma, Geneva, sans-serif;
	height: 18px;
	margin: 54px 0 0 0;
	padding: 4px 6px 0 6px;
	width: 72px;
}

.ammount {
	background-color: #ccbc65;
	border: 1px solid #afa871;
	color: #4d493e;
	font: 9px Tahoma, Geneva, sans-serif;
	height: 18px;
	margin: 54px 0 0 0;
	padding: 4px 6px 0 6px;
	width: 108px;
}

.total {
	background-color: transparent;
	border: none;
	color: #4d493e;
	float: left;
	font: 22px Tahoma, Geneva, sans-serif;
	height: 24px;
	margin: 4px 0 0 118px;
	padding: 0 6px;
	width: 78px;
}

.calculate_but {
	float: left;
	height: 29px;
	margin: 9px 0 0 116px;
	padding: 0;
	width: 106px;
}

.calculator {
	float: left;
	padding: 0;
}


/* custom styles */


.rowHide 
{
	position: absolute;
	z-index:1;
	display: none; 
	cursor: none;
	border: 0px solid #ffffff;
	background-color: #51008F;
	vertical-align: top;
}

.rowShow
{
	position: absolute;
	z-index:1;
	display: block; 
	cursor: hand;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	border: 1px solid #A880C7;
	border-top: 0px solid #ffffff;
	background-color: #51008F;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 10px;
}

.dropdownover
{
	background-color: #6B26A0;
	height: 13px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
	font-size: 10px;
}

.dropdownout
{
	background-color: #51008F;
	height: 13px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

.dropdownlink:link, .dropdownlink:active, .dropdownlink:visited
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.dropdownlink:hover 
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color:#000000;
}

.rowHide2
{
	display: none; 
}

.rowShow2
{
	display: block; 
}


#alert {

background: #eadea1;
border: 5px solid;
text-align: center;
font-size: 1.3em;
line-height: 2;
}

#alert p {
margin: 0 0 20px 0;
}

#alert h3{
margin: 0 0 15px 0;
font-weight: bold;
}

table{
width: 100%;
margin: 20px 0;
}
#sidebar_interior ul{
clear:both;
margin-left: 13px;
}
#sidebar_interior li{
list-style-type: square;
padding: 0 0 10px 0;
}


