
body {
  background: #191919;
  font: normal 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif; /* normalize font size across browsers */
	color: #444;
}

a:link, a:visited {
  text-decoration: underline;
}

a:link {
  color: #1e50a2;
}

a:visited {
  color: #4d4398;
}

a:hover, a:active {
  color: #292929;
}

a:link.tool_tip, a:visited.tool_tip {
  border-bottom: 1px dotted #6b8d94;
}

a, strong, b { /* Straightens out OS X font rendering */
  line-height: 19px;
}

abbr {
  border-bottom: 1px dotted #b4b4b4;
  cursor: help;
}

.hidden {
  display: none;
}

/* =GRID =MODIFIERS */

.container_16:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.container_16{display:inline-block}
* html .container_16{height:1%}
.container_16{display:block}

form :after{clear:both;content:'.';display:block;visibility:hidden;height:0}
form {display:inline-block}
* html form {height:1%}
form {display:block}

.clearfix li:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix li{display:inline-block}
* html .clearfix li{height:1%}
.clearfix li{display:block}

.right {
  float: right;
}

.clearall {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

/* =GUTTER */

#gutter {
  background: #292929;
}

#gutter #logo {
  margin: 20px 10px;
}

#gutter #logo a img {
  display: block;
}

#gutter #logo a {
    display: block;
    background: transparent url("logo_ebl.jpg") no-repeat; 
    width: 197px;
    height: 56px;
    border: 0;
}   

#gutter #logo a img {
    display: block;
    width: 0;
}

#gutter #login em.label {
  margin-top: 35px;
  font-size: .75em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #91ce9b;
}

#gutter #login ul {
  position: relative;
  margin-top: 5px;
}

#gutter #login ul li {
  padding-top: 5px;
}

#gutter #login ul li label {
  display: block;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#gutter #login ul li input {
  background: #444;
  width: 148px;
  border: 1px solid #444;
  color: #d4d4d4;
}

#gutter #login ul li input:focus {
  background: #fff;
  border: 1px solid #91ce9b;
  color: #444;
}

#gutter #login ul li em.helper {
  position: absolute;
  top: 5px;
  right: 120px;
  font-size: .75em;
  font-style: normal;
}

#gutter #login ul li em.helper a {
  border: 0;
  color: #a1dbe6;
}

#gutter #login ul li em.helper a:hover {
  background: #a1dbe6;
  border: 0;
  color: #191919;
}

#gutter .buttons {
  clear: none;
  margin: 20px 0 0 0;
}

#gutter .buttons button {
  float: none;
}

/* =NAVIGATION */

#navigation {
  background: #4b9376 url("bg_navigation.png") bottom center repeat-x;
}



/* =MENU =PRIMARY */

#menu_primary {
  padding: 10px 0;
}

#menu_primary ul {
	overflow: hidden;
	width: 760px;
	list-style-type: none;
}

#menu_primary ul li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

#menu_primary ul li a {
	display: block;
  padding: 4px 0;
  font-size: .85em;
	text-align: center;
	color: #dbeae3;
	font-weight:normal;
	text-decoration: none;
}


#menu_primary ul li a:hover {
	color:#fff;
	border-color:#292929;
	border-bottom:1px solid #76B41C;
	background:#292929;
	}

.home #menu_primary ul li.menu_home a,
.features #menu_primary ul li.menu_features a,
.support #menu_primary ul li.menu_support a,
.about #menu_primary ul li.menu_about a {
	color:#fff;

}

/* =MENU =SECONDARY */

#menu_secondary {
  padding-top: 10px;
}

#menu_secondary ul {
	overflow: hidden;
	width: 840px;
	list-style-type: none;
}

#menu_secondary ul li {
	float: left;
	margin-right: 20px;
}

#menu_secondary ul li a {
	display: block;
	padding: 0;
	border: 0;
	font-size: .85em;
  font-weight: normal;
	text-align: center;
	color: #444;
	text-decoration: none;
}




#menu_secondary ul li a:hover {
  background: transparent;
  color: #444;
  text-decoration: underline;
}

