/* STYLESHEET FOR PLEADINGS BANK */

h3 + p {
	margin-top: 1em;
}
#column-left {
	border-top: 5px solid #FFF;
}
#subnav ul{
	margin: 0;
	padding: 0;
	display: block;
}
#subnav li {
	margin: 0;
	margin-left: 2em;
	padding: .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FDE3AB;
	text-transform: uppercase;
	letter-spacing: .05em;
	list-style: none;
}
#subnav a:link, #subnav a:visited {
	color: #FDE3AB;
	text-decoration: none;
}
#subnav a:hover, #subnav a:active, #subnav a:focus {
	color: #F93;
	text-decoration: none;
}
#subnav a.here {
	color: #F93;
}
/* may not be using this, i.e., not applied to the body tag */
#downloads #subnav-downloads a,
#templates #subnav-templates a,
#myinfo #subnav-myinfo a,
#home #subnav-home a,
#misc #subnav-misc a,
#admin #subnav-admin a, {
	color: #F93;
}

#infoTable {
	font-size: 90%;
}
#infoTable TD {
	padding: .5em 1em;
}


/************ from old stylesheet *************/

input { 
	margin: 1em 0;
	padding: 3px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

textarea, select {
	margin-top: 5px;
}
table {
	font: 100%/135% Verdana, Arial, Helvetica, sans-serif;
}

/************* CLASSES ****************/
.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.borderTop {
	border-top: 1px solid #CCC;
}
.borderBottom {
	border-bottom: 1px solid #CCC;
}

.formtext {
	text-align: right;
	float: left;
	margin-top: 12px;
	padding-right: 10px;
	width: 150px;
}
.textSmaller {
	font-size: 90%;
}

.boxed {
	margin-top: 2em;
	padding: 20px;
	border: 1px solid #CCC;
}
	
#login {
	margin-top: 2em;
	padding: 20px 20px 5px 20px;
	color: #EC8100;
	border: 1px solid #CCC;
}

#button {
	padding: 2px 5px;
	color: #333;
	background: #CCC;
}

