/* -------------------------------------------------------------- 
   Yang's Pension Plan
   Designer:  Rachel King  <http://rachelyue.com>
   Developer: Eric Ritchey <http://eandjdesign.com>
-------------------------------------------------------------- */
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/plugins/button.css";
@import "lib/navigation.css";
@import "lib/sub.css";

img {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
a.map-link img {
	border:1px solid #ccc;
}

/* --- content --- */
#content {
	background: #f9f9f9 url('img/bg_content.png') repeat-x top left;
}
#home #content .main {
	background: url('img/bg_home.png') no-repeat 430px center;
	min-height:500px;
	overflow: visible !important;
}
#content .wrap {
	width: 840px;
	margin: auto;
}
#home h2,
#home h3 {
	width: 461px;
	line-height: 2;
	margin: 0;
	padding: 0;
}
#home h2 {
	background: url('img/bg_tagline.png') no-repeat bottom center;
	height: 92px;
	text-indent: -999px;
	overflow: hidden;
	padding-top:100px;
}
#home h3 {
	margin-bottom: 20px;
	font-size: 1.4em;
}
.sub-foot {
	background: #e1eaf1 url('img/bg_subfoot.png') repeat-x top left;
	border-top: 1px solid #a7bccb;
	border-bottom: 1px solid #65758e;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.col {
	float:left;
	width: 25.5%;
}
.mid {
	margin: 0 11.1%;
}
.col img {
	margin-top:-50px;
}
.col h4 {
	text-transform: uppercase;
	color: #369;
	margin:0;
	padding:0; 
}

#content-contain {
	overflow: hidden;
}
#form.column,
#addr.column {
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#form {
	width: 47%;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	background: #c9def4;
}
#addr {
	width: 49%;
	float: right;
}
#form h3 {
margin:0;padding:0;
}


label,input,textarea {
	display: block;
	width:90%;
	padding:5px;
	color:#666;
	font-size:15px;
}
label    { padding-top:15px; }
label em { font-size: 80%;float: right; }
textarea { margin-bottom: 10px; }
input.phone {
	display: inline;
	width: auto;
	text-align: center;
}
span.desc {
	font-size: 140%;
	line-height: 1.5;
}
div strong {
	clear: both;
	padding-top: 20px;
}
.formSubmit {
	float:right;
	margin-right:30px;
	width: 100px;
	padding: .5em;
	color: #fff;
	font-size: 1.2em;
	height: auto;
	cursor: pointer;
}

#footer {
	background: #284780 url('img/bg_footer.png') repeat-x top left;
	clear: both;
	line-height: 1.8;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

#footer .col h4 {
	text-transform: capitalize;
	margin-bottom: 10px;
	font-size: 1.4em;
}
#footer h4,
#footer p,
#footer .vcard,
#footer a,
#footer ul,
#footer li {
	list-style: none;
	color: #9db4de;
	padding: 0;
	margin: 0;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	line-height: 1.35;
	margin-bottom: 7px;
}