/***************************/
/****** GLOBAL STYLES ******/
/*************************/

	body {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 13px;
		background-image:url(images/home_page_new/background_tile.gif);
		background-repeat:repeat-y;
	}

	td {
		font-size: 13px;
	}

	p {
		clear: none;
	}

	form {
		display: inline;
	}
	
	table.calendar {
		font-size: 12px;
	}
	

/************************************************/
/****** HEALTHCARE PROFESSIONAL LINK STYLES ******/
/**********************************************/
	
	a:link.hp {
		color: #336285;
	}

	a:visited.hp {
		color: #336285;
	}

	a:hover.hp {
		color: #db541d;
	}

	a:active.hp {
		background-color: #db541d;
		color: white;
	}
	
	a:link.hp_nav {
		text-decoration: none;
		color: #336285;
		font-size: 14px;
	}

	a:visited.hp_nav {
		text-decoration: none;
		color: #336285;
		font-size: 14px;
	}

	a:active.hp_nav {
		text-decoration: none;
		background-color: #db541d;
		color: white;
		font-size: 14px;
	}
	
	.hp_nav.selected{
		font-weight: bold;
	}
	
	.hp_btn_style {
		background-color: #8ca8be;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: white;
		font-weight: bold;
		padding: 2px 4px 2px 4px;
	}


/*******************************************/
/****** EDUCATION SPONSOR LINK STYLES ******/
/*****************************************/
	
	a:link.es {
		color: #563e75;
	}

	a:visited.es {
		color: #563e75;
	}

	a:hover.es {
		color: #db541d;
	}

	a:active.es {
		background-color: #db541d;
		color: white;
	}
	
	a:link.es_nav {
		text-decoration: none;
		color: #563e75;
		font-size: 14px;
	}

	a:visited.es_nav {
		text-decoration: none;
		color: #563e75;
		font-size: 14px;
	}

	a:active.es_nav {
		text-decoration: none;
		background-color: #db541d;
		color: white;
		font-size: 14px;
	}
	
	.es_nav.selected{
		font-weight: bold;
	}

/***************************/
/****** SIGN-IN STYLES ******/
/*************************/

	#right_container { /*Contains the sign-in and location divs*/
		position: absolute;
		top: 165px;
		left: 590px;
		width: 200px;
		padding: 0px;
	}

	#sign_in_container {
		width: 200px;
		padding: 0px;
	}

	#sign_in_top {
		padding-left: 0px;
		height: 18px;
		background: url("images/home_page_new/HP_signin_top.gif") no-repeat top left;
		border: 0px solid black;
	}

	#sign_in_top.es {
		padding-left: 0px;
		height: 18px;
		background: url("images/home_page_new/ES_signin_top.gif") no-repeat top left;
		border: 0px solid black;
	}

	#sign_in_content {
		padding-left: 0px;
		background: url("images/home_page_new/HP_signin_side.gif") repeat-y;
		border: 0px solid red;
		
	}

	#sign_in_content.es {
		padding-left: 0px;
		background: url("images/home_page_new/ES_signin_side.gif") repeat-y;
		border: 0px solid red;
	}

	#sign_in_footer {
		padding-left: 0px;
		height: 18px;
		background: url("images/home_page_new/HP_signin_bottom.gif") no-repeat top left;
		border: 0px solid black;
	}

	#sign_in_footer.es {
		padding-left: 0px;
		height: 18px;
		background: url("images/home_page_new/ES_signin_bottom.gif") no-repeat top left;
		border: 0px solid black;
	}

/******************************/
/****** RIGHT NAV STYLES ******/
/****************************/

	/*td.right_nav {
		font-size: 1em;
	}*/

	#right_nav_container {
		width: 200px;
		padding: 0px;
	}

	#right_nav_top {
		padding: 0px;
		height: 18px;
		background: url("images/home_page_new/HP_location_top.gif") no-repeat top left;
		border: 0px solid black;
	}

	#right_nav_top.es {
		padding: 0px;
		height: 18px;
		background: url("images/home_page_new/ES_location_top.gif") no-repeat top left;
		border: 0px solid black;
	}

	#right_nav_content {
		padding: 0px;
		background: url("images/home_page_new/HP_signin_side.gif") repeat-y;
		border: 0px solid red;
	}

	#right_nav_content.es {
		padding: 0px;
		background: url("images/home_page_new/ES_signin_side.gif") repeat-y;
		border: 0px solid red;
	}

	#right_nav_footer {
		padding: 0px;
		height: 18px;
		background: url("images/home_page_new/HP_location_bottom.gif") no-repeat top left;
		border: 0px solid black;
	}

	#right_nav_footer.es {
		padding: 0px;
		height: 18px;
		background: url("images/home_page_new/ES_location_bottom.gif") no-repeat top left;
		border: 0px solid black;
	}
	

