html {
	height:100%;
}
body {
	margin:0px;
	background: #FAFAFA; /* Old browsers */
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
    -webkit-font-smoothing:antialiased !important;
    -webkit-text-size-adjust: 100%;
}
#bgWrapper {
	background:white;
}
.siteWidth {
	width:775px;
	padding-left: 90px;
	padding-right: 90px;
}

/* header */
#header {
	width:100%;
	height:110px;
}
#headerWrapper {
	margin-left:auto;
	margin-right:auto;
	padding-left: 30px;
	padding-right: 30px;	
	width:775px;
	min-width:775px;
	padding-top:4px;
}
#headerMenu {
	float:right;
}
#headerMenu ul {
	margin:0;
	padding:0;
}
#headerMenu li {
	display:inline;
	list-style:none;
	float:left;
	text-transform:uppercase;
	line-height:10pt;
}
#headerMenu li a {
	display:block;
	padding:10px 0px 0px 30px;
	width:auto;
	text-decoration:none;
	color: #454648;
}
#headerMenu li a.selected {
	color:#8cc63f;
}
#headerMenu li a:hover {
	color:#8cc63f;
}
#headerMenu .title {
	font-size:11pt;
}
#headerMenu .subtitle {
	font-size:7pt;
	font-weight: lighter;
	color: #B4B4B7;
}
#header .tagLine {
	color:#8cc63f;
	font-size:7.5pt;
	font-weight: lighter;
}
a#headerLogo {
	margin-top:-9px;
	width:215px;
	height:35px;
	background: url(/images/headerLogo.png);
	display:block;
}
#headerButtonSpace {
	margin-right:-5px;
	margin-bottom: 5px;
	float:right;
}
#headerButtonSpace .atButton a {
	padding:4px 10px 4px 10px;
	font-size:10pt;
}
#headerSlider {
	width: 100%;
	position: absolute;
}
#headerSlider .content {
	margin-left: auto;
	margin-right: auto;
	width:775px;
	border-top: 1px solid #E5E5E5;
}
.atTitle {
	font-size:10pt;
	color:#686a6c;
}
.insetButton {
	margin-left:10px;
	padding:3px 11px 3px 11px;
	color:white;
	background:#CED3D5;
	font-size:10pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom:1px white solid;
	-moz-box-shadow: inset 0 0 1px gray;
	-webkit-box-shadow: inset 0 0 1px gray;
	box-shadow: inset 0 0 1px gray;
	text-decoration: none;
}
.insetButton:hover {
	background:#C3C9CF;
}
.insetButton.atGreenBG {
	
	background-color:#A2D083;
	background-color:rgba(162, 208, 131, 0.8);
}
#modalDisplayBG {
	width:100%;
	height:100%;
	background: url(/images/modalBG.png) repeat;
	position:fixed;
	z-index: 1;	
	display:none;
}
#modalDisplay {
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	width:600px;
	height:255px;
	background:white;
	
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
}
#modalDisplay .closeButton {
	margin-top:-25px;
	margin-right:5px;
	font-family:Arial;
	font-size:10pt;
	color:white;
	cursor:pointer;
	clear:both;
	text-align:right;
	float:right;
}

.atButton a {
	display:block;
	margin:5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;
	
	text-align:center;
	text-decoration:none;
	color:white;
	padding-top:6px;
	padding-bottom:7px;
	padding-left:21px;
	padding-right:21px;
	font-size:12pt;
	background-color: #86C667;
}
.atButton a:hover {
	background-color:#94d144;
}
.atButton.small {
	margin-top:2px;
}
.atButton.small a {
	padding-top:4px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	font-size:10pt;
}
.atButton.smaller a {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:10pt;
}
.atButtonGreen a {
	background-color: #8cc63f;
}
.atButtonGreen a:hover {
	background-color:#94d144;
}
.atButtonGreen a:active {
	background-color: #80b934;
}
.atButtonGray a {
	background-color: #ABABAB;
}
.atButtonGray a:hover {
	background-color:#c3c3c3;
}
.atButtonGray a:active {
	background-color: #b3b3b3;
}
.atBrand {
	width:68px;
	height:70px;
	background:url(/images/atBrand.png);
}