.features_index #menu_secondary ul li.menu_features_index a,
.features_user_home #menu_secondary ul li.menu_features_user_home a,
.features_details #menu_secondary ul li.menu_features_details a,
.about_index #menu_secondary ul li.menu_about_index a,
.about_contact #menu_secondary ul li.menu_about_contact a {
  font-weight: bold;
  color: #191919;  
}

#menu_primary ul li.menu_about {float:right;margin-right:10;} 

/* =LAYOUT */

#banner {
  background: #c4d926 url("bg_banner2.png") top left repeat-x;
}

#wrapper {
  background: #fff url("bg_content.png") top left repeat-x;
}

#subwrapper {
  background: #fff url("bg_content_sub.png") top left repeat-x;
}

.tour #wrapper { /* Blackouts */
  background: #000;
}

#header {
  position: relative;
  margin: 0 10px;
}

#highlight {
  position: absolute;
  top: 60px;
  right: 0;
}

/* =FOOTER */

#bg_footer {
  background: #191919;
}

#footer {
  padding: 20px 0;
  font-size: .925em;
  color: #666;
  text-align:left;
}

#footer hr {
  display: none;
}

#footer h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #A5D629;
}

#footer ul.suggestions {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #333;
}

#footer ul.suggestions li a {
  border-bottom: 0;
  font-weight: normal;
}

#footer ul.suggestions li a:link {
  color: #e2f1cf;
}

#footer ul.suggestions li a:visited {
  color: #7a8a67;
}

#footer ul.suggestions li a:hover, #footer ul.suggestions li a:active {
  background-color: #e2f1cf;
  color: #191919;
}

#footer ul.suggestions li.support {
  margin-top: 20px;
  font-weight: bold;
  /*color: #e2f1cf;*/
}

#footer ul.suggestions li.support em {
  font-weight: bold;
  font-style: normal;
  color: #7a8a67;
}

#footer ul.suggestions li em.support,
#footer ul.suggestions li em.support a {
  font-weight: bold;
  font-style: normal;
  color: #7a8a67;
}

#footer #runner {
  clear: both;
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #444;
  color: #444;
}

#footer #runner .sitemap_primary,
#footer #runner .sitemap_secondary,
#footer #runner p {
  text-align: right;
}

#footer #runner .sitemap_primary li,
#footer #runner .sitemap_secondary li {
  display: inline;
  margin-left: 20px;
}

#footer #runner .sitemap_primary li a {
  font-weight: normal;  
}

#footer #runner #watermark {
  padding: 2px 0;
}

#footer #runner #watermark img {
  display: block;
}

/* =HEADINGS */

h1, h2 {
  letter-spacing: -.05em;
  line-height: 40px;
}

h1 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: normal;
  color: #666;
}

h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #59892f;
}

h3.section, .blog_post .copy h4, h4.section {
  clear: both;
  margin: 0 0 20px 0;
  padding: 9px 0 10px 0;
  border-top: 1px solid #eee;
  font-size: .75em;
  text-transform: uppercase;
  color: #888;
}

h4, h5 {
  font-size: 1em;
  color: #3f5c26;
}

h3 span, h4 span, h5 span {
  font-weight: normal;
}

/* =FORMS */

input {
  padding: 5px;
  font: normal 1em Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

input:focus {
  background: #fff;
}

/* =CONTENT */

hr {
  clear: both;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #eee;
}

q, .pullquote {
  font: italic 1em/20px Cambria, Georgia, Times, 'Times New Roman', serif;
  color: #666;
}

cite {
  display: block;
  font-style: normal;
  font-weight: bold;
}

#content p {
  margin-bottom: 20px;
}

.bulleted li {
	padding:0 0 0 24px;
	margin-bottom: 8px;
	background-image: url(check_grn2.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.numbered li {
  margin-left: 20px;
  list-style-type: decimal;
}

/* =SHARED */

#signup_4 h2 {
  margin: 0;
}

#signup_16 {
  background: #e7f3d9 url("select.png") no-repeat 10px 50%;
  width: 860px;
  margin: 40px 10px;
  padding: 20px 20px 20px 60px;
}

