/*

RESET----------------------------------------------------------*/
*{margin:0px; padding:0px; border:0 none; vertical-align: baseline; font-size:100%; line-height:19px; font-weight:normal; font-style:normal;}
html { height: 100%; padding-bottom: 1px; }/*force scrollbar*/
ul,ol{ list-style:none;}
strong{font-weight:bold;font-weight:bolder;}
a,a:visited{text-decoration:none;}
a img {border:none;}
a:focus { outline: none; }
input::-moz-focus-inner {border:0;}
/*set text selecttion color*/
::selection { background:#6EA739; color:#fff; /* Safari and Opera */ }
::-moz-selection{ background:#6EA739; color:#fff; /* Firefox */ }
input[type="search"] { -webkit-appearance: textfield; }

/*Library----------------------------------------------------------*/
.hidden{
	display:none;
}

.hidden2{
	height:0px;
	overflow:hidden;
}

.inlineBlock {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.opacity {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

.opacityNone {
	opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */
}

.innerShad {
	box-shadow:inset 0px 1px 2px #333;
	-moz-box-shadow:inset 0px 1px 2px #333;
	-webkit-box-shadow:inset 0px 1px 2px #333;
}

.underline {
	text-decoration:underline;
}

.bold {
	font-weight:bold !important;
}

.ital {
	font-style:italic;
}

.ieTxtShadow {
	display:block;
	height:33px;/*can be what ever*/
	filter: dropshadow(color=#ffff00,offX=5,offY=5);
}

.roundedCrnrs {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.rotate {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.noBg {
	background-image:none ! Important;
}

.clearBoth {
	clear:both;
}

.smallInput {
	width:157px;
	padding:3px;
}

.longInput {
	width:255px;
	padding:3px;
}

.blueButton,
.blueButtonThin {
	cursor:pointer;
}

/*pageSetup----------------------------------------------------------*/
body {
	font-size: 14px;
	color: #333;
	text-align:center;
	font-family:Georgia;
	background-color:#e3f0ef;
}

#wrapper {
	width:980px;
	text-align:left;
	margin:0px auto;
}

a.blueButton,
.col1 a.blueButton,
.col2 a.blueButton,
.col3 a.blueButton,
input.blueButton,
span.blueButton a,
a span.blueButton {
	background-color:#0078c8;
	padding:0 30px;
	color:#fff ! Important;
	text-transform:uppercase;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/*inlineBlock stuff*/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

input.blueButton {
	height:20px;
}

a.blueButton:hover {
	background-color:#006BB3;
	text-shadow:0px 1px 0px #333;
	color:#fff !important;
}

.blueButtonThin {
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #0078C8;
	color: #FFFFFF !important;
	display: inline-block;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 4px;
	text-transform: uppercase;
	vertical-align: top;
	white-space: nowrap;
}

a.redButton {
	background-color:#C22A3E;
	padding:0 20px;
	max-width:198px;
	color:#fff !important;
	text-transform:uppercase;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/*inlineBlock stuff*/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

a.redButton:hover{
	background-color:#97202F;
	text-shadow:0px 1px 0px #333;
	color:#fff !important;
}

a.blueBtnNav {
	background-color:#0078c8;
	font-weight:bold;
	padding:0 13px;
	color:#fff !important;
	text-transform:uppercase;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	margin-right:2px;
	/*inlineBlock stuff*/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

a.blueBtnNav#nextNav {
	padding-right:20px;
	background:#0078c8 url(/images/whiteArrowR.gif) 51px 4px no-repeat;

	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
}

a.blueBtnNav#prevNav {
	padding-left:20px;
	background:#0078c8 url(/images/whiteArrowL.gif) 4px 4px no-repeat;

	border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
}

a.blueBtnNav#nextNavAction {
	padding-right:20px;
	background:#0078c8 url(/images/whiteArrowR.gif) 51px 4px no-repeat;

	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
}

a.blueBtnNav#prevNavAction {
	padding-left:20px;
	background:#0078c8 url(/images/whiteArrowL.gif) 4px 4px no-repeat;

	border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
}

a.blueBtnNav:hover {
	background-color:#006BB3;
	text-shadow:0px 1px 0px #333;
	color:#fff !important;
}

.shareIcos li {
	display:inline;
	margin-left:1px;
}

/*HEADASIDE STUFF*/
#headAside {
	width:100%;
	color:#fff;
	background-color:#333;
	padding-bottom:10px;
}

#headAside .inlineBlock {
	vertical-align:top;
}

.headAsideFullCol {
	width:970px;
	text-align:right;
	margin:0px auto;
	position:relative;
}

#headAside a {
	color:#ddd;
	font-weight:bold;
}

#headAsideLinks {
	margin-right:140px;
}

#headAsideLinks li {
	font-weight:bold;
	color:#ddd;
	display:inline;
	text-transform:uppercase;
	font-size:12px;
	font-family:helvetica, arial, sans-serif;
	height:21px;
	width:auto;
	float:left;
	margin-left:4px;
	border-top:solid 7px #333;
}

#headAsideLinks li:hover,
#headAsideLinks li.active {
	border-top-color:#0078c8;
}

#loginRegisterModal {
	margin-left:20px;
}

#loginRegisterModal li {
	font-weight:bold;
	color:#ddd;
	display:inline;
	text-transform:uppercase;
	font-size:12px;
	font-family:helvetica, arial, sans-serif;
	height:21px;
	width:auto;
	float:left;
	margin-left:4px;
	border-top:solid 7px #333;
}

#loginRegisterModal li:hover,
#loginRegisterModal li.active {
	border-top-color:#0078c8;
}

li.divider:hover {
	border-top-color:#333 !important;
}

.spreadHappiness {
	padding:35px 14px 6px 14px;
	background: transparent url(/images/spredHppy.png) 0 0 no-repeat;
	position:absolute;
	top:0px;
	right:-10px;
	z-index:5;
}

.spreadHappiness li {
	float:left;
	margin-left:3px;
	display:block;
}

a.at300b .at4-icon {
	height: 0 !important;
}

#SHfb,
#SHtwit,
#SHemail {
	display:block;
	width:32px;
	height:30px;
	text-indent:9999px;
	background-image:url(/images/spredHappySprite.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

#SHfb {
	background-position:0px -30px;
}

#SHtwit {
	background-position:-32px -30px;
}

#SHemail {
	background-position:-64px -30px;
}

a#SHfb:hover {
	background-position:0px 0px;
}

a#SHtwit:hover {
	background-position:-32px 0px;
}
a#SHemail:hover {
	background-position:-64px 0px;
}

#joinFullWidth {
	width:100%;
	text-align:center;
	background-color:#0078C8;
}

#whyJoin {
	width:960px;
	padding:0px 10px;
	background-color:#0078C8;
	color:#fff;
	margin: 0px auto;
	position:relative;
}

#closeJoin,#closePopUpStory {
	background-color:#333;
	color:#fff;
	padding:0px 20px;
	position:absolute;
	top:0px;
	right:10px;
	font-size:13px;
	font-family:helvetica, arial, sans-serif;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
}

#closeJoin:hover {
	background-color:#555;
}

.whyJoinColL {
	width:580px;
	padding:48px 0 15px 15px;
	text-align:left;
	background: transparent url(/images/joinBg.png) 0 25px no-repeat;
}

.whyJoinColL h5 {
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:14px;
}

.whyJoinColL p {
	width:510px;
}

.whyJoinColR {
	width:360px;
	padding-top:25px;
	padding-bottom:15px;
	text-align:right;
}

.whyJoinColR label {
	font-size:19px;
	text-transform:uppercase;
	margin-top:5px;
	margin-right:10px;
}

.whyJoinColR input {
	height:21px;
	padding:3px 10px;
	margin-bottom:4px;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.smallMarg {
	width:139px;
	margin-right:81px;
}

.smallNoMarg {
	width:139px;
}

.longNoMarg {
	width:220px;
}

.checkboxTxt {
	font-size:10px;
	width:229px;
	text-align:left;
}

.joinBtn {
	width:37px;
	height:21px;
	padding:3px 20px;
	text-transform:uppercase;
	background-color:#6EA739;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	margin-bottom:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.whyJoinColR span {
	font-size:20px;
}

.whyJoinColR span img {
	vertical-align:top;
}

.joinBtn:hover {
	background-color:#466B24;
}
/*END HEADASIDE STUFF*/

/*HEADER STUFF*/
#header {
	background: transparent url(/images/headBubbles.gif) 524px 0 no-repeat;
	position:relative;
}

h1.siteTile {
	font-family:arial;
	font-size:46px;
	position:absolute;
	left:-10px;
	top:-16px;
	z-index:1;
	color:#fff;
	background: transparent url(/images/AFH-web-logo.gif) 0 0 no-repeat;
	height:66px;
	width:330px;
	overflow:hidden;
	padding-top:33px;
}