/* main content */
#wrapper {
	min-width:775px;
	height:auto;
	background-color: white;
	border-top: 1px solid #D0D0D0;
	position: relative;
	z-index: 2;
}
#pageContent {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:775px;
	min-height:120px;
	
}
#pageContentInside {
	padding-top: 30px;
	padding-bottom: 25px;
	background: top center no-repeat;
	
}
.pageText {
	color:#3A3B3E;
	font-size:11pt;
	line-height:18pt;
}
#wrapperShadow {
	margin-top: -11px;
	width: 100%;
	height:10px;
}
.pageBlurb {
	margin-left:auto;
	margin-right:auto;
	margin-top:27px;
	width:700px;
	height:auto;
	font-size:15pt;
	font-weight:100;
	color: #858b92;
	text-align:center;
	line-height:20pt;
}
#pageContent h1 {
	margin-top:0px;
	font-weight:normal;
	font-size:16pt;
	color:#8cc63f;
}
#pageContent h1.large {
	font-size:25pt;
}
#pageContent h2 {
	font-size:16pt;
	margin-top:0px;
	font-weight:normal;
}
#pageContent h2.large {
	font-size:25pt;
}
#pageContent h3 {
	margin-left:2px;
	font-weight:normal;
}
#pageContent .largeHeaderText {
	font-size: 28pt;
	margin:0px;
	color:white;
	line-height: 30pt;
	font-weight:bold;
}
#pageContent img {

}

.pageHeader {
	padding:20px;
	min-width:865px;
}
.pageHeader .title {
	font-size:18pt;
	color:#dcdcdc;
	float:left;
}
.pageHeader .atBrandSmallGrayWhite {
	margin-top:5px;
	float:left;
}
.pageHeader .atLine {
	margin-top:15px;
	width:30%;
	float:left;
	clear:none;
}
.pageHeader .atTitleBrandSmall {
	float:right;
}

.shadedTextButton {
	text-align:left;
	display:block;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:10px;
	padding:3px 10px 1px 10px;
	color:#4B4B4B;
	font-size:10pt;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px #DDDDE0 solid;
	-moz-box-shadow:inset 0 0 1px white;
	-webkit-box-shadow:inset 0 0 1px white;
	box-shadow:inset 0 0 1px white;
	background:#EEEEEE;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
}

#splashButtons {
	padding-top:65px;
	margin-bottom:5px;
	width:auto;
}

.bigButtonShine {
	background-repeat: no-repeat;
	background-position:center top;
	min-height:110px;
}
.bigButton {
	width:405px;
	height:85px;
	background-color:#f6f6f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px #cfd0d0 solid;
	min-height:50px;
	text-decoration: none;
	display: block;
}
.bigButton:hover {
	-moz-box-shadow: 0px 0 20px #afafb3;
	-webkit-box-shadow: 0px 0 20px #afafb3;
	box-shadow: 0px 0 20px #afafb3;
}
.bigButton:hover .hoverArrow {
	display:block;
}
.bigButton .title {
	margin-top:3px;
	font-size:22pt;
	color:#8cc63f;
	padding-left:17px;
	float:left;
	max-width:275px;
}
.bigButton .text {
	margin-top:8px;
	color:#85858a;
	padding-left:18px;
	font-size:10pt;
	float:left;
}
.bigButton .learnMore {
	margin-top:-10px;
	padding-right: 8px;
	text-align:right;
	text-decoration:none;
	font-size:10pt;
	float:right;
}
.bigButton .icon {
	margin-top:-29px;
	margin-right:18px;
	display: block;
	float:right;
}
.bigButton .donateIcon {
	width:127px;
	height:52px;
	background-image:url(/images/donateSplashButtonIcon.png);
}
.bigButton .familiesIcon {
	margin-top:-25px;
	width:120px;
	height:51px;
	background-image:url(/images/familiesSplashButtonIcon.png);
}
.bigButton .hoverArrow {
	margin-top:-65px;
	margin-left:165px;
	width:55px;
	height:92px;
	position:absolute;
	display:none;
}
.bigButton .hoverArrowLeft {
	margin-left:213px;
}
.bigButton.wide {
	margin-top:20px;
	margin-bottom:15px;
	margin-left:-2px;
	background-image: url(/images/moreArrow.png);
	background-repeat: no-repeat;
	background-position:center right;
	font-weight:normal;
	-moz-box-shadow: 0px 0 12px #c9cbcf;
	-webkit-box-shadow: 0px 0 12px #c9cbcf;
	box-shadow: 0px 0 12px #c9cbcf;	
	width:433px;
	height:83px;
}
.bigButton.wide:hover {
	-moz-box-shadow: 0px 0 20px #c9cbcf;
	-webkit-box-shadow: 0px 0 20px #c9cbcf;
	box-shadow: 0px 0 20px #c9cbcf;	
}
.bigButton.wide a {
	text-decoration: none;
	display:block;
}
.bigButton.wide .title {
	max-width:550px;
	margin-top:13px;
	font-size:15pt;
	color:#8cc63f;
}
.bigButton.wide .icon {
	margin-top:20px;
	margin-right:55px;
}
.greenSliver {
	width:12px;
	height:98px;
	background:#8cc63f url(/images/moreArrowWhite.png) center center no-repeat;
	-moz-border-radius-bottom-right: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-top-right: 4px;
	-webkit-border-top-right-radius: 4px;	
	border-top-right-radius: 4px;
	border:1px #cfd0d0 solid;
}
.donateIconFamily {
	width:89px;
	height:38px;
	background: url(/images/donateIconFamily.png);
}
.donateIconFamilies {
	width:55px;
	height:31px;
	background: url(/images/donateIconFamilies.png);
}
.donateIconAT {
	width:68px;
	height:36px;
	background: url(/images/donateIconAT.png);
}
.hoverArrowRight {
	background:url(/images/hoverArrowRight.png);	
}
.hoverArrowLeft {
	background:url(/images/hoverArrowLeft.png);	
}

