/* @override
	http://advocatebootcamp.com/css/style.css
*/

body {
	background: #f9f8ec;
	color: #333;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	font: 14px/19px Helvetica, Arial, sans-serif;
}

ol {
	margin: 0;
	padding: 0 0 0 20px;
}

ol li {
	padding: 0;
}

ul.bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	color: #333;
}

ul.bullet li {
	background: url(../img/bullet.png) no-repeat 0 6px;
	padding: 0 0 0 10px;
	line-height: 19px;
}

a {
	text-decoration: none;
	outline: none;
	color: #33b5e9;
}

a img {
	outline: none;
}

img {
	outline: none;
	border: 0;
}

a:hover,
a:selected {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
}

/* @group Header */

#header {
	height: 60px;
	width: 100%;
	background: #fff;
	float: left;
	position: relative;
	padding-bottom: 15px;
}

#header-inner {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	padding: 0 10px;
	z-index: 1000;
}

#logo {
	float: left;
	width: 185px;
	clear: both;
	margin-top: 20px;
	outline: none;
}

/* @end */

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* @group Nav */

ul#nav {
	float: right;
}

ul#nav li {
	float: left;
	margin-left: 35px;
	padding-top: 35px;
/

* margin-left:5px;
	 padding: 35px 8px 0 8px; */
}

ul#nav li.link1 {
	margin-left: 0;
/

* padding: 35px 8px 0 8px; */
}

/* Main Nav Appearance */

ul#nav li {
	font-family: "museo-sans";
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

ul#nav li a {
	color: #666;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}

ul#nav li a:hover {
	color: #33b5e9;
}

ul#nav li.link-on a {
	color: #d27911;
}

ul#nav li.link-on ul li a {
	color: #666;
}

ul#nav li ul li.subnav a.subnav-on {
	color: #d27911;
	cursor: default;
}

/* Main Nav Selected */

.bubble-top {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	height: 13px;
	background-color: #d27911;
	margin-top: -35px;
	padding: 0 20px 0 20px;
}

.carrot {
	background: url(../img/bg-carrot.gif) 0 0 no-repeat;
	height: 13px;
	margin-bottom: 9px;
}

/* Sub Nav Position */

ul#nav li ul {
	float: left;
	width: 250px;
	position: absolute;
	padding: 20px 0 0 0;
	margin-left: -20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	z-index: 1000;
	background: white;
	padding-bottom: 10px;
	border-top: url(../img/hr-subnav.gif) 0 0 no-repeat;
}

ul#nav li ul li {
	float: none;
	margin: 0;
	padding: 0;
}

/* Sub Nav Appearance */

ul#nav li ul li {
	padding: 12px 10px 12px 10px;
	margin: 0 10px 0 10px;
	border-top: #b2b2b2 1px dashed;
}

ul#nav li ul li.last {
	border-bottom: #b2b2b2 1px dashed;
}

ul#nav li ul li a:hover {
	color: #33b5e9;
}

/* Sub Nav Hidden */

ul#nav li ul {
	display: none;
}

ul#nav li:hover ul {
	display: block;
	z-index: 100;
}

/* @end */

/* @group Feature */

#feature {
    width:100%;
    max-width:1400px;
    min-width:980px;
	height: 400px;
	overflow: hidden;
	z-index: 100;
	margin: 0 auto;
	clear: both;
}

ul.feature-slides {
	margin: 0 auto;
	padding: 0;
    width:100%;
    max-width:1400px;
    min-width:980px;
}

ul.feature-slides li {
	margin: 0 auto;
    width:100%;
    max-width:1400px;
    min-width:980px;
}

#feature h1 {
	color: #fff;
	text-shadow: -1px -1px -1px #666;
	margin: 0 auto;
	display: block;
	text-align: center;
	font: 900 83px/76px "museo-sans";
}

#feature h2 {
	color: #fff;
	text-shadow: -1px -1px -1px #666;
	margin: 0 auto;
	display: block;
	text-align: center;
	font: 300 49px/45px "museo-sans";
}

#feature h2 span {
	font-weight: 900;
	color: #fcd400;
}

#feature h3 {
	font-family: "museo-sans";
	font-size: 33px;
	line-height: 36px;
	font-weight: 300;
	color: #fff;
	text-shadow: -1px -1px -1px #666;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 100px 0 0 0;
}