h1.siteTile a {
	text-indent:-9999px;
	display:block;
	height:66px;
	width:330px;
}

#nav {
	border-top:solid 3px #2d2d2d;
	border-bottom:dotted 1px #b0ddc4;
	margin-left:10px;
	width:593px;
	overflow:hidden;
	margin-top:83px;
	position:relative;
	z-index:2;
}

#nav li {
	border-top:solid 7px #e3f0ef;
	height:26px;
	margin-right:17px;
	width:auto;
	float:left;
}

#nav li:hover,
#nav li.active {
	border-top-color:#0078c8;
}

#nav li a {
	display:block;
	height:100%;
	text-transform:uppercase;
	font-size:12px;
	color:#000;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
}

#join {
	margin-left:29px;
	height:0;
	width:0;
	position:relative;
	bottom:7px;
	left:-1px;
	background: url(/images/join.png) 0 bottom no-repeat;
	padding:109px 109px 0 0;
	overflow:hidden;
}

#join:hover {
	background: url(/images/joinOn.png) 0 bottom no-repeat;
}

#searchCont {
	margin-left:6px;
	padding-bottom:18px;
	width:225px;
	overflow:hidden;
	text-align:right;
	vertical-align:top;
	padding-top:20px;
}

#searchCont input {
	background: white url(/images/searchCrnr.gif) 0 0 no-repeat;
	height:27px;
	width:130px;
	padding-left:24px;
	float:left;
	float:right;
}

#searchCont a.searchBtn {
	background: #0078c8 url(/images/searchBtnCrnr.gif) right 0 no-repeat;
	line-height:27px;
	width:51px;
	padding:0px 10px 0px 8px;
	font-size:12px;
	float:left;
	color:white;
	text-transform:uppercase;
	font-family:arial, helvetica, sans-serif;
	float:right;
}

#searchForm .searchBtn {
	background: #0078c8 url(/images/searchBtnCrnr.gif) right 0 no-repeat;
	line-height:27px;
	width:65px;
	padding:0px 10px 0px 8px;
	font-size:12px;
	color:white;
	text-transform:uppercase;
	font-family:arial, helvetica, sans-serif;
	cursor:pointer;
}

#searchForm .searchText {
	width:130px;
}

.headerSocial {
	text-transform:uppercase;
	font-size:20px;
	margin-top:20px;
	margin-bottom:12px;
	color:#6BA4D2;
}

.headerSocial span {
	font-size:40px;
	vertical-align:middle;
}

#twitterHead,
#facebHead {
	text-indent:9999px;
	width:32px;
	height:30px;
	overflow:hidden;
	background-image: url(/images/headerSocialSprite.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	color:#6BA4D2;
}

#twitterHead {
	background-position: 0px -30px;
}
#facebHead {
	background-position: -32px -30px;
}
a#twitterHead:hover {
	background-position: 0px 0px;
}
a#facebHead:hover {
	background-position: -32px 0px;
}

#headCTA{
	width:606px;
	margin-top:21px;
	margin-left:10px;
}

#headCTA h2 {
	font-size:44px;
	color:#333;
	margin-bottom:6px;
}

#headCTA span {
	font-size:18px;
	color:#0078c6;
	margin-right:10px;
}

#headCTA a {
	vertical-align:top;
	padding-right:4px;
}

a.popupStoryOpen {
	color:#0078c6;
}
a.popupStoryOpen:hover {
	color:#004D84;
}

.popupStoryOpen img {
	vertical-align:bottom;
	margin-bottom:4px;
}

#tbc {
	width:345px;
	height:87px;
	margin-top:21px;
	padding:13px 0 0 15px;
	background: #e3f0ef url(/images/tbc.gif) 0 0 no-repeat;
	font-size:20px;
	color:#333;
	text-transform:uppercase;
	vertical-align:top;
}

#tbc p {
	margin-bottom:3px;
}

#tbc span {
	font-size:12px;
}
#tbc span a {
	color:#0078c6;
}

#tbc #tbcNum,
#tbcNum {
	font-size:30px;
	margin-bottom:10px;
}

#breadCrumb {
	margin-bottom:10px;
	margin-left:10px;
}

#breadCrumb li {
	text-transform:uppercase;
	display:inline;
	font-size:12px;
	font-weight:bold;
	font-family: helvetica, arial, sans-serif;
	color:#666666;
	font-style: italic;
}

#breadCrumb li a {
	font-weight:bold;
	color:#0078C5;
	font-style: italic;
}
/*END HEADER STUFF*/

/* HOME HIDDEN PANEL STUFF*/
#homeHidden {
	margin-top:20px;
	margin-bottom:30px;
}

.popOutStory {
	width:960px;
	background-color:#fff;
	border-top:solid 4px #333;
	position:relative;
	padding:18px 10px;
	margin-bottom:20px;
}

.popOutStory h3 {
	text-transform:uppercase;
	font-size:25px;
	margin-bottom:10px;
}

#popOutStoryHero {
	width:368px;
	margin-right:26px;
	vertical-align:top;
}

#popOutStoryCopy {
	font-size:14px;
	width:430px;
	vertical-align:top;
}

.bigText {
	font-size:20px;
	line-height:21px;
	margin-bottom:10px;
}

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

a#closePopUpStory {
	background-color:#0078C8;
}

.popUpStoryJoin {
	position:absolute;
	right:10px;
	bottom:18px;
}
/* END HOME HIDDEN PANEL STUFF*/

/*CARO STUFF*/
#happierSociety {
	background: url(/images/flagBg.gif) 0 -20px no-repeat;
	padding-top:0px;
	width:100%;
	background-color:#fff;
}

#happierSociety h3 {
	color:#333;
	font-size:34px;
	text-transform:uppercase;
	margin-bottom:16px;
	background-color:#E3F0EF;
}

#happierSocietyFooter {
	padding:9px 0px 10px 0px;
	width:100%;
	text-align:right;
	background: url(/images/corner.gif) 0 bottom no-repeat;
}

#happierSocietyFooter a {
	margin-right:10px;
}

.homeCaro {
	overflow: hidden;
	width:980px;
	height:206px;
	position:relative;
	background-color:#fff;
	padding-top:17px;
	margin:0 14px 0 0px;
}

#caroBufferL {
	position:absolute;
	top:17px;
	left:0px;
	z-index:2;
	cursor:pointer;
}

#caroBufferR {
	position:absolute;
	top:17px;
	right:0px;
	z-index:2;
	cursor:pointer;
}

.homeCaro .reel {
	overflow: hidden;
	height:206px;
	position:absolute;
	display:block;
	top:17px;
	left:0px;
	z-index:1;
	padding-left:105px;
	padding-right:105px;
}

.homeCaro .caroItm {
	margin-right:8px;
	overflow:hidden !important;
	height:206px;
	width:12px;
	position:relative;
	/*inlineBlock stuff*/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	cursor:pointer;
}

.homeCaro .caroItm.otherItm {
	width:auto;
	position:relative;
	cursor:default;
}

li.caroAction:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

li.noOver:hover {
	-moz-transform:scale(1.0);
	-webkit-transform:scale(1.0);
}

.caroItm p {
	font-size:22px;
	color:#333;
	margin-left:12px;
	width:210px;
}

.caroItm p.actionTitle {
	font-size:20px;
	font-style:italic;
	margin-bottom:5px;
	margin-left:14px;
}

.caroItm .blueButton {
	position:absolute;
	right:6px;
	bottom:20px;
	z-index:2;
}

.lineGrn,
.lineWit,
.lineBlu,
.lineRed {
	width:240px;
	height:150px;
	padding-top:10px;
	position:relative;
	background-image: url(/images/caroLine.gif);
	background-repeat:no-repeat;
}

.lineGrn {
	margin-top:0px;
	background-color:#81b252;
	background-position:0 113px;
}

.lineWit {
	margin-top:19px;
	background-color:#ffb300;
	background-position:0 94px;
}

.lineBlu {
	margin-top:14px;
	background-color:#9bbdc8;
	background-position:0 99px;
}
.lineRed {
	margin-top:9px;
	background-color:#C2294E;
	background-position:0 104px;
}

.aboutCloud {
	position:absolute;
	right:-20px;
	bottom:-26px;
	z-index:1;
}

#forOthers,
#forOthers2 {
	margin-top:14px;
}

#youDo {
	margin-top:32px;
}
/*END CARO STUFF*/


/*3 COL STUFF*/
.col1,
.col2,
.col3 {
	font-size:14px;
	/*inlineBlock stuff*/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	margin-bottom:130px;
}

.col1 {
	margin-right:7px;
	width:480px;
}

.col2 {
	width:230px;
	margin-right:7px;
}
.col3 {
	width:250px;
	float:right;
}

