/* HTML */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* HTML RESET */

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

/* HTML */

body {
text-align: center;
background-color: #f2f2f2;
background-image: url('/images/bg.gif');
background-repeat: repeat;
background-position: top center;
font-family: Arial, Helvetica, sans-serif;
}

p {
margin: 10px 0px 10px 0px;
}

a {
color: #0072bc;
}

a:visited {
color: #00426d;
}

a:hover {
color: #5fb1e2;
text-decoration: none;
}

img {
border: 0px;
}

img[align="middle"] {
vertical-align: middle;
}

h1, h2, h3, h4 {
font-family: Arial, Helvetica, sans-serif;
color: #0072bc;
font-weight: bold;
}

h1 {
font-size: 20px;
letter-spacing: 2px;
margin: 0px 0px 20px 0px;
background-image: url('images/h1-bg.gif');
background-repeat: no-repeat;
background-position: 0% 50%;
padding-left: 20px;
}

h2 {
font-size: 16px;
margin: 30px 0px 20px 0px;
letter-spacing: 1.4px;
}

h3 {
font-size: 12px;
margin: 30px 0px 20px 0px;
text-transform: uppercase;
letter-spacing: 1.2px;
}

h4 {
font-size: 12px;
margin: 20px 0px 10px 0px;
}

h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover {
text-decoration: none;
color: #0072bc;
}

input, select, textarea {
border: 1px solid #5fb1e2;
background-color: #fafafa;
}

label {
font-size: 11px;
font-weight: bold;
display: block;
margin-top: 10px;
}

dl {
font-size: 12px;
}

dl dt, dl dd {
font-size: 12px;
}

dl dt {
font-weight: bold;
}

dl dd {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #d8d8d8;
}

dd a {
font-size: 10px;
}


/* LAYOUT */

#bg {
/*background-image: url('/images/bg2.gif');
background-repeat: no-repeat;
background-position: 50% 11px;*/
}

#main {
width: 745px;
padding: 15px;
margin: 10px auto 10px auto;
text-align: left;
background-color: #FFFFFF;
position: relative;
}

#top {
width: 745px;
height: 76px;
}

#top-credit-finance-logo {
width: 220px;
height: 76px;
float: left;
background-image: url('/images/top-logo-bg.jpg');
background-repeat: no-repeat;
}

#logo-img {
position: relative;
top: 12px;
left: 31px;
}

#top-menu {
width: 525px;
height: 76px;
float: right;
background-image: url('/images/top-menu-bg.jpg');
background-repeat: no-repeat;
}

#top-menu-text {
width: 240px;
position: relative;
top: 10px;
left: 300px;
}

.top-menu-section {
float: left;
}

.top-menu-section-separator {
background-image: url('/images/top-menu-separator.gif');
background-repeat: no-repeat;
background-position: 90% 0%;
}

#top-menu-text ul {
list-style-position: outside;
list-style: square;
margin: 0px 0px 0px 18px;
}

#top-menu-text li {
padding: 0px 0px 10px 0px;
}

#top-menu-text a, #top-menu-text a:visited, #top-menu-text a:hover {
color: #000000;
text-decoration: none;
font-size: 10px;
}

#top-menu-text a:hover {
text-decoration: underline;
}

#top-separator {
width: 745px;
height: 7px;
background-image: url('/images/top-separator.gif');
background-repeat: no-repeat;
line-height: 0px;
font-size: 0px; /* stupid IE 6.0 bug adding extra space after empty div */
}

#header {
width: 745px;
height: 85px;
}

#header-separator {
width: 745px;
height: 8px;
background-image: url('/images/header-separator.gif');
background-repeat: no-repeat;
line-height: 0px;
font-size: 0px; /* stupid IE 6.0 bug adding extra space after empty div */
}

#menu-main {
width: 745px;
height: 30px;
background-color: #000000;
}

#menu-main ul {
list-style: none;
height: 30px;
margin-left: 20px;
}

#menu-main li {
float: left;
width: 130px;
height: 30px;
text-align: center;
border-left: 2px solid white;
}

#menu-main li.last {
border-right: 2px solid white;
}