.atLine {
	margin-top:10px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	height:5px;
	width:100%;
	border-top:1px dashed #efefef;
}
.atLine .atBrandSmallGrayWhite {
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
}
.atBrandSmallGrayWhite {
	width:38px;
	height:19px;
	background:url(/images/atBrandSmallGrayWhite.png);
}

#footer {
	width:100%;
	min-height:200px;
	border-top:1px solid #dcdcdc;
	background: #F1F1F1;
}
#footerContent {
	margin-left:auto;
	margin-right:auto;
	width:775px;
	padding-top:50px;
	padding-bottom:60px;
	padding-left:33px;
	padding-right:33px;
}
#footerContent .menu {
	float:right;
}
#footerContent h2 {
	list-style:none;
	margin:0;
	margin-bottom:5px;
	font-size:10pt;
	color:#656667;	
}
#footerContent h2 a {
	color:#656667;
}
#footerContent ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:8pt;
	line-height:14pt;
	float:right;
}
#footerContent a {
	color:#9fa0a1;
	text-decoration:none;
}
#footerContent a:hover {
	color:#717273;
}
#footerCopyright {
	text-align:left;
	font-size:7pt;
	margin-top:20px;
	color:#d7dce4;
}
#footerContent .share {
	line-height: 25pt;
}
#footerContent .share li {
	margin-bottom:10px;
}
#footerContent .at {
	width:400px;
	line-height: 13pt;
	float:left;
}
#footerContent .at .text  {
	width:320px;
	color:gray;
	font-size:8pt;
	float:left;
}
#footerContent .at .text .email {
	text-decoration: underline;
}
#footerContent .at .text .atButton {
	margin-left:-5px;
}
#footerContent .atButton a {
	color:white;
}
#footerBrand {
	margin-right:20px;
	width:39px;
	height:69px;
	background: url(/images/footerBrand.png);
	float:left;
}
.shareIcon {
	margin-left:10px;
	float:right;
}
.twitterIcon {
	width:28px;
	height:20px;
	background:url(/images/twitterIcon.png);
}
.facebookIcon {
	width:18px;
	height:18px;
	background:url(/images/facebookIcon.png);
}
.emailIcon {
	width:24px;
	height:16px;
	background:url(/images/emailIcon.png);
}
.blogIcon {
	width:38px;
	height:18px;
	background:url(/images/blogIcon.png);
}

.signUpStep {
	margin-left:-100px;
	margin-top:20px;
	position:absolute;
	font-size:60pt;
	color:#f0f0f0;
}
/* forms */
.form {
	margin-top:25px;
	margin-bottom:10px;
	margin-right:25px;
	/* may need width for IE */
	padding:20px;
	padding-bottom:15px;
	background:#f5f5f5;
	border:1px solid #E2E2EC;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 0px 0 20px #E7E6EF;
	-webkit-box-shadow: 0px 0 20px #E7E6EF;
	box-shadow: 0px 0 20px #E7E6EF;
	
	float:left;
}
label {
	margin-left:3px;
	width:80px;
	font-size:11pt;
	color:#606060;
	cursor:pointer;
}
label .lighter {
	color:#c1c1c1;
	font-size:10pt;
}
label.large {
	display:block;
	width:100%;
	font-size:14pt;
	margin-bottom:5px;
	color:#8cc63f;
}