#employees {
	background: url(../img/bg-employees.jpg) no-repeat center;
    width:100%;
	height: 400px;
	z-index: -999;
}

#supporters {
	background: url(../img/bg-supporters.jpg) 0 0 no-repeat;
    width:100%;
	height: 400px;
	z-index: -999;
}

#industry-partners {
	background: url(../img/bg-industry-partners.jpg) 0 0 no-repeat;
    width:100%;
	height: 400px;
	z-index: -999;
}

#community-leaders {
	background: url(../img/bg-community-leaders.jpg) 0 0 no-repeat;
    width:100%;
	height: 400px;
	z-index: -999;
}

/* @end */

/* About */

#about {
	width: 980px;
	height: 722px;
	float: left;
	margin: 0;
}

.border {
	background: url(../img/hr-bubble-bar.png) center 0 no-repeat;
	width: 100%;
	height: 25px;
	float: left;
	margin-top: 25px;
}

#about p.intro {
	height: 95px;
	width: 100%;
	float: left;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	font-family: "Garamond-Premier-Pro";
	color: #b2b2b2;
	font-size: 26px;
}

/* Who */

ul.who {
	float: left;
	width: 980px;
	height: 225px;
	margin: 10px auto 0 auto;
}

ul.who li p {
	font-family: "Museo-Sans";
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	width: 135px;
	position: relative;
	z-index: 10;
	text-align: center;
}

li.who1 {
	background: url(../img/bg-bubble-green.png) 0 0 no-repeat;
	width: 185px;
	height: 140px;
	margin: 0 0 0 200px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

li.who1:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor: pointer;
}

li.who1 p {
	top: 40px;
	left: 23px;
}

li.who2 {
	background: url(../img/bg-bubble-red.png) 0 0 no-repeat;
	width: 150px;
	height: 120px;
	margin: -50px 0 40px 320px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

li.who2:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor: pointer;
}

li.who2 p {
	top: 28px;
	left: 5px;
}

li.who3 {
	background: url(../img/bg-bubble-blue.png) 0 0 no-repeat;
	width: 160px;
	height: 130px;
	margin: -250px 0 0 435px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

li.who3:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor: pointer;
}

li.who3 p {
	top: 35px;
	left: 13px;
}

li.who4 {
	background: url(../img/bg-bubble-brown.png) 0 0 no-repeat;
	width: 150px;
	height: 115px;
	margin: -40px 0 0 520px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

li.who4:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor: pointer;
}

li.who4 p {
	top: 30px;
	left: 5px;
}

li.who5 {
	background: url(../img/bg-bubble-purple.png) 0 0 no-repeat;
	width: 170px;
	height: 130px;
	margin: -200px 0 0 620px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

li.who5:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	cursor: pointer;
}

li.who5 p {
	top: 28px;
	left: 14px;
}

/* Types */

.types-heading {
	background: url(../img/hr-banner.gif) 0 0 no-repeat;
	width: 100%;
	height: 50px;
	float: left;
	margin: 0 auto;
}

.types-heading p {
	font-family: "Garamond-Premier-Pro";
	font-size: 23px;
	color: #63625d;
	float: left;
	position: relative;
	width: 400px;
	left: 300px;
	top: -15px;
}

ul.types {
	width: 100%;
	height: 190px;
	float: left;
	margin: 20px auto;
	padding: 0;
}

ul.types li {
	float: left;
	width: 148px;
	height: 190px;
	border-left: 1px dashed #666;
	padding-left: 23px;
	padding-right: 23px;
	text-align: center;
}

ul.types li h6 {
	font-family: "museo-sans";
	font-weight: 700;
	font-size: 14px;
	color: #333;
	line-height: 19px;
	padding-top: 105px;
}

ul.types li h6 a {
	color: #00a3e3;
}

ul.types li h6 a:hover {
	text-decoration: underline;
}

ul.types li p {
	margin: 0;
	padding-top: 5px;
	font-family: "Garamond-Premier-Pro";
	font-size: 18px;
	color: #333;
}

ul.types li.type1 {
	border-left: none;
}

ul.types li.type1 h6 {
	background: url(../img/bg-p2p.gif) 30px 30px no-repeat;
}

