/* RESET BROWSER STYLES ---------------------------------------- */

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;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------- */

body
{
	background: url(../images/global/nav/nav_strip.png) repeat-x top left;
	font-family: "Lucida Grande","Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #595959;
}
body a
{
	color: #7FC429;
	text-decoration: none;
}
body a:hover
{
	color: #7FC429;
	text-decoration: underline;
}

#wrapper
{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

/* ------------------------------------------------
HEADINGS
------------------------------------------------ */

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	z-index: 5;
}
h2
{
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 20px;
}
h3
{
	font-size: 16px;
	line-height: 22px;
	color: #8CCF37;
}
div.colOne h3
{
	margin-bottom: 20px;
}
h5
{
	font-size: 12px;
	color: #4f4f4f;
	margin-bottom: 10px;
}

/* ------------------------------------------------
MAIN NAVIGATION
------------------------------------------------ */

#mainNav
{
	height: 51px;
	margin-left: 76px;
}
#nav
{
	list-style: none;
	height: 51px;
	margin: 0;
	padding: 0;
}
#mainNav a
{
	display: block;
}
.mainNavLink,.mainNavLinkOn
{
	position: relative;
	height: 51px;
}
.mainNavLink span,.mainNavLinkOn span
{
	position: absolute;
	width: 100%;
	height: 100%;
}
.mainNavItem
{
	float: left;
	height: 51px;
}

h1
{
	float: left;
	width: 66px;
	height: 51px;
	position: relative;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}
