@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
	outline:none;
}

#page-wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#page-header #top-header {
	height: 110px;
}
#top-header #logo {
	float: left;
	height: 110px;
	width: 155px;
}
#top-header #top-right-header {
	margin-left: 155px;
}
#top-right-header #tag-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	text-align: right;
	height: 75px;
	line-height: 74px;
	font-weight: normal;
}
#top-right-header #navigation {
	margin-left: 22px;
	height: 35px;
	line-height: 35px;
}
#navigation .login-links {
	float: right;
	color: #ADBE39;
	font-size: 13px;
	font-weight: bold;
	width: 180px;
	text-align: center;
}
.login-links a {
	color: #ADBE39;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.login-links a:hover {
	color: #FFF;
}


.tabs ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.tabs {
	background-color: #666;
}
.tabs li {
	display: inline;
	list-style-type: none;
}
.tabs a#home {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 76px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.tabs a#home:hover {
	background-position: 0px 100%;
}
.tabs a#home-active {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 76px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: 0px 0%;
}
.tabs a#about {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 98px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -77px 50%;
}
.tabs a#about:hover {
	background-position: -77px 100%;
}
.tabs a#about-active {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 98px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -77px 0%;
}
.tabs a#companies {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 112px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -177px 50%;
}
.tabs a#companies:hover {
	background-position: -177px 100%;
}
.tabs a#companies-active {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 112px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -177px 0%;
}
.tabs a#recuriters {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 106px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -290px 50%;
}
.tabs a#recuriters:hover {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 106px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -290px 100%;
}
.tabs a#recuriters-active {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 106px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -290px 0%;
}
.tabs a#support-active {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 94px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -397px 0%;
}
.tabs a#support {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 94px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -397px 50%;
}
.tabs a#support:hover {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 94px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -397px 100%;
}
.tabs a#contact-active {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 112px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -492px 0%;
}
.tabs a#contact {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 112px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -492px 50%;
}
.tabs a#contact:hover {
	background-image: url(../../health/images/tabs.gif);
	display: block;
	float: left;
	width: 112px;
	height: 35px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -492px 100%;
}
#page-wrapper #page-body {
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
		min-height:300px;
	height:auto !important;
	height:300px;
}
#page-body p  {
	line-height: 130%;
	padding-bottom: 10px;
}
#page-body  ul {
	margin-bottom: 12px;
}
#page-body li {
	list-style-type: none;
	margin-bottom: 7px;
	line-height: 120%;
	background-image: url(../../health/images/list-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 6px;
}
#page-body h2 {
	color: #333;
	margin-bottom: 10px;
	line-height: 17px;
	height: 20px;
	font-size: 18px;
	font-family: "Segoe UI", sans-serif;
}

#page-body p+h2 {
	margin-top:15px;
}

#page-body ul+h2 {
	margin-top:20px;
}

#page-body h3 {
	color: #767F24;
	font-size: 15px;
	margin-bottom: 2px;
	font-family: "Segoe UI", sans-serif;
}

#page-body  h4 {
	font-size: 13px;
	color: #333;
	margin-bottom: 7px;
}







#page-footer {
	width: 100%;
	background-color: #ADBF39;
}


#page-footer #footer-contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#footer-contents .white-bar {
	background-color: #FFF;
	height: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#footer-contents .footer-links {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 26px;
	padding-left: 20px;
	margin-top: 20px;
	height: 146px;
}
#footer-contents .footer-links-container {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
}

.footer-links h2 {
	font-family: "Segoe UI", sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.footer-links ul {
	font-size: 13px;
	padding-top: 5px;
}
.footer-links li {
	list-style-type: none;
	background-image: url(../../health/images/footer-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	line-height: 16px;
	margin-bottom: 3px;
}
.footer-links a {
	color: #000;
	text-decoration: none;
}
.footer-links a:hover {
	text-decoration: underline;
}
.footer-links .contact-no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #000;
}
#footer-contents .copyright {
	height: 30px;
	background-color: #333;
	clear: both;
	font-size: 10px;
	color: #FFF;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer-contents .copyright a  {
	color: #FFF;
	text-decoration: none;
}
#footer-contents .copyright a:hover {
	text-decoration: underline;
}
#footer-contents .copyright  img {
	vertical-align: middle;
	margin-left: 5px;
}
