* {
	margin: 0;
}

html, body {
	height: 100%;
	margin: 0; padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #343434;
	background: #fff;
	text-align: left;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -290px;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a img {
	border: none;
}

a {
	color: #0177bd;
	text-decoration: none;
}

a:hover {
	color: #015992;
}

.clear {
	clear: both;
	height: 0px;
}

p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

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


.left {
	float: left;
}

.right {
	float: right;
}



#container {
	width: 100%;
}

.holder {
	width: 1020px;
	margin: 0 auto;
}


.right_gradient {
	width: 1020px;
	margin: 0 auto;
	background: url(/images/right_gradient.png) repeat-y 770px top;
}

.right_top, .right_bottom {
	float: right;
	height: 30px;
	width: 250px;
	background: url(/images/right_gradient_top_bottom.png) top no-repeat;
}

.right_top {
	background-position: left top;
	margin-top: 10px;
}

.right_bottom {
	background-position: left bottom;
	margin-bottom: 15px;
}

.left_gradient {
	width: 1020px;
	margin: 0 auto;
	background: url(/images/left_gradient.png) repeat-y 195px top;
}

.left_top, .left_bottom {
	float: left;
	height: 30px;
	width: 230px;
	background: url(/images/left_gradient_top_bottom.png) top no-repeat;
}

.left_top {
	background-position: right top;
	margin-top: 10px;
}

.left_bottom {
	background-position: right bottom;
	margin-bottom: 15px;
}


.main_content, .main_content_right {
	width: 730px;
}

.main_content {
	float: left;
}

.main_content_right {
	float: right;
}

.right_column {
	float: right;
	width: 230px;
}

.left_column {
	float: left;
	width: 210px;
}




.main_content h1 {
	font-size: 30px;
	font-weight: normal;
	color: #52b81f;
	margin: 0 0 10px 0;
	line-height: 38px;
}


/*HEADER*/

#header {
	background: url(/images/header_gradient.png) repeat-x top left;
	height: 105px;
}

.header_logos {
	float: left;
	width: 350px;
}

.header_links {
	float: right;
	width: 350px;
	height: 30px;
	margin-top: 10px;
}

.header_links p {
	text-align: right;
	font-weight: bold;
	line-height: 30px;
	float: right;
	padding-right: 10px;
}

.header_links a.social_media {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: 5px;
	float: right;
	background: url(/images/icons_socialmedia.png) no-repeat;
}

.header_links a.social_media.facebook {
	background-position: left top;
}

.header_links a.social_media.twitter {
	background-position: -30px top;
}

.header_links a.social_media.youtube {
	background-position: -60px top;
}

.header_links a.social_media.blog {
	background-position: right top;
}

.header_links a.social_media.facebook:hover {
	background-position: left bottom;
}

.header_links a.social_media.twitter:hover {
	background-position: -30px bottom;
}

.header_links a.social_media.youtube:hover {
	background-position: -60px bottom;
}

.header_links a.social_media.blog:hover {
	background-position: right bottom;
}

#header_bar {
	height: 30px;
	background: url(/images/header_bar.png) repeat-x top left;
	border-bottom: #eff0f0 solid 5px;
}

#header_bar ul {
	line-height: 30px;
}

#header_bar ul li {
	float: left;
	font-size: 15px;
}

#header_bar ul li a {
	color: #fff;
}

#header_bar ul li.selected a {
	font-weight: bold;
}

#header_bar ul li.selected a:hover {
	text-decoration: none;
}

#header_bar ul li a:hover {
	text-decoration: underline;
}


/*END HEADER*/

/*BUTTONS*/

a.btn_want_heaps, a.btn_learn {
	height: 36px;
	width: 180px;
	display: block;
}


a.btn_want_heaps {
	background: url(/images/btn_want_heaps.png) no-repeat left top;
}

a.btn_want_heaps:hover {
	background: url(/images/btn_want_heaps.png) no-repeat right top;
}

a.btn_learn {
	background: url(/images/btn_learn.png) no-repeat left top;
}