.col1 h4,
.col2 h4,
.col3 h4 {
	width:100%;
	margin-top:20px;
	border-bottom: solid 4px #C2294E;
	padding:5px 0px;
	font-size:28px;
	color:#333;
	text-transform:uppercase;
}

.col1 a,
.col2 a,
.col3 a {
	color:#0078c7;
}

.col1 a:hover,
.col2 a:hover,
.col3 a:hover {
	color:#004D84;
}

.col1Box {
	padding:10px;
	width:460px;
	background-color:white;
}

.col1Box .prev {
	margin-left:177px;
}

#ourPoster p {
	margin-bottom:12px;
}

#ourPoster img {
	float:left;
	margin-right:10px;
}

#ourPoster #posterTitle {
	font-weight:bold;
	display:block;
	margin-bottom:12px;
}

ul.whiteBoxList {
	width:100%;
}

ul.whiteBoxList li {
	padding:10px 0px;
	border-bottom:dotted 1px #707070;
}
.whiteBoxList li a {
	color:#0078C7;
}

.whiteBoxList li a:hover {
	color:#004D84;
}

.whiteBoxList li .storyTitle {
	font-size:22px;
	margin-bottom:10px;
	display:block;
}

.whiteBoxList li a img {
	vertical-align:middle;
	padding-right:5px;
}

.dateStamp {
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-style:italic;
}

li.last {
	border-bottom:none !important;
}

.vidLi {
	min-height:80px;
}

.vidLi img {
	position:absolute
}

.vidLi p {
	width:170px;
	position:relative;
	top:0px;
	left:129px;
}

.vidLi p img {
	position:relative;
	top:0px;
	left:-129px;
}

.col1Box .blueButton {
	margin:9px 0 0 143px;
}

.col1Box object,
.col1Box embed,
.col1Box iframe {
	margin: 0px 5px 30px 5px;
}

.col2Box {
	padding-bottom:10px;
	width:230px;
	background-color:white;
}

.col2Box img {
	margin-bottom:28px;
}
.col2Box h5 {
	font-size:22px;
	margin-left:10px;
	margin-bottom:14px;
}

.col2Box p {
	width:210px;
	margin-left:10px;
	margin-bottom:19px;
}

.prev,
.next {
	text-transform:uppercase;
	color:#0078c7;
	font-size:12px;
	vertical-align:bottom;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

a.prev:hover,
a.next:hover {
	color:#004D84;
}

.col2Box .prev,
.col2Box .next {
	margin-top:47px;
}

.next {
	margin-left:5px;
	padding-right:12px;
	background: transparent url(/images/blueArrowR.gif) right 4px no-repeat;
}

.prev {
	margin-right:5px;
	padding-left:12px;
	background: transparent url(/images/blueArrowL.gif) 0 4px no-repeat;
}

.col2Box .prev {
	margin-left:61px;
}

.col2Box .next{
	margin-right:61px;
}

.newsBox {
	padding: 0 10px 10px 10px;
	width:230px;
	background:black url(/images/newsBg.gif) 0 0 repeat;
	color:#fff;
}

.col3 .newsBox a,
.wideRightCol .newsBox a,
.newsBox a {
	color:#6CB8F8;
}

.col3 .newsBox a:hover {
	text-decoration:underline;
}

.newsBox ul {
	width:230px;
	min-height:255px;
}

.newsBox ul li {
	padding:10px 0px;
	border-bottom:dotted 1px #fff;
}

.newsBox .blueButton {
	margin:9px 0 0 15px;
}

.tweetBox {
	padding:10px 5px;
	margin-top:13px;
	width:240px;
	height:310px;
	background:black url(/images/tweetBg.gif) 0 0 no-repeat;
	font-size:20px;
}
.innerColR .tweetBox {
	width:307px;
	height:352px;
	background:black url(/images/bigTweetBg.gif) 0 0 no-repeat;
	position: relative;
	left: -20px;
	margin-bottom:20px;
}

.tweetBox p {
	color:#000;
	margin-bottom:12px;
	font-size:21px;
}

.tweetBox ul {
	width:240px;
	overflow:auto;
	height:217px;
	background-color:#f0f8fc;
}

.innerColR .tweetBox ul {
	width:307px;
	height:257px;
}

.tweetBox ul li {
	background-color:#fff;
	font-size:14px;
	padding:8px;
	font-family: helvetica, arial, sans-serif;
	margin-bottom:8px;
}

.tweetBox #follow {
	float:right;
	margin-top:4px;
}

.innerColR .tweetBox #follow {
	margin-top:4px;
	margin-left:73px;
	float:none;
}

.innerColR .tweetBox #follow img {
	margin-top:4px;
}
/*END 3 COL STUFF*/

/*NEXT BOXES STUFF*/
.nextCont{
	display:none;
}

.nextCont.activeNextCont{
	display:block;
}

.next.inactive,.prev.inactive,.blueBtnNav.inactive {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
/*END NEXT BOXES STUFF*/


/*2 COL STUFF*/
.innerColL,.innerColR {
	font-size:14px;
	color:#333;
	/*inlineBlock stuff*/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	margin-bottom:130px;
}

.innerColL a,.innerColR a {
	color:#0078c7;
}
.innerColL a:hover,
.innerColR a:hover {
	color:#004D84;
}

.innerColL{
	width:680px;
}

.innerColR {
	width:297px;
	float:right;
	padding-top:74px;
}

.innerColR#newsRightColumn {
	padding-top:0px;
}

#newsRightColumn div:first-child {
	margin-top:14px;
}

.innerColR#newsRightColumn h2 {
	top:0px;
	left:3px;
}
.innerColR h2 {
	width:100%;
	color:#fff;
	text-transform:uppercase;
	text-indent:238px;
	padding:20px 0px 12px 0;
	font-size:30px;
	position:relative;
	top:14px;
	left:0px;
	background: transparent url(/images/tagsHead.gif) right 0 no-repeat;
}

.innerColL h2 {
	width:100%;
	color:#fff;
	text-transform:uppercase;
	text-indent:20px;
	padding:53px 0px 6px 0;
	font-size:32px;
	background: transparent url(/images/articalHeading.gif) 0 0 no-repeat;
}

.innerColL h2#actionPage,
.innerColL h2#peopleAreDoingPage {
	width:100%;
	color:#fff;
	text-transform:uppercase;
	text-indent:20px;
	padding:53px 0px 6px 0;
	font-size:32px;
	background: transparent url(/images/greyTop.gif) 0 1px no-repeat;
}

.innerColL .actionsNav {
	position:absolute;
	top:-33px;
	right:38px;
}

.actionsNav li {
	display:inline;
}

.innerColLBox {
	padding:20px 40px 45px 10px;
	width:620px;
	margin-left:9px;
	background: white url(/images/articalFoot.gif) 0 bottom no-repeat;
	position:relative;
}

#peopleAreDoingPage .innerColLBox {
	padding-top:0px;
}

.innerColLBox h3 {
	font-weight:normal;
	line-height:26px;
	font-size:20px;
	margin-bottom:10px;
}

.innerColLBox#actionPage h3 {
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}

.innerColLBox h4 {
	font-size:22px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.innerColLBox p {
	margin-bottom:20px;
}

.innerColLBox p.resourceTypeLink {
	margin-bottom:0px;
}

.innerColLBox p.resourceCopy {
	margin:0px;
}

.innerColLBox .blueButton {
	margin-bottom:20px;
}

.innerColLBox .lineSeeAll .blueButton {
	margin-bottom:0px;
}

.innerColLBox .filter {
	width:602px;
	height:44px;
	padding:13px 0 0 17px;
	background: white url(/images/wideFilterBg.gif) 0 0 no-repeat;
}

.filter .inlineBlock {
	vertical-align:top;
	margin-right:10px;
}

.innerColLBox .filter p {
	text-transform:uppercase;
	font-size:22px;
	margin-top:3px;
}

.innerColLBox ul {
	margin-bottom:20px;
	margin-left:25px;
}

.innerColLBox ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:5px;
}

.innerColLBox .whiteBoxList {
	margin-left:0px;
}

.innerColLBox .whiteBoxList li {
	list-style:none;
	margin-bottom:5px;
}

.innerColLBox .whiteBoxList span {
	display:block;
	margin-bottom:5px;
}

.resourceList li {
	margin-bottom:20px;
	list-style:none;
}

.resourceList .resourceTitle {
	font-style:italic;
	font-weight:bold;
	margin-bottom:0px !important;
}
.resourceList .resourceTitle a {
	font-style:normal;
	font-weight:normal;
	margin-bottom:0px !important;
}

.innerColLBox object,
.innerColLBox embed,
.innerColLBox iframe {
	margin-bottom:40px;
}

.simpleSide {
	width:307px;
	border:solid 1px #A8CDD9;
	padding:20px 0 0px 10px;
	margin-bottom:41px;
	position:relative;
	left:-20px;
	z-index:2;
	background: white;
}

