@charset "UTF-8";

/* GENERAL
-------------------------------------------*/

.col-31-1 {
	width: 580px;
	}
	.col-31-1 .intro {
		margin-bottom: 25px;
		}
	.col-31-1 h2 {
		margin-top: 0;
		}
	.col-31-1 h3 {
		margin-top: 0;
		}
	.col-31-1 .body p,
	.col-31-1 .intro p.normal {
		margin-bottom: 0;
		}
.col-31-2 {
	width: 300px;
	}
	
	

/* SIDEBAR
-------------------------------------------*/

.sidebar {
	padding-bottom: 315px;
	background: url(/images/ltc/man-and-girl.jpg) no-repeat 50% 100%;
	}

#request-dl-planning-kit {
	margin: 0 0 20px -15px;
	_position: relative;
	_zoom: 1;
	}
	#request-dl-planning-kit a {
		height: 178px;
		background: url(/images/ltc/request-dl-planning-kit.png) no-repeat 0 0;
		_position: relative;
		_zoom: 1;
		}
	.es #request-dl-planning-kit a {
		background-image: url(/images/ltc/request-dl-planning-kit-es.png);
		}
	#request-dl-planning-kit a:hover,
	#request-dl-planning-kit a:focus {
		background-position: 0 -200px;
		outline: none;
		}

/* MAIL REQUEST
-------------------------------------------*/

#msg h2 {
	color: #00A69C;
	}

#msg .error-msg {
	color: #EA2127;
	font-size: 15px;
	margin-bottom: 15px;
	}

.order-now {
	display: none;
	width: 126px;
	height: 40px;
	cursor: pointer;
	background: url(/images/ltc/order-now.png) no-repeat 0 0;
	}
.es .order-now {
	width: 147px;
	background-image: url(/images/ltc/order-now-es.png);
	}
.order-now:hover ,
.order-now:focus {
	background-position: 0 -50px;
	outline: none;
	}
	
input,
select,
option,
textarea {
	font: 12px/19px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
p.error {
	font: bold 12px/19px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #EA2127;
	}
	
#mail-request {
	padding: 20px;
	margin: 0 0 23px -10px;
	border: 1px solid #A7A8A9;
	background: #faf7e1 url(/images/ltc/request-stamp.png) no-repeat 96% 12px;
	}
	#mail-request p {
		margin-bottom: 1px;
		}
		#mail-request p a {
			color: #545557;
			}
		#mail-request p a:hover,
		#mail-request p a:focus {
			text-decoration: underline;
			}
	#mail-request .input-wrapper {
		margin-bottom: 12px;
		}
		#mail-request label {
			display: block;
			margin-bottom: 2px;
			font: bold 13px/19px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			}
	#mail-request .submit-wrapper {
		margin: 15px 0 20px 0;
		}
	#name-wrapper {
		width: 450px;
		overflow: hidden;
		}
		#name-wrapper .first_name {
			margin-right: 20px;
			float: left;
			}
			#first_name {
				width: 165px;
				}
		#name-wrapper .last_name {
			float: left;
			}
			#last_name {
				width: 170px;
				}
	#street_address {
		width: 365px;
		height: 46px;
		}
	#city-wrapper {
		width: 450px;
		overflow: hidden;
		}
		#city-wrapper .city {
			margin-right: 20px;
			float: left;
			}
			#city {
				width: 175px;
				}
		#city-wrapper .state {
			margin-right: 20px;
			float: left;
			}
			#state {
				width: 72px;
				}
		#city-wrapper .zip {
			float: left;
			}
			#zip {
				width: 72px;
				}
