/* Style sheet for .. health-space.net .. */

body{
	background-image: url(../img/banner_side8.jpg);
  background-color: transparent;  
  background-repeat: repeat-x;
  margin: 0px 0px 0px 0px;
  font-size: larger;
  font: optima, verdana;
}

.banner{
	float: top; 
	margin: 0px 0px 0px 0px; /* margin properties: top right bottom left */
	background-repeat: repeat-x;
	background-image: url(../img/bonc_banner_image.jpg);
	height: 250px;
	width: 100%;
}

p{
	margin-left: 20px; width: auto; 
}

p.index{
	   font: optima, verdana, helvetica;
	   font-size: 110%;
}	
/***************************
/*************************************/
/** STYLE FOR ENROLLMENT OPTIONS   ***/
/*************************************/
.container_banner{
	 background-color: #BE9C43;
	 font-color: black;
	 height: 3em;
	 margin-top: 0;
	 margin-bottom: 0;
	 position: absolute;
	 left: 0px;
	 top: 30px;
	 width: 910px;
	 z-index: 1
}
.container_left{
	 background-color: #A5AFCA;
	 font-color: #006234;
	 height: 50px;
	 position: relative;
	 margin-top: 0;
	 margin-bottom: 0;
	 position: static;
	 left: 10px;
	 top: 50px;
	 width: 350px;
}
.container_left_half{
	 background-color: #FFF700;
	 font-color: #006234;
	 height: 20em;
	 position: absolute;
	 margin-top: 0;
	 margin-bottom: 0;
	 left: 40px;
	 top: 70px;
	 width: 210px;
	 z-index: 2
}
.container_left_half2{
	 background-color: #FFF700;
	 font-color: #006234;
	 height: 30em;
	 position: absolute;
	 margin-top: 0;
	 margin-bottom: 0;
	 left: 40px;
	 top: 70px;
	 width: 300px;
	 z-index: 2
}
.container_right{
	 background-color: #FFAF32;
	 font-color: black;
	 height: 15em;
	 margin-top: 0;
	 margin-bottom: 0;
	 position: absolute;
	 left: 260px;
	 top: 50px;
	 width: 310px;
}
.container_right2{
	 background-color: #FFAF32;
	 font-color: black;
	 height: 15em;
	 margin-top: 0;
	 margin-bottom: 0;
	 margin-left: 20px;
	 padding-left: 20px;
	 position: absolute;
	 left: 300px;
	 top: 50px;
	 width: 450px;
}
.container_right_half{
	 background-color: red;
	 font-color: #006234;
	 height: 9em;
	 position: absolute;
   margin: 10px 10px 10px 10px;
   font-size: larger;
   font: optima, verdana;
	 left: 220px;
	 top: 90px;
	 width: 400px;
	 z-index: 3;
}
.container_bottom_seagreen{
	 background-color: #4CB17B;
	 font-color: #006234;
	 height: 10em;
	 position: absolute;
   margin: 10px 10px 10px 10px;
   font-size: smaller;
   font: optima, verdana;
	 left: 10px;
	 top: 340px;
	 width: 700px;
	 z-index: 5;
}
.recruitment_item{
	 position: relative;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 margin-left: 10px;
	 margin-right: 10px;
	 width: 100%;
	 height: 2.0em;
	 vertical-align: 50%;
}
.recruitment_item2{
	 position: relative;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 margin-left: 10px;
	 margin-right: 10px;
	 width: 90%;
	 height: 5.0em;
	 vertical-align: 50%;
}

.submit_button{
	 position: absolute;
	 left: 580px;
	 top: 300px;
}
.submit_button2{
	 position: absolute;
	 left: 190px;
	 top: 290px;
	 z-index: 4;
}
/***************************************/
/* STYLES FOR SCRIPT OUTPUT ***********/
/***************************************/
.script_output{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.script_output_indent1{
padding: 3px 0;
margin-left: 15px;
margin-top: 1px;
margin-bottom: 0;
font: 10px Verdana;
list-style-type: none;

}
/**************************************/
/* TAB STYLE BELOW */
/**************************************/
.shadetabs_container{
	position: absolute;
	margin: 0px 0px 0px 0px; /* margin properties: top right bottom left */
    top: 150px;
	height: auto;
	width: 100%;
}
.shadetabs{
  border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
/* margin-bottom: 1em; */
  margin-left: 10px;
  background-image: url(../img/tab_bg_green.gif);
  background-color: transparent;  
  background-repeat: repeat-x;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: #DEDEDE url(media/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
  text-decoration: underline;
  color: #2d2b2b;
  background-image: url(../img/tab_bg_hover.jpg);
  background-color: transparent;  
  background-repeat: repeat-x;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(media/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
  text-decoration: none;
  background-image: url(../img/tab_bg_green.gif);
  background-color: transparent;  
  background-repeat: repeat-x;

}


/* END OF TAB STYLE */
/**************************************/


/**************************************/
/* SECONDARY MENU: TAB STYLE BELOW */
/**************************************/

.secondtabs{
  border-bottom: 1px solid #B51E54;
/* width: 90%; width of menu. Uncomment to change to a specific width */
/* margin-bottom: 1em; */
  margin-left: 10px;
  margin-top: 0.3em;
  background-image: url(../img/secondary_tab_bg.gif);
  background-position: top;
  background-color: transparent;  
  background-repeat: repeat-x;
}

.secondtabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.secondtabs li{
display: inline;
margin: 0;
}

.secondtabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #0052B5;
background: #DEDEDE url(media/shade.gif) top left repeat-x;
}

.secondtabs li a:visited{
color: #2d2b2b;
}

.secondtabs li a:hover{
  text-decoration: underline;
  color: #2d2b2b;
  background-image: url(../img/secondary_tab_bg_hover.gif);
  background-color: transparent;  
  background-repeat: repeat-x;
}

.secondtabs li.selected{
position: relative;
top: 1px;
}

.secondtabs li.selected a{ /*selected main tab style */
background-image: url(media/shadeactive.gif);
border-bottom-color: white;
}

.secondtabs li.selected a:hover{ /*selected main tab style */
  text-decoration: none;
  background-image: url(../img/tab_bg_green.gif);
  background-color: transparent;  
  background-repeat: repeat-x;

}

/* END OF TAB STYLE */
/**************************************/

/**************************************/
/* DISCUSSION BOARD TABLE: TAB STYLE BELOW */
/**************************************/
.avatar_cell{
  background-image: url(../img/buttons/table_av_bg.gif);
  background-position: top;
  background-color: transparent;  
  background-repeat: repeat-x;
  width: 97px;
  text-align: center;
  font-size: larger;
}

/* END OF DISCUSSION BOARD STYLE */
/**************************************/
.index_container{
   position: absolute;
   top: 170px;
   font: optima, verdana, helvetica;
  
}