.simpleSide h3,
.udoBox h3,
.GEBox h3 {
	font-size:24px;
	margin-left:9px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.simpleSide p {
	width:280px;
	margin-left:9px;
	margin-bottom:15px;
}

#mostRead ul {
	margin-left:9px;
}

#mostRead ul li {
	margin-bottom:15px;
}

.simpleSide#allTags {
	padding-left:0px;
	width:317px;
	border-top: solid 4px #6EA739;
}

#allTags .blueButton {
	margin-left:100px;
}

#allTags ul li {
	text-indent:19px;
	margin-bottom:15px;
	text-transform:uppercase;
}

#allTags li.selected,
#allTags li:hover {
	text-indent:9px;
	border-left: solid 10px black;
	color:black;
}

#allTags li.selected a,
#allTags li:hover a {
	color:black;
}

.simpleSide.red {
	border-color:#C22A3E;
}

.simpleSide.red h3 {
	color:#C22A3E;
	text-transform:none;
}

a.clickToView {
	display:block;
	border:solid 1px #A8CDD9;
	position:relative;
	width:263px;
	margin-bottom:15px;
}

a.clickToView span {
	background:#0078c7;
	text-transform:uppercase;
	position:absolute;
	bottom:0px;
	right:0px;
	font-family:helvetica, arial, sans-serif;
	padding:0 3px;
	color:#fff;
	font-size:12px;
}

a.clickToView:hover span {
	background:#004D84 !important;
}

.simpleSide .prev,
.simpleSide .next,
.GEBox .prev,
.GEBox .next,
.udoBox .prev,
.udoBox .next {
	text-transform:uppercase;
	color:#0078c7;
	font-size:12px;
	vertical-align:bottom;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	margin-top:32px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.udoBox .prev,.udoBox .next {
	margin-top:5px;
}

.simpleSide .prev,
.GEBox a.prev,
.udoBox .prev {
	margin-left:95px;
	margin-right:5px;
	padding-left:12px;
	background: transparent url(/html/images/blueArrowL.gif) 0 3px no-repeat;
}

.simpleSide .next,
.GEBox a.next,
.udoBox .next {
	margin-right:95px;
	margin-left:5px;
	padding-right:12px;
	background: transparent url(/html/images/blueArrowR.gif) right 3px no-repeat;
}

.simpleBttm {
	position:absolute;
	bottom:-22px;
	left:-1px;
}

.udoBox {
	width:307px;
	border-top:solid 1px #A8CDD9;
	border-left:solid 1px #A8CDD9;
	border-right:solid 1px #A8CDD9;
	padding:15px 0 18px 10px;
	position:relative;
	left:-20px;
	z-index:2;
	background: white;
}

.GEBox {
	width:307px;
	border:solid 1px #C22A4F;
	padding:15px 0 7px 10px;
	position:relative;
	left:-20px;
	z-index:2;
	background: white;
	margin-bottom:20px;
}

#heroCaption,
.udoBox img,
.udoBox blockquote,
.udoBox .dateStamp,
#quoteCredit,
#GEHero,
.GEBox p,
.GEBox a {
	margin-left:10px;
	margin-bottom:10px;
	display:block;
}

.udoBox blockquote {
	width:270px;
	padding-bottom:10px;
}

#quoteCredit {
	font-style:italic;
}

#quoteCredit span {
	font-style:italic;
	font-weight:bold;
}

.tellUs {
	border-left: 1px solid #A8CDD9;
	border-right: 1px solid #A8CDD9;
	border-bottom: 1px solid #A8CDD9;
	height:265px;
	padding-top:25px;
	padding-left:15px;
	left: -20px;
	margin-bottom: 20px;
	position: relative;
	width: 302px;
	z-index: 2;
	margin-top:-10px !important;
	background: white url(/images/tellUsBg.gif) 7px bottom no-repeat;
}

#takeActionWhere .tellUs {
	height:265px;
	padding-top:25px;
	padding-left:15px;
	margin-bottom: 20px;
	position: relative;
	 width: 302px;
	 z-index: 2;
	background: white url(/images/tellUsBg.gif) 7px bottom no-repeat;
	left: 0px;
	border: none;
	margin-top:20px !important;
}

.tellUs a.seeWhatOthers {
	display:block;
	margin-top:12px;
}

.tellUs h5 {
	font-size:21px;
	margin-bottom:10px;
}

.tellUs textarea {
	width:278px;
	height:81px;
	margin-bottom:10px;
}

.tellUs .blueButton {
	color:#fff;
	margin-bottom:5px;
}

.tellUs select {
	font-size:12px !important;
	text-transform:uppercase;
	font-family: helvetica, arial, sans-serif;
	margin-bottom:5px;
}

.tellUs .thankyouText {
	height:163px;
}

.tellUs input {
	height:26px;
}

.tellUsWide .button {
	display: inline-block;
	vertical-align: bottom;
}

.tellUs .button {
	height: 26px;
	display:inline;
}

input.tellUsGo, a.tellUsGoBlk {
	width:22px;
	height:18px;
	padding:4px 6px;
	text-transform:uppercase;
	font-family: helvetica, arial, sans-serif;
	color:#fff;
	vertical-align:top;
	margin-left:-4px;
	background: url(/images/goBgClr.png) right 0 no-repeat;
	cursor:pointer;
}

input.tellUsGo {
	height:26px;
	width:40px;
}

.topLine {
	top:-6px;
	left:-10px;
	position:absolute;
}

.whatDoingBase {
	padding-top:10px;
	padding-bottom:10px;
}

.whatDoingBase .tellUs {
	background: url("/images/tellUsBg.gif") no-repeat scroll 7px bottom white;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 209px;
	left: 26px;
	margin-bottom: 20px;
	margin-top: -10px !important;
	padding-left: 15px;
	padding-top: 15px;
	position: relative;
	width: 302px;
	z-index: 2;

}

.whatDoingBase .tellUs a.seeWhatOthers {
	display: block;
	margin-top: 12px;
}

.tellUs .topLine {
	display:block;
}

.tellUs .leftLine {
	display:none;
}

.whatDoingBase .tellUs .topLine {
	display:none;
}

.whatDoingBase .tellUs .leftLine {
	display:block;
}

.whatDoingBase .leftLine {
	left: -35px;
	position: absolute;
	top: -5px;
}

a.rssBtn {
	font-size:23px;
	color:#fff;
	position: absolute;
	right: 38px;
	top: -33px;
	text-transform:uppercase;
}

a.rssBtn img {
	vertical-align:middle;
}

.contentAccodian {
	width:100%;
	position:relative;
	top:0px;
	left:-10px;
}

#whyHappinessMatters .contentAccodian {
	min-height:1050px;
}

a.accordBtn {
	display:block;
	width:100%;
	height:28px;
	padding-top:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:23px;
	background:#0078C8 url(/images/accordSprite.png) right 1px no-repeat;
	text-indent:12px;
}

a.accordBtn:hover {
	background:#C2294E url(/images/accordSprite.png) right -33px no-repeat ! Important;
}

a.accordBtn.open {
	background:#C2294E url(/images/accordSprite.png) right -66px no-repeat;
}

.accordCont {
	margin-bottom:6px;
}

.accordCont .accordInnerCont {
	width:600px;
	background-color:#FBF0F3;
	padding:19px 10px 10px 10px;
}

.inlineDescription{
	display:inline;
}

.horizScroll {
	height:280px;
	margin-left:0px;
}

.accordCont .accordInnerContdiv.horizScroll {
	margin:0px 0px 0px 10px;
}

.horizScroll ul {
	width:3000px;
	margin-left:0px !important;
}

.horizScroll ul li {
	list-style:none;
	float:left;
	width:211px;
	height:251px;
	background-color:white;
	margin-right:5px;
}

.horizScroll ul p,
.horizScroll ul a {
	margin:10px 10px 0 10px;
	display:block;
}

.aboutLinks {
	display:block;
	margin-bottom:10px;
}

.contactForm {
	width:605px;
	padding:20px 10px;
	background-color:#fff;
	margin-top:30px;
	position:relative;
	top:0px;
	left:-10px;
}

.contactForm input {
	margin-bottom:10px;
	margin-left:10px;
	height:16px;
	padding:3px 10px;
	border:none;
	background:#fff;
}

.contactForm .smallInput {
	width:160px;
	padding:3px;
}

.contactForm .longInput {
	width:255px;
	padding:3px;
}

.contact-typeL {
	vertical-align:top;
}

.contact-surnameL {
	margin-left:42px;
}

.contact-locL {
	margin-left:43px;
}

.contact-emailL {
	margin-left:11px;
}

.contactForm textarea {
	margin-bottom:10px;
	width:494px;
	height:89px;
	padding:10px;
	border:none;
	background:#fff;
	display:block;
}

.contactForm .checkLabel {
	margin-right:125px;
}

