/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: center;
	color: #222;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.button {
	padding: 0 0 0 34px;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
a img {
	border-style: none;
	}
	
/* typography */

p {
	line-height: 1.4em;
	margin-bottom: 2em;
	}
	
ul, ol {
	margin-left: 15px;
	margin-bottom: 21px;
	}
.smaller {
	font-size: 80%;
	line-height: normal;
	}
.amp {
	font-family: lucida grande;
	font-style: italic;
	}
.lead {
	font-weight: bold;
	color: #069;
	font-size: 14px;
	}
blockquote p.lead {
	font-size: 16px;
	}
blockquote p.author {
	margin-top: -18px;
	text-align: right;
	}
ul#radio_shows li {
	list-style: none;
	margin-bottom: .5em;
	}
ul#radio_shows {
	margin: -1em 0 2em 0;
	}
p.more, p.meta {
	margin-top: -1em;
	}
p.meta {
	font-size: 80%;
	text-transform: uppercase;
	}

/* page structure */

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #036 url(../images/new-bg.gif) repeat-y 17% 0;
	}
#header {
	background: #fff;
	border-bottom: 4px solid #003366;
	height: 143px;
	}
#logo {
	padding: 20px 0 16px 20px;
	}
#logo img.logo {
	position: relative;
	z-index: 1000;
	}
#logo img.abright {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 500;
	}
#navigation {
	float: left;
	width: 19%;
	padding-top: 27px;
	}
#maincontent {
	float: right;
	width: 81%;
	padding: 20px 0 20px 0;
	background: #fff url(../images/mc-bg.gif) repeat-x;
	}
#content {
	float: left;
	width: 70.5%;
	border-right: 2px solid #e3e3e3;
	}
#content div {
	padding: 0 40px 20px 40px;
	}
body#loanapp #content {
	width: 95.5%;
	border-right: none;
	}
#content img.right {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	}
#content img.left {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #;
	}
#sidebar {
	float: right;
	width: 25%;
	font-size: 95%;
	padding-top: 4px;
	}
#sidebar div {
	padding: 0 20px 0 0px;
	}
#sidebar div.contactlist, #sidebar div.vevent {
	padding-bottom: 20px;
	}
#footer {
	clear: both;
	background: #5f5f5f url(../images/f-bg.gif) repeat-x top;
	color: #fff;
	padding: 20px;
	font-size: 85%;
	font-weight: bold;
	text-shadow: 0 0 0 #000;
	}

/* titles */

h1, h2, h3, h4 {
	color: #3333;
	line-height: 1em;
	}

h1 {
	font-size: 26px;
	line-height: 21px;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	}
	
h2 {
	font-size: 20px;
	margin-bottom: 14px;
	}
h3 {
	font-size: 15px;
	margin-bottom: 14px;
	}
h4 {
	margin-bottom: 14px;
	}

#sidebar h3 {
	color: #333;
	text-transform: uppercase;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	}
body#road h2 {
	font-size: 24px;
}

/* minitabs - from "Web Standards Solutions" by Dan Cederholm */

#nav li {
	margin: 0;
	padding: 0 5px 5px 4px;
	line-height: normal;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	text-shadow: 0 0 0 #000;
	}
#nav a {
	text-decoration: none;
	color: #ccc;
	padding-left: 15px;
	}
#nav a:hover {
	padding-left: 15px;
	color: #fc3;
	background: url(../images/navhov.gif) no-repeat left center;
	}
#nav a.active {
	padding-left: 15px;
	color: #fc3;
	background: url(../images/navhov.gif) no-repeat left center;
	cursor: default;
	}
ul#nav ul {
	margin-bottom: 0px;
	}	

/* links */

#content a {
	color: #169;
	text-decoration: underline;
	}
#content a:hover {
	color: #fff;
	background: #169;
	text-decoration: none;
	}
#sidebar a {
	color: #222;
	text-decoration: underline;
	}
#sidebar a:hover {
	color: #169;
	text-decoration: underline;
	}

/* lists */

#content ul {
        list-style-type: square;
        }
#sidebar ul {
	margin-left: 0;
	list-style: none;
	}
ul.links li {
	background: url(../images/page_link.gif) no-repeat 0 3px;
	padding-left: 17px;
	padding-bottom: 5px;
	}
ul.archive li, ul.mngdaccts li {
	background: url(../images/acrobat.gif) no-repeat 0 3px;
	padding-left: 17px;
	padding-bottom: 5px;
	}
