@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin-bottom: 20px;
	line-height: 14px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text-headline {
	font-size: 14px;
	line-height: 16px;
}
.text-magenta {
	color: #E4196A;
}
.text-magenta-bold {
	font-weight: bold;
	color: #E4196A;
}
.text-bold {
	font-weight: bold;
}
.text-small {
	font-size: 9px;
	line-height: 11px;
}
.text-small-bold  {
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
}
.text-small-bold-magenta  {
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #E4196A;	
}
.text-logout  {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #E4196A;
	text-align: center;
}
p {
	position: relative;
	font-size: 11px;
	padding-bottom: 10px;
}
td {
	font-size: 11px;
}
a {
	margin: 0px;
	padding: 0px;
	color: #33FF00;
}
a:link {
	color: #000000;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #e5266c;
	text-decoration: none;
}
a:active {
	color: #e5266c;
	text-decoration: none;
}
ul{
	list-style-type: disc;
	color: #333333;
	font-size: 11px;
	list-style-position: inside;
	padding-bottom: 10px;
}

ul ul{
	list-style-type: square;
	color: #333333;
	font-size: 11px;
}

ul ul ul{
	list-style-type: none;
	color: #333333;
	font-size: 11px;
}

ol{
	color: #333333;
	font-size: 11px;
}

ol ol{
	color: #333333;
	font-size: 11px;
}

ol ol ol{
	color: #333333;
	font-size: 11px;
}

.ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 11px;
	line-height: 14px;
	color: #0066FF;
}
h1 {
	font-size: 17px;
	display: block;
	position: relative;
	height: 31px;
	width: 590px;
	color: #FFFFFF;
	line-height: 32px;
	text-indent: 40px;
	font-weight: normal;
	letter-spacing: 1px;
}
h2  {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	height: 28px;
	width: 590px;
	position: relative;
	line-height: 28px;
	text-indent: 60px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	height: auto;
	width: 99%;
	color: #FFFFFF;
	background-color: #152663;
	margin-bottom: 7px;
	position: relative;
}

h4 {
	color: #000000;
	display: block;
	position: relative;
	height: 42px;
	width: 263px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 28px;
	padding-left: 35px;
	margin-top: 10px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000000;
	display: block;
	padding: 2px;
}

h6 {
	display: block;
	position: relative;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	/*vertical-align: middle;*/
	padding-top: 12px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
	width: 951px;
	position: relative;
	font-size: 16px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}
#masthead {
	position: relative;
	height: 114px;
	width: 951px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#masthead #logo {
	position: absolute;
	height: auto;
	width: auto;
	top: 0px;
	left: 0px;
}
#masthead #statement {
	position: absolute;
	height: auto;
	width: auto;
	top: 43px;
	left: 666px;
	z-index: auto;
}

#masthead #top-menu {
	position: absolute;
	width: 540px;
	height: auto;
	top: 0px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 390px;
}
#left-nav {
	display: block;
	height: auto;
	background-color: #FFFFFF;
	width: 159px;
	float: left;
	padding-left: 16px;
}
#left-nav  #login-ad a:link, #left-nav #login-ad a:visited {
	/*background-image: url(../images/ads/login-box.gif);*/
	display: block;
	position: relative;
	height: 153px;
	width: 180px;
}
#left-nav #login-ad a:hover {
	/*background-image: url(../images/ads/login-box-over.gif);*/
}
#left-nav #login-ad {
	/*background-image: url(../images/ads/login-box.gif);*/
}
#main {
	display: block;
	width: 567px;
	background-color: #FFFFFF;
	margin-left: 15px;
	float: left;
}
#main #column1 {
	width: 191px;
	margin-bottom: 14px;
	display: block;
	position: absolute;
	top: 368px;
	left: 0px;
}
#main #column2 {
	margin-bottom: 14px;
	display: block;
	float: left;
	top: 368px;
	position: absolute;
	width: 191px;
	left: 200px;
}
#main #column3 {
	margin-bottom: 14px;
	width: 191px;
	left: 382px;
}
#main  #table  {
}
/*#main #table li {
	list-style-type: disc;
}*/
#main  #main-ad  {
	display: block;
	margin-top: 16px;
	margin-bottom: 14px;
}
#main #apply-now {
	margin-top: 7px;
	text-align: center;
}
#main ul {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}
#right-nav {
	display: block;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	float: left;
}
#right-nav  #loan-calc  {
	display: block;
}

#right-nav li {
	/*background-image: url(../images/interface/menu-item-rhs.gif);*/
	display: block;
	position: relative;
	height: 28px;
	width: 180px;
	color: #FFFFFF;
	list-style-type: none;
	text-indent: 16px;
	line-height: 22px;
}
#rhs-loan-ad {
	margin-top: 14px;
}
.clear-all {
	clear: both;
	float: none;
}
#selector-button {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	top: 90px;
	left: 40px;
}
#banner-ad-one {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	top: 53px;
	left: 222px;
}
#banner-ad-two {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	left: 100px;
	top: 63px;
}
#banner-ad-three {
	display: block;
	position: relative;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	margin-top: 16px;
	margin-bottom: 14px;
}
.page-padding {
	display: block;
	clear: both;
	float: none;
	height: 26px;
	width: auto;
	position: relative;
	background-color: #FFFFFF;
}
#email-support {
	display: block;
	position: absolute;
	height: 38px;
	width: 283px;
	top: 196px;
	left: 130px;
	right: auto;
	bottom: auto;
}


/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	font-size: 12px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-decoration: underline;
	width: 136px;
	padding-right: 0px;
}
.CollapsiblePanelContent a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
}
#contact {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#footer {
	display: block;
	/* width: 911px; */
	text-align: center;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
.footer-links {
	display: block;
	position: relative;
	height: auto;
	width: auto;
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}
.footer-links ul {
	list-style-type: none;
	display: inline;
	position: relative;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.footer-links li {
	display: inline;
	position: relative;
	margin-right: 8px;
	margin-left: 8px;
	height: auto;
	overflow: visible;
}
.enlarge {
	font-size: 14px;
	line-height: 22px;
}
.enlarge  .magnify:hover {
	font-size: 22px;
}
.apply-button {
	text-align: center;
	display: block;
	position: relative;
	width: 590px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page-bottom {
	background-color: #868889;
	display: block;
	height: 38px;
	width: 910px;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#general-block {
	display: block;
	width: 100%;
	margin-top: 14px;
}
.form-inputField {
	width: 158px;
	border: 1px solid #000000;
	font-size: 11px;
	background-color: #eef3ce;
	padding: 4px;
}
.form-inputDropMenu {
	width: 158px;
	border: 1px solid #000000;
	font-size: 11px;
	background-color: #eef3ce;
	height: 22px;
}
.form-bgColour {
	background-color: #eef3ce;
}
#home {
	height: 600px;
	width: 600px;
	display: block;
}