a.btn_learn:hover {
	background: url(/images/btn_learn.png) no-repeat right top;
}


a.btn_green,
a.btn_facebook {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

a.btn_grey {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

a.btn_green span.left, a.btn_green span.right,
a.btn_facebook span.left, a.btn_facebook span.right,
a.btn_grey span.left, a.btn_grey span.right {
	display: block;
	height: 30px;
	width: 10px;
	float: left;
}

a.btn_grey span.left, a.btn_grey span.right {
	height: 25px;
}

a.btn_green span.left, a.btn_green span.right {
	background: url(/images/btn_green_sides.png) no-repeat;
}

a.btn_facebook span.left, a.btn_facebook span.right {
	background: url(/images/btn_facebook_sides.png) no-repeat;
}

a.btn_grey span.left, a.btn_grey span.right {
	background: url(/images/btn_grey_sides.png) no-repeat;
}

a.btn_facebook span.left {
	width: 32px;
}

a.btn_green span.left, a.btn_facebook span.left, a.btn_grey span.left {
	background-position: left top;
}

a.btn_green span.right, a.btn_facebook span.right, a.btn_grey span.right {
	background-position: right top;
}

a.btn_green span.center,
a.btn_facebook span.center,
a.btn_grey span.center {
	float: left;
	display: block;
	height: 30px;
	letter-spacing: 0.3px;
}

a.btn_grey span.center {
	height: 25px;
}

a.btn_green span.center {
	background: #52b81f url(/images/btn_green_middle.png) repeat-x left top;
}

a.btn_facebook span.center {
	background: #3374b1 url(/images/btn_facebook_middle.png) repeat-x left top;
}

a.btn_grey span.center {
	background: #3374b1 url(/images/btn_grey_middle.png) repeat-x left top;
}

a.btn_green:hover span.left, a.btn_facebook:hover span.left, a.btn_grey:hover span.left {
	background-position: left bottom;
}

a.btn_green:hover span.right, a.btn_facebook:hover span.right, a.btn_grey:hover span.right {
	background-position: right bottom;
}

a.btn_green:hover span.center, a.btn_facebook:hover span.center, a.btn_grey:hover span.center {
	background-position: left bottom;
}

a.btn_green span.center .text_front, a.btn_green span.center .text_back,
.button_box a.btn_facebook span.center .text_front, .button_box a.btn_facebook span.center .text_back {
	display: block;
	line-height: 28px;
}

a.btn_green span.center .text_back, .button_box a.btn_facebook span.center .text_back {
	margin: 0 0 -27px -1px;
}

a.btn_green span.center .text_back {
	color: #3a9914;
}

a.btn_green:hover span.center .text_back {
	color: #2e850a;
}

.button_box a.btn_facebook span.center .text_back {
	color: #0064a5;
}

.button_box a.btn_facebook:hover span.center .text_back {
	color: #004d7f;
}

a.btn_green span.center .text_front, .button_box a.btn_facebook span.center .text_front {
	color: #fff;
}

a.btn_green.happy_customers, .right_column .button_box a.btn_facebook {
	width: 210px;
}

a.btn_green.happy_customers span.center {
	width: 190px;
}

.right_column .button_box a.btn_facebook span.center {
	width: 168px;
}

a.btn_green.happy_customers {
	float: right;
}



/*END BUTTONS*/

/*HOME*/

.main_left, .main_right {
	width: 490px;
}

.main_left {
	float: left;
}

.main_right {
	float: right;
}

.home_block {
	height: 326px;
	padding-top: 15px;
	background: url(/images/home_block_gradient.png) repeat-x left bottom;
	margin-bottom: 35px;
}


.home_block h1 {
	font-size: 38px;
	font-weight: normal;
	color: #52b81f;
	letter-spacing: -0.01em;
	margin: 35px 0px 20px 0px;
	line-height: 45px;
}

.home_block p {
	font-size: 112%;
	margin-bottom: 25px;
	line-height: 20px;
}

.big_video_holder {
	height: 310px;
	width: 490px;
}

.big_video_holder .video_big_left, .big_video_holder .video_big_right {
	height: 310px;
	width: 10px;
	float: left;
}

.big_video_holder .video_big_left {
	background: url(/images/video_big_sides_med.png) no-repeat left top;
}

.big_video_holder .video_big_right {
	background: url(/images/video_big_sides_med.png) no-repeat right top;
}

.big_video_holder .video_big_gradient {
	background: url(/images/video_big_gradient_med.png) repeat-x left top;
	/*width: 364px;*/
	width: 470px;

	height: 290px;
	padding: 10px 0;
	float: left;
}

.home_info {
	margin-bottom: 30px;
}

.home_info h2 {
	color: #51B848;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

.home_info h3 {
	color: #0278B9;
	font-size: 16px;
	margin: 0 0 5px 0;
}

.home_info .image_box {
	border: 1px solid #bcbdc0;
	width: 98px;
	height: 78px;
	float: left;
	margin: 0 15px 15px 0;
}

.home_info .info_text {
	margin: 0 0 15px 0;
}


.home_info .info_text p {
	margin: 0 0 0 0;
}


.home_info .image_box p {
	line-height: 18px;
}

.info_text p, .big_speech_bubble p {
	line-height: 18px;
}

.home_videos .medium_video_holder {
	float: left;
}

.home_videos .big_speech_bubble {
	margin-top: 20px;
}

.home_videos .big_speech_bubble .quote_right {
	height: 92px;
}

.home_social_media {
	margin-bottom: 40px;
}

.home_social_media .thirds {
	width: 335px;
	margin-right: 20px;
	float: left;
	height: 175px;
}


.more_content {
	border-top: 5px solid #eee;
	padding: 30px 0px 0 0px;
	min-height: 320px;

}

.more_content table img {
	margin-bottom: 20px;
	border: 1px solid #BCBDC0;
}

.more_content table li {
	line-height: 15px;
	margin-bottom: 10px;
}

.latest_tweet {
	margin-bottom: 30px;
}

.latest_tweet .twitter_bird {
	height: 50px;
	width: 40px;
	float: left;
	margin-right: 5px;
	background:url("/images/tweetie_bird.png") no-repeat left top;
}

.latest_tweet .tweet_bubble {
	width: 205px;
	float: left;
}

.latest_tweet .tweet_bubble .top, .latest_tweet .tweet_bubble .bottom {
	height: 5px;
	background:url("/images/tweet_box.png") no-repeat;
	width: 205px;
}

.latest_tweet .tweet_bubble .top {
	background-position: right top;
}

.latest_tweet .tweet_bubble .bottom {
	background-position: right bottom;
}

.latest_tweet .tweet_bubble .tweet {
	background: #fff url("/images/tweet_box_arrow.png") no-repeat top left;
	padding: 4px 9px 4px 21px;
	min-height: 25px;
	border-right: 1px solid #d5d6d8;
	font-size: 11px;
	line-height: 13px;
}

.latest_tweet .tweet_bubble .tweet li {
	margin-bottom: 0px;
}


/*END HOME*/

/*RIGHT COLUMN*/

.right_column .blog_feed {
	padding: 0 5px;
	margin-bottom: 30px;
}

.right_column .blog_feed h4 {
	margin-bottom: 15px;
}

.right_column .button_box {
	margin-bottom: 30px;
}

.button_box#share_story p, .button_box#spread_word p {
	font-size: 14px;
	line-height: 16px;
}

.button_box#spread_word p span {
	font-size: 18px;
	line-height: 22px;
}


.left_nav_module {
	margin-bottom: 30px;
}

.left_nav_module h3 {
	line-height: 20px;
	font-size: 14px;
}

.left_nav_module h3 a {
	color: #343434;
}

.left_nav_module li {
	line-height: 15px;
	margin-bottom: 10px;
	line-height: 29px;
}

.left_nav_module li a {
	padding: 0 5px 0 10px;
}


/*END RIGHT COLUMN*/

/*HAPPY CUSTOMERS*/

.happy_customer {
	margin-bottom: 20px;
}

.happy_customer .medium_video_holder {
	float: left;
	margin: 5px 0px 0 0;
}

.happy_customer .text {
	float: right;
	width: 460px;
}

.happy_customer .text h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0078B9;
	margin: 0 0 15px 0;
	line-height: 25px;
}