.contactForm .redButton, .contactForm .blueButton {
	padding:0px 25px;
	margin-right:10px;
}

#addressBox {
	width:250px;
	margin-top:30px;
}

#addressBox p,
#addressBox a,
#addressBox h4 {
	font-size:14px;
	margin-bottom:10px;
	display:block;
}

#addressBox h4 {
	text-transform:none;
}
/*END 2 COL STUFF*/

/*MIXED COL STUFF - HOW 2 B HAPPY SUB PAGE*/
.equalColL,.equalColR {
	margin-top:20px;
}

.equalColL {
	width:502px;
	position:relative;
	padding-left:10px;
}

.equalColR {
	float:right;
	width:457px;
}

#lookAfterBody {
	height:263px;
	padding-top:20px;
	background: url(/images/eatHealthy.gif) 0 0 no-repeat;
}

#lookAfterBody h2 {
	font-size:34px;
	margin-bottom:10px;
}

#lookAfterBody p {
	width:415px;
	margin-bottom:10px;
}

#lookAfterBody a {
	color:#0078C6;
	font-weight:bold;
	font-size:12px;
	font-family: helvetica, arial, sans-serif;
	z-index:2;
	position:relative;
	top:0px; left:0px;
}

#wayIcon {
	position:absolute;
	right:5px;
	bottom:9px;
}

#workingInPartnership {
	font-size:11px;
	font-style:italic;
	margin-top:11px;
	position:absolute;
	left:10px;
	top:-15px;
}

#lookAfterBody #sponsorPanel {
	position:absolute;
	left:0px;
	z-index:1;
	bottom:0px;
	width:249px;
	height:76px;
	padding:10px 0 0 10px;
	background: url(/images/sponsorPanel.gif) 0 0 no-repeat;
}

#LABVideoCaro {
	height:263px;
	padding:17px 0 14px 5px;
	background: url(/images/videoCaroBg.gif) 0 0 no-repeat;
}

#LABVideoCaro a {
	margin-top:118px;
	vertical-align:top;
}

.videoCaro {
	position:relative;
	width:409px;
	height:250px;
	overflow:hidden;
	margin:0 8px 0 10px;
}

.videoReel {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:250px;
}

.videoReel li {
	float:left;
}

.smallLeftCol {
	width:320px;
	margin-right:24px;
	margin-top:20px;
	vertical-align:top;
	float:left;
	margin-bottom:50px;
}

.wideRightCol {
	width:635px;
	margin-top:20px;
	vertical-align:top;
	margin-bottom:50px;
}

.wideRightCol a {
	color:#0078C7;
}

.wideRightCol a:hover {
	color:#004D84;
}

.smallLeftCol h3,
.wideRightCol h3 {
	width:100%;
	padding:16px 0 3px 0;
	color:#333;
	font-size:28px;
	text-transform:uppercase;
	border-bottom:solid 4px #9BBDC8;
}

.smallLeftCol h3.actionHead {
	width:100%;
	padding:18px 0 16px 0;
	color:#fff;
	text-indent:10px;
	font-size:30px;
	text-transform:uppercase;
	border:none;
	background: url(/images/actionBg.gif) 0 0 no-repeat;
}

.actionsScroll {
	width:300px;
	padding:10px;
	padding-bottom:0px;
	background-color:#333;
	color:#fff;
	position:relative;
	margin-bottom:47px;
}

label#filterLabel {
	font-size:20px;
	text-transform:uppercase;
	vertical-align:top;
	margin-top:5px;
	color: #FFFFFF;
}

.actionsScroll #actionList {
	width:290px;
	height:343px;
	overflow:auto;
	background-color:#333;
	margin-top:20px;
}

.actionsScroll #actionList li {
	padding:15px 0px;
	background-color:#333;
	border-bottom: dotted 1px #fff;
	color:#fff;
	font-size:18px;
}

#actionList li a {
	color:#6CB8F8;
	font-size:18px;
	font-style:italic;
	display:block;
	margin-bottom:10px;
}

#actionList li a:hover {
	color:#004D84;
}

.actionsScroll .blueButton {
	margin:0px 0 0 57px;
	position:relative;
	left:0px;
	top:35px;
	z-index:1;
}
.actionsScrollBttm {
	position:absolute;
	left:0px;
	bottom:-47px;
	z-index:-9;
}

.smallLeftColBox {
	padding:10px;
	width:300px;
	background-color:white;
}

.lineSeeAll {
	width:100%;
	border-bottom:solid 4px #9BBDC8;
	text-align:right;
}

.lineSeeAll .blueButton {
	position:relative;
	left:0;
	top:10px;
}

.wideRightColBox {
	width:625px;
	padding: 0 10px 10px 0;
	background-color:white;
}

#wideHappinessFacts .nextCont,
#wideTellUs .nextCont {
	width:625px;
	padding:10px 0 5px 0;
}

#wideHappinessFacts .nextCont span {
	font-size:21px;
	display:block;
	margin-bottom:15px;
}

#wideHappinessFacts .nextCont img {
	float:left;
	margin-right:10px;
}

#wideTellUs .nextCont .wideTellUsHero {
	float:left;
	margin-right:10px;
	margin-left:0px;
}

#wideTellUs .nextCont img {
	float:left;
	margin:0 10px;
}

#wideTellUs .nextCont img.right {
	float:right;
}

#wideTellUs blockquote {
	margin-left:10px;
}

.wideRightColBox .prev {
	margin-left:265px;
}

.wideRightColBox .next {
	margin-right:250px;
}

.tellUsWide {
	width:599px;
	margin-left:10px;
	background: transparent url(/images/tellUsWide.gif) 0 bottom no-repeat;
	padding:10px;
	position:relative;
}

#wideTellUs .tellUsWide p.futuraB {
	font-size:21px;
	width:60px;
	padding:0px;
	margin-right:10px;
}

#wideTellUs .tellUsWide .futuraB {
	font-size:21px;
	width:60px;
	padding:0px;
	margin-right:10px;
 }

#wideTellUs .tellUsWide #tellBtns p {
	width:63px;
}

#wideTellUs #thankyou.tellUsWide p.futuraB {
	width:auto;
}

.tellUsWide textarea {
	width:380px;
	height:82px;
	margin-right:10px;
	vertical-align:top;
}

#tellBtns {
	vertical-align:bottom;
}

#tellBtns .blueButton {
	margin-top:10px;
	margin-left:10px;
}

#wideTellUs blockquote span {
	font-size:16px;
	margin-top:12px;
	display:block;
	font-style:italic;
}

#wideTellUs .prev {
	margin-left:262px;
}

#wideTellUs .next {
	margin-right:250px;
}

.insideColL{
	width:360px;
	margin-right:15px;
}

.insideColR {
	width:250px;
	float:right;
}

.insideColR h3 {
	margin-top:24px;
}

.newsBox .newsHead {
	font-size:22px;
	text-transform:uppercase;
}

.insideColLBox {
	width:340px;
	padding:10px;
	background-color:#fff;
}
/*END MIXED COL STUFF*/


/*HAPPIER LIVING STUFF*/
#happierLivingFullCol {
	background-color:#fff;
	position:relative;
	margin:46px 0 120px 0;
}

#happierLivingIntroT {
	position:absolute;
	top:-20px;
	left:0px;
	z-index:-1;
}

#happierLivingIntroB {
	position:absolute;
	bottom:-89px;
	left:-29px;
	z-index:-1;
}

#happierLivingHero {
	vertical-align:top;
	margin:0 20px 0 10px;
}

#happierLivingIntro {
	vertical-align:top;
	width:521px;
}

#happierLivingIntro h2 {
	color:#333;
	background: none;
	font-size:34px;
	width:auto;
	padding:0px;
	text-indent:0px;
	margin:5px 0 23px 0;
}

#happierLivingIntro p {
	margin-bottom:20px;
	width:500px;
}

#happierLivingIntro a {
	color:#0078C7;
}

#happierLivingIntro a:hover{
	color:#004D84;
}

.snglActionDspl {
	width:521px;
}

#happierLivingIntro .snglActionDspl {
	height:80px;
	overflow:visible;
}

.snglActionDspl h4 {
	font-size:31px;
	text-transform:uppercase;
	background:white url(/images/snglActionFlag.gif) 0 0 no-repeat;
	padding:19px 0 10px 0;
	color:#fff;
	text-indent:10px;
}

.snglActionDspl .blueButton {
	float:right;
	position:relative;
	top:-25px;
	left:0px;
}

#happierLivingIntro .snglActionInnerCont a {
	color:#ffffff;
}

#happierLivingIntro .snglActionInnerCont a:hover {
	text-decoration:underline
}

.snglActionInnerCont {
	width:493px;
	border-top:solid 4px #6EA739;
	padding:10px 10px 10px 18px;
	font-size:20px;
	color:#fff;
	background:#333 url(/images/happierLivingCorner.gif) 0 bottom no-repeat;
}

