/* CSS for Whirlpool - Sweeps page */


/* ===========================================
         CONTENT
==============================================*/

#content {
	width: 515px;
	margin-left: 19px
	}

#content h1 {
	margin-bottom: 18px;
	margin-left: 41px;
	}

#splash {
	margin-bottom: 24px;
	margin-left: 96px;
	}
	
.col {
	float: left;
	width: 230px;
	margin-right: 12px;
	padding: 2px 12px 90px 0;
	color: #333;
	border-right: 1px solid #ccc;
	}

.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	}

#content .col p {
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
.header {
	font-size: 1.1em;
	font-weight: bold;
	}

#content .col h3 {
	margin-bottom: 0.6em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	}

#content .col h4 {
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	}
	
#content .col ul {
	margin-bottom: 0.8em;
	}

#content .col li {
	margin-bottom: 0.2em;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 1px 0.6em no-repeat;
	}
	

/* ===========================================
         SIDEBAR
==============================================*/

#sidebar {
	width: 287px;
	margin-top: -10px;
	}


/* ----- SWEEPS FORM ----- */

form {
	margin-bottom: 13px;
	padding: 18px 12px 20px 15px;
	background-color: #fbf7f4;
	color: #333;
	}

form li {
	margin-bottom: 6px;
	}

form h2 {
	margin-bottom: 6px;
	_margin-bottom: 10px; /* Win/IE6 */
	}
	*+html form h2 { margin-bottom: 10px; /* Win/IE7 */ }

form #required {
	margin-bottom: 12px;
	padding: 0.4em 2px;
	font-size: 0.95em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}

form label {
	float: left;
	width: 85px;
	padding-top: 2px;
	padding-left: 4px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

form input { width: 165px; _width: 159px; /* Win/IE6 */ } 
	*+html form input { width: 159px; /* Win/IE7 */ }
form .checkbox { width: auto;	}
form select { width: 140px; _width: 134px; /* Win/IE6 */ }

form #ZipCode { width: 100px; }

form li em {
	display: block;
	font-style: normal;
	font-size: 0.9em;
	}

form .buttonLine {
	margin-top: 1em;
	margin-bottom: 0
	}

form .buttonLine a {
	display: block;
	width: 168px;
	margin-bottom: 4px;
	_margin-bottom: 6px; /* Win/IE6 */
	}

form .buttonLine input { width: 168px; }

form .checkboxLine input { 
	float: left; 
	width: auto;
	margin-left: -1px;
	}

form .checkboxLine label { 
	width: 220px; 
	line-height: 1.3em;
	margin-left: 2px;
	font-size: 1em;
	line-height: 1.3em; 
	}
	
form #submitLine {
	margin-top: 1.6em;
	}

#disclaimer {
	margin-top: 1em;
	color: #999;
	}


/* ----- MODULES ----- */

.module {
	margin-bottom: 7px;
	padding: 10px 17px 16px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.4em;
	background-color: #edf4f9;
	}

.module a {
	color: #633;
	}

.module a:hover {
	color: #e73838;
	}