h1 span
{
	background: url(../images/global/nav/logo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#home .mainNavLink,#home .mainNavLinkOn
{
	width: 64px;
}
#home .mainNavLink span
{
	background: url(../images/global/nav/home.png) no-repeat top left;
}
#home .mainNavLink:hover span
{
	background: url(../images/global/nav/home.png) no-repeat center left;
}
#home .mainNavLinkOn span
{
	background: url(../images/global/nav/home.png) no-repeat bottom left;
}

#about .mainNavLink,#about .mainNavLinkOn
{
	width: 85px;
}
#about .mainNavLink span
{
	background: url(../images/global/nav/about.png) no-repeat top left;
}
#about .mainNavLink:hover span
{
	background: url(../images/global/nav/about.png) no-repeat center left;
}
#about .mainNavLinkOn span
{
	background: url(../images/global/nav/about.png) no-repeat bottom left;
}

#services .mainNavLink,#services .mainNavLinkOn
{
	width: 81px;
}
#services .mainNavLink span
{
	background: url(../images/global/nav/services.png) no-repeat top left;
}
#services .mainNavLink:hover span
{
	background: url(../images/global/nav/services.png) no-repeat center left;
}
#services .mainNavLinkOn span
{
	background: url(../images/global/nav/services.png) no-repeat bottom left;
}

#contacts .mainNavLink,#contacts .mainNavLinkOn
{
	width: 84px;
}
#contacts .mainNavLink span
{
	background: url(../images/global/nav/contacts.png) no-repeat top left;
}
#contacts .mainNavLink:hover span
{
	background: url(../images/global/nav/contacts.png) no-repeat center left;
}
#contacts .mainNavLinkOn span
{
	background: url(../images/global/nav/contacts.png) no-repeat bottom left;
}

.subNavHide
{
	display: none;
}
.subNavShow
{
	position: absolute;
	width: 170px;
	list-style: none;
	background: url(../images/global/nav/sub_back.png) no-repeat bottom left;
	margin: 0;
	padding: 20px 0px 10px 0px;
	z-index: 700;
}
.subNavShow li
{
	float: none;
	height: 20px;
	font-size: 11px;
	line-height: 15px;
}
.subNavShow a
{
	height: 17px;
	color: #fff;
	text-decoration: none;
	background: url(../images/global/nav/sublink_back.png) no-repeat top left;
	text-indent: 25px;
	padding-top: 3px;
}
.subNavShow a:hover
{
	color: #4d4d4d;
	text-decoration: none;
	background: url(../images/global/nav/sublink_back.png) no-repeat bottom left;
}

a.bigButt
{
	display: block;
	position: relative;
	width: 404px;
	height: 50px;
	margin-bottom: 10px;
}
a.bigButt span
{
	position: absolute;
	width: 100%;
	height: 100%;
}
a.downloadAppFormButt span
{
	background: url(../images/buttons/download_app_form.png) no-repeat top left;
}
a.downloadAppFormButt:hover span
{
	background: url(../images/buttons/download_app_form.png) no-repeat bottom left;
}
a#downloadGuideButt span
{
	background: url(../images/buttons/download_full_guide.png) no-repeat top left;
}
a#downloadGuideButt:hover span
{
	background: url(../images/buttons/download_full_guide.png) no-repeat bottom left;
}
a#submitEnquiryButt span
{
	background: url(../images/buttons/submit_enquiry.png) no-repeat top left;
}
a#submitEnquiryButt:hover span
{
	background: url(../images/buttons/submit_enquiry.png) no-repeat bottom left;
}

#customersButt
{
	position: absolute;
	top: 13px;
	right: 76px;
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: url(../introducers/images/customers_butt.gif) no-repeat top left;
	text-align: center;
	font-size: 13px;
}
#customersButt:hover
{
	text-decoration: none;
	color: #ccc;
}

/* ------------------------------------------------
HEADER IMAGES
------------------------------------------------ */

div.header
{
	width: 848px;
	height: 122px;
	border: 0;
	margin-bottom: 20px;
}
div#companyBackground
{
	background: url(../images/aboutus/company_background.jpg) no-repeat top left;
}
div#greenPolicy
{
	background: url(../images/aboutus/green_policy.jpg) no-repeat top left;
}
div#contactHeader
{
	background: url(../images/contacts/contact.jpg) no-repeat;
}
div#securedLoans
{
	background: url(../images/securedloans/secured_loans.jpg) no-repeat;
}
div#lifeInsurance
{
	background: url(../images/lifeinsurance/life_insurance.jpg) no-repeat;
}
div#debtManagement
{
	background: url(../images/debtmanagement/debt_management.jpg) no-repeat top left;
}
div#applyOnline
{
	background: url(../introducers/images/services/apply_online.jpg) no-repeat top left;
}
div#testimonialHeader
{
	background: url(../images/testimonials/testimonial.jpg) no-repeat;
}
/* ------------------------------------------------
COLUMNS AND WRAPPERS
------------------------------------------------ */

#contentWrapper
{
	margin: 20px 76px 20px 76px;
	
}
#mainContent
{
	float: left;
	width: 848px;
	margin-bottom: 20px;
}
.colWrapper
{
	float: left;
	position: relative;
}
.colOneLarge, .colOne, .colTwo, .colThree
{
	float: left;
	margin-right: 20px;
}
.colOneLarge
{
	width: 624px;
}
.colOne
{
	width: 404px;
}
.colTwo, .colThree
{
	width: 202px;
}
.colThree
{
	margin: 0;
}
.fauxCols
{
	float: left;
	width: 848px;
	background: url(../images/global/faux_cols.png) no-repeat bottom right;
}
.testimonial-container
{
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
}
.testimonial-container .testimonial
{
	margin-bottom: 10px;
}

/* ------------------------------------------------
TEXT
------------------------------------------------ */

p
{
	margin-bottom: 20px;
}

.tickList
{
	list-style: none;
	margin: 0px 0px 20px 0px;
}
.tickList li
{
	background: url(../images/icons/list_tick_b_w.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 19px;
	margin-bottom: 5px;
}
.testimonial-container p.author
{
	color:#8B8B8B;
	font-weight:bold;
	text-transform: capitalize;
}
/* ------------------------------------------------
BOXES
------------------------------------------------ */

.colOneBox,.colOneBoxNoMargin
{
	float: left;
}
.colOneBox
{
	margin-bottom: 20px;
}
.colTwoBox
{
	float: left;
	width: 202px;
	margin: 0px 0px 20px 20px;
}

.boxTitle
{
	height: 45px;
}
.colOneBox .boxTitle,.colOneBoxNoMargin .boxTitle
{
	width: 404px;
	background: url(../images/global/boxes/col1_top.png) no-repeat;
	line-height: 45px;
}
.colOneBoxNoMargin .boxTitle h3
{
	padding: 0px 15px 0px 15px;
	height: 45px;
	line-height: 45px;
}
.colTwoBox .boxTitle
{
	background: url(../images/global/boxes/tools_top.png) no-repeat;
	color: #73BE1E;
}

.colOneBox .content,.colOneBoxNoMargin .content
{
	padding: 10px 15px 10px 15px;
	width: 374px;
	background: url(../images/global/boxes/box_bottom.gif) no-repeat bottom left;
}
.colTwoBox .content
{
	background: url(../images/global/boxes/tools_back.gif) repeat-y top left;
}

.colOneBox .boxBase,.colOneBoxNoMargin .boxBase
{
	height: 4px;
	width: 404px;
	background: url(../images/global/boxes/col1_base.png) no-repeat;
}

div.subNavBox
{
	float: left;
	width: 202px;
	margin: 0px 0px 0px 20px;
}
div.subNavBox h3
{
	height: 35px;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	background: url(../images/global/subnav_title.gif) no-repeat top left;
	color: #73BE1E;
	font-size: 14px;
}
div.subNavBox li
{
	height: 35px;
}
div.subNavBox li a
{
	display: block;
	width: 172px;
	height: 35px;
	padding-left: 30px;
	line-height: 37px;
	font-size: 13px;
	color: #6A6A6A;
	background: url(../images/global/subnav_bg.png) no-repeat top left;
}
div.subNavBox li a:hover,div.subNavBox li a.active
{
	color: #000;
	text-decoration: none;
	background: url(../images/global/subnav_bg.png) no-repeat bottom left;
}
div#subFauxCol
{
	float: left;
	background: url(../images/global/subnav_extend_base.gif) no-repeat bottom right;
	margin-bottom: 10px;
}
div.colTwo div#subContent
{
	float: left;
	width: 188px;
}
div.colTwo div#subContent h3
{
	padding: 0;
	color: #82CC25;
	margin-bottom: 10px;
}
div.colTwo div#subContent p
{
	font-size: 10px;
	line-height: 17px;
	color: #7F7F7F;
}

.formRow
{
	float: left;
	position: relative;
	width: 372px;
	background-color: #E3F5F9;
	padding: 10px 15px 10px 15px;
	margin-bottom: 1px;
}
.formRow *
{
	float: left;
}
label
{
	width: 130px;
	padding: 3px 15px 0px 0px;
}
label.error
{
	color: #900;
}
.inputForm .radio
{
	width: auto;
	height: auto;
}
.inputForm .radioLabel
{
	width: auto;
	padding: 0;
	margin: 0px 15px 0px 5px;
}
.addToolTip
{
	position: absolute;
	right: 12px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icons/help.gif) no-repeat top left;
	margin: 5px 0px 0px 15px;
}
.boxContent
{
	float: left;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.inputForm td
{
	background-color: #E3F5F9;
	border-top: 1px solid #fff;
	padding: 15px;
	vertical-align: top;
}

.buttonBase
{
	clear: left;
	position: relative;
	height: 25px;
	padding: 10px 0px 10px 15px;
	background: url(../images/boxes/404_button_base.png) no-repeat bottom left;
}

iframe
{
	width: 370px;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
iframe#map
{
	width: 404px;
	margin-bottom: 0;
}

.inputForm input
{
	background: url(../images/global/textfield_back.gif) repeat-x top left;
	padding: 3px 5px 3px 5px;
	width: 190px;
	height: 17px;
	border: 1px solid #cfcfcf;
}
.inputForm input, .inputForm td a,.inputForm textarea,.inputForm select
{
	float: left;
}
.inputForm textarea
{
	background: #fff url(../images/backgrounds/textfield_back.gif) repeat-x top left;
	padding: 3px 5px 3px 5px;
	width: 190px;
	height: 100px;
	border: 1px solid #cfcfcf;
	font-family: "Lucida Grande","Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputForm select
{
	background: #fff url(../images/backgrounds/textfield_back.gif) repeat-x top left;
	padding: 3px 0px 3px 5px;
	width: 202px;
	border: 1px solid #cfcfcf;
}
.inputForm input.error, .inputForm textarea.error, .inputForm select.error,
{
	border-color: #900;
}
.inputForm td a
{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icons/help.gif) no-repeat top left;
	margin: 5px 0px 0px 15px;
}
#inputForm .dateMenu
{
	width: 65px;
}
#inputForm select *
{
	float: none;
}
#inputForm .yearField
{
	width: 65px;
}
.nextButt,.prevButt
{
	position: absolute;
	top: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 25px;
	width: 65px;
	height: 21px;
	background: url(../images/buttons/next_step.png) no-repeat top left;
}
.nextButt:hover,.prevButt:hover
{
	color: #fff;
	text-decoration: none;
	background: url(../images/buttons/next_step.png) no-repeat bottom left;
}

.nextButt
{
	right: 15px;
}
.prevButt
{
	left: 15px;
}

/* ------------------------------------------------
LEGAL
------------------------------------------------ */

#legal
{
	color: #969696;
	font-size: 11px;
}
#legal a
{
	color: #8BCB39;
	text-decoration: none;
}
#legal a:hover
{
	color: #8BCB39;
	text-decoration: underline;
}

/* ------------------------------------------------
SUB NAV
------------------------------------------------ */

div.subNavBox
{
	float: left;
	width: 202px;
	margin: 0px 0px 0px 20px;
}
div.subNavBox h3
{
	height: 35px;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	background: url(../images/global/subnav_title.gif) no-repeat top left;
	color: #73BE1E;
	font-size: 14px;
}
div.subNavBox ul
{
	border-bottom: 1px solid #ccc;
}
div.subNavBox li
{
	height: 35px;
}
div.subNavBox li a
{
	display: block;
	width: 172px;
	height: 35px;
	padding-left: 30px;
	line-height: 37px;
	font-size: 13px;
	color: #6A6A6A;
	background: url(../images/global/subnav_bg.png) no-repeat top left;
}
div.subNavBox li a:hover,div.subNavBox li a.active
{
	color: #000;
	text-decoration: none;
	background: url(../images/global/subnav_bg.png) no-repeat bottom left;
}

/* ------------------------------------------------
HELP/SEARCH BOX
------------------------------------------------ */

#helpBox
{
	clear: both;
	margin-bottom: 20px;
}
div#helpBox h3
{
	height: 35px;
	line-height: 35px;
	padding: 0px 15px 0px 15px;
	background: url(../images/global/search_title.gif) no-repeat top left;
	color: #4BBBD6;
	font-size: 14px;
}
#helpBox .content
{
	background: url(../images/global/boxes/help_back.gif) repeat-y top left;
	padding: 20px 15px 20px 20px;
	font-size: 11px;
	float: left;
	width: 848px;
}
#helpBox .content a
{
	color: #969696;
	text-decoration: none;
}
#helpBox .content a:hover
{
	color: #4f4f4f;
	text-decoration: none;
}

#helpBox .content h5 a
{
	color: #4f4f4f;
}
#helpBox .content h5 a:hover
{
	text-decoration: underline;
}
#helpBox .boxBase
{
	height: 5px;
	background: url(../images/global/boxes/help_base.png) no-repeat;
	clear: left;
}

div.mapSection
{
	float: left;
	margin-right: 30px;
}
div.mapSection h5
{
	float: left;
	margin-right: 7px;
}
div.mapSection ul
{
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 7px;
}

/* ------------------------------------------------
FORMS
------------------------------------------------ */

#formCol
{
	float: left;
	width: 194px;
	padding: 0 17px 0 10px;
	margin-bottom: 20px;
}
#formCol h3
{
	color: #666;
	margin-bottom: 15px;
}
#formCol form div
{
	margin-bottom: 5px;
}
#formCol label
{
	display: block;
	padding-bottom: 2px;
}
#formCol form div input, #formCol form div select
{
	width: 182px;
	padding: 3px 5px;
	border: 1px solid #cfcfcf;
	background: url(../../images/global/textfield_back.gif) repeat-x top left;
}
#formCol form div select
{
	width: auto;
	padding: 0;
}
#formCol form div input.option
{
	border: 0;
	padding: 0;
}
#formCol #continue
{
	position: relative;
	left: 112px;
}
#submenuCol
{
	float: left;
	width: 202px;
}
div.subNavBox
{
	margin: 0 0 20px 0;
}
#submenuCol h4, .colThree h4
{
	color: #A8A8A8;
	margin-bottom: 20px;
}
#submenuCol img, .colThree img
{
	margin-bottom: 20px;
}
#submenuCol img.first, .colThree img.first
{
	margin-right: 15px;
}
#thanks
{
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #F99806;
	background-color: #FEEBA7;
	padding: 10px;
}

/* ------------------------------------------------
ABOUT US
------------------------------------------------ */

div#aboutUsBox div.content
{
	float: left;
	border: 0;
}
div.aboutUsNames
{
	float: left;
	width: 165px;
	padding-left: 20px;
	background: url(../images/aboutus/arrow.gif) no-repeat top left;
}
div#ourVision
{
	position: absolute;
	top: 322px;
	right: 0;
	width: 365px;
	height: 102px;
	padding: 28px 30px 0px 30px;
	background: url(../images/aboutus/vision_bg.gif) no-repeat top left;
	color: #2C5E96;
	font-size: 12px;
}

/* ------------------------------------------------
CONTACTS
------------------------------------------------ */

ul#contactList
{
	margin-bottom: 20px;
}

#callbackPage .boxContent ul
{
	list-style: none;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 15px 0px;
}
#callbackPage .boxContent li
{
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0px 5px 0px;
}
#callbackPage .boxContent span
{
	color: #6ABAD6;
}

.boxBase
{
	clear: left;
}

.colOne h3
{
	color: #48BAD6;
}

.formRow
{
	float: left;
	position: relative;
	width: 372px;
	background-color: #E3F5F9;
	padding: 10px 15px 10px 15px;
	margin-bottom: 1px;
}
.formRow *
{
	float: left;
}

.formDivider
{
	float: left;
	position: relative;
	width: 372px;
	background-color: #fff;
	padding: 0px 0px 15px 0px;
	margin-bottom: 1px;
}

label
{
	width: 130px;
	padding: 3px 15px 0px 0px;
}

.inputForm .radio
{
	width: auto;
	height: auto;
}
.inputForm .radioLabel
{
	width: auto;
	padding: 0;
	margin: 0px 15px 0px 5px;
}

.boxContent
{
	float: left;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.inputForm td
{
	background-color: #E3F5F9;
	border-top: 1px solid #fff;
	padding: 15px;
	vertical-align: top;
}

.buttonBase
{
	clear: left;
	position: relative;
	height: 25px;
	padding: 10px 0px 10px 15px;
	background: url(../images/global/boxes/404_button_base.png) no-repeat bottom left;
}

iframe
{
	width: 370px;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

.inputForm input
{
	background: url(../images/global/textfield_back.gif) repeat-x top left;
	padding: 3px 5px 3px 5px;
	width: 215px;
	height: 17px;
	border: 1px solid #cfcfcf;
}
.inputForm input, .inputForm td a,.inputForm textarea,.inputForm select
{
	float: left;
}
.inputForm textarea
{
	background: #f6f6f6 url(../images/global/textfield_back.gif) repeat-x top left;
	padding: 3px 5px 3px 5px;
	width: 215px;
	height: 100px;
	border: 1px solid #cfcfcf;
	font-family: "Lucida Grande","Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputForm select
{
	background: #fff url(../images/backgrounds/textfield_back.gif) repeat-x top left;
	padding: 3px 0px 3px 5px;
	width: 227px;
	border: 1px solid #cfcfcf;
}
.inputForm td a
{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icons/help.gif) no-repeat top left;
	margin: 5px 0px 0px 15px;
}

.nextButt,.prevButt
{
	position: absolute;
	top: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 25px;
	width: 65px;
	height: 21px;
	background: url(../images/buttons/next_step.png) no-repeat top left;
}
.nextButt:hover,.prevButt:hover
{
	color: #fff;
	text-decoration: none;
	background: url(../images/buttons/next_step.png) no-repeat bottom left;
}

.nextButt
{
	right: 15px;
}
.prevButt
{
	left: 15px;
}

.callbackButt
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 25px;
	width: 85px;
	height: 21px;
	background: url(../images/buttons/call_me_back.png) no-repeat top left;
	margin-left: 262px;
}
.callbackButt:hover
{
	color: #fff;
	text-decoration: none;
	background: url(../images/buttons/call_me_back.png) no-repeat bottom left;
}

#terms
{
	margin: 3px 10px 0px 0px;
}
#termsLabel
{
	width: auto;
}

#im *
{
	float: none;
}

#inputForm .dateMenu
{
	width: 65px;
}
#inputForm select *
{
	float: none;
}
#inputForm .yearField
{
	width: 65px;
}

/* ------------------------------------------------
SERVICES
------------------------------------------------ */

.title
{
	position: relative;
	z-index: 100;
}
#wine
{
	width: 848px;
	height: 217px;
	background: url(../customers/images/headers/wine_header.jpg) no-repeat bottom left;
	margin-bottom: 22px;
}
#contentCol
{
	float: left;
	width: 400px;
	padding-right: 24px;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}
#contentCol h3
{
	margin-bottom: 15px;
}
.bullets
{
	list-style: disc;
	padding-left: 18px;
	margin-bottom: 15px;
}
#contentCol ol
{
	list-style: decimal;
	padding-left: 18px;
	margin-bottom: 15px;
}
#coins
{
	position: relative;
}
#coins img
{
	position: absolute;
	right: 0;
}
#coins p
{
	width: 245px;
}
#compare
{
	position: relative;
	padding: 8px 15px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
}
#compare span
{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 32px;
}
#compare:hover
{
	text-decoration: none;
}
#call
{
	width: 167px;
	padding-left: 27px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 18px;
}
#callUs
{
	font-size: 13px;
	line-height: 19px;
}
a.subButton
{
	display: block;
	width: 169px;
	height: 32px;
	line-height: 32px;
	padding-left: 25px;
	font-size: 13px;
	color: #fff;
	margin-bottom: 7px;
}
a.subButton:hover
{
	color: #fff;
	text-decoration: none;
}
a.subButton span
{
	font-size: 11px;
}
#securedPage a.subButton span
{
	color: #FC9969;
}
div.infoBox
{
	margin-top: 20px;
}
div.infoBox h3
{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	margin: 0;
	background: url(../images/global/boxes/404_45_top.gif) no-repeat top left;
	color: #4BBBD6;
	font-size: 14px;
}
div.infoBox div.content
{
	padding: 10px 15px 10px 15px;
	background: url(../images/global/boxes/box_bottom.gif) no-repeat bottom left;
}
div.infoBox div.content ul li
{
	background: url(../images/bullets/info_list_tick.gif) no-repeat top left;
	padding-left: 20px;
}
div.infoBox div.base
{
	clear: left;
	position: relative;
	height: 30px;
	line-height: 30px;
	background: url(../images/global/boxes/404_butt_base.png) no-repeat top left;
}

/* SERVICES */

#applyList
{
	padding-left: 22px;
	list-style-image: url(../images/home/bullet.gif);
}
#applyList li
{
	margin-bottom: 5px;
}
#applyList a
{
	font-size: 14px;
	color: #58585A;
}

/* SECURED LOANS */

#securedLoans .title
{
	top: 38px;
	width: 266px;
	height: 34px;
	background: url(../customers/images/services/secured_loans/title.gif) no-repeat top left;
}
#securedLoans #call
{
	background: url(../customers/images/services/secured_loans/call.png) no-repeat top left;
}
#securedLoans #compare
{
	background: url(../customers/images/services/secured_loans/compare_butt.png) no-repeat top left;
}
#securedLoans #compare span
{
	background: url(../customers/images/services/secured_loans/compare_end.png) no-repeat top right;
}

#securedPage h2, #securedPage h3
{
	color: #d73f25;
}
#securedPage .colTwo h3
{
	margin-bottom: 20px;
}
#securedPage .infoBox .content ul li
{
	background: url(../images/bullets/orange_tick.png) no-repeat top left;
}
#securedPage .tickList li
{
	background: url(../images/bullets/orange_tick_w.png) no-repeat top left;
}
#securedPage a#submit
{
	background: url(../images/securedloans/submit_butt.png) no-repeat top left;
}
#securedPage a#submit:hover
{
	background: url(../images/securedloans/submit_butt.png) no-repeat bottom left;
}
#securedPage a#download
{
	background: url(../images/securedloans/download_butt.png) no-repeat top left;
}
#securedPage a#download:hover
{
	background: url(../images/securedloans/download_butt.png) no-repeat bottom left;
}
#securedPage table.tblCommission tr.even
{
	background-color: #FFEDCC;
}
table.tblCommission
{
	width: 404px;
}
table.tblCommission th
{
	background-color: #D5D5D5;
}
table.tblCommission th, table.tblCommission td
{
	text-align: left;
	padding: 3px 15px 3px 15px;
	border: 1px solid #ccc;
}
table.tblCommission tr.even
{
	background-color: #DFF9FF;
}

/* LIFE INSURANCE */

#lifePage .title
{
	top: 38px;
	width: 249px;
	height: 34px;
	background: url(../customers/images/services/life_insurance/title.gif) no-repeat top left;
}
#lifePage #contentCol h2, #lifePage #contentCol h3
{
	color: #009EE0;
}
#lifePage #call
{
	background: url(../customers/images/services/life_insurance/call.png) no-repeat top left;
}
#lifePage #compare
{
	background: url(../customers/images/services/life_insurance/compare_butt.png) no-repeat top left;
}
#lifePage #compare span
{
	background: url(../customers/images/services/life_insurance/compare_end.png) no-repeat top right;
}
#lifePage h2, #lifePage h3, #lifePage .col div a
{
	color: #009ee0;
}
#lifePage a#submit
{
	background: url(../introducers/images/services/life_insurance/submit_butt.png) no-repeat top left;
	margin-bottom: 20px;
}
#lifePage a#submit:hover
{
	background: url(../introducers/images/services/life_insurance/submit_butt.png) no-repeat bottom left;
}
#lifePage a#download
{
	background: url(../introducers/images/services/life_insurance/download_butt.png) no-repeat top left;
}
#lifePage a#download:hover
{
	background: url(../introducers/images/services/life_insurance/download_butt.png) no-repeat bottom left;
}
#lifePage p.box
{
	width: 357px;
	height: 81px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: url(../introducers/images/services/life_insurance/blue_box.png) no-repeat top left;
	padding: 10px 15px;
}
#lifePage .colOne a
{
	color: #00A1E5;
}
#lifeApplyOnlineButt
{
	display: block;
	position: relative;
	width: 387px;
	height: 57px;
}
#lifeApplyOnlineButt span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../introducers/images/services/life_insurance/apply_online_butt.png) no-repeat top left;
}
#lifeApplyOnlineButt:hover span
{
	background-position: bottom left;
}

#lifeInsuranceForm input[type=checkbox]
{
	border: 1px solid #d5d5d5;
	padding: 2px;
}
#lifeInsuranceForm input[type=checkbox]:hover
{
	background-color: #096;
}
#lifeInsuranceForm input:focus, #lifeInsuranceForm select:focus
{
	border-color: #009EE0;
}

/* DEBT MANAGEMENT PLANS */

ul#debtNav
{
	border-width: 1px 0px;
	border-style: solid;
	border-color: #B1B1B1;
	height: 38px;
	margin-bottom: 20px;
}
ul#debtNav li
{
	float: left;
	margin-right: 18px;
}
ul#debtNav li a
{
	display: block;
	height: 38px;
	line-height: 38px;
	color: #888;
	font-size: 14px;
}
ul#debtNav li a.active
{
	color: #932215;
}

#debtPage div.colWrapper
{
	background-image: none;
	padding-bottom: 20px;
}
#debtPage div.colOne
{
	width: 425px;
	margin-right: 38px;
}
#debtPage div.colTwo
{
	position: relative;
	width: 382px;
	margin: 0;
}
#debtPage h2, #debtPage h3, #debtPage label a
{
	color: #831903;
}
a.applyLinks
{
	display: block;
	font-size: 14px;
	background: url(../images/debtmanagement/arrow_bullet.png) no-repeat 0px 3px;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #932215;
}
a.applyLinks:hover
{
	color: #932215;
}
#debtPage ol
{
	color: #B22B10;
	list-style: decimal;
	font-weight: bold;
	padding-left: 19px;
	margin-bottom: 20px;
}
#debtPage div.colOne ul
{
	color: #B22B10;
	list-style: disc;
	padding-left: 13px;
	margin-bottom: 20px;
}
#debtPage ol p, #debtPage div.colOne ul p
{
	color: #404040;
	margin: 0;
	font-weight: normal;
}
#debtPage blockquote
{
	color: #E55C6A;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	margin-bottom: 15px;
}
#debtPage div#y3sOffersBox
{
	width: 342px;
	height: 293px;
	padding: 15px 20px;
	background: url(../images/debtmanagement/grey_box.gif) no-repeat top left;
	margin-bottom: 20px;
}
#debtPage div#y3sOffersBox h3
{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}
#debtPage div#y3sOffersBox li
{
	background: url(../images/debtmanagement/tick_bullet_grey_bg.png) no-repeat  0px 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#debtPage div#y3sOffersBox p
{
	font-size: 9px;
}

#debtPage div#callBox
{
	width: 342px;
	height: 68px;
	padding: 15px 20px;
	background: url(../images/debtmanagement/call_box.gif) no-repeat top left;
}
#debtPage div#callBox h3
{
	color: #fff;
	margin-bottom: 15px;
}
#debtPage div#callBox p
{
	color: #fff;
}
#debtPage div#callBox a
{
	color: #FF9DAD;
}

#debtNotice
{
	clear: left;
	border-top: 1px solid #B1B1B1;
	padding-top: 15px;
	color: #A6A6A6;
	font-size: 10px;
}

#debtPage a#submit
{
	background: url(../images/debtmanagement/submit_butt.png) no-repeat top left;
}
#debtPage a#submit:hover
{
	background: url(../images/debtmanagement/submit_butt.png) no-repeat bottom left;
}
#debtPage div.colTwo div#subContent h3
{
	font-size: 13px;
}
#debtPage div.colTwo table, #debtPage div.colTwo th, #debtPage div.colTwo td
{
	border: 0;
	padding: 0;
	margin: 0;
}
#debtPage div.colTwo table
{
	width: 194px;
}
#debtPage div.colTwo th
{
	font-weight: bold;
	background-color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #C7C7C7;
}
#debtPage div.colTwo td
{
	border-bottom: 1px solid #EAEAEA;
	padding: 2px 0px 2px 0px;
}
#debtPage div.colTwo td span
{
	color: #831903;
	font-weight: bold;
}
#debtPage div.colTwo div#subContent h3#referralFees
{
	color: #831903;
	padding-bottom: 5px;
	border-bottom: 1px solid #C7C7C7;
}
#debtPage .tickList li
{
	background: url(../images/global/bullets/red_tick.png) no-repeat top left;
}

/* FORMS */

.appForm
{
	float: left;
	position: relative;
	width: 629px;
	margin: 0 17px 20px 0;
	background: url(../images/services/form_bg.gif) repeat-y top left;
	font-size: 11px;
}
.appForm .top
{
	position: absolute;
	top: 0;
	left: 0;
}
.appForm .col
{
	float: left;
	width: 284px;
	padding: 20px 15px;
}
.appForm .col div
{
	float: left;
	width: 284px;
	margin-bottom: 10px;
}
.appForm .joint
{
	display: none;
}
.appForm h3
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.appForm label
{
	float: left;
	display: block;
	width: 110px;
	padding-right: 10px;
}
.appForm label#options
{
	height: 80px;
}
.appForm .col input, .appForm .col textarea, .appForm .col select
{
	width: 156px;
	border: 1px solid #d5d5d5;
	padding: 2px 3px;
	font-size: 11px;
}
.appForm .col textarea
{
	font-family: Arial, Helvetica, sans-serif;
	height: 71px;
}
.appForm input.chk
{
	width: auto;
	padding: 0;
}
.appForm input.option
{
	float: left;
	width: auto;
	padding: 0;
}
.appForm label.option
{
	width: 130px;
	min-height: 19px;
	padding-top: 0;
}
.appForm .col select
{
	width: 164px;
	padding: 0;
}
.appForm select.dateFld
{
	width: auto;
	margin: 0;
}
.appForm .col input.error, .appForm .col textarea.error, .appForm .col select.error
{
	border-color: #900;
}

.appForm #base
{
	clear: left;
	position: relative;
	width: 629px;
	height: 29px;
	line-height: 29px;
	background: url(../images/services/form_base.gif) no-repeat top left;
}
.appForm #base input, .appForm #base a
{
	position: absolute;
	top: 5px;
}
.appForm #base input
{
	right: 5px;
}
.appForm a
{
	left: 5px;
}

.popup
{
	display: none;
	width: 420px;	
	border: 10px solid #666;
	/* for modern browsers use semi-transparent color on the border. nice! */
	border: 10px solid rgba(82, 82, 82, 0.698);
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.popup div
{
	padding: 15px;
	border: 1px solid #3B5998;
	background-color: #fff;
	font-size: 14px;
	line-height: 19px;
}
.popup h2, #securedPage .popup h2
{
	height: 32px;
	line-height: 32px;
	font-size: 23px;
	background: url(../images/global/notice.gif) no-repeat center left;
	padding-left: 50px;
	color: #960000;
}
.popup p:last-child
{
	margin-bottom: 0;
}
.popup .close
{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 30px;
	height: 30px;
	background: url(../images/global/popup_close.png) no-repeat top left;
	padding: 0;
	border: 0;
	cursor: pointer;
}

div.error
{
	background-color: #FBE6F2;
	border: 1px solid #D893A1;
	padding: 10px;
	margin-bottom: 10px;
}

.colTwoheader h3
{
	height: 35px;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	background: url(../images/global/subnav_title.gif) no-repeat top left;
	color: #73BE1E;
	font-size: 14px;
	border-bottom:1px solid #D0D0D0;
}
.colOneheader h2
{
	color:#83CB29;
}
#reviewform
{
	width: 202px;
	padding:0 10px 0 0;
	font-size: 11px;
	margin-top:16px;
}
#reviewform label, #reviewform input, #reviewform textarea
{
	float:left;
	width:178px;
}
#reviewform div
{
	float:left;
	margin-bottom:13px;
}
#reviewform label
{
	margin:0px 0 3px 0;
	padding:0;
	font-size:12px;
}
#reviewform select
{
	float:left;
	width:182px;
}
#reviewform .submit
{
	float:left;
	width:90px;
	height:25px;
	margin-top:10px;
	cursor:pointer;
	background:url(../images/testimonials/next_step.png) no-repeat bottom left;
}
#reviewform .submit:hover
{
	background:url(../images/testimonials/next_step.png) no-repeat top left;
}

#reviewform .sub_btn_text
{
	float:left;
	padding:4px 0 0 25px;
	color:#fff;
}
#reviewform .sub_btn_text:hover
{
	text-decoration:none;
}
/*#thanks
{
	float:left;
	width:152px;
	line-height:20px;
	border:1px solid #83CA24;
	padding:15px;
	margin:10px 0 20px 9px;
}*/