#happierLivingIntro .snglActionInnerCont p {
	max-width:430px;
	margin-bottom:8px;
}

.snglActionInnerCont .actionNo a {
	font-size:18px;
	font-style:italic;
}

.snglActionInnerCont #prevNav {
	margin-left:200px;
}

.sevenForty {
	width:740px;
	float:left;
	margin-right:14px;
}

.twoTwoFive {
	width:225px;
	float:left;
}

.sevenForty .happierLivingTitles {
	width:490px;
}

.happierLivingTitles {
	font-size:25px;
	text-transform:uppercase;
	width:100%;
	border-bottom: solid 4px #9BBDC8;
	padding-bottom:7px;
}

#featuredWay {
	width:740px;
	background-color:#fff;
	margin-top:15px;
	position:relative;
	float:left;
	clear:both;
}

#featuredWay .aWay {
	float:left;
	width:240px;
	padding-bottom:0px;
}

#cornerIcon {
	position:absolute;
	top:-39px;
	right:-3px;
}

/*ways list*/
#ways {
	width:750px;
	position:relative;
	top:0px;
	left:-10px;
	clear:both;
	overflow: hidden;
}

#ways li {
	float:left;
	margin-top:10px;
	margin-left:10px;
}

.aWay {
	width:240px;
	background-color:#fff;
	position:relative;
	padding-bottom:7px;
	border-bottom-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-left-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	-moz-border-radius-bottomleft:14px;
}

.aWayOverlay {
	display:none;
	 position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}

.aWay .aWayOverlay p {
	text-align:center;
	width:128px;
	color:#fff;
	font-size:32px;
	line-height:10px;
}

.aWayOverlay p span {
	font-size:52px;
}

.aWay p {
	font-size:18px;
	width:140px;
	margin:11px 0 10px 11px;
}

.wayIco {
	position:absolute;
	top:140px;
	right:10px;
	z-index:3;
}

.aWay .blueButton {
	margin-left:49px;
	position:relative;
	z-index:4;
}
/*end ways list*/

.posterCta {
	display:block;
	margin-top:18px;
}

#featuredWayCopy {
	width:453px;
	margin-left:13px;
	margin-top:15px;
	vertical-align:top;
}

#featuredWayCopy p {
	margin-bottom:18px;
}

#featuredWayTitle {
	font-size:18px;
}

.sideBoxGrn,
.sideBoxRed {
	width:207px;
	margin-top:8px;
	padding:9px;
	border-bottom:solid 4px #0078C8;
}

.sideBoxGrn {
	background: #7CB04C url(/images/grnBg.gif) 0 0 repeat;
}

.sideBoxRed {
	background: #C83F51 url(/images/redBg.gif) 0 0 repeat;
}

.sideBoxTitle {
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}

.sideboxCopy {
	width:125px;
	font-size:14px;
	color:#fff;
}

.sideboxCopy a {
	text-decoration:underline;
	color:#fff;
}
/*END HAPPIER LIVING STUFF*/


/*LEFT COL AND LIST STUFF*/
.threeSeventy {
	width:370px;
	float:left;
}

.listCol {
	width:600px;
	float:left;
	padding-top:20px;
}

.threeSeventy h2 {
	width:370px;
	font-size:35px;
	color:#fff;
	background:transparent url(/images/takeActionTitle.gif) 0 0 no-repeat;
	padding:46px 0 19px 9px;
	text-transform:uppercase;
	text-indent:10px;
	position:relative;
	left:-9px;
	top:0px;
}

.threeSeventyCont {
	background-color:#fff;
}

.threeSeventyContSection {
	margin:0px 10px;
	padding:14px 0px;
	border-bottom:dotted 1px #B9D1D8;
}

.threeSeventyContSection.endSect {
	border-bottom:none;
}

#takeActionIntro {
	font-size:18px;
	padding:30px 0px;
	line-height:23px;
	position:relative;
}

#takeActionGrnLne {
	position:absolute;
	top:-4px;
	left:-20px;
}

.threeSeventyContSection h3 {
	font-size:23px;
	color:#333;
	text-transform:uppercase;
}

.sideBoxGrn.longerBox,.sideBoxRed.longerBox {
	width:325px;
	margin-top:8px;
	padding:11px 9px 9px 16px;
	border-bottom:solid 4px #0078C8;
}

.longerBox .sideBoxTitle {
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
}

.longerBox .sideboxCopy {
	width:225px;
	font-size:14px;
	color:#fff;
}

.longerBox .sideboxCopy a {
	display:block;
	margin-top:18px;
	text-decoration:underline;
	color:#fff;
}

.listCol h2 {
	width:318px;
	font-size:35px;
	color:#fff;
	background:transparent url(/images/takeActionflag.gif) 0 0 no-repeat;
	padding:17px 0 11px 0px;
	text-transform:uppercase;
	text-indent:43px;
	margin-left:282px;
}

#resourceslistCol.listCol h2 {
	background:transparent url(/images/resourcesFlag.gif) 0 0 no-repeat;
	text-indent:30px;
	margin-left:311px;
}

.listColFltrBar {
	width:585px;
	height:40px;
	padding:10px 0 0 15px;
	position:relative;
}

#takeActionlistCol .listColFltrBar {
	background-color:#333;
}

#takeActionlistCol .noresults {
	margin:30px 10px 0px 10px;
}

.fltrBarArrow {
	position:absolute;
	bottom:-19px;
	left:20px;
}

.actionsLst {
	width:600px;
	margin-top:19px;
}

.actionsLst li {
	float:left;
	margin-top:11px;
	margin-left:8px;
	width:172px;
	height:124px;
	overflow:hidden;
	background-color:white;
	font-size:18px;
	padding:7px 10px 10px 10px;
	background:#fff url(/images/actionLstItm.gif) 0 0 no-repeat;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
}

.actionsLst li:hover {
	background-position:-192px 0;
}

.actionsLst a,
.actionsLst a:hover,
.actionsLst a:visited {
	display:block;
	text-decoration:none;
	color:#333;
}

.actionsLst a .actionNo {
	font-size:16px;
	margin-bottom:10px;
	color:#fff;
	font-style:italic;
	font-weight:bold;
}

/*resources page stuff*/
h2#resourcesThreeSeventy {
	width:370px;
	font-size:35px;
	color:#fff;
	background:transparent url(/images/resourcesTitle.gif) 0 0 no-repeat;
	padding:46px 0 19px 9px;
	text-transform:uppercase;
	text-indent:10px;
	position:relative;
	left:-9px;
	top:0px;
}

#happinessInitiatives {
	width:350px;
	height:478px;
	overflow:auto;
	background-color:#FBF0F3;
	margin-top:20px;
	position:relative;
	top:0px;
	left:-10px;
	padding:0px 10px;
	border-top:solid 10px #FBF0F3;
	border-bottom:solid 10px #FBF0F3;
}

#happinessInitiatives li{
	padding:22px 0 14px 0;
	width:325px;
	margin-bottom:10px;
	background-color:#fff;
	border: solid 1px #C22B3F;
	color:#333;
}

#happinessInitiatives li p,
#happinessInitiatives li a {
	margin:0 0 8px 10px;
	width:305px;
	display:block;
}

#happinessInitiatives li a {
	color:#0078C7;
}

#happinessInitiatives li a:hover {
	color:#004D84;
}

.HIImgBox {
	text-align:center;
	padding:0px 5px 10px 5px;
	border-bottom:solid 1px #cdcdcd;
	margin-bottom:20px;
	height:80px;
}

.HIImgBox img {
	max-width:315px;
}

#resourceslistCol .listColFltrBar {
	background-color:#6EA739;
}

.resourceLst {
	width:600px;
	margin-top:29px;
}

.resourceLst li {
	margin-top:10px;
	margin-left:8px;
	width:566px;
	padding:13px;
	background-color:white;
}

.resourceLst li a {
	font-weight:normal;
	color:#0078C7;
	font-style:normal;
}
.resourceLst li a:hover {
	color:#004D84;
}

.resourceTypeLink {
	font-weight:bold;
	font-style:italic;
}

.resourceCopy{
	margin-top:10px;
}

.resourceCopy img {
	float:left;
	margin-right:10px;
}
/*end resources page stuff*/

/*END LEFT COL AND LIST STUFF*/


/*GROUPS & EVENTS STUFF*/

.fullCol {
	width:980px;
}

.fullCol h2 {
	width:980px;
	padding:55px 0 6px 0;
	color:#fff;
	font-size:32px;
	text-indent:22px;
	background: transparent url(/images/groupsEventsHead.gif) 0 0 no-repeat;
	text-transform:uppercase;
}

.fullColBox {
	width:950px;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
	background: white url(/images/fullColFoot.gif) 0 bottom no-repeat;
}

