/* @group hide */

#topNav,
#sideNav,
#get-help,
#fac-sidebar,
#footer span.privacy-link,
#footer span.terms-link,
#footer span.divider {
	display:none;
}

/* @end */


body {
	font:0.8125em Helvetica, "Helvetica Neue", Arial, sans-serif;
	color:#333333;
	line-height:1.25em;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
}

h4, h5, h6 {
	margin-top:2em;
	margin-bottom:1em;
	font-size:1em;
}

h1 {
	font-size:2.5em;
}

h2 {
	color:#326880;
	font-size:1.5em;
}

h3 {
	font-size:1.325em;
}

h4 {
	font-size:1.25em;
}

h5 {
	font-size:1.125em;
}

h6 {
	font-size:1em;
}

#content {
	margin-top:2em;
}

#content h3 {
	color:#326880;
	margin-bottom:1em;
}

#header {
	border-bottom:3px solid #326880;
}

#header h1#logo a img {
	border:medium none;
}

a, a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

.blue-button a:link:after,
.blue-button a:visited:after {
	color:#326880;
	content:" \2014\a0 [" attr(href) "] ";
}

#about-blurb {
	color:#96AB5D;
	padding:2em;
	line-height:1.25em;
}

	/* @group homepage */
	
	#homepage-slides .slide-buttons {
		display:none;
	}
	
	#homepage-slides .caption {
		margin-top:2em;
	}
	
	#homepage-slides,
	.homepage-block {
		padding-bottom:2em;
		margin-bottom:2em;
		border-bottom:2px dashed #326880;
	}
	
	/* @end */
	
	
	/* @group questions */
	
	.question.block {
		padding-bottom:2em;
		margin-bottom:2em;
		margin-top:0;
		border-bottom:2px dashed #326880;
	}
	
	.question.block h3 {
		margin-top:0;
	}
	
	.quest-col-one {
		float:left;
		margin-right:1.25em;
	}
	
	.quest-col-two {
		margin-left:210px;
	}
	
	body.questions-page dt {
		color:#326880;
		margin-bottom:1em;
	}
	
	/* @end */
	
	
	/* @group for friends */
	
	.for-friends.block {
		padding-bottom:2em;
		margin-bottom:2em;
		border-bottom:2px dashed #326880;
	}
	
	.for-friends.block h3 {
		margin-top:0;
	}
	
	/* @end */
	
	
.clear {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	visibility:hidden;
	width:0;
}

#contact-form-wrapper {
	display:none;
}