.defaultFormStyling input, .defaultFormStyling textarea {

	border:1px solid #ebebeb;
	background:#fafafa;
}

input, textarea {
	padding:5px 6px 5px 6px;
	margin:5px 0px 10px 0px;
	width:250px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	font-size:10pt;
	color:#4A4B4C;
	
	-moz-box-shadow: inset 0px 0px 5px white;
	-webkit-box-shadow: inset 0px 0 5px white;
	box-shadow: inset 0px 0 5px white;
}
input.file {
	width:267px;
}
form.wide input {
	margin-right:10px;
	width:325px;
}
input.taller {
	height:18px;
}
input.large {
	margin-bottom:15px;
	color:#727275;
	width:175px;
	height:35px;
	font-size:16pt;
	background-color: #f6f6f6;
	background-position:center center;
}
input.medium {
	width:180px;
}
input.small {
	width:155px;
}
input.smaller {
	width:80px;
}
input.extraSmall {
	width:30px;
}
.focusedInput {
	background:white;
	border:1px solid #b9b9b9;
	color:#515053;
	
	-moz-box-shadow: 0px 0 20px white;
	-webkit-box-shadow: 0px 0 20px white;
	box-shadow: 0px 0 20px white;	
}
input.checkbox {
	width:auto;
	margin-left:8px;
}
input.defaultState {
	color:#c4c4c4;
	font-style: italic;
}
textarea {
}
select {
	margin-left:1px;
	margin-bottom:10px;
}
.password {
	
}

.defaultFormStyling input.invalid, .defaultFormStyling textarea.invalid {
	border-color:#cc5957;
}
.defaultFormStyling input.valid {
	border-color:#8fc735;
}
form button {
	margin-top:15px;
	display:block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;	
	border:none;
	-moz-box-shadow: inset 0 0 1px white;
	-webkit-box-shadow: inset 0 0 1px white;
	box-shadow: inset 0 0 1px white;
	
	text-align:center;
	text-decoration:none;
	color:white;
	padding:6px 12px 6px 12px;

	font-size:10pt;
	cursor:pointer;
	
	float:right;	
}
form button:hover {
	background-color:#c9c9c9;
}
form button.donateNow {
	padding:8px 15px 8px 15px;
	font-size:12pt;
	background-color:#8cc63f;
	float:left;
}
form button.atGreenBG:active {
	background-color:#81b63b;	
}
form button:active {
	background-color:#a1a1a1;	
}

form button.adjacent {
	margin-top:6px;
	margin-left:8px;
	float:left;
}

form button.noStyle {
	background:none;
	border:none;
	color:black;
	position: relative;
	margin:0px;
	padding: 3px;
	float: none;
}

button.cancel {
	margin-right:5px;
}

.skipButton {
	margin-top:16px;
	margin-left:10px;	
	margin-right:10px;
	padding:5px 10px 6px 10px;
	font-size:8pt;
	float:right;
}
.blueButtonHover:hover {
	background-color: #548ee6;
}
.blueButtonHover:active {
	background-color: #4b79c1;
}