.fullColBox .inlineBlock {
	width:460px;
	vertical-align:top;
}

.fullColBox h3 {
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.fullColBox h4 {
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
}

.fullColBox .blueButton {
	margin-top:20px
}

.activityBox {
	width:440px;
	height:104px;
	padding:5px;
	margin-bottom:30px;
	font-family:helvetica, arial, sans-serif;
}

.activityReel {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:104px;
}

.videoReel li {
	float:left;
}


#meetupBtn img {
	margin-left: 3px;
	margin-top: -17px;
	position: absolute;
	vertical-align: middle;
}

.equalTwoCol {
	width:460px;
	margin-left:8px;
	margin-bottom:130px;
	background-color:#fff;
	padding:10px;
	padding-bottom:45px;
	vertical-align:top;
	background: white url(/images/equalShortColFoot.gif) 0 bottom no-repeat;
}

.shortFilter {
	position:relative;
	width:431px;
	height:60px;
	padding:10px;
	margin-top:5px;
	margin-bottom:10px;
	background: white url(/images/smallFilter.gif) 0 0 no-repeat;
}

#shortFltrLTop {
	position:absolute;
	top:-7px;
	right:0px;
}

#shortFltrRTop {
	position:absolute;
	top:-7px;
	left:0px;
}

.shortFilter p {
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.shortFilter .blueButton {
	margin-bottom:10px;
}

#groupFilter {
	margin-left:10px;
}

#groupFilter p {
	margin-right:155px;
}

#groupFilter .firstGo,
#eventFilter .firstGo {
	margin-right:10px;
}

#eventFilter p {
	margin-right:166px;
}

#eventFilter {
	margin-right:10px;
}

.whiteBoxList li.featuredLi{
	border:solid 1px #C22A3E;
	border-bottom:solid 1px #C22A3E;
	min-height:128px;
	padding:0px;
}

.featuredLi div {
	margin-top:10px;
}

.featuredLi img {
	vertical-align:top;
	float:right;
}

li.featuredLi p, li.featuredLi a {
	max-width:235px;
}

li.featuredLi .inlineBlock {
	margin-left:10px;
	margin-bottom:10px;
}

.equalTwoCol .lineSeeAll {
	max-width:302px;
}

#equalTwoColR .lineSeeAll {
	text-align:left;
	float:right;
}

.eventFootLinks {
	padding-top:50px;
	width:100%;
}

#eventFootLinksR {
	padding-top:70px;
}

.tellUsAboutEvent,
.updateEvent {
	color:#0078C7;
}

a.tellUsAboutEvent:hover,a.updateEvent:hover {
	color:#004D84;
}

.tellUsAboutEvent:after {
	content:" | ";
}
/*END GROUPS & EVENTS STUFF*/

/*MODAL STUFF*/
.modal {
	width:768px;
	height:500px;
	background-color:#333;
	padding:25px 0 25px 12px;
	color:#fff;
	text-align:left;
	display:none;
	z-index:10;
	overflow-y:auto;
	overflow-x:hidden;
	border:5px solid #333;
}

.modal h2 {
	font-size:40px;
	font-weight:bold;
	margin-bottom:25px;
	line-height:43px;
}

.modal p {
	font-size:20px;
	margin-bottom:10px;
}

.modal blockquote {
	padding:15px;
	background-color:#ccc;
	color:#333;
	font-size:14px;
	width:699px;
	margin-bottom:10px;
}

.detailsConfL {
	width:219px;
	text-align:right;
	margin-right:10px;
	padding-top:30px;
}

.detailsConfR {
	width:455px;
	padding-top:30px;
	font-family: Helvetica, Arial, Sans-Serif;
}

.detailsConfR p,.detailsConfL p {
	margin-bottom:14px;
	font-size:16px;
}

.modal h3 {
	font-size:30px;
	font-weight:normal;
	width:480px;
	height:31px;
	padding:10px 0 0 20px;
	margin-top:22px;
	margin-bottom:20px;
	background: transparent url(/images/thankyouBgRedFlag.png) right 0 no-repeat;
	position:relative;
	top:0px;
	left:-22px;
}

.modalForm {
	width:397px;
	text-align:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding:20px 0px;
}

.modalForm input {
	margin-bottom:10px;
	margin-left:10px;
	height:16px;
	padding:3px 10px;
	border:none;
	background:#fff;
}

.modalForm .smallInput {
	width:157px;
	margin-right:99px;
	padding:3px;
}

.modalForm .longInput{
      width:255px;
    padding:3px;
      }
.modalForm input[checked]{
      margin-bottom:10px;
      margin-left:10px;
      width:auto;
      height:16px;
      padding:3px 10px;
      border:none;
      background:#fff;
}
.modalForm .checkLabel{
      margin-right:125px;
      }
.modal .redButton, .modal .blueButton{
      padding:0px 25px;
      margin-right:10px;
      }

#simplemodal-container a.modalCloseImg {
  background:url(/images/x.png) no-repeat; /* adjust url as required */
  width:50px;
  height:24px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:0px;
  right:25px;
  cursor:pointer;
}

/*END MODAL STUFF*/

/*FOOTER STUFF*/
#footer{
  width:100%;
  background-color:#333;
  border-top:51px solid #6EA739;
  padding-bottom:40px;
  margin-top:100px;
}

#footer .inlineBlock{
  vertical-align:top;
}
.footerColL{
  width:680px;
  position:relative;
  color:#999999;
  text-align:left;
  padding-top:20px;
}
.footerColL a{
  color:#6CB8F8;
}
#footLinks li{
  display:inline;
  text-transform:uppercase;
  font-size:12px;
  font-family:helvetica, arial, sans-serif;
  color:#6CB8F8;
}

.footerSocial{
    text-transform:uppercase;
    font-size:21px;
    margin-top:20px;
    margin-bottom:28px;
    }
.footerSocial span{
    font-size:40px;
    vertical-align:middle ! Important;
    }

#footer #twitterFoot,#footer #facebFoot {
	text-indent:9999px;
	width:32px;
	height:30px;
	overflow:hidden;
	background-image: url(/images/footerSocialSprite.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
}

#twitterFoot{ background-position: 0px -30px;}
#facebFoot{ background-position: -32px -30px;}
a#twitterFoot:hover{ background-position: 0px 0px;}
a#facebFoot:hover{ background-position: -32px 0px;}


#footLinks li:after {content:" | ";}
#footLinks li:last-child:after {content:"";}
#footerBg{
	position:absolute;
	left:358px;
	top:-125px;
	z-index:1;
}

.footerColR {
	width:300px;
	text-align:right;
	color:#606060;
	padding-top:5px;
}

.footerColR p {
	width:103px;
	font-size:22px;
	margin-top:10px;
	margin-right:10px;
	vertical-align:middle;
}

#footerCaro {
	position:relative;
	width:150px;
	height:65px;
	overflow:hidden;
	margin-bottom:20px;
}

#footerReel {
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:65px;
}

#footerReel li {
	float:left;
}
#signOff{
display:block;
float:right;
  margin-right:10px;
}
.footerColL a:hover { text-decoration:underline; }
/*END FOOTER STUFF*/

