/***************************/
/****** GLOBAL STYLES ******/
/*************************/

	body {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin: 0 auto;
		padding: 0;
		font-size: 13px;
		background-image:url(images/home_page_new/background_tile.png);
		background-repeat:repeat-y;
		background-position:center;
	}

	td {
		font-size: 13px;
	}

	p {
		clear: none;
	}

	form {
		display: inline;
	}
	
	table.calendar {
		font-size: 12px;
	}
	
    table.layout_table 
    { 
        border-spacing: 0px;
        border-collapse: collapse;
    }

    table.layout_table td
    {
        padding: 0px;
    }

/************************************************/
/****** 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;
	}

    a.grey_hint {
        color:#666; /*Medium Grey*/
        text-decoration:none;
        border:none; 
        background:none;
    }
	
	.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 ******/
/***************************/

	.section_subtitle
	{
        color:#d37f5d;  /*Peach Orange*/
        font-weight:bold; 
        font-size:12px; 
	}

    #outermost_wrapper
    {
        width:800px;
        margin:0 auto;
        position:relative;
    }

	#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;
	}

    .Choice_Div 
    {
        text-align:center;
        width:450px;
        margin-bottom:15px;
    }
/************************/
/****** 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;
	}
	
    
    
/************************************
******* JQUERY TOOLTIP STYLING *******
*************************************/
	
	.bt-content {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #5b5b5b;  /*Stone Grey*/
		line-height: normal;
	}

	#helpful_hint_container {
		background-image: url(images/helpful_hint_arrow.png);
		background-repeat: no-repeat;
		background-position: left center;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 300px;
		margin-left: 12px;
		padding-left:14px;
	}

	#helpful_hint_content {
	    border: 1px solid #d37f5e; /*Peach Orange*/
		-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		padding: 10px;
		background-color:#ffffff; /*White*/
	}
	
	/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
    .ui-tooltip-eeds,
    .ui-tooltip-eeds .ui-tooltip-content,
    .ui-tooltip-tipsy,
    .ui-tooltip-tipsy .ui-tooltip-content,
    .ui-tooltip-youtube,
    .ui-tooltip-youtube .ui-tooltip-content{
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	    
	    border: 1px solid #d37f5e; /*Peach Orange*/
		background-color:#ffffff; /*White*/
		font-size: 10px;
		color: #5b5b5b;  /*Stone Grey*/
    }
 
    .ui-tooltip-eeds .ui-tooltip-titlebar,
    .ui-tooltip-tipsy .ui-tooltip-titlebar,
    .ui-tooltip-youtube .ui-tooltip-titlebar{
	    -moz-border-radius: 5px 5px 0 0;
	    -webkit-border-radius: 5px 5px 0 0;
	    border-radius: 5px 5px 0 0;
    }
 
    .ui-tooltip-eeds .ui-tooltip-titlebar + .ui-tooltip-content,
    .ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content,
    .ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content{
	    -moz-border-radius: 0 0 5px 5px;
	    -webkit-border-radius: 0 0 5px 5px;
	    border-radius: 0 0 5px 5px;
	    
	    border: 1px solid #d37f5e; /*Peach Orange*/
		background-color:#ffffff; /*White*/
		font-size: 10px;
		color: #5b5b5b;  /*Stone Grey*/
		padding-right: 12px;
		padding-left: 12px;
    }
    
    
/***************************/
/***** 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;	
	}


/******************************
/**** CONTENT BOX STYLES   ****
******************************/
.content_box_header
{
    padding: 4px 0px 0px 60px; 
    font-size: 14px; 
    color: white; 
    margin-left:0px; 
    line-height:14px;
}

        .content_box_header.es a
        {
            font-size:11px;
            font-weight:bold;
            color: #e0d9e9; /*Faint Purple*/
            text-decoration: none;
		    background: none;
        }
        
        .content_box_header.es a:hover{
            color: #e0d9e9; /*Faint Purple*/
            text-decoration: underline;
		    background: none;
        }
        
        .content_box_header.hp a
        {
            font-size:11px;
            font-weight:bold;
            color: #8ca8be; /*Faint Blue*/
            text-decoration: none;
		    background: none;
        }
        
        .content_box_header.hp a:hover{
            color: #8ca8be; /*Faint Blue*/
            text-decoration: underline;
		    background: none;
        }