.happy_customer .text p {
	line-height: 20px;
}


/*END HAPPY CUSTOMERS*/




/*LANDING PAGES*/


.landing_pages h1{
	font-weight: normal;
	color: #52B81F;
	font-size: 32px;
}


.landing_pages .landing_block {
	margin-bottom: 30px;
}

.landing_pages .image_holder {
	float: left;
	margin: 5px 10px 0 0;
	width: 220px;
}

.landing_pages .text {
	width: 480px;
	float: right;
}

.landing_pages .landing_block h2 {
	font-weight: normal;
	color: #0278B9;
	font-size: 20px;
}

.landing_pages .landing_block p {
	font-weight: normal;
	line-height: 20px;
}


.indent_nav {
	font-size: 10.5px;
	color: #28A0E1;
	padding-left: 0px;
	line-height: 5px;
}

.indent_nav_selected {
	height: 29px;
	line-height: 29px;
	width: 180px;
	font-size: 11px;
	line-height: 5px;
	font-weight: bold;
	background: no-repeat;
}

.selected_nav a, .indent_nav_selected a {
	color: #28A0E1;
	background: url("/images/btn_nav_background.png");
	height: 29px;
	line-height: 29px;
	width: 185px;
	display: block;
}

.selected_nav {
	font-weight: bold;
	color: #28A0E1;
	font-size: 12px;
}

