@charset "utf-8";
/* CSS Document */
/* brand specs: green html 78be20; blue html 0085ca */

body{
	background: #78be20 url('../imgs/bg_squares_8.png') repeat top left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10pt;
	color: black;
	margin:0;
	padding:0;
	background-color:white;
}


#newsFix {
    width: 100%;
    height: 170px;
    overflow: auto;
}

#contentbg{
	margin: 0 auto;
	width:1010px;
	height:100%;
	background:transparent url('../imgs/hygeia_bg_shadow.png') repeat-y top center;
}
#content{
	margin: 0 auto;
	width:1000px;
	height:100%;
	background-color:white;
	background-image:none;
	position: relative;
}
#header, #menubar, #main, #footer{
	width:100%;
}
#header{
	height:100px;
	background: transparent url('../imgs/hygeia_logo_header.png') no-repeat top left;
}
#social{
	margin:2px;
	text-align:right;
	position:absolute;
	top:5px;
	right:0;
}
.socialicon{
	width:50px;
	height:50px;
	float:left;
	display:inline-blogk;
}
#memberlogin{
	margin-top:70px;
	margin-right:10px;
	text-align:right;
	width:200px;
	float:right;
	display:inline-block;
	color:blue;
}
#memberlogin a{
	text-decoration:none;
}
#memberlogin a:hover{
	text-decoration:underline;
}




/* header menu */
#menubar{
	background-color:#333;
	color:white;
	height:40px;
}
#menubar .spacer{
	height:40px;
	width:40px;
	display:inline-block;
	float:left;
}
#menubar a{
	display:inline-block;
	float:left;
	padding:0 20px;
	color:white;
	text-decoration:none;
	min-width:100px;
	line-height:2.5em;/* 10pt needs 3em */
	text-align: center;
	font-size:12pt;
}
#menubar a:hover{
	background-color:#78be20;
}


/* page content */
#main{
	/*min-height:700px;*/
}
#main p{
	/*
	margin-left:20px;
	margin-right:20px;
	*/
	
}
#subheader{
	overflow:hidden;
	width:1000px;
	height:100px;
	position:relative;
}
#subheader img{
	display:block;
	width:100%;
	height:100%;
	border:0px solid black;
	z-index:1;
}
#subheader h1{
	color:#0085ca;
	font-size:20pt;
	border:0px solid #0085ca;
	/*text-shadow: 5px 1px 10px white;*/
	z-index:2;
	position:absolute;
	bottom:-12px;
	left:25px;
}
#main ul{
	list-style:inside;
}

.mainhalf{
	width:480px;
	margin:10px 10px 10px 10px;
	display:inline-block;
	float:left;
}
.mainhalf p{
	margin: 8px 0;
}

.tabblu, .tabgrn{
	width:455px;
	height:45px;
	margin:0 0 1px 0;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13pt;
	padding-left:20px;
	padding-top:13px;
}
.tabblu{
	background: transparent url('../imgs/bar_blue.png') no-repeat top left;
}
.tabgrn{
	background: transparent url('../imgs/bar_green.png') no-repeat top left;
}
.tabblu a, .tabgrn a{
	text-decoration:none;
	color:white;
	padding:10px 20px 10px 0;
}
.tabblufull, .tabgrnfull{
	width:1000px;
	height:45px;
	margin:0;
	padding:0;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13pt;
}
.tabblufull{
	/*background: transparent url('../imgs/bar_blue_1000_2.png') no-repeat top left;*/
	background: transparent url('../imgs/bar_blue_1000_3.png') no-repeat top left;
}
.tabgrnfull{
	background: transparent url('../imgs/bar_green_1000.png') no-repeat top left;
}
h1.tabheader{
	margin-left:40px;
	margin-top:-20px;
	font-size:13pt;
	color:black;
	text-transform:uppercase;
}

/* right side page menu */
.menuside{
	float:right;
	width:225px;
	margin-left:10px;
	margin-right:5px;
	text-align:center;
}
.menuside h2{
	margin-bottom:0px;
}
.menuside ul{
	padding-left:0;
}
.menuside ul li{
	list-style: none;
	margin-left:0;
	padding-left:0;
	font-size:12pt;
	font-weight:bold;
	line-height:1.5em;
	width:100%;
}
.menuside ul li:hover{
	background-color:#78be20;
}

