/* Just for the hub page */
div#outer {
	padding: 22.4em 0 0 0;
}
div#head {
	border-bottom: solid 1px #7f7f7f;
}
		/* On the hub page, we don't got no phone number */
		#head div div {
			padding-top: 3.5em;
		}
			
	div#candy {
		border-top: solid 4px #025288;
		border-bottom: solid 2px white;
	}
		div#candy p {
			background: #7792be url(/img/bg-candy.png) 50% 0 no-repeat;
			margin: 0;
			padding: 0;
			text-align: center;
		}

/* Introduction paragraph */
div#intro {
	margin: 0 0 1em 0;
}
	div#intro div {
		float: left;
		width: 580px;
		padding: 20px 0 0 0;
	}
		#intro h2 {
			margin: 0;
			color: #ef9221;
			font-size: 125%;
			font-weight: normal;
		}
			#intro p strong {
				font-weight: normal;
				color: #025288;
			}

	p#introstrap {
		float: left;
		width: 362px;
		text-align: center;
	}

/* "Home buyers", "Business customers" */
div#branches {
	margin: 0 0 1em 0;
}
	#branches div {
		float: left;
		width: 463px;
	}
		#branches div div {
			padding: 0 0 0 235px;
			height: 221px;
			width: auto;
			float: none;
		}
		div[id] #branches div div {
			height: auto;
			min-height: 221px;
			border-top: solid 1px #ebeff4;
		}

		div#home div {
			background: #7792be url(/img/bg-home.jpg) 0 0 no-repeat;
		}

	div#business {
		width: 471px;
	}
		#business div {
			border-left: solid 10px #ebeff4;
			background: #025288 url(/img/bg-business.jpg) 0 0 no-repeat;
		}
			#branches h2 {
				margin: 12px 10px 0.3em 0;
				font-size: 210%;
				font-weight: normal;
				letter-spacing: -0.09em;
				border-bottom: dotted 1px white;
			}
				#branches h2 a {
					text-decoration: none;
					display: block;
					padding: 0 20px 10px 0;
					background: url(/img/bg-branches-h2-a.gif) right no-repeat;
				}

			#branches div a {
				color: white;
			}
			#branches ul li {
				background: none;
				padding: 0;
			}
				#home ul a {
					background: url(/img/bg-home-ul-a.gif) right no-repeat;
					padding: 0 10px 0 0;
				}
				#business ul a {
					background: url(/img/bg-business-ul-a.gif) right no-repeat;
					padding: 0 10px 0 0;
				}
				
#home ul a:hover, #business ul a:hover {
	text-decoration:none;
}

div#disclaimer {
	padding-top: 4em;
}