ul.types li.type2 h6 {
	background: url(../img/bg-arrows.gif) 30px 20px no-repeat;
}

ul.types li.type3 h6 {
	background: url(../img/bg-media.gif) 40px 20px no-repeat;
}

ul.types li.type4 h6 {
	background: url(../img/bg-govt.gif) 45px 20px no-repeat;
}

ul.types li.type5 h6 {
	background: url(../img/bg-conversation.gif) 35px 30px no-repeat;
}

/*******************************
*******Program-Overview********/

#wrapper-program-overview {
	width: 980px;
	height: 1520px;
	margin: 0 auto;
	padding-left: 10px;
}

#title-line {
	width: 980px;
	margin: 30px auto 0 auto;
	border-bottom: #acacac 1px solid;
	height: 130px;
	float: left;
}

#title-line p {
	font-family: "museo-sans";
	font-size: 36px;
	color: #666;
	text-align: center;
	margin: 0 auto;
}

#title-line p span {
	color: #d27911;
}

/* Program-Main */

#program-main {
	width: 980px;
	margin: 0 auto;
	float: left;
}

#program-intro p {
	width: 980px;
	margin: 0 auto;
	float: left;
	font-family: "Garamond-Premier-Pro";
	font-size: 26px;
	color: #666;
	text-align: center;
	padding: 30px 0;
}

#program-intro.religious p {
	padding: 30px 80px;
	width: 820px;
}

ul.program-areas-nav {
	width: 980px;
	margin: 40px auto 0 auto;
	float: left;
}

ul.program-areas li {
	width: 180px;
	height: 365px;
	margin-left: 20px;
	float: left;
	display: block;
}

ul.program-areas li.business-overview {
	margin-left: 0;
}

ul.program-areas li h5 {
	font-family: "Museo-Sans";
	color: #fff;
	font-size: 15px;
	margin: 38px 0 0 23px;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 130px;
	text-align: center;
}

ul.program-areas li p {
	font-family: "Arial" , "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 19px;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
}

ul.program-areas li a.learn-more {
	font-family: "Arial" , "Helvetica", "sans-serif";
	font-size: 14px;
	color: #00a3e3;
}

a.learn-more:hover {
	background: none;
}

/* li backgrounds */

#bubble-green {
	display: block;
	position: relative;
	width: 180px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(../img/bg-bubble-green2.png) 0 0 no-repeat;
	margin-bottom: 15px;
	opacity: 0.8;
}

a#bubble-green {
	-webkit-transition: all 0.5s ease-in-out;
}

#bubble-green:hover {
	opacity: 1;
	/*-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);*/
	cursor: pointer;
}

#bubble-red {
	display: block;
	position: relative;
	width: 180px;
	height: 150px;
	padding: 0;
	background: url(../img/bg-bubble-red2.png) 0 0 no-repeat;
	margin-bottom: 15px;
	opacity: 0.8;
}

a#bubble-red {
	-webkit-transition: all 0.5s ease-in-out;
}

#bubble-red:hover {
	cursor: pointer;
	opacity: 1;
}

#bubble-blue {
	display: block;
	position: relative;
	background: url(../img/bg-bubble-blue2.png) 0 0 no-repeat;
	height: 150px;
	width: 180px;
	margin-bottom: 15px;
	padding: 0;
	opacity: 0.8;
}

a#bubble-blue {
	-webkit-transition: all 0.5s ease-in-out;
}

#bubble-blue:hover {
	cursor: pointer;
	opacity: 1;
}

#bubble-brown {
	display: block;
	position: relative;
	background: url(../img/bg-bubble-brown2.png) 0 0 no-repeat;
	height: 150px;
	margin-bottom: 15px;
	padding: 0;
	opacity: 0.8;
}

a#bubble-brown {
	-webkit-transition: all 0.5s ease-in-out;
}

#bubble-brown:hover {
	cursor: pointer;
	opacity: 1;
}

#bubble-purple {
	display: block;
	position: relative;
	background: url(../img/bg-bubble-purple2.png) 0 0 no-repeat;
	height: 150px;
	margin-bottom: 15px;
	padding: 0;
	opacity: 0.8;
}