.menuside ul li a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#999;
}
.menuside ul li a:hover{
	/*text-decoration:underline;*/
	color:white;
}

.mainwithmenu, .mainregistration{
	width:755px;
	margin-left:10px;
	margin-right:5px;
}
.mainregistration{
	width:555px;
}

/* left side page content boxes (used on login page)*/
.halfpage{
	width:40%;
	float:left;
	margin-left:9%;
}
.thirdpage{
	width:33%;
	float:left;
	margin-left:5%;
}
.mostpage{
	width:70%;
	float:left;
	margin-left:5%;
}


/* footer */
#footer{
	background-color:#333;
	color:white;
	text-align:center;
}
.footline{
	padding-top:7px;
}
.footline a{
	font-size: 10pt;
	color: white;
	text-decoration:none;
}
.footline a:hover{
	text-decoration:underline;
}

#footer .footqtr{
	display:inline-block;
	float:left;
	width:150px;
	margin:5px 0 5px 20px;
	color:white;
}
#footer .footqtr h2{
	font-weight:bold;
	color: #78be20;
	font-size: 10pt;
}
#footer .footqtr a{
	font-size: 8pt;
	color: white;
	text-decoration:none;
}
#footer .footqtr a:hover{
	text-decoration:underline;
}
#legal{
	font-size:8pt;
	text-align:center;
	clear:both;
	padding-top:10px;
	color:#999;
}

/* form classes */
.formlabel{
	/*text-transform:uppercase;	*/
}
.formlabelinline{
	display:inline-block;
	float:left;
	clear:left;
	width:50%;
	/*text-align:right;*/
	font-weight:bold;
	padding-right:2px;
}
.formholder{
	margin-left:40px;
}
.forminput, .forminputinline{
	padding:1px 0 6px 0;
}
.forminputinline, .formbuttoninline{
	display:inline-block;
	float:left;
	width:75%;
	color:#ccc;
}

.forminput input, .forminput textarea, .forminputinline input, .forminputinline textarea, .forminputinline select{
	width:90%;
	margin-bottom:5px;
}
.formbutton{
	margin-top:5px;
}
.formresponse, .formconfirm{
	display:inline;
	color:red;
}
.formcancel{
	margin-left:10%;
}
.formconfirm{
	/*color:green;*/
}
.formnotify{
	font-weight:bold;
	color:green;
}

#response{
	margin-left:40px;
}

/* table classes */
table.htmltable{
	margin:0 auto;
	width:800px;
}

table.htmltable td{
	/*border:1px solid black;*/
	text-align:center;
}
td.tdleft{
	text-align: left !important;
}

/* client classes */
.classemployee, .classgold, .classplatinum, .classsilver{
	-webkit-text-stroke: 1px black;
}
.classemployee{
	color:#78be20 !important;
	-webkit-text-fill-color: #78be20 !important;
}
.classgold{
	color:gold !important;
	-webkit-text-fill-color: gold !important;
}
.classplatinum{
	color:#CCC !important;
	-webkit-text-fill-color: white !important;
}
.classsilver{
	color:silver !important;
	-webkit-text-fill-color: silver !important;
}

/* breadcrumbs */
.breadcrumbs{
	color:#999;
}
.breadcrumbs a{
	color:#999;
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:blue;
}

.currentcrumb{
	color: blue;
	font-weight:bold;
}

/* generic classes */
.editlink{
	text-transform:uppercase;
	font-size:8pt;
}
.errors{
	color:red;
	font-weight:bold;
}
.floatclear{
	clear:both;
}
.green{
	color: #78be20;
}
.gray{
	color: gray;
}
.headline{
	font-weight:bold;
	color: #78be20;
}
.margin40{
	margin-left:40px;
	margin-right:40px;
}
.margintopnone{
	margin-top:0;
}
.report{
	color:#78be20;
	font-weight:bold;
}