#signup_16 h3 {
  margin: 0;
  color: #b6db8c;
}

#signup_16 h3 a:link {
  color: #59892f;
}

#signup_16 h3 a:hover {
  background-color: #59892f;
  color: #fff;
}



#blog_highlights {
  margin-bottom: 20px;
}

#blog_highlights .thumbnail {
  display: block;
  background: #e7f3d9;
  padding: 5px 5px 4px 5px;
  border-bottom: 1px solid #cfe7b3;
}

#blog_highlights .thumbnail:hover {
  background: #59892f;
}

#blog_highlights .thumbnail img {
  display: block;
}

#feature_preview li h4 {
  margin-bottom: 0;
  padding-left: 60px;
}

#feature_preview li p {
  padding-left: 60px;
  font-size: .925em;
}



/* =HOME */

#banner .container_16 {
  position: relative;
}

#hero {
  position: absolute;
  top: 40px;
  left: 0;
}

#hero a:hover {
  background: none;
}

#banner .pitch {
  display: block;
  margin: 40px 0 20px 0;
  letter-spacing: -.05em;
  line-height: 40px;
  font-size: 35px;
  color: #292929;
}


#banner h1 {
  margin: 0 0 40px 0;
  line-height: 30px;
  font-size: 25px;
  font-weight: normal;
  color: #292929;
}

#banner h2 {
  color: #292929;
  font-size: 30px;
}

#banner p {
  color: #292929;
}

#banner label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #304812;
}

#banner input {
  background: #e2f1cf;
  width: 208px;
  border: 1px solid #649636;
}

#banner input:focus {
  background: #fff;
  border: 1px solid #649636;
}

#banner .buttons {
  margin-top: 10px;
  margin-bottom: 40px;
}

#banner .buttons button:hover, #banner .buttons a.button:hover, #banner .buttons a.button:active {
  border: 1px solid #304812;
}

#features {
  margin-top: 40px;
}


#features .buttons {
  clear: both;
}

.features #features .buttons {
  margin-bottom: 0;
}

#testimonials {
  position: relative; /* Brings to front */
  margin-top: 10px;
}

#testimonials h3 a:link {
  color: #59892f;
}

#testimonials h3 a:hover {
  background: #59892f;
  color: #fff;
}

#testimonials blockquote {
  margin-top: 20px;
}

#testimonials h2 {
  margin: 0;
}

#features h2 {
  margin: 0;
}


#testimonials blockquote cite,
#testimonials blockquote em,
#testimonials blockquote span {
  float: left;
  margin-right: 4px;
}

#testimonials blockquote .who {
  padding: 10px 0;
}

blockquote cite {
  margin-bottom: 20px;
}

blockquote em {
  font-weight: normal;
  font-style: normal;
  color: #b4b4b4;
}


.home #blog_highlights .featured_2,
.home #blog_highlights .featured_3 {
  margin-right: 0;
}


/* =BLOG */



#posts .post {
  clear: both;
  margin-bottom: 20px;
}

#posts .post .comments {
  
  padding-left: 20px;
  font-size: .925em;
}

#posts .post .comments a:link {
  font-weight: normal;
  color: #888;
}

#posts .post .comments a:hover {
  color: #fff;
}

#posts .post h6 a:link {
  color: #59892f;
}

#posts .post h6 a:hover {
  background: #59892f;
  color: #fff;
}

#posts .post .summary {
  font-size: .925em;
}

#intro {
  font: italic 1em/20px Cambria, Georgia, Times, 'Times New Roman', serif;
  color: #888;
}

.blog #signup_4 p {
  font-size: .923em;
}



/* =BLOG =POST */

.blog_post #post h2 {
  margin-bottom: 0;
}

.blog_post #post h3, .blog_post #post h4 {
  font-weight: normal;
}

.blog_post .copy {
  margin-top: 40px;
}

.blog_post .copy ol li {
  margin-bottom: 20px;
}

.blog_post .copy blockquote {
  clear: both;
  margin: 0 60px;
}

.blog_post .copy img {
  display: block;
  float: left;
  background: #eee;
  margin: 0 20px 20px 0;
  padding: 5px 5px 4px 5px;
  border-bottom: 1px solid #d4d4d4;
}