form .title {
	margin-bottom:10px;
	display:block;
	font-size:14pt;
	color:#cfd0d0;
}
form .subtext {
	margin-top:-7px;
	margin-left:5px;
	display:block;
	font-size:8pt;
	color:#c1c1c1;
	font-style:italic;
}
form a {
	color:#4b79c1;
	font-size:10pt;
}
.SI-FILES-STYLIZED label.custom {
    width: 130px;
    height: 32px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

form .file {
	margin-top:15px;
}
.fileUpload {
    background: url(/images/uploadButton.png);
}
.photoUpload {
    background: url(/images/uploadPhotoButton.png);
}
.SI-FILES-STYLIZED label.custom input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
form .atLine {
	margin-top:10px;
	margin-bottom:15px;
	border-color:#cfd0d0;
}
.formSpaceLeft {
	padding-top:30px;
	float:left;
}
.formSpaceRight {
	padding-top:40px;
	float:left;
}

form .errors {
	margin-top:5px;
	margin-left: 5px;
	width:250px;
	color:#cc5957;
	font-size:9pt;
	clear:both;
	line-height: 16pt;
	list-style: none;
}

form.small .errors {
	width:185px;
}

.spinny {
	margin-top:25px;
	width:16px;
	height:16px;
	background:url(/images/spinny.gif);
	display:none;
	position:absolute;
}
.spinny.right {
	margin-left: 80px;
}
.spinny.valid {
	background:url(/images/validCheck.png);
}

#donateContent {
/* this doesnt style correctly for some reason */
}
#donateContent .photo {
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 10px;
	float:left;
}
#donationSubmittingText {
	font-style: italic;
	font-size:10pt;
	display:none;	
	float:left;
}
#donateButton.disabled {
	display: none;
}
.donationTotal {
	font-size:14pt;
	margin-top:13px;
	margin-right:20px;
	float:right;
}
#donationTotalValue {
	font-size:22pt;
	font-weight:bold;
	color:#4b79c1;
}
.card {
	width:44px;
	height:25px;
	float:left;
}
.visa {
	background:url(/images/cards/cardVisa.png);
}
.master {
	background:url(/images/cards/cardMaster.png);
}
.amex {
	background:url(/images/cards/cardAmex.png);
}
.discover {
	background:url(/images/cards/cardDiscover.png);
}
#optionalDonations {
	width:320px;
	display:none;
}
#currentTip {

}
#donationConfirmInfo {
	padding-top:10px;
	padding-left:2px;
	font-size:10pt;
	color: #a8a9ad;
}
#signUpProgress {
	margin-top:0px;
	width:100%;
	height:50px;
}
#progressBar {
	width:100%;
	background:#f6f6f6;
}
#progress {
	width:2px; /* default */
	height:15px;
	background:#8cc63f;
	border-right:1px solid #e1dfe7;
}
#progress .progressNum {
	padding-right:10px;
	color:#93b267;
	text-align:right;
	font-size: 10pt;
	display: block;
	float:right;
}
#progressSteps {
	padding:5px;
	padding-right:0px;
	font-size:9pt;
	color:#cfd0d0;
}
#progressSteps .step {
	float:left;
}
#progressSteps .currentStep {
	color:#888a8b;
}
#progressSteps .completedStep {
	color:#8cc63f;
}

#profileHeader {
	width:100%;
	padding-bottom:5px;
}
#profileHeader .photo {
	background-color: #d3d3d3;
	background-position: center center;
	background-repeat: no-repeat;	
	float:left;
}

#profileHeader .edit, .pageText .edit {
	padding-left:2px;
	font-size: 10pt;
	text-decoration: none;
	color:#82c5ec;
}

#profileHeader .photo .edit {
	margin-top: 139px;
	width:100%;
	padding:10px 0px 10px 0px;
	text-align: right;
	color:#eeeeee;	
	background: url(/images/editingBoxBG.png);
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;			
	display: block;	
}
#profileHeader .photo .edit:hover {
	text-decoration: none;
}

#profileHeader .photo .edit .text {
	padding:5px 15px 5px 20px;
}

#profileHeader .info {
	margin-left:20px;
	padding:10px 10px 8px 17px;
	width:600px;
	min-height:100px;
	background:#f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px #cfd0d0 solid;
	-moz-box-shadow: 0px 0 10px #cecdd3;
	-webkit-box-shadow: 0px 0 10px #cecdd3;
	box-shadow: 0px 0 10px #cecdd3;	
	float:right;
}
#profileHeader .edit {
	padding:3px 8px 3px 5px;
	font-size:9pt;
}
#profileHeader .edit:hover, .pageText .edit:hover {
	text-decoration: underline;
}
#profileHeader .info .shareIcon {
	margin:5px;
}
#profileHeader .info .atButton {
	margin-right:-10px;
	margin-bottom:-8px;
	padding:2px;
	background:#f5f5f5;
	border-left:1px solid #cecdd3;
	border-top:1px solid #cecdd3;
	-moz-border-radius-bottom-right: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-top-left: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	text-shadow: none;
}
#profileHeader .info .atButton a {
	padding-top:8px;
	padding-left:25px;
	padding-right:25px;
	height:20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	background-color:#97d448;
}
#profileHeader .info .atButton a:hover {
	background-color:#a0e14d;
}
#profileHeader .info .atButton a:active {
	background-color:#8fca45;
}
#profileHeader .edit.social {
	margin-top:5px;
	font-size: 8pt;
	display: block;
	float: right;
}
.profileExtraInfo {
	font-size:10pt;
	line-height:17pt;
	color:#a7a7a7;
}
.profileExtraInfo .fullName {
	margin-top:5px;
	margin-bottom:10px;
	color:#8cc63f;
	font-size:20pt;
	display: block;
}
.profileText {
	padding-left: 1px;
	padding-right:30px;
	width:700px;
	min-height:150px;
	font-size:10pt;
	text-align: justify;
	line-height: 14pt;
}
.miniProfile {
	margin:15px;
	margin-left:0px;
	padding: 6px 15px 0px 15px;
	height:73px;
	background:#ebebeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px #cfd0d0 solid;
	float:left;
	text-decoration: none;
	display:block;
}
.miniProfile:hover {
	-moz-box-shadow: 0px 0 10px #cecdd3;
	-webkit-box-shadow: 0px 0 10px #cecdd3;
	box-shadow: 0px 0 10px #cecdd3;	
}
.miniProfile .photo {
	float:left;
}
.miniProfile .info {
	margin-left:10px;
	font-size:8pt;
	color:#a7a7a7;
	line-height:12pt;
	float:left;
}