#menu-main a, #menu-main a:visited, #menu-main a:hover {
display: block;
color: #FFFFFF;
text-decoration: none;
font-size: 11px;
background-image: url('/images/menu-main-links-bg1.gif');
background-repeat: repeat-x;
height: 24px;
padding: 8px 0px 0px 0px;
}

#menu-main a:hover {
background-image: url('/images/menu-main-links-bg2.gif');
}

#menu-main a.current, #menu-main a.current:visited, #menu-main a.current:hover {
background-image: url('/images/menu-main-links-bg2.gif');
font-weight: bold;
}


#menu-main-separator {
width: 745px;
height: 3px;
background-color: #FFFFFF;
line-height: 0px;
font-size: 0px; /* stupid IE 6.0 bug adding extra space after empty div */
}

#menu-sub {
width: 745px;
height: 21px;
background-color: #dcdbdb;
}

#menu-sub ul {
list-style: none;
height: 21px;
}

#menu-sub li {
float: left;
width: 110px;
height: 21px;
text-align: center;
background-image: url('/images/menu-sub-separator.gif');
background-repeat: no-repeat;
background-position: 100% 50%;
}

#menu-sub li.last {
background-image: none;
}

#menu-sub a, #menu-sub a:visited, #menu-sub a:hover {
color: #000000;
text-decoration: none;
font-size: 11px;
display: block;
margin-top: 4px;
}

#menu-sub a:hover {
text-decoration: underline;
}

#menu-sub a.current, #menu-sub a.current:visited, #menu-sub a.current:hover {
text-decoration: underline;
}

#content {
width: 745px;
min-height: 300px;
font-size: 12px;
background-image: url('/images/content-bg.gif');
background-repeat: repeat-x;
background-position: top;
}

/* for Internet Explorer 6.0 */
* html #content {
height: 300px;
}

#path {
padding: 20px 20px 0px 20px;
font-size: 10px;
color: #333333;
}

#path a {
color: #333333;
}

#path a:visited {
color: #333333;
}

#path a:hover {
color: #333333;
text-decoration: none;
}

.path-separator {
margin: 0px 5px 0px 5px;
}

#content-text {
padding: 30px 20px 10px 20px;
line-height: 1.5;
}


#content-text ul, ol {
list-style-position: outside;
list-style: disc;
list-style-image: none;
margin: 10px 0px 0px 18px;
padding: 0px;
}

#content-text li {
margin: 0px;
padding: 0px 0px 10px 0px;
}

#content-text ol {
list-style: decimal;
}

#bottom {
width: 745px;
}

#bottom-text {
text-align: center;
color: #959595;
font-size: 10px;
padding: 10px 10px 0px 10px;
line-height: 1.4;
}

#bottom-text a, #bottom-text a:visited, bottom-text a:hover {
color: #959595;
}

#bottom-text a:hover {
text-decoration: none;
}


/* CLASSES */


input.outward {
background-image: url('/images/input-bg.gif');
background-repeat: repeat-x;
}

input.invisible {
border: none;
background-color: transparent;
font-weight: bold;
}

.block-intro {
padding: 10px 20px 20px 20px;
border: 1px solid #0072bc;
margin-bottom: 20px;
}

.block-intro h2 {
margin-top: 0px;
}

.block-intro h3 {
margin-top: 10px;
margin-bottom: 10px;
}

#content-text .block-intro ul {
list-style: none;
margin: 10px 0px 10px 0px;
padding: 0px;
}

#content-text .block-intro li {
margin: 0px;
padding: 0px;
display: inline; /* bug extra vertical space IE 6 */
}

.block-intro li a, .block-intro li a:visited, .block-intro li a:hover {
display: block;
color: #0072bc;
text-decoration: none;
font-size: 11px;
padding: 2px 5px 2px 15px;
background-image: url('images/block-list-bullet.gif');
background-repeat: no-repeat;
background-position: 5px 50%;
border: 1px solid white;
}


.block-intro li a:hover {
border: 1px solid #a7e0ff;
background-color: #e9f7ff;
}

.block-intro li a:visited {
color: #00426d;
}

table.figures {
border-top: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
}

table.figures td {
padding: 4px;
border-bottom: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
font-size: 11px;
}

