

/* Layout */
body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height: 18px;
  color:#444;
}
ol, ul {
  margin-left: 0px;
  margin-bottom: 10px;
}
ul li {
  list-style: disc outside none;
  list-style-image: url("/sites/all/themes/genesinlife2013/images/content_bullet.png");
  margin: 0 0 2px 30px;
  padding-left: 8px;
}
li ul li {
  list-style: square outside none;
}
ol li{
  margin: 0 0 2px 30px;
  padding-left: 8px;
  list-style: decimal outside none;
}
ul.rteindent2,
ol.rteindent2{
    margin-left: 40px;
}
a:link,
a:active,
a:visited{
  color:#444;
  text-decoration:none;
  border-bottom: 1px dotted #444;
}
a:hover {
  color:#000;
  text-decoration:none;
  border-bottom: 0px none;
}
p {
  padding-bottom: 25px;
  letter-spacing:0.05em;
}
p:last-child {
padding-bottom:0;
}
h1 {
	color: #678848;
    font-family: 'AllerLight',Arial;
    font-size: 32px;
    font-weight: normal;
    padding: 0 0 25px;
	line-height: 38px;
}
h2 {
	font-family: AllerLight, Arial;
	font-size: 28px;
	color: #1185BF;
	padding: 0 0 25px;
	line-height: 34px;
	font-weight: normal;
}
h2 a {
  color:#1185BF;
  text-decoration:none;
}
h2 a:hover {
}
h3 {
	font-family: 'AllerLight', Arial;
  	color: #333;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 25px;
    line-height: 32px;
}
h3 a {
  color:#333;
  text-decoration:none;
}
h3 a:hover {
  color:#333;
}
h4 {
	font-family: 'Aller', Arial;
  padding:8px 0;
  font-size:13px;
  font-weight:bold;
}

strong{
}
sup{
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}
sub{
    vertical-align: sub;
    font-size: smaller;
    line-height: normal;
}

.header-top-right .block-superfish #superfish-1 .sf-shadow ul{
background: none !important;
}

.header-top-right .block-superfish #superfish-1 ul{
margin: -4px 0 0 0 !important;
background: none !important;
-moz-box-shadow:    0 0 0 0 red !important;
-webkit-box-shadow: 0 0 0 0 red !important;
box-shadow:         0 0 0 0 red !important;
}
