@charset "utf-8";
/* pal 
pink:			#FF2199;
blue:			#22AACC
purple:			#6652AA;
lt. gray:		#666666;
dk gray: 		#333333;
*/
/*/////////////////////////////// 
     layout structure
////////////////////////////////*/
#page-wrapper{ /*outermost container*/
	margin: 0px auto;
	padding: 0 0px;
	width: 980px;
	position: relative;
}
#header-wrapper{
	position: relative;
	height: 130px;
	width: 940px;
	background: url(/assets/images/wrapper/i/bg-header-form.jpg) no-repeat 170px 0px;
	z-index: 50;
}
/*#signUp*/
#form-wrapper{
	position: absolute;
	top: 10px;
	left: 180px;
	width: 650px;
	height: 30px;
}
#form-wrapper form{
	display: block;
	width: 400px;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 265px;
	float: left;
}
#feature-wrapper{
	height: 440px;
	width: 940px;
	position: relative;
	margin: 20px 0 20px;
	padding: 0;
	z-index: 10;
}
.front #content-wrapper{
	position: relative;
	width: 980px;
	margin: 0;
	background: none; 
}
.not-front #content-wrapper{
	position: relative;
	width: 960px;
	margin-top: 50px;
	float: left;
}
#main-col{
	width: 700px;
	min-height: 640px; 
	float: left;
	margin: 20px;
}
#main-col-left{
	width: 220px;
	float: left;
	margin: 30px 20px 20px 0;
}
#main-col-right{
	width: 460px;
	float: left;
	margin: 30px 0px 20px 0;
	overflow: visible; 
}
/* subtitle bar overlaps text when no pic appears */
#main-col-right p:first-child,
#main-col-right h3:first-child,
#main-col-right h4:first-child,
#main-col-right h5:first-child {
	margin-top: 40px; 	
}
.story #main-col-right{
	width: 460px;
	float: left;
	margin: -25px 0px 20px 0;
}
#right-sidebar{
	width: 220px;
	float: left;
	margin: 20px 0 20px 0px;
}
/* carousel */
#caro_1{
	width: 980px;
	height: 250px;
	position: relative;
}
#footer-wrapper{
	position: relative;
	width: 940px;
	margin: 0 10px;
	clear: both; 
}

#footer-upper{
}
#footer-lower{
	position: relative;
	width: 940px;
	margin: 0 10px;
}
#footer-upper .left{
}
#footer-upper .right{
}
#footer-lower .left{
	width: 330px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#footer-lower .right{
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}
.story #main-col-right {
margin:0 0 20px;
}