/* wellness.css */
body {
	background-color: #99cc66;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	color:#979797;
}

h1 {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #519100;
	margin: 0;

}

a {
	color:#99cc66;
	text-decoration:none;

}

a:visited{
	color:#ffa500;
	text-decoration:none;

}

a:hover{
	color:#99cc66;
	text-decoration:underline;

}

h2, h3, h4 {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #519100;
	margin: 0;

}

form {
	margin:0;

}

#container {
	background-color:#ffffff;
	width:955px;
	text-align:left;
	margin:0 auto;
}

#masthead_contain {
	background:#ffffff url(/images/masthead_bg.jpg) no-repeat top;
	width:955px;
	height:425px;

}

#logo {
	width:288px;
	height:152px;
}

#logo img{
	border:none;
}

#topnav {
	display:inline;
	background: #ffffff url(/images/nav_bottom.gif) no-repeat bottom center;
	width: 288px;
	margin: 5px 0px 5px 0px;
	text-align: left;
	float:left;
}

#topnav ul {
	margin: 0;
	padding: 0 5px 0 0px;
	text-align: right;
	border: 0;
}


#topnav ul li {
	list-style: none;
	font-family: tahoma, verdana, sans-serif;
	font-size: 1em;
	color: #7A8B5F;
	border-bottom: solid 1px #ffffff;

}


#topnav ul li a {
	display: block;
	padding: 5px;
}

#topnav ul a {
	font-family: tahoma, verdana, sans-serif;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	background: #ffffff url(/images/nav_off.gif) no-repeat;
}


#topnav ul a:hover {
	font-family: tahoma, verdana, sans-serif;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	background: #ffffff url(/images/nav_over.gif);
}

#masthead-right {
	width:522px;
	height:87px;
	float:right;
	text-align:right;
}

#masthead-left {
	width:433px;
	float:left;
}

#language {
	width:522px;
	height:20px;
}

#language_select {
	display:inline;
	background-color:#ffa500;
	color:#ffffff;
	padding:10px;
	height:20px;
}

#language_select a{
	color:#ffffff;
	text-decoration: none;

}

#language_select a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#search_top {
	margin-top:10px;
	padding:10px;

}

#content_container {
	width:955px;
}


#right-column_ad {
	width:300px;
	float:right;
	margin-right:10px;
	margin-top:38px;
}

#right-column_ad h1 {
	color:#99cc66;
	font-size:2em;
}

#right-column_ad h2,h3,h4{
	color:#99cc66;

}

.clearfix {
	clear:both;
}
.style1 {
	color: #99cc66;
	font-weight: bold;
}



#toolbar {
	margin-top:20px;
	margin-bottom:20px;
	width:560px;
	padding:5px;
	background-color:#f1f1f1;
	border:1px solid #e1e1e1;
	text-align:center;
}

#footer {
	width:955px;
	height:300px;
	background:#ffffff url(/images/footerbg.jpg) repeat-x top;
	text-align:center;
	padding-top:20px;
	margin-top:20px;
	color:#979797;
}

#footer a{
	color:#979797;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	color:#979797;
	text-decoration:underline;
	font-weight:bold;
}

hr {
	width:433px;
	height:4px;
	background-color:#99cc66;
	border:none;
	margin-top:10px;
	margin-bottom:10px;
}