/*****************************/
/****** CONTENT STYLES ******/
/***************************/

	#content_container {
		position: absolute;
		top: 165px;
		left: 5px;
		width: 560px;
	}
	
	#content_titlebar {
		height: 81px;
	}
	
	#content_title{
		position:absolute;
		display:block;
		z-index: 5;
		left: 130px;
		top: 172px;
		font-size: 22px;
		color:#FFFFFF;
	}
	
	#content_body {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
		margin-bottom: 0px;	
	}
	
	#content_footer {
		margin-top: 0px;
		height: 24px;
	}

	td.content {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	.details{
		font-size: 12px;
	}

/************************/
/****** FAQ STYLES ******/
/**********************/
	
	.question {
		font-weight: bold;
	}

/********************************/
/****** PRICING INFO STYLES ******/
/*****************************/
	
	table.pricing {
		border: 1px solid gray;
	}
	
	table.pricing td, th {
		font-size: 11px;
	}

	.top_right_borders {
		border-top: 1px solid gray;
		border-right: 1px solid gray;
	}

	.top_border {
		border-top: 1px solid gray;
	}

	.bottom_border {
		border-top: 1px solid gray;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
	}

	.left_border {
		border-left: 1px solid gray;
	}


/***********************************/
/****** MEMBERSHIP INFO STYLES ******/
/**********************************/

	table.comparison {
		border: 0px solid gray;
	}
	
	table.comparison td, th {
		font-size: 11px;
	}
		

/***************************************/
/****** IMAGE DROP SHADOW STYLES ******/
/*************************************/

	.img_shadow {
		  float: left;
		  background: url(images/shadow_alpha.png) no-repeat bottom right !important;
		  background: url(images/shadow.gif) no-repeat bottom right;
		  margin: 10px 0 0 10px !important;
		  margin: 10px 0 0 5px;
	}

	.img_shadow img {
		  display: block;
		  position: relative;
		  background-color: #fff;
		  border: 1px solid #336285;
		  margin: -6px 6px 6px -6px;
		  padding: 4px;
	}

	.img_shadow img:hover {
		border-color: #db541d;
	}
	

/***************************/
/***** LIGHTBOX STYLES *****/
/*************************/

	#lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}

	#lightbox a img {
		border: none;
	}

	#outerImageContainer {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}

	#imageContainer {
		padding: 10px;
	}

	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}

	#hoverNav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}

	#imageContainer>#hoverNav {
		left: 0;
	}

	#hoverNav a {
		outline: none;
	}

	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}

	#prevLink { 
		left: 0; 
		float: left;
	}

	#nextLink { 
		right: 0;
		float: right;
	}

	#prevLink:hover, #prevLink:visited:hover {
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}

	#nextLink:hover, #nextLink:visited:hover {
		background: url(../images/nextlabel.gif) right 15% no-repeat;
	}

	#imageDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}

	#imageData{
		padding:0 10px;
	}

	#imageData #imageDetails {
		width: 70%;
		float: left;
		text-align: left; 
	}

	#imageData #caption {
		font-weight: bold;
	}
	
	#imageData #numberDisplay {
		display: block;
		clear: left;
		padding-bottom: 1.0em;
	}
	
	#imageData #bottomNavClose {
		width: 66px;
		float: right;
		padding-bottom: 0.7em;
	}	
		
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #000;
		opacity: 0.6;
	}
	

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}

	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
	}	
	
	
/***********************************/
/****** TOP NAVIGATION STYLES ******/
/***********************************/
	

	#TOP_NAV {
		position:absolute;
		left:0px;
		top:0px;
		width:798px;
	}
	
	#eeds-logo {
		position:absolute;
		left:0px;
		top:0px;
		width:215px;
		height:72px;
	}
	
	#above-tabs {
		position:absolute;
		left:215px;
		top:0px;
		width:315px;
		height:72px;
	}
	
	#person-picture {
		background-image:url(images/home_page_new/person_bg.gif);
		background-repeat:no-repeat;
		position:absolute;
		left:530px;
		top:0px;
		width:268px;
		height:156px;
	}
	
	#navigation-tabs {
		position:absolute;
		left:0px;
		top:72px;
		width:530px;
		height:84px;
	}
	
	#content {
		position:absolute;
		left:0px;
		top:156px;
		width:798px;
		height:404px;
	}
	
	#below-content {
		position:absolute;
		left:0px;
		top:560px;
		width:798px;
		height:39px;
	}
	
	#quote_container {
		position: absolute;
		z-index: 2;
		top: 20px;
		left: 300px;
		width: 300px;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	
	#quote {
		position: relative;
		z-index: 5;
		top: 2px;
		right: 0px;	
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		font-weight: bold;
		font-style:italic;
		color: #FFFFFF;
	}
	
	#healthcare_profeessionals_tab{
		position: absolute;
		z-index: 2;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		top: 80px;
		left: 7px;
		padding-top:10px;
		cursor: pointer;
		display: inline;
		height: 25px;
		width: 205px;
		
	}
	
	#education_sponsors_tab{
		position: absolute;
		z-index: 2;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 10px;
		cursor: pointer;
		top: 80px;
		height: 25px;
		left: 215px;
		width: 205px;
	}
	
	#education_sponsors_tab a{
		text-decoration:none;
		color: #FFFFFF;
	}
	
	#education_sponsors_tab a:hover{
		text-decoration:underline
	}
		
	#healthcare_profeessionals_tab a{
		text-decoration:none;
		color: #FFFFFF;
	}
	
	#healthcare_profeessionals_tab a:hover{
		text-decoration:underline
	}
	
	.unselected_tab {
		font-weight:normal;
	}
	
	.tab_over{
		text-decoration: underline;	
	}
	
	.tab_out{
		text-decoration: none;	
	}