/*
.blog_post .navigate_posts ul li.previous {
  text-align: right;
}

.blog_post .navigate_posts ul li a {
  line-height: 40px;
}*/

.blog_post #blog_highlights {
  clear: both;
  margin-top: 20px;
}

.blog_post #blog_highlights h4 {
  margin-bottom: 20px;
}

/* =BLOG =CODE */

pre {
  margin: 20px 0;
  padding: 11px;
  border: 1px solid #59892F;
  font-size: 10px;
  color: #666;
  background-color: #E7F3D9;
}

/* =BLOG =COMMENTS */

ol#comment_form {
  overflow: hidden; /* Float clearing for good browsers */
}

#comments {
  margin-bottom: 20px;
}

#comments h3 {
  margin-bottom: 10px;
}

#comments .gravatar,
#comments .comment_body,
#post_form {
  background: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
}

#comments .gravatar {
  position: absolute;
  width: 54px;
  height: 54px;
  padding: 3px 3px 2px 3px;
}

#comments h4 {
  margin-left: 120px;
  font-size: .925em;
}

#comments h4 a:link {
  color: #59892f;
}

#comments h4 a:hover {
  background: #59892f;
  color: #fff;
}

#comments h4 em {
  font-weight: normal;
  font-style: normal;
  color: #b4b4b4;
}

#comments .comment_bubble {
  
  margin-left: 80px;
  margin-bottom: 40px;
  padding-left: 20px;
}

#comments .comment_body {
  padding: 10px 20px 9px 20px;
  font-size: .925em;
}

#comments .comment_body p {
  margin-bottom: 20px;
}

#post_form {
  position: relative;
  margin-bottom: 20px;
}

#post_form li {
  float: left;
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}

#post_form li.alpha {
  clear: both;
}

#post_form .comment_entry {
  margin-left: 0;
  padding: 0 20px 19px 20px;
}

#post_form label {
  display: block;
  line-height: 20px;
}

#post_form .comment_entry label {
  line-height: 40px;
}

#post_form input, #post_form textarea {
  margin: 0;
  padding: 9px;
  border: 1px solid #d4d4d4;
  font: normal 1em Arial;
}

#post_form input {
  width: 288px;
  margin: 5px 0 0 0;
}

#post_form textarea {
  width: 638px;
  height: 180px;
  margin: 0;
  border: 1px solid #d4d4d4;
  font: normal 1em Arial;
}

#post_form abbr {
  color:#99CCCC;
  font-size:1.2em;
  font-style:normal;
  vertical-align:baseline;
  line-height: 14px;
  border:0pt none;
  cursor:help;
}

#post_form .helper {
  position: absolute;
  top: 360px;
  left: 370px;
  font-size: .925em;
  color: #828282;
}

#post_form .helper abbr {
  font-size: 1.6em;
}

#post_form .buttons {
  margin: 0 0 20px 20px;
}

/* =BLOG =ARCHIVES */

#archives #archives_list li ul.months {
  margin-bottom: 20px;
}

#archives #archives_list li ul li .month a:link {
  color: #59892f;
}

#archives #archives_list li ul li .month a:hover {
  background-color: #59892f;
  color: #fff;
}

#archives #archives_list li ul li ul {
  margin: 0 0 20px 1em;
}

#archives #archives_list li ul li ul li {
  list-style-type: disc;
  font-size: .925em;
}

#archives #tags {
  margin-bottom: 20px;
}

#archives #tags li {
  display: inline;
  float: left;
  width: 240px;
  margin: 0;
}

#archives #tags li a {
  line-height: 40px;
}

#archives #tags li .tag_count {
  background: #e2e2e2;
  padding: 0 10px 2px 10px;  
}

#archives #tags li .tag_count { /* Safari */
  -webkit-border-radius: 8px;
}

#archives #tags li .tag_count, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 8px;
}

#archives #tags li .tag_count em {
  font-size: .85em;
  font-style: normal;
  font-weight: bold;
  color: #828282;
}

/* =ABOUT =OVERVIEW */