#profileSearchResults {
	margin-left:-10px;
	margin-right:30px;
	margin-top:0px;
	padding-left:1px;
	width:400px;
}
.searchResultProfileSeparator {
	padding-left:25px;
	width:100%;
	height:1px;
	background-color: #eceff1;
}
.searchResultProfile {
	margin:15px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding: 20px 0px 20px 25px;
	width:400px;
	text-decoration: none;
	clear:both;
	display:block;
}
.searchResultProfile:hover {
	background:#f5f8fa url(/images/moreArrow.png) no-repeat center right;
}

.searchResultProfile .photo {
	height:64px;
	background-color: #d3d3d3;
	background-position: center center;
	background-repeat: no-repeat;
	float:left;
}
.searchResultProfile .info {
	margin-left:10px;
	font-size:10pt;
	color:#a7a7a7;
	line-height:12pt;
	float:left;
}

.searchResultProfile .info .title {
	font-size:12pt;
}

.photo {
	border:1px solid #C1BFCF;
	-moz-box-shadow: inset 0px 0 5px white;
	-webkit-box-shadow: inset 0px 0 5px white;
	box-shadow: inset 0px 0 5px white;
	display: block;
}

#profile .photo {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.donationConfirm .photo {
	margin-right:10px;
	float:left;
}

#contributionProgress {
	margin-top:5px;
	margin-bottom:15px;
	padding-top:13px;
}

#contributionProgress #progressBar, #contributionProgress #progressSteps, #contributionProgress .totalNeed {
	width:660px;
}
#contributionProgress #progressBar {
	background-color:#e5e5e5;
	border:1px solid #dfdfdf;
}
#contributionProgress #progressBar .progressNum {
	margin-top:2px;
	color:white;
	text-shadow: none;
}

#contributionProgress #progress {
	height:25px;
	min-width:40px;
	background-color:#99d846;
	font-weight: normal;
}

#contributionProgress #progressSteps {
	height:28px;
	padding:0px;
	padding-bottom:3px;
}

#contributionProgress #progressSteps .step {
	min-width:165px;
}

#contributionProgress .contributionsTotal {
	margin-top:1px;
}
#contributions {
	margin-left:-13px;
}
.contributionsColumn {
	margin-right:20px;
	width:220px;
	float:left;
}
.contribution {
	padding:20px;
	width:200px;
	min-height:50px;
	float:left;
}
.contribution:hover {
	background-color:#fafafa;
}
.contribution:hover .name, .contribution:hover .message {
	color:Gray;
}
.contribution .name {
	font-weight: bold;
	font-size: 12pt;
	color:#8F8F8F;
}
.contribution .amount {
	color:#8cc63f;
	float: right;
}
.contribution .message {
	padding-top:4px;
	font-size:10pt;
	color:#adb1b9;
}

.playVideoButton {
	width:37px;
	height:25px;
	background:url(/images/playVideoButton.png);
	display:inline-block;
	vertical-align: top;
	cursor: pointer;
}

.profileTopEditLinks a {
	padding:10px;
	text-decoration: none;
	color:#969696;
	font-size:8pt;
}