a#bubble-purple {
	-webkit-transition: all 0.5s ease-in-out;
}

#bubble-purple:hover {
	cursor: pointer;
	opacity: 1;
}

/* Session-About */

#session-about p {
	font-family: "Arial" , "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 19px;
	color: #333;
	float: left;
	padding-top: 20px;
	margin-bottom: 0;
	width: 475px;
}

p.p2 {
	margin-left: 30px;
	float: left;
	width: 475px;
}

p.p3 {
	clear: both;
	text-align: center;
	float: none;
	margin: 0 auto;
}

#session-about ul.types {
	width: 980px;
	margin: 40px auto 30px auto;
	float: left;
}

#session-about ul.types li {
	width: 170px;
	padding: 0 35px 0 35px;
}

#session-about ul.types li p {
	width: 120px;
	padding: 0 25px 0 25px;
	font-family: "Garamond-Premier-Pro";
	font-size: 18px;
	line-height: 19px;
}

/* li icon placement */

#session-about ul.types li.type1  h6 {
	background: url(../img/bg-p2p.gif) 40px 30px no-repeat;
}

#session-about ul.types li.type2 h6 {
	background: url(../img/bg-arrows.gif) 45px 30px no-repeat;
}

#session-about ul.types li.type3 h6 {
	background: url(../img/bg-media.gif) 50px 30px no-repeat;
}

#session-about ul.types li.type4 h6 {
	background: url(../img/bg-govt.gif) 60px 30px no-repeat;
}

/* Start the Conversation Banner */

#start-banner {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/hr-banner-blue.gif) 0 0 no-repeat;
	float: left;
	display: block;
}

#start-banner a {
	font-family: "Garamond-Premier-Pro";
	font-size: 23px;
	color: #fff;
	margin: -10px 0 0 392px;
	position: relative;
	top: 10px;
}

#start-banner a:hover {
	text-decoration: underline;
}

/***Program-Corporations***/

#wrapper-program {
	width: 980px;
	margin: 0 auto;
	padding-left: 10px;
}

/* Title Line */

ul.program-areas-nav {
	width: 980px;
	height: 145px;
	margin: 0 auto;
	float: left;
}

ul.program-areas-nav li {
	width: 180px;
	height: 100px;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: "Museo-Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

ul.program-areas-nav li a {
	height: 105px;
	width: 140px;
	display: block;
	overflow: visible;
	position: absolute;
	padding: 40px 20px 0 20px;
}

ul.program-areas-nav li.public-relations a {
	width: 100px;
	padding: 40px 40px 0 40px;
}

ul.program-areas-nav li.business {
	margin-left: 0;
}

/* Sub Links */

li.business a,
li.nonprofit a,
li.industry a,
li.communities a,
li.public-relations a {
	color: #666;
}

li.business a.sublink-on1,
li.business a:hover {
	background: url(../img/bg-bubble-green2.png) 0 0 no-repeat;
	color: #fff;
}

li.nonprofit a.sublink-on2,
li.nonprofit a:hover {
	background: url(../img/bg-bubble-red2.png) 0 0 no-repeat;
	color: #fff;
}

li.industry a.sublink-on3,
li.industry a:hover {
	background: url(../img/bg-bubble-blue2.png) 0 0 no-repeat;
	color: #fff;
}

li.communities a.sublink-on4,
li.communities a:hover {
	background: url(../img/bg-bubble-brown2.png) 0 0 no-repeat;
	color: #fff;
}

li.public-relations a.sublink-on5,
li.public-relations a:hover {
	background: url(../img/bg-bubble-purple2.png) 0 0 no-repeat;
	color: #fff;
}

/* Content */

#content p {
	width: 470px;
	line-height: 19px;
	font-family: "arial";
	color: #333333;
	font-size: 14px;
}

#content {
	width: 980px;
	position: relative;
	margin: 0 auto;
	padding-top: 60px;
	padding-left: 10px;
	padding-bottom: 30px;
	clear: both;
}

#content.religious {
	padding-top: 0;
}

/* left column */

#content-left {
	float: left;
	width: 470px;
	padding-bottom: 30px;
	margin-right: 30px;
}

/* possibilities */

#possibilities {
	float: left;
	margin-bottom: 30px;
}

#possibilities p {
	margin-bottom: 10px;
}