table.form {
width: 100%;
table-layout: fixed;
}

table.form td {
padding: 5px;
font-size: 11px;
}

table.form label {
font-size: 11px;
font-weight: normal;
display: inline;
margin: 0px;
}

table.form select {
font-size: 10px;
}

table.form .rowdark {
background-color: #f6f6f6;
}

table.form .rowlight {
background-color: transparent;
}

table.form .rowblack {
background-color: #000000;
}

table.form .number {
font-weight: bold;
color: #0072bc;
}

table.form .note {
font-style: italic;
color: #959595;
}

table.form input {
font-size: 11px;
}

tr.rowblack td {
padding: 6px;
font-size: 11px;
color: #FFFFFF;
}

tr.rowblack label {
font-size: 11px;
font-weight: normal;
display: inline;
margin: 0px;
color: #FFFFFF;
}

tr.rowblack input {
font-size: 11px;
color: #FFFFFF;
background-color: #666666;
border-color: #999999;
}

tr.rowblack input.invisible {
border: none;
background-color: transparent;
font-weight: bold;
}


.form-separator {
margin: 10px 0px 10px 0px;
border-top: 1px solid #000000;
border-bottom: none;
border-right: none;
border-left: none;
line-height: 0px;
font-size: 0px; /* stupid IE 6.0 bug adding extra space after empty div */
}


.photo-left {
float: left;
margin: 0px 20px 10px 0px;
}

.photo-right {
float: right;
margin: 0px 0px 10px 20px;
}

#glossary-note {
position: absolute;
top: 200px;
right: 30px;
width: 101px;
height: 103px;
font-size: 10px;
color: #544a2c;
background-image: url('/images/post-it.gif');
background-repeat: no-repeat;
background-position: top left;
}

#glossary-note p {
padding: 5px 15px 0px 10px;
}

#glossary-note a, #glossary-note a:visited, #glossary-note a:hover {
color: #544a2c;
text-decoration: underline;
}

#glossary-note a:hover {
text-decoration: none;
}


#content-nav {
text-align: center;
margin: 40px 0px 20px 0px;
}

#content-nav a, #content-nav a:visited, #content-store-link a, #content-store-link a:visited {
font-size: 10px;
color: #666666;
text-decoration: none;
}

#content-nav a:hover, #content-store-link a:hover {
text-decoration: underline;
}

#content-nav-next, #content-nav-previous {
margin-top: 10px;
width: 300px;
}

#content-nav-next {
float: right;
text-align: right;
}

#content-nav-previous {
float: left;
text-align: left;
}

img.tooltip-icon {
cursor: help;
}

.tooltip {
position: relative;
display: inline;
width: 0px;
height: 0px;
}

.tooltiptext {
display: none;
position: absolute;
bottom: -20px;
left: 20px;
width: 200px;
color: #000000;
padding: 5px;
font-size: 11px;
background-color: #ffffe1;
border: 1px solid #000000;
}

.dotted-lign {
text-align: center;
margin: 10px 0px 10px 0px;
background-image: url('/images/lign-dotted.gif');
background-repeat: repeat-x;
background-position: left;
}

.quote {
margin: 10px 0px 10px 0px;
background-image: url('/images/quote-left.gif');
background-position: top left;
background-repeat: no-repeat;
}

.quote1 {
background-image: url('/images/quote-right.gif');
background-position: bottom right;
background-repeat: no-repeat;
}

.quote2 {
font-size: 16px;
font-weight: bold;
line-height: 1.4;
color: #69aed5;
padding: 0px 24px 0px 24px;
}

/* slides */

#slides {
font-size: 11px;
}

#slides img {
max-width: 80px;
max-height: 80px;
}

/* Share page */

#share {
margin: 10px 0px 10px 0px;
}

#share-box {
text-align: center;
width: 120px;
border: 1px solid #cacaca;
padding: 3px;
}

#share-box-facebook {
width: 120px;
padding-top: 4px;
margin: 0px 0px 0px auto;
}


/*
hack to correct Containing Floats problem 
http://www.complexspiral.com/publications/containing-floats/
*/
div.clearer {
clear: both; 
margin: 0px;
padding: 0px;
height: 0px;
line-height: 0px;
}