.profileTopEditLinks a:hover {
	text-decoration: underline;
}

.alertMessage {
	padding-top: 20px;
	width:100%;
	height:35px;
	background-color: gray;
	-moz-box-shadow:inset 0px 0 2px black;
	-webkit-box-shadow:inset 0px 0 2px black;
	box-shadow:inset 0px 0 2px black;	
	text-align: center;		
	color:white;
	font-size:10pt;
	font-weight:bold;
}
.alertMessage.blue {
	background-color:#92b0d2;
}
a.textButton {
	margin-bottom: 15px;
	height:28px;
	text-decoration: none;
	background-image: url(/images/moreArrow.png);
	background-repeat: no-repeat;
	background-position: -100px;
	background-position:center right;	
	color:#70757b;
	display: block;
}
a.textButton:hover {
	background-position:center right;
	text-decoration: underline;
}
a.textButton .icon {
	margin-left:15px;	
	height:21px;
	float:left;
}	
a.textButton .text {
	margin-top:2px;
	float:left;
}
a.textButton:hover .text {
	color:#505458;
}
.video {
	margin-bottom:25px;
	width:400px;
	height:205px;
	-moz-box-shadow: 0px 0px 1px #76797E;
	-webkit-box-shadow: 0px 0px 1px #76797E;
	box-shadow: 0px 0px 1px #76797E;
	background:#1F2022 url(/images/loading.png) no-repeat center center;	
}
.video.large {
	width:590px;
	height:247px;
	border:1px solid white;
}
.betaBadge {
	width:36px;
	height:11px;
	background:url(/images/betaBadge.png);
}
.termsBG {
	padding:20px;
	border:1px solid #ebebeb;
	background:#fafafa;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		
	-moz-box-shadow: inset 0px 0px 5px white;
	-webkit-box-shadow: inset 0px 0 5px white;
	box-shadow: inset 0px 0 5px white;	
}

.mapAnnotation {
	margin-top:4px;
	margin-right:4px;
	width: 6px;
	height: 8px;
	background: url(/images/mapAnnotation.png);	
}

/* helper classes */

.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.boxShadow {
	-moz-box-shadow: 0px 0 20px #cfced4;
	-webkit-box-shadow: 0px 0 20px #afafb3;
	box-shadow: 0px 0 20px #afafb3;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearFloat {
	clear:both;
}
.underline {
	text-decoration: underline;
}
.noTextDecor {
	text-decoration:none;
}
.underlineHover:hover {
	text-decoration: underline;
}
.textAlignRight {
	text-align:right;
}
.centGoth {
	font-family:Century Gothic, Trebuchet MS, Arial;
}
a { 
	outline:none;
	color:#8cc63f;
}
.atGreen {
	color:#8cc63f;
}
.greenText {
	color:#8cc63f;
}
.donateBlueText {
	color:#4b79c1;
}
.atGreenBG {
	background-color:#8cc63f;
}
.atGreenBG:hover {
	background-color:#94d144;
}
#pageContent h1.white {
	color:white;
}
.white {
	color:white;
}
.gray {
	color:gray;
}
.lightGray {
	color:#969696;
}
.atGray {
	color: #686a6c;
}
.atGrayBG {
	background-color: #686a6c;
}
.atLightGray {
	color: #AAABAF;
}
a.atLightGray:hover {
	color: #afb0b2;
}
.atTitleBrandSmall {
	width:149px;
	height:24px;
	background:url(/images/logoSmall.png);
}
h1.textShadow {
	text-shadow: 3px 3px 1px #3A3A3A;
}
.textShadow {
	text-shadow: 1px 1px 1px #3A3A3A;
}
.textShadowWhite {
}
.greenStar {
	margin-top:3px;
	margin-right:5px;
	font-size:30pt;
	color:#8cc63f;
	display:block;
	float:left;	
}
.indented {
	padding-left:11px;
}
.hidden {
	display:none;
}
.visible {
	display:block;
}
.f6 {
	font-size:6pt;
}
.f7 {
	font-size:7pt;
}
.f8 {
	font-size:8pt;
}
.f10 {
	font-size:10pt;
}
.f12 {
	font-size:12pt;
}
.f13 {
	font-size:13pt;
}
.f14 {
	font-size:14pt;
}
.f18 {
	font-size:18pt;
}
.f20 {
	font-size:20pt;
}
h3 {
	margin-left:-3px;
	margin-bottom:5px;
}