.indent_nav a {
	color: #28A0E1;
}

.left_nav_module h3 a {
	padding: 0 5px 0 10px;
}

h3.selected_nav_heading a {
	background: url("/images/btn_nav_background.png");
	height: 29px;
	line-height: 29px;
	width: 185px;
	display: block;
}

/*END LANDING PAGES*/




/*AD PAGES*/

.ad_page h1 {
	font-weight: normal;
	color: #52B81F;
	font-size: 32px;
	margin: 0,0,15px;
}

.ad_page h2 {
	font-weight: bold;
	color: #0278B9;
	line-height: 20px;
}

.ad_page h3 {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 25px;
}

.ad_page p {
	line-height: 20px;
}



/*END AD PAGES*/



/*POSSIBLY REPEATED OBJECTS*/

.medium_video_holder {
	width: 220px;
	height: 150px;
	padding: 10px 9px 8px 9px;
	border: 1px solid #dadada;
	background: #f7f8f8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.big_speech_bubble .top {
	width: 490px;
	height: 24px;
	background: url(/images/big_speech_bubble.png) top left no-repeat;
}

.big_speech_bubble .middle {
	width: 470px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7 ;
	background: #f5f5f5;
	padding: 5px 9px 5px 9px;
}

.big_speech_bubble .bottom {
	width: 490px;
	height: 10px;
	background: url(/images/big_speech_bubble.png) bottom left no-repeat;
}

.big_speech_bubble .quote_left, .big_speech_bubble .quote_right {
	width: 32px;
	height: 26px;
	background: url(/images/big_speech_bubble_quotes.png) no-repeat;
	float: left;
}

.big_speech_bubble .quote {
	width: 386px;
	float: left;
	padding: 5px 5px 5px 15px;
}

.big_speech_bubble .quote_left {
	background-position: top left;
}

.big_speech_bubble .quote_right {
	background-position: bottom right;
}

.blog_feed ul li {
	line-height: 16px;
	margin-bottom: 10px;
	color: #777;
}

.blog_feed.categories ul li {
	margin-bottom: 5px;
}

.button_box {
	background: url(/images/button_box_gradient_h.png) repeat-y top left;
	width: 230px;
	text-align: center;
}

.button_box .top, .button_box .bottom {
	background: url(/images/button_box.png) no-repeat;
	width: 230px;
	height: 10px;
}

.button_box .top {
	background-position: left top;
}

.button_box .bottom {
	background-position: left bottom;
}