/* achieve */

#achieve {
	width: 470px;
	float: left;
}

#achieve strong {
	width: 470px;
}

#achieve p {
	width: 470px;
	margin-bottom: 15px;
}

/* right column */

#content-right {
	float: left;
	width: 470px;
	padding-bottom: 30px;
}

#content-left li,
#content-right li {
	margin-bottom: 16px;
}

/* why */

#why {
	width: 470px;
	float: right;
	clear: left;
	margin-bottom: 30px;
}

#why strong,
#why p {
	width: 470px;
}

/* callout */

#callout {
	width: 470px;
	float: right;
	clear: left;
	margin: 20px 0 30px 0;
}

#callout.religious {
	margin: 5px 0 30px;
}

#callout div.divide {
	background: url(../img/hr-double-dashed.png) 0 0 no-repeat;
	height: 3px;
	width: 470px;
}

ul.callout {
	height: 100px;
}

ul.callout li {
	width: 470px;
	font-family: "Garamond-Premier-Pro",serif;
	font-size: 30px;
	color: #d27911;
	line-height: 30px;
	margin: 20px 0;
}

/***Process***/

#wrapper-process {
	width: 980px;
	height: 1500px;
	margin: 0 auto;
	padding-left: 10px;
}

/* process-arrows */

#process-arrows li {
	width: 25px;
	height: 56px;
	background: url(../img/icon-process-arrow.png) 0 0 no-repeat;
}

#process-arrows li.arrow1 {
	position: relative;
	top: 650px;
	left: 68px;
	z-index: 100;
}

#process-arrows li.arrow2 {
	position: relative;
	top: 450px;
	left: 120px;
	z-index: 100;
	-webkit-transform: rotate(72deg);
}

#process-arrows li.arrow3 {
	position: relative;
	top: 390px;
	left: 280px;
	z-index: 100;
	-webkit-transform: rotate(144deg);
}

#process-arrows li.arrow4 {
	position: relative;
	top: 490px;
	left: 330px;
	z-index: 100;
	-webkit-transform: rotate(216deg);
}

#process-arrows li.arrow5 {
	position: relative;
	top: 520px;
	left: 200px;
	z-index: 100;
	-webkit-transform: rotate(288deg);
}

/*** circles ***/

#circles {
	float: left;
	height: 600px;
	width: 430px;
	padding-top: 30px;
	/*background: url(../img/bg-circles-white.png) 0 70px no-repeat;*/
}

#circles li {
	background: url(../img/bg-circle-green.png) 0 0 no-repeat;
	width: 125px;
	height: 100px;
	padding: 65px 20px 0 20px;
	text-align: center;
	color: #fff;
	font-family: "museo-sans", sans-serif;
	font-weight: bold;
}

.circle1 {
	position: relative;
	top: 95px;
	left: 130px;
}

.circle2 {
	position: relative;
	top: 10px;
	left: 240px;
}

.circle3 {
	position: relative;
	top: -27px;
	left: 203px;
}

.circle4 {
	position: relative;
	top: -192px;
	left: 63px;
}

.circle5 {
	position: relative;
	top: -485px;
	left: 20px;
}

/* process-content */

#process-content {
	float: right;
	width: 465px;
	padding: 30px 0 20px 0;
}

#process-content p {
	font-family: "Arial";
	font-size: 14px;
	color: #333;
	line-height: 19px;
	padding-bottom: 10px;
}

.arrows {
	background: url(../img/hr-double-dashed.png) 0 0 no-repeat;
}

.arrows p {
	width: 450px;
	padding: 17px 0 0 0;
}

p.caption {
	margin-left: 30px;
	margin-top: -40px;
}

p.event strong {
	color: #689e33;
	background: url(../img/icon-arrow-yellow.png) 0 0 no-repeat;
	position: relative;
	left: 0;
	padding-left: 30px;
}

/* process-content-bottom */

#process-content-bottom {
	clear: both;
	float: left;
	width: 980px;
	height: 280px;
	border-top: 1px solid #adaca2;
	padding-top: 30px;
}

#process-content-bottom p {
	font-family: "Arial";
	font-size: 14px;
	color: #333;
	line-height: 19px;
}

