/**************************************************
  imooch.com subset stylesheet
  (c) 2007 Imooch, Inc. All Rights Reserved
  Developed by ZURB in California.
***************************************************/

h2.about {
  margin-bottom: 30px;
}

div#sidebar_top_spacer {
  height: 60px;
}

div#help_box h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans_serif;
	font-weight: bold;
	font-size: 1.6em !important;
	letter-spacing: -1px;
	color: #2e0d10;
	margin-top: 0px;
	margin-bottom: 5px;    
}

div#help_box h4:target, 
div#help_box h4.target {
	color: #727943;
}

ul.error {
  list-style-position: inside;
}

li.error {
   	font-size: 12px;
}

div#blog_item {
	margin-bottom: 30px;
}

/* ------------------------------

 Blog

--------------------------------- */

div#help_box h4.blog {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans_serif;
	font-weight: normal;
	font-size: 2.2em !important;
	letter-spacing: -1px;
	color: #2e0d10;
  margin-top: 0px;
  margin-bottom: 5px;
}

div#help_box h5.blog {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans_serif;
	font-weight: normal;
	font-size: 1.4em !important;
	letter-spacing: -1px;
	color: #727943;
  margin-bottom: 8px;
}
div#beta_msg {
  padding: 10px;
  background-color: #ffc;
}

div.blog_div {
  clear:both;
  text-alignment: center;
  height: 35px;
  width: 500px;
  background: url(../img/about/hr_blog.gif) no-repeat 14px 18px;
}

div.beta_div {
  clear:both;
  text-alignment: center;
  height: 40px;
  width: 500px;
/*  background: url(../img/about/hr_beta.gif) no-repeat 14px 15px; */
}

/* ------------------------------

  FAQ Menu

  ------------------------------- */

div#faq_menu {
	margin-bottom: 30px;
}

.image-left{ float: left; padding: 10px 10px 5px 0;}
.image-right{ float: right; padding: 10px 0 5px 10px; }

ul.faq_menu {
	list-style-type: none;
	
}

ul.faq_menu li,
ul.faq_menu li a {
	list-style-type: none;
	line-height: 1.4em;
	font-size: 1.1em;
}

ul.faq_menu ul {
	list-style-type: none;
	font-size: 1.0em;
}

ul.faq_menu ul li {
	list-style-type: none;
	padding-left: 20px;
	background: transparent url(../img/heirarchy_bullet.gif) no-repeat 10px 9px;	
}

ul.faq_menu li.active,
ul.faq_menu li.active a,
ul.faq_menu li.active a:visited {
	font-weight: bold;
	color: #0b7473;
}

ul.faq_menu li.active ul li,
ul.faq_menu li.active ul li a,
ul.faq_menu li.active ul li a:visited {
	font-weight: normal;
	color: #09a2a0;
}

p.logo {
  margin-top: 20px;
  text-align: center;
}

ul.terms li.terms {
	list-style-type: none;
  margin-bottom: 10px;
}