.button_box .middle {
	background: url(/images/button_box_gradient_v.png) repeat-x top left;
	width: 210px;
	padding: 0px 9px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	min-height: 80px;
}




/*END POSSIBLY REPEATED OBJECTS*/

/*FAQ*/

ul.faq_anchors {
	margin-top: 15px;
}

ul.faq_anchors li {
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 20px;
	background: url(/images/bullet.png) no-repeat left 2px;
}

.heaps_faq {
	margin-top: 30px;
	border-top: 4px solid #ddd;
	padding-top: 25px;
	line-height: 20px;
}

.heaps_faq p a, .heaps_faq p a strong {
	color: #4d4d4f;
}

.heaps_faq br {
	line-height: 25px;
}

.heaps_faq ol {
  margin: 0;
  padding: 0;
	margin-left: 16px;
}

.ie .heaps_faq ol {
	padding-left: 5px;
}

.heaps_faq ol li {
	list-style-type: decimal;
}

.heaps_faq ul {
  margin-left: 18px;
}

.ie .heaps_faq ul {
	padding-left: 5px;
}

.heaps_faq ul li {
	list-style-type: disc;
}

/*end FAQ*/

.push {
	height: 290px;
}



#footer {
	background: #e6e7e8;
	text-align: left;
	height: 285px;
	margin-top: 5px;
}

#footer .footer_top {
	height: 15px;
	background: #d9d9d9 url(/images/footer_top.png) repeat-x top left;
}

#footer .footer_top .footer_holder {
	width: 1100px;
	margin: 0 auto;
}

#footer .footer_top .holder {
	height: 15px;
	background: #0177bd url(/images/footer_top_blue.png) repeat-x top left;
	width: 1020px;
	float: left;
}

#footer .footer_bottom {
	background: #faf8f7 url(/images/footer_bottom.png) repeat-x top left;
	height:305px;
}

#footer .footer_bottom .footer_holder {
	width: 1072px;
	margin: 0 auto;
}

#footer .footer_bottom .holder {
	background: #fafafa;
	height:255px;
	width: 970px;
	float: left;
	margin: 0;
	border-left: 1px solid #dcddde;
	border-right: 1px solid #dcddde;
	padding: 25px;
}


.footer_bottom_superedge_left, .footer_bottom_superedge_right {
	height:305px;
	width:25px;
	float: left;
}

.footer_bottom_superedge_left {
	background:url("/images/footer_bottom_superedge_left.png") repeat-y left top transparent;
}

.footer_bottom_superedge_right {
	background:url("/images/footer_bottom_superedge_right.png") repeat-y left top transparent;
}

.footer_bottom_superedge_left_top, .footer_bottom_superedge_right_top {
	height:90px;
	width:25px;
}

.footer_bottom_superedge_left_top {
	background:url("/images/footer_bottom_superedge_left_top.png") no-repeat left top transparent;
}

.footer_bottom_superedge_right_top {
	background:url("/images/footer_bottom_superedge_right_top.png") no-repeat left top transparent;
}


.footer_top_edge_left, .footer_top_edge_right {
	height:15px;
	width:40px;
	float: left;
}

.footer_top_edge_left {
	background:url("/images/footer_top_edge_left.png") repeat-y left top #FAF8F7;
}

.footer_top_edge_right {
	background:url("/images/footer_top_edge_right.png") repeat-y left top #FAF8F7;
}


#footer .footer_links li {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}


#footer .bottom_links {
	border-top: 1px solid #Dfdfdf;
	width: 800px;
	margin: 40px auto 0 auto;
}

#footer .bottom_links p {
	text-align: center;
	margin: 0;
	line-height: 30px;
}

#footer .thirds {
	width: 310px;
	margin-right: 20px;
	float: left;
	height: 175px;
}


.blog_feed.categories h3 {
	margin-bottom: 10px;
}

.blog_feed.categories ul li {
	line-height: 20px;
	margin-bottom: 0px;
}

.blog_feed.categories ul li strong {
	line-height: 30px;
	font-size: 15px;
}