.error { color:#C2294E; font-size: 19px; vertical-align: middle !important;}
.whyJoinColR .row { position:relative;}
.whyJoinColR .error { text-transform: uppercase; position:absolute; right:243px;    font-size: 19px;
    margin-right: 10px;
    margin-top: 5px;
 }
/*
.error { position:absolute; right:0; margin:4px 252px 0 0; font-size: 19px;}
.whyJoinColR { position:relative;}
*/



.insideColLBox .vidLi {
  height:auto;
}

.insideColLBox .vidLi p {
  position:static;
  width:auto;
}

.insideColLBox .vidLi p img {
  float: left;
  margin-right: 10px;
  position:static;
}

iframe .connect_widget_button_count_count { background-color:#fff;}
.at300bs { background: none !important;}
.at300b { padding: 0px !important;}
#at16pf { display:none;}
.tweetBox .feedNameAndTime { color:#666; font-size:12px;}
.tweetBox .big-retweet-icon {background-image:url("/images/sprite-icons.png");background-position:-128px -64px;background-repeat:no-repeat;display:inline-block;height:14px;position:relative;top:2px;width:18px;}
/*.tweetBox .big-retweet-icon {background-image:url("http://s.twimg.com/a/1288039940/images/sprite-icons.png");background-position:-128px -64px;background-repeat:no-repeat;display:inline-block;height:14px;position:relative;top:2px;width:18px;}*/
.innerColLBox .actionMedia { margin-bottom:40px;}
.innerColLBox .actionMedia object, .innerColLBox .actionMedia iframe, .innerColLBox .actionMedia embed{ margin-bottom:6px; display:block;}
.innerColLBox .actionMedia .twitter-share-button { display:inline; width:100px !important;}




.innerColLBox ol {     margin-bottom: 20px;
    margin-left: 30px;}


.innerColLBox ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-bottom: 5px;
}

.umbHeading {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
  font-weight:bold;
}








.forms i { font-style:italic;}
.forms .row { overflow:hidden; width:100%; position:relative; margin-bottom:5px;}
.forms .row label { display:block; float:left; width:215px; text-align:right; margin-right:10px; }
.forms .row .formField { float:left; width:395px; }

.forms .leftAligned label { float:none; display:inline; text-align:left; padding-left:5px; }
.forms .autoMargin { margin-left:225px;}


.forms .error { position:absolute; color:red; left:0px; text-align:right; width:215px; font-size:100%;}

.forms .fullWidth { width:100%; margin-top:52px; margin-bottom:13px; padding:15px;}
.modal .forms .fullWidth { background:#494949;  }
.forms .fullWidth .selectDeselectAll { display:block; margin-bottom:3px;}
.forms ul.checkBoxItems { display:block; margin:0px; padding:0px;}
.forms ul.checkBoxItems li { float:left; width:196px; margin:0 0 5px 0; padding:0 10px 0 0; list-style:none; }
.modal .forms ul.checkBoxItems li { width:235px; }
.forms ul.checkBoxItems li input { float:left; width:10px; margin-top:3px; }
.forms ul.checkBoxItems li label { float:left; width:178px; margin:0px; }
.modal .forms ul.checkBoxItems li label { width:205px;  }
.checkBoxList
{
  <!-- background-color:#000; -->
}


.ui-slider-horizontal .ui-slider-handle { margin-left: -0.6em; top: -3px; }



.happinessScale h2 { font-size:16px; background:url(/images/sliderHeaderBg.png) no-repeat right; line-height:41px; height:41px; overflow:hidden; padding:0px; margin:20px 0 0 0;}
.happinessScale .scale { background:url(/images/sliderBg.png) no-repeat bottom; width:619px; height:80px; margin-left:30px; position:relative; margin:0 0 50px 0;}
.happinessScale .scale .ui-slider { position: relative; width:326px; top:23px; left:93px; }
.happinessScale .scale .ui-slider .ui-slider-handle { cursor: pointer; position: absolute; z-index: 2; width:41px; height:27px; background:url(/images/sliderHandle.png) no-repeat; }
.happinessScale .scale .ui-slider .ui-slider-handle.ui-state-hover { background:url(/images/sliderHandleActive.png) no-repeat; }

.happinessScale .scale .result { background:url(/images/sliderValueBg.png) no-repeat; color:#ffffff; height:64px; width:134px; position:absolute; bottom:-40px; right:10px; text-align:right; }
.happinessScale .scale .result span { display:block; width:60px; text-align:center; font-size:42px; position:absolute; right:2px; top:16px;}

.modal .happinessScale h2 { width:686px; margin-left:-22px; padding-left:22px;}

.modal a {
	color:#fff;
}

.modal a:hover {
	text-decoration:underline
}

.modal p.bigText {
	margin-left:10px;
}

.loginForm {
	margin-bottom:20px;
}

select.selectWithGroups optgroup {
	font-style:italic;
	font-weight:bold;
}

select.selectWithGroups optgroup option {
	text-indent:20px;
}

#tellUsWideTy i {
	font-size:24px;
}

#tellUsWideTy p.youSaid {
	background:#ccc;
	color:#333;
	padding:20px;
	width:694px;
	font-size:14px;
}

#tellUsWideTy p.redText {
	background:url(/images/thankyouBgRedFlag.png) no-repeat right;
	margin-top:30px;
	width:360px;
	height:41px;
	line-height:41px;
	margin-left:-22px;
	padding-left:22px;
	font-size:30px;
}

#tellUsWideTy label {
	font-size:16px;
}

#tellUsWideTy span.error {
	font-size:16px;
}

#tellUsWideTy .buttons {
	margin-top:30px;
}

#joinConf p.redText {
	background:url(/images/thankyouBgRedFlag.png) no-repeat right;
	margin-top:30px;
	width:360px;
	height:41px;
	line-height:41px;
	margin-left:-22px;
	padding-left:22px;
	font-size:30px;
}

.groupEventFilter {
	background: white url(/images/filter-bg-tall.gif) 0 0 no-repeat;
	margin-top:3px;
}

.groupEventMemberList {
	width: 600px;
}

.groupEventMemberList .leftCol {
	width:220px;
	float:left;
	text-align:right;
	display:block;
}

.groupEventMemberList .middleCol {
	margin-left:10px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	display:block;
	float:left;
	width:285px;
}

.groupEventMemberList .rightCol {
	width:85px;
	float:left;
}

.tellUs .error {
	font-size:14px;
	display:block;
}

.tellUs .h5 {
	font-size:21px;
}

.tellUs .h5.error {
	position:absolute;
	top:25px;
}

.tellUs .title {
	font-size: 21px;
	display: block;
}

.tellUs .titleError {
	font-size: 21px;
	display: block;
	position: absolute;
	top: 25px;
	color: #C2294E;
}

.tellUsWide .error {
	position: absolute;
	top: 19px;
	font-size: 21px;
	left: 10px;
}

#modalRegisterThankyou a {
	text-decoration: underline;
}

.modal a {
	text-decoration: underline;
}

/* carousel items - homepage */
#happinessFacts .nectCont,
#happinessFacts .activeNextCont {
	height: 581px;
	overflow: hidden;
}

#happinessFacts .nectCont,
#happinessGoodies .activeNextCont {
	height: 300px;
	overflow: hidden;
}

/* meetup carousel items - groups and events */
.meetupJoin {
	padding: 10px;
}

.meetupCarousel {
	background: url("/images/groups_caro_background.png") scroll 0 0;
	height: 140px;
}

.meetupCarousel li.meetupItem img.profile {
	width: 80px;
}

.meetupCarousel li.meetupItem div {
	float: left
}

.meetupCarousel li.meetupItem div.comment {
	padding-left: 30px;
	padding-top: 12px;
}

.meetupCarousel li.meetupItem div.image {
	width: 90px;
}

.meetupCarousel li.meetupItem div.details{
	width: 310px;
}

.meetupCarousel li.meetupItem div.commentText {
	padding-top: 5px;
}

.jcarousel-skin-comments .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-comments .jcarousel-container-horizontal {
	width: 485px;
}

.jcarousel-skin-comments .jcarousel-clip {
	overflow: hidden;
}

.jcarousel-skin-comments .jcarousel-clip-horizontal {
	width: 485px;
	height: 140px;
}

.jcarousel-skin-comments .jcarousel-item {
	width: 475px;
}

.jcarousel-skin-comments .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}

.jcarousel-skin-comments .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}

.jcarousel-skin-comments .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/* horizontal buttons */
.jcarousel-skin-comments .jcarousel-next-horizontal {
	background: url("/images/groups_caro_right.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	right: -19px;
	top: 63px;
	width: 32px;
}

.jcarousel-skin-comments .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url("/images/groups_caro_right_hover.png");
}

.jcarousel-skin-comments .jcarousel-next-horizontal:hover,
.jcarousel-skin-comments .jcarousel-next-horizontal:focus {
	background-image: url("/images/groups_caro_right_hover.png");
}

.jcarousel-skin-comments .jcarousel-next-horizontal:active {
	background-image: url("/images/groups_caro_right_hover.png");
}

.jcarousel-skin-comments .jcarousel-next-disabled-horizontal,
.jcarousel-skin-comments .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-comments .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-comments .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-image:none;
}

.jcarousel-skin-comments .jcarousel-prev-horizontal {
	background: url("/images/groups_caro_left.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	left: 5px;
	position: absolute;
	top: 63px;
	width: 32px;
}

.jcarousel-skin-comments .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url("/images/groups_caro_left_hover.png");
}

.jcarousel-skin-comments .jcarousel-prev-horizontal:hover,
.jcarousel-skin-comments .jcarousel-prev-horizontal:focus {
	background-image: url("/images/groups_caro_left_hover.png");
}

.jcarousel-skin-comments .jcarousel-prev-horizontal:active {
	background-image: url("/images/groups_caro_left_hover.png");
}

.jcarousel-skin-comments .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-comments .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-comments .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-comments .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-image:none;
}

#tooltip {
	color:white;
	background-color: #C42C46;
	border: 1px solid #111111;
	opacity: 0.85;
	padding: 5px;
	position: absolute;
	width: 200px;
	z-index: 3000;
}

.toolTipHolder {
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	vertical-align: top;
}

.leftAligned .toolTipHolder {
	margin:2px 0 0 0;
}

.row {
	width:100%;
	overflow:hidden;
}

.submitText p {
    font-size: 100%;
    line-height: 19px;
    margin-left: 70px;
    margin-right: 50px;
}

.modal .submitText p {
    margin-bottom: 20px;
    margin-right: 120px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