#process-content-bottom p.left {
	float: left;
	width: 480px;
	padding-bottom: 20px;
}

#process-content-bottom p.right {
	float: right;
	width: 480px;
}

/*** people ***/

#wrapper-people {
	width: 980px;
	height: 1280px;
	padding-left: 10px;
	margin: 0 auto;
}

#people-content {
	width: 980px;
	float: left;
}

#people-content p {
	font-family: "arial";
	font-size: 14px;
	line-height: 19px;
	color: #333;
	width: 300px;
	text-align: left;
	float: left;
	margin-left: 35px;
	padding-top: 0;
	margin-top: 0;
}

#trainers h6,
#WPA h6 {
	font-family: "Museo-sans";
	font-size: 15px;
	color: #7b949f;
	float: left;
	padding: 0;
	margin: 0;
	width: 305px;
}

#trainers {
	float: left;
	margin: 30px 0 20px 0;
}

#WPA {
	float: left;
	margin-top: 30px;
	border-top: 1px solid #adaca2;
	padding-top: 30px;
	margin-bottom: 360px;
}

/*** product ***/

#wrapper-product {
	width: 980px;
	height: 1400px;
	margin: 0 auto;
	padding-left: 10px;
}

#product-content {
	width: 980px;
	float: left;
}

/* able-to */

#able-to {
	width: 980px;
}

#able-to p {
	font-family: "Garamond-Premier-Pro";
	font-size: 23px;
	color: #333;
	padding-top: 10px;
	text-align: center;
	font-weight: lighter;
}

#able-to ul {
	width: 980px;
	float: left;
}

#able-to li {
	width: 203px;
	height: 280px;
	border-left: 1px dashed #666;
	padding: 25px 20px 0 20px;
	float: left;
	text-align: left;
}

#able-to li.influence {
	border-left: none;
}

#able-to li p {
	text-align: left;
	font-family: "arial";
	font-size: 14px;
	color: #333;
	line-height: 19px;
}

#able-to li h5 {
	font-family: "Garamond-Premier-Pro";
	font-size: 29px;
	line-height: 29px;
	color: #af6672;
	font-weight: lighter;
}

#able-to li h6 {
	font-family: "museo-sans";
	font-size: 15px;
}

/* what */

#what {
	width: 980px;
	float: left;
	margin-bottom: 50px;
}

#what-banner {
	background: url(../img/hr-banner.gif) 0 0 no-repeat;
	width: 980px;
	height: 50px;
}

#what-banner p {
	font-family: "Garamond-Premier-Pro";
	font-size: 23px;
	color: #333;
	text-align: center;
	width: 980px;
	padding-top: 10px;
}

#what ul {
	width: 980px;
	height: 300px;
}

#what li {
	width: 180px;
	height: 100px;
	padding: 15px 30px 0 20px;
	background: #fff;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
	color: #d27911;
	font: lighter 25px/25px "Garamond-Premier-Pro";
}

#what ul li.what-left {
	margin-left: 0;
}

/*** proposal ***/

#wrapper-proposal {
	width: 980px;
	height: 1300px;
	margin: 0 auto;
	padding-left: 10px;
}

/* title line */

#title-line-proposal {
	width: 980px;
	margin: 30px auto 20px auto;
	border-bottom: #acacac 1px solid;
	padding-bottom: 10px;
	height: 85px;
	float: left;
}

#title-line-proposal p {
	font-family: "museo-sans";
	font-size: 36px;
	color: #666;
	text-align: center;
	margin: 0 auto;
}

#title-line-proposal p span {
	color: #d27911;
}

/* form */

#form {
	font-family: "Arial";
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

#form input,
#form select {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 300px;
	height: 30px;
	font-family: "Arial";
	font-size: 14px;
	color: #333;
	border: 2px solid #ccc;
	;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 8px;
}

/* form-left */

#form-left {
	width: 315px;
	/*height: 765px;*/
	float: left;
	margin-left: 110px;
}

#form p {
	margin-top: 10px;
}

.disclaimer {
	color: #d27911;
	font-size: 12px;
}

#form-left .organization select {
	width: 320px;
	height: 30px;
	background: transparent;
}

#form-left .state select {
	width: 175px;
	height: 30px;
	background: transparent;
}

