/* ----- Start CSS Reset ----- */

/* ----- v1.0 | 20080212 ----- */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- End CSS Reset ----- */

/* ----- Elements ----- */

a {
color: #94270e;
text-decoration: none;
font-size: 12px;
}

a:hover {
color: #540404;
text-decoration: underline;
}

body {
background: url('../images/body-bg.gif') 50% 0% repeat-y #ededed;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
font-family: Garamond, Palatino, Georgia, "Times New Roman", Times, "Free Serif", serif;
font-weight: bold;
}

p {
font-size: 12px;
}

/* ----- End Elements -----*/

/* ----- ID's ----- */

#bank-pic {
width: 720px;
height: 336px;
background: url('../images/redstonebank.jpg') top left no-repeat;
}

#column {
width: 960px;
margin: 0 auto;
padding: 0 15px;
}

#content {
float: left;
width: 720px;
padding: 5px;
}

#footer {
clear: both;
float: left;
width: 100%;
border-top: 1px solid #919191;
padding: 12px 0;
margin: 20px 0 0 0;
}

#header {
float: left;
width: 100%;
border-top: 5px solid #94270e;
padding: 35px 0 0 0;
}

#header h1 {
text-indent: -9999px;
width: 309px;
height: 49px;
background: url('../images/logo.gif') top left no-repeat;
float: left;
}

#header #login {
float: right;
}

#sidebar {
float: right;
width: 190px;
border-left: 2px solid #ededed;
padding: 0 0 0 10px;
margin: 15px 0;
}

/* ----- End ID's ----- */

/* ----- Top Navigation Elements ----- */

#navigation {
clear: both;
float: left;
width: 100%;
height: 40px;
background: url('../images/nav-bg.gif') top left no-repeat;
}

#navigation #nav {
width: 100%;
float: left;
padding-left: 3px;
}

#navigation #nav li {
display: inline;
float: left;
}

#navigation #nav li a {
float: left;
text-indent: -9999px;
padding: 0;
margin: 0;
font-size: 10px;
}

#navigation #nav li a.home {
background: url('../images/home.gif') top left no-repeat;
width: 73px;
height: 40px;
}

#navigation #nav li a.home:hover {
background: url('../images/home.gif') top right no-repeat;
}

#navigation #nav li a.services {
background: url('../images/services.gif') top left no-repeat;
width: 134px;
height: 40px;
}

#navigation #nav li a.services:hover {
background: url('../images/services.gif') top right no-repeat;
}

#navigation #nav li a.concierge {
background: url('../images/concierge.gif') top left no-repeat;
width: 134px;
height: 40px;
}

#navigation #nav li a.concierge:hover {
background: url('../images/concierge.gif') top right no-repeat;
}

#navigation #nav li a.people {
background: url('../images/people.gif') top left no-repeat;
width: 90px;
height: 40px;
}

#navigation #nav li a.people:hover {
background: url('../images/people.gif') top right no-repeat;
}

#navigation #nav li a.contact {
background: url('../images/contact.gif') top left no-repeat;
width: 96px;
height: 40px;
}

#navigation #nav li a.contact:hover {
background: url('../images/contact.gif') top right no-repeat;
}

#navigation #nav li a.alt {
background-position: top right;
}

/* ----- End Top Navigation Elements ----- */

/* ----- Classes ----- */

.bio {
border-bottom: 1px dotted #ededed;
padding: 10px 0;
height: 200px;
width: 100%;
float: left;
}

.bio .img-right {
border: 1px solid #919191;
padding: 2px;
margin: 10px 0 0 50px;
}

.border-right {
border-right: 1px solid #94270e;
padding-right: 10px;
margin-right: 10px;
}

.break {
line-height: 2em;
}

.fdic {
display: block;
float: left;
text-indent: -9999px;
width: 89px;
height: 56px;
margin-top: 9px;
background: url('../images/fdic.gif') top left no-repeat;
}

.housing {
display: block;
float: left;
text-indent: -9999px;
width: 59px;
height: 56px;
background: url('../images/ehl.gif') top left no-repeat;
}

.img-right {
float: right;
padding: 15px 0 15px 20px;
}

.inner-content {
padding: 0 0 20px 0;
}

.link {
float: right;
width: 75%;
text-align: right;
padding: 0 15px 25px 0;
}

.map {
padding: 20px 15px 20px 0;
float: right;
}

.red {
color: #94270e;
}

.sidebar-block p a.go {
background: url('../images/go.gif') top left no-repeat;
width: 37px;
height: 24px;
margin: 0 auto;
display: block;
text-indent: -9999px;
}

.sidebar-block {
border-bottom: 2px dotted #ededed;
padding: 8px 0;
}

.border {
border: 1px solid #ededed;
padding: 6px 4px;
}

.center {
margin: 0 auto;
padding: 10px 0 10px 50px;
}

.last {
margin-bottom: 25px;
}

/* ----- End Classes ----- */

/* ----- Typography ----- */

.inner-content address {
font-size: 13px;
padding: 30px 0 0 5px;
line-height: 18px;
font-style: normal;
width: 200px;
}

#header #login a {
font-weight: bold;
}

#content h2 {
font-size: 24px;
width: 700px;
line-height: 25px;
padding: 10px 0;
}

#content h2.style {
font-size: 24px;
color: #94270e;
padding: 15px 0 10px 5px;
border-bottom: 2px dotted #919191;
width: 50%;
} 

#content h3 {
padding: 230px 0 0 25px;
color: #fff;
font-size: 20px;
}

#content .inner-content .bio h4 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #595959;
padding: 0 0 0 5px;
font-weight: normal;
}

#content p {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
padding: 25px 0 0 5px;
}

#content p a {
font-size: 14px;
}

#content .inner-content p {
padding: 10px 10px 0 5px;
font-size: 12px;
line-height: 16px;
}

#footer p, #footer p a {
float: left;
text-transform: uppercase;
line-height: 1.2em;
font-size: 11px;
}

#footer p.associations {
float: right;
}

#footer p.disclaimer { 
text-align: center;
border-top: 1px solid #717171;
text-transform: inherit;
font-size: 10px;
color: #717171;
padding: 10px 10px;
}

#content .inner-content h2 {
font-size: 24px;
color: #94270e;
padding: 15px 0 10px 5px;
border-bottom: 2px dotted #919191;
width: 35%;
}

#content .inner-content h3, #content .inner-content h3 a {
font-size: 15px;
color: #94270e;
padding: 20px 0 2px 5px;
font-family: Arial, Helvetica, sans-serif;
}

#content .inner-content h3 a {
padding-left: 0;
}

.sidebar-block h4 {
color: #94270e;
font-size: 18px;
padding: 4px 0 8px 0;
}

.sidebar-block p, .sidebar-block address {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
padding: 0 0 10px 0;
font-style: normal;
}

.border p {
padding: 0;
}

.sidebar-block .phone {
color: #919191;
font-weight: bold;
font-size: 14px;
line-height: 17px;
font-family: Georgia, Garamond, Palatino, "Times New Roman", Times, "Free Serif", serif;
text-align: center;
}

.sidebar-block .phone-header {
color: #94270e;
font-weight: bold;
font-size: 14px;
line-height: 17px;
font-family: Georgia, Garamond, Palatino, "Times New Roman", Times, "Free Serif", serif;
text-align: center;
}