#team_photo {
  display: block;
  width: 450px;
  height: 220px;
  background: #eee;
  margin: 0 auto 20px auto;
  padding: 5px 5px 4px 5px;
  border-bottom: 1px solid #d4d4d4;
}





/* =FEATURES =OVERVIEW */



/* =FEATURES =ANATOMY */

#anatomy-bottom-nav h3 {
  font-size: 1.1em;
  font-weight: bold;
}

#anatomy-bottom-nav h3, #anatomy-bottom-nav h3 a {
  color:#000;
}

#anatomy-bottom-nav .right h3 {
  margin-bottom: 18px;
}

/* =FEATURES =DETAILS */
/*
.features_details #features-jump {
  margin-bottom: -20px;
  clear: both;
}

.features_details #features-jump ul {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #cfe7b3;
  background-color: #e7f3d9;
}

.features_details #features-jump li {
  width: 480px;
  float: left;
}

.features_details #features-jump li.odd {
  width: 400px;
}
*/
.features_details #features-list img {
  margin-top: 5px;
  border: 5px solid #eee;
}

.features_details #features-list ul li#comprehensive_hub_management img {
  margin-bottom: 20px;
}

.features_details #features-list {
  clear: both;
/*  padding-top: 60px;*/
}

.features_details #feature-list li {
  clear: both;
}


.features_details #features-list ul li#my_widgets {
 
}



.features_details #features-list ul li {
  margin-bottom: 20px;
}


/* =TERMS =PRIVACY */

.terms p em,
.privacy p em {
  font-size: .925em;
  font-style: normal;
  color: #888;
}

.privacy .copy ul {
  margin-bottom: 20px;
}

/* =BUTTONS =BASE */


.buttons {
  clear: both;
	overflow: hidden; /* Float clearing for good browsers */
	margin-bottom: 30px;
	font-size: .785em;
}

.buttons a.button, .buttons button {
  display: block;
  background: #e2e2e2;
  margin-bottom: 0;
  border: 1px solid #e2e2e2;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #646464;
  cursor: pointer;
  padding: 4px 10px 5px 10px; /* Links */
  white-space: nowrap;
  text-align: center;
}

.buttons button {
  width: auto;
  overflow: visible;
  padding: 6px 10px 6px 10px; /* IE6 & Firefox 3 */
  line-height: 16px; /* Safari 3 */
}

.buttons button[type] {
  padding: 5px 10px 5px 7px; /* Firefox */
  line-height: 20px; /* Safari */
}

*:first-child+html button[type] {
  padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
}

/* =BUTTONS =TWEAKS */

.buttons button, .buttons a.button { /* Safari */
  -webkit-border-radius: 14px;
}

.buttons a.button, .buttons button, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 14px;
}

/* =BUTTONS =STANDARD */

.buttons button:hover, .buttons a.button:hover, .buttons a.button:active {
  background: #304812;
  border: 1px solid #304812;
  color: #fff;
}

/* =BUTTONS =REVERSE */

button.reverse, .buttons a.reverse {
  background: #507526;
  border: 1px solid #507526;
  color: #fff;
}

.buttons a.reverse:hover, button.reverse:hover, .buttons a.reverse:active {
  background: #304812;
  border: 1px solid #304812;
  color: #fff;
}

/* =BUTTONS =FLAT */

.buttons button.flat, .buttons a.flat {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}

.buttons button.flat:hover, .buttons a.flat:hover {
  background: #6b8d94;
  border: 1px solid #6b8d94;
  color: #fff;
}

/* =NEWSLETTER */
div.section {
  margin: 20px 0;
  overflow:hidden;
  clear:both;
}

#situation {
  padding-top: 20px;
  clear: both;
}
 

.blog_post #post .copy ul, .blog_post #post .copy ol/*, .solutions .copy ul, .solutions .copy ol*/ {
  margin-bottom: 20px;
  padding-left: 20px;
}

.blog_post #post .copy ul, .solutions .copy ul {
  list-style-type: disc;
}

.blog_post #post .copy ol, .solutions .copy ol {
  list-style-type: decimal;
}