#form-left #zip-box {
	float: right;
	margin-top: -79px;
}

#form-left #zip {
	width: 100px;
}

/* form-right */

#form-right {
	width: 315px;
	float: right;
	margin: 25px 110px 0 0;
}

#form input {
	color: #888;
	margin-bottom: 12px;
}

#form-right .participants select {
	width: 115px;
	height: 30px;
	background: transparent;
}

input#submit {
	width: 200px;
	height: 30px;
	background: #2cafe2;
	border: none;
	margin-top: 10px;
	cursor: pointer;
	color: #fff;
	font-family: "museo-sans";
	font-size: 17px;
	font-weight: 700;
	text-shadow: 0 -1px -1px #666;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: -moz-linear-gradient(top, #2fb1e5 0%, #0486ba 100%);


/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fb1e5), color-stop(100%,#0486ba));

/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2fb1e5 0%,#0486ba 100%)

;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2fb1e5 0%,#0486ba 100%

);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fb1e5 0%,#0486ba 100

%);
	/* IE10+ */
	background: linear-gradient(top, #2fb1e5 0%,#0486ba 10

0%);
	/* W3C */
	cursor: pointer;
}

#form-right input.radio {
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

/*** contact ***/

#wrapper-contact {
	width: 980px;
	margin: 0 auto;
	padding-left: 10px;
}

/* top-content-contact */

#top-content-contact {
	width: 980px;
	height: 220px;
	margin: 0 auto;
}

#top-content-contact ul {
	margin-top: 20px;
}

li.who5 p.long {
	width: 139px;
	text-align: center;
	margin-left: -5px;
}

/* bottom-content-contact */

#bottom-content-contact {
	width: 980px;
	margin: 30px 0 30px 0;
	float: left;
}

#bottom-content-contact h6 {
	font-family: "museo-sans";
	font-size: 15px;
	font-weight: 700;
	color: #6aa338;
	margin-bottom: 20px;
}

/* left */

#bottom-left-contact {
	width: 245px;
	margin-left: 190px;
	float: left;
}

#bottom-content-contact p {
	font-family: "Arial";
	font-size: 14px;
	color: #333;
	margin: 0 0 7px 0;
}

#bottom-content-contact p.email {
	margin-top: 20px;
}

#bottom-left-contact a {
	font-family: "Arial";
	font-size: 14px;
	color: #42bae5;
}

#bottom-content-contact a:hover {
	text-decoration: underline;
}

/* right */

#bottom-right-contact {
	width: 265px;
	float: right;
	margin-right: 190px;
}

#bottom-right-contact em {
	color: #d27911;
	font-weight: normal;
}

#bottom-right-contact input {
	box-sizing: border-box;
	color: #888;
	width: 265px;
}

#bottom-right-contact select {
	width: 265px;
}

#bottom-right-contact #submit input {
	color: #fff;
	width: 265px;
}

/* Footer */

#footer {
	width: 100%;
	height: 100%;
	min-height: 130px;
	background: #63625d;
	padding-top: 30px;
	margin: 0 auto;
	z-index: -999;
	clear: both;
}

#footer-inner {
	width: 980px;
	padding: 0 0 0 10px;
	z-index: 100;
	margin: 0 auto;
}

#w-logo {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#footer-inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
	float: left;
}

#footer-inner a span:hover {
	text-decoration: underline;
}

#footer-inner p span {
	color: #fcd400;
}

#social-media {
	float: right;
}

#social-media a {
	margin-left: 5px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}
#content .arrows.group {
	padding: 20px 0;
}
.religious-icon {
	background-color: #fbb831;
	border: 5px solid #fff;
	border-radius: 100%;
	float: left;
	width: 60px;
	height: 60px;
}
.religious-icon svg {
	display: block;
	margin: 15px auto;
	width: 30px;
	height: 30px;
}
#content .arrows.group p {
	float: left;
	padding: 0 0 0 20px;
	width: 380px;
}

.formErrors, .formSuccess {
	border-radius: 10px;
	color: #fff;
	margin-bottom: 14px;
	padding: 10px;
}
.formSuccess {
	background-color: #57a957;
}
.formErrors {
	background-color: #c53d36;
}
.formErrors h4, .formSuccess h4 {
	margin-bottom: 0.5em;
}