ul.vevent li {
	background: url(../images/cal.gif) no-repeat 0 3px;
	padding-left: 17px;
	padding-bottom: 5px;
	}
ul.vevent li p {
	margin-bottom: 0px;
	}
div.r2r-links {
	color: #ccc;
	margin-left: 30px;
	}
div.r2r-links ul, div.r2r-links p {
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	}
div.r2r-links p {
	margin-bottom: 0;
	font-weight: bold;
	padding-bottom: 0;
	}
div.r2r-links li {
	background: url(../images/acrobat.gif) no-repeat 0 3px;
	padding-left: 17px;
	padding-bottom: 5px;
	margin-left: 0;
	list-style: none;
	}
div.r2r-links li a {
	color: #ccc;
	}
li {
	margin-bottom: .1em;
	}
dl dd ul {
	margin-top: -1em;
	}

/* definition lists */

dl.team dt {
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 2px;
	text-transform: uppercase;
	}
dl.team dd {
	text-align: justify;
	margin-bottom: 30px;
	}
dl.team p {
	margin-bottom: 10px;
	}
dl.glossary dt {
	color: #369;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	}
dl.glossary dd {
	margin-bottom: 20px;
	}

/* forms */

#thisform label, #thisform input {
	display: block;
	float: left;
	}
#thisform label {	
	font-weight: bold;
	text-align: right;
	width: 180px;
	padding-right: 20px;
	}
br {
	clear: left;
	}
#thisform dt {
	clear: both;
	float: left;
	}
#thisform dd {
	float: right;
	}
#thisform ol {
	margin-bottom: 0px;
	list-style-type: none;
	}
#thisform li {
	padding-bottom: 10px;
	}
#thisform textarea {
	font-size: 110%;
	width: 300px;
	height: 180px;
	}
#thisform fieldset {
	border: 1px solid #ccc;
	padding: 10px 20px;
	background: #f3f3f3;
	margin-bottom: 21px;
	}
#thisform legend {
	font-weight: bold;
	color: #fff;
	background: #069;
	border: 1px solid #666;
	border-bottom-color: #333;
	border-right-color: #333;
	padding: 4px 8px;
	}
#name, #home_addr, #plan_name, #frequency, #amount, #terms, #reason, #delivery {
	width: 200px;
	}
#city, #email, #zip, #day_phone, #fax, #ssn {
	width: 200px;
	}
#state {
	width: 40px;
	}
#submit {
	margin-bottom: 21px;
	}
	
/* tables */

table.limits {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #f3f3f3;
	margin-bottom: 21px;
	}
table.limits caption {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	color: #069;
	padding: 6px 0 6px 0;
	}
table.limits th, table.limits td {
	padding: 10px;
	font-size: 90%;
	}
table.limits tr.light {
	background: #fff;
	}
table.limits td.description {
	width: 270px;
	}
table.limits td.amount {
	width: 170px;
	}
table.limits tr:hover {
	background: #ddd;
	}

/* miscellaneous */

abbr {
	cursor: help;
	}
div.alert {
	background: #fdfdcd url(../images/warning.gif) no-repeat 10px 17px;
	border: 1px solid #c90;
	margin-bottom: 21px;
	}
div.alert p {
	margin: 0;
	padding-top: 15px;
	}
.dnld {
	background: url(../images/hcard.gif) no-repeat 0 3px;
	padding-left: 25px;
	line-height: 2em;
	}
#content a.map, #content a.map:hover {
	border: none;
	background: none;
	}
img.mapbutton {
	margin-bottom: 21px;
	}
#footer .vcard {
	float: right;
	text-align: right;
	line-height: normal;
	}
.nav_loan {
	color: #ccc;
	padding: 0 15px 0 35px;
	}
.r2rw-buttons {
	display: inline-block;
	margin: -1em 3em 2.5em 0;
}
#content a.r2rw-buttons:hover {
	background: none;
}
	
/* Fixes for IE/win */

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* IE doesn't like block anchors */
* html ul.articles li a { height: 1%; }

/* fixes weird IE body padding issue */
* html #wrap { height: 1%; }

/* self-clearing floats
----------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* target ie5+6/win only */

* html #body {
	height: 1%;
	}
* html #wrap {
	height: 1%;
	}
* html #minitabs {
	height: 1%;
	}
* html #header {
	height: 1%;
	}
* html #content {
	height: 1%;
	}
* html #footer {
	height: 1%;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */