/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #77a477;
	border-top-color: #FFFFFF;
	font-style: normal;
}

vmenu {
     list-style-type: none;
     margin: 0;
     padding: 0;
 } 
a2 {
	display: block;
	width: 150px;
	background-color: #BDFF91;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 40px;
	color: #006633;
	font-weight: bold;
	font-stretch: normal;
	text-shadow: none;
	text-decoration: none;
	padding-top: 10px;
 }


form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
	color: #77a477;
}

h2 {
	font-size: 2em;
	color: #77a477;
}

h3 {
	font-size: 1em;
}

h5 {
	color: #093E77;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-color: #cc66ff;
	background-position: bottom;
	font-weight: normal;
	width: 960px;
	margin: 0 auto;
}
#cssmenu > ul {
	-webkit-box-shadow: 0 0px 0 rgba(204, 102, 255, 0.05);
	width: 960px;
	margin: 0 auto;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
	padding: 18px 25px 21px 25px;
	border-right: 1px solid rgba(80, 80, 80, 0.12);
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	color: #CC0000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
	color: #FFFFFF;
	background: #dd91e1;
	background: rgba(0, 0, 0, 0.1);
	background-color: #CC66FF;
	font-weight: bolder;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000000;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
	border-top-color: #ffffff;
	background-color: #cc66FF;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
#cssmenu ul ul li a {
	text-decoration: none;
	font-weight: 400;
	padding: 11px 25px;
	width: 180px;
	color: #FF33CC;
	background: #ffffff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #FFE8FF;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
	color: #FF42FF;
	font-style: normal;
	font-weight: bold;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
#logo {
	width: 960px;
	height: 300px;
	color: #69A7E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}
#contentall {
	width: 960px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentall2 {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}#contentleft {
	float: left;
	width: 700px;
	padding-top: 10px;
}

#contentright {
	float: right;
	width: 700px;
	margin-left: 0px;
	box-shadow: none;
	font-family: Arial, Helvetica, sans-serif;
}

#contentmiddle {
	float: left;
	width: 400px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px solid #F5F5F5;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0px;
}

.post .meta {
	padding: 10px 20px;
	height: 90px;
	background: #EEDDF7;
	border-top: 1px solid #E9E9E9;
	font-size: small;
	font-style:italic;
	color: 000000;
}

.post .metaside {
	padding: 10px 20px;
	height: 200px;
	background: #EEDDF7;
	border-top: 1px solid #E9E9E9;
	font-size: small;
	font-style:italic;
	color: 000000;
}

/* Sidebar */

#sidebarright2 {
	float: right;
	width: 230px;
	padding-top: 10px;
}
#sidebarright3 {
	float: right;
	height: auto;
	width: 580px;
}
#sidebarright4 {
	float: right;
	height: 90px;
	width: 500px;
	text-align: right;
}
#sidebarrightsmall {
	float: right;
	width: 385px;
}

#sidebar {
	float: left;
	width: 170px;
	outline-width: inherit;
}

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

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
	background: #F5F5F5 url(images/img08.gif) no-repeat right bottom;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 5px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}
/* Footer */

#footer {
	clear: both;
	width: 960px;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
#menu2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #33FFFF;
	float: none;
	height: 40px;
	width: 100px;
	list-style-type: square;
}
.healthtitle {
	font-weight: bold;
	padding-top: 0px;
	text-align: center;

	margin: ;
	text-transform: lowercase;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	word-spacing: normal;
	width: 20%;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	vertical-align: middle;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
.healthtitle a {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #FF3366;
	outline-style: none;
	box-shadow: none;
	margin-right: 0px;
	margin-left: 0px;
	text-justify: center;
	position: relative;
	top: auto;
	left: 5px;
}
#health {
	border: 0px none #ffffff;
}
#health td {
	background-color: #FFFFFF;
	color: #660099;
	font-size: 14px;
	width: 20%;
	text-align: center;
	border-top-color: #CC66ff;
	border-left-color: #CC66ff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-right-color: #cc66FF;
	border-bottom-color: #cc66FF;
}
#page #contentall2 #health {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
