* html, body {
	background-color: #D5D5D5;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 25px;
	margin-left : 25px;
	margin-right : 25px;
	margin-bottom: 25px;
}

div#container {
	padding: 0;
	text-align: left;
}

table.container {
	text-align: left;
	padding:0;
	background-color: #FFFFFF;
}

table.consultants {
	background-color: #D6D6D6;
	font-size: 8px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.consultants .txtTitle {
	font-weight: bold;
	font-size: 9px;
}

table.consultants .txtTitle a:link, table.consultants .txtTitle a:visited {
	color: #000000;
}

table.consultants .txtTitle a.active:link, table.consultants .txtTitle a.active:visited, table.consultants .txtTitle a:hover {
	color: #777777;
}

table.consultants .text {
	background-color: #FFFFFF;
	font-size: 10px;
	border: #000000 1px solid;
}

table.consultants .button {
	font-size: 10px;
	height: 19px;
}



table.lang {
	color: #000000;
	font-size: 9px;
}

table.lang a:link, table.lang a:visited, table.lang a.active:link, table.lang a.active:visited {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

table.lang a:hover {
	color: #FF0000;
	text-decoration: underline;
}



ul#nav {
	font-size: 11px;
}

#nav, #nav ul {
	list-style: none;
	float : left;
	width : 190px;
	padding: 0;
	margin: 0;
}
	
#nav li {
	float: left;
	width: 190px;
	margin-bottom: 0;
}	
	
#nav li a {
	width: 180px;
	display: block;
	background-color: #000000;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FFE679;
	font-weight: bold;
	text-decoration: none;
}
	
#nav li a:hover {
	text-decoration: underline;
	background-color: #FFA500;
	}

#nav .line {
	border-bottom: 1px solid #767678;
}

ul#navmain {
	font-size: 11px;
}

#navmain, #navmain ul {
	list-style: none;
	float : left;
	width : 190px;
	padding: 0;
	margin: 0;
}
	
#navmain li {
	float: left;
	width: 190px;
	margin-bottom: 0;
}	
	
#navmain li a {
	width: 180px;
	display: block;
	background-color: #80CA9C;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
#navmain li a:hover {
	text-decoration: underline;
	background-color: #FFA500;
	}

#navmain .line {
	border-bottom: 1px solid #01A54F;
}

#navSeminars li a {
	width: 160px;
	display: block;
	background-color: #FFD200;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
#navSeminars li a:hover {
	text-decoration: underline;
	background-color: #FFA500;
}

#navSeminars .line {
	border-bottom: 1px solid #D4AF00;
}

#navVideo li a {
	width: 160px;
	display: block;
	background-color: #FFD200;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
#navVideo li a:hover {
	text-decoration: underline;
	background-color: #FFA500;
}

#navVideo .line {
	border-bottom: 1px solid #D4AF00;
}

#navHealth li a {
	width: 160px;
	display: block;
	background-color: #FFD200;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
#navHealth li a:hover {
	text-decoration: underline;
	background-color: #FFA500;
}

#navHealth .line {
	border-bottom: 1px solid #D4AF00;
}

#navTestimonials li a {
	width: 160px;
	display: block;
	background-color: #FFD200;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
#navTestimonials li a:hover {
	text-decoration: underline;
	background-color: #FFA500;
}

#navTestimonials .line {
	border-bottom: 1px solid #D4AF00;
}

#tabs {
 	float:left;
	width:100%;
	height: 39px;
	margin:0;
	margin-bottom: 5px;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-right:15px;
}

#tabs li {
	float:left;
	background:url("../images/tab_left.gif") no-repeat left top;
	font-size: 15px;
	width:20%;
}

#tabs a {
	float:left;
	display:block;
	text-align: center;
	background:url("../images/tab_right.gif") no-repeat right top;
	padding:10px 7px 15px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:7px;
}

#tabs .first {
	margin-left:-1px;
	padding-left:1px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {
	float:none;
}
/* End IE5-Mac hack */

#tabs a:hover {
	text-decoration: underline;
}
#tabs #current {
	background-image:url("../images/tab_left_on.gif");
}
#tabs #current a {
	background-image:url("../images/tab_right_on.gif");
}

td.welcomebox h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

td.welcomebox h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

td.welcomebox h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

