/**
 * Charcol homepage CSS
 *
 * @filename    home.css
 * @author      Matt Hamm
 * @date        2007-03-01
 * @copyright   Liquid Light Digital Ltd.
 * @url         http://www.liquidlight.co.uk
 */

/**
 * The Complete Mortgage Service
 */
.positioning {
	background: url(../img/homepage/image_peopleBalloons.jpg) no-repeat top left;
	width: 711px;
	height: 204px;
	float: left;
	color: #FFFFFF;
	text-align: right;

}
.positioning h1,
.positioning p {
	float: right;
}
div.leftColumn div.positioning h1 {
	width: 500px;
	margin: 30px 20px 10px 0;
	font-weight: normal;
	padding: 0;
}
.positioning p {
	width: 300px;
	margin: 0 20px 15px 0;
	padding: 0;
	background: none;
}

/**
 * Homepage banner
 */
#homepageBanner p,
#homepageBanner h1 span {
	display: none;
}
#homepageBanner h1 {
	display: block;
	width: 711px;
	height: 204px;
	background: transparent url(../img/banners/banner-home.jpg) no-repeat top left;
}

/**
 * Charcol Promise
 */
.promise {
	background: url(../img/homepage/image_dove.jpg) no-repeat top left;
	width: 224px;
	height: 204px;
	float: right;
	color: #FFFFFF;
}
.promise h2 {
	padding: 0;
	margin: 15px 0 10px 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.promise p {
	padding: 0;
	margin: 0 0 15px 10px;
	width: 160px;
}

/**
 * Quote
 */
.quote {
	background: url(../img/homepage/box_quote.gif) no-repeat top left;
	width: 453px;
	height: 205px;
	float: left;
}

.quoteInfo {
	float: left;
	width: 230px;
}
.quoteInfo input {
	margin-bottom: 10px;
}
.quoteInfo h3 {
	margin: 35px 0 0 30px;
	padding: 0;
}
.quoteInfo p {
	margin: 10px 0 0 30px;
	padding: 0;
}
.quoteInfo img {
	margin: 20px 0 5px 30px;
	padding: 0;
}
.colOne {
	float: left;
	width: 714px;
}
.colTwo {
	float: right;
	width: 226px;
	margin: 0;
}

/**
 * Step Zero
 */
#wizardStepZero {
    background: url(../img/homepage/box-stepZero.jpg) no-repeat top left;
    width: 463px;
    height: 204px;
	float: left;
}
#wizardStepZero form {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding: 0;
	overflow: hidden;
	line-height: 1em;
}

#wizardStepZero select,
#wizardStepZero input {
    width: 170px;
	border: 1px solid #d3d5d2;
	padding: 2px 0 2px 1px;
	font-size: 12px;
	font-weight: bold;
}
#wizardStepZero select {
	font-weight: normal;
}
#wizardStepZero fieldset {
    border: 0;
}
#wizardStepZero label {
	padding-left: 10px;
    display: block;
    text-align: left;
	font-size: 11px;
}
#wizardStepZero form div.row {
    padding: 10px 0 0 5px;
    clear: both;
}
#wizardStepZero form div.row span.field span.extraLabel {
	display: block;
	float: left;
	width: 10px;
	padding: 2px 0;
    font-weight: bold;
}
#wizardStepZero form button {
    float: right;
    width: 126px;
    height: 24px;
    background: transparent url(../img/forms/button_getquote.png) no-repeat top left;
    border: 0;
    margin: 0 15px 0 0;
}
#wizardStepZero form button span {
    display: none;
}

/**
 * Expert Advice
 */
div.advice {
	background: url(../img/homepage/box_advice_full.jpg) no-repeat top left;
	float: left;
	margin-left: 17px;
	width: 241px;
	height: 205px;
}
div.advice h3 a {
	display: block;
	height: 205px;
	width: 241px;
}
div.advice h3 a:hover {
	background-color: transparent;
}
div.advice h3 a span,
div.advice p,
div.advice a {
	display: none;
}

/**
 * Nested two column layout
 */
div.twoColumnLayout div.twoColumnLayout div.leftColumn {
	width: 140px;
}
div.twoColumnLayout div.twoColumnLayout div.rightColumn {
	width: 560px;
}

/**
 * Banner
 */
div.bannerLandscape {
	text-align: center;
	margin: 0 0 15px 0;
}

/**
 * Survey
 */
form div.csc-mailform-field {
	font-size: 85%;
}
form div.csc-mailform-field span.csc-mailform-label {
	color: #FFFFFF;
	line-height: 1.2em;
}
form div.csc-mailform-field select {
	font-size: 12px;
}
form div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 138px;
	margin-top: 5px;
	background-image: url(../img/buttons/button_send_small.gif);
	width: 62px;
	height: 18px;
}
form#mailform {
	background: transparent url(../img/homepage/your_view_vanilla.jpg) no-repeat top left;
	height: 204px;
}
form fieldset.csc-mailform {
	padding: 35px 10px 0 10px;
}

#c12345 {
	margin-top: -12px;
}