td.welcomebox p {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

td.welcomebox li {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

td.leftUser {
	width: 174px;
	padding: 0 10px 0px 10px;
}

td.leftUser h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

td.leftUser h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

td.leftUser p {
	font-size: 11px;
	color: #000000;
}

td.leftUser ul {
	list-style-type: none;
	font-size: 11px;
	color: #000000;
	text-indent: -30px;
}

td.leftUser hr {
	border: 0;
	color: #C07C00;
	background-color: #C07C00;
	height: 1px;
}

td.leftUser a:link, td.leftUser a:visited {
	color: #000000;
	text-decoration: underline;
}

td.leftUser a.active:link, td.leftUser a.active:visited, td.leftUser a:hover {
	color: #ffffff;
	text-decoration: underline;
}

td.leftThird {
	background-color: #D6D6D6;
	width: 174px;
	padding: 0 5px 0px 5px;
}

td.leftThird h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

td.leftThird p {
	font-size: 11px;
	color: #000000;
}

td.callus {
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 15px;
}

td.callus img {
	margin-right: 5px;
}

td.callus p {
	vertical-align: top;
	color: #717171;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
}

td.banner {
	height: 213px;
	background-image : url(../images/banner-repeat.jpg);
	background-repeat : repeat-x;
	background-position : top left;
	vertical-align: top;
}

td.banner h1 {
	font-size: 26px;
	color: #44AA0E;
	font-weight: bold;
	margin-bottom: -15px;
	margin-top: 10px;
}

td.banner h2 {
	font-size: 19px;
	color: #FF0000;
	margin-bottom: -10px;
}

td.banner h3 {
	font-size: 16px;
	color: #44AA0E;
	font-weight: bold;
	margin-bottom: -10px;
}

td.banner ul {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	list-style-type: none;
	text-indent: -30px;
	margin-bottom: -15px;
}

.highlight2 {
	color: #50A71C;
}

td.login, .login {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
}

td.login a:link, td.login a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

td.login a.active:link, td.login a.active:visited, td.login a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

td.location {
padding: 2px;
font-size: 10px;
color: #000000;
}

td.location a:link, td.location a:visited {
	color: #000000;
	text-decoration: none;
}

td.location a.active:link, td.location a.active:visited, td.location a:hover {
	color: #000000;
	text-decoration: underline;
}

td.content h1 {
	font-size: 16px;
	color: #FFA500;
	font-weight: bold;
}

td.content h2 {
	font-size: 14px;
	color: #FFA500;
	font-weight: bold;
}

td.content h3 {
	font-size: 12px;
	color: #FFA500;
	font-weight: bold;
}


td.content p {
	font-size: 12px;
	color: #000000;
}

td.content a:link, td.content a:visited {
	color: #ff0000;
	text-decoration: underline;
}

td.content a.active:link, td.content a.active:visited, td.content a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.fontsizeA a:link, .fontsizeA a:visited {
	color: #000000;
	font-size: 12px;
}

.fontsizeA a.active:link, .fontsizeA a.active:visited, .fontsizeA a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

.fontsizeAA a:link, .fontsizeAA a:visited {
	color: #000000;
	font-size: 17px;
	color: #000000;
}

.fontsizeAA a.active:link, .fontsizeAA a.active:visited, .fontsizeAA a:hover {
	text-decoration: none;
	font-size: 17px;
	color: #000000;
}

.fontsizeAAA a:link, .fontsizeAAA a:visited {
	color: #000000;
	font-size: 22px;
	color: #000000;
}

.fontsizeAAA a.active:link, .fontsizeAAA a.active:visited, .fontsizeAAA a:hover {
	text-decoration: none;
	font-size: 22px;
	color: #000000;
}

td.formHeading, tr.formHeading {
background-color: #FBBD00;
font-weight: bold;
}

.formCol1 {
background-color: #FFE972;
}

.formCol2 {
background-color: #FFFFBA;
}

.formCol3 {
background-color: #FFFFE4;
}

.formHeading {
font-size: 16px;
color: #000000;
}

.formSubHeading {
font-size: 14px;
color: #000000;
}

.formItem {
font-size: 12px;
color: #000000;
}

.formSmall {
font-size: 10px;
color: #000000;
}

.highlight {
color: #FF0000;
font-weight: bold;
}

.required {
color: #FF0000;
font-weight: bold;
}

.required2 {
color: #44AA0E;
font-weight: bold;
}

.verysmall {
font-size: 7px;
}

input.text, textarea, select {
	font-size: 12px;
}

input.submit {
font-size: 12px;
}

img {
	border: 0;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

input.autocomplete {
	width:220px;
}

div.autocomplete {
	z-index: 999;
	display:none;
	position:absolute;
	width:220px;
	height: 250px;
	overflow: auto;
	background-color:#ffffff;
	border:#000000 solid 1px;
	padding:0;
}

div.autocomplete ul {
	float : left;
	width : 100%;
	padding: 0;
	margin: 0;
}

div.autocomplete li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

div.autocomplete li a, div.autocomplete li a.active:link, div.autocomplete li a.active:visited, div.autocomplete li a:link, div.autocomplete li a:visited {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

div.autocomplete li a:hover {
	background-color: #f0f0f0;
}
 
div.autocomplete li .focus {
	font-weight: bold;
}