﻿/* ************************ */
/* eeds Website Version 2.0 */
/* ************************ */

html {
    overflow-y: scroll;
    height:100%;
}

body 
{
    background-color: #c4d4e4; /*Healthcare Background Blue*/
    background-image:url(../images/2012/core/body_background.jpg);
    background-position:top;
    background-repeat:repeat-x;
    background-attachment: fixed;
    font-family:helvetica;
    font-size:12px;
    color:#666666; /*Medium Grey*/
}
img
{
    border:none;
    border-style:none;
}

#layout_container 
{
    margin:0px auto;
    text-align: center;
	position:relative;
	width:985px;
	
}

h1
{
    color:#4c4b4b; /*Dark Grey*/
}

h1.es
{
    /*color:#9781a7; /*Purple*/
    color:#0eb7da; /*teal*/
}

h1.hp
{
    color:#6e93bd; /*Dark Sky Blue*/
}

.section_subtitle
{
    font-size:14px;
    font-weight:bold;
}

a
{
    color:#c37e62; /*70s Orange*/
    text-decoration:none;
}
    a:hover
    {
        text-decoration:underline;
    }

a:link {
	color: #c37e62; /*70s Orange*/
}
	
a:visited {
	color: #c37e62; /*70s Orange*/
}

a.grey_hint {
    color:#666; /*Medium Grey*/
    text-decoration:none;
    border:none; 
    background:none;
}



/*Big blue round buttons*/
.next_btn_Style
{
    background-color: #89a0ba; /* Steel_Blue */
    color: #ffffff; /* White */
    vertical-align: central;
    text-align: center;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    display:inline-block;
    letter-spacing:2px;
    width: 220px;
    padding:10px;
    margin-top:30px;
}

.next_btn_Style:hover 
{
    background-color: #ecf6f2; /* White_With_Hint_of_Green */
    color: #89a0ba; /* Steel_Blue */
      
}

table.layout_table 
{ 
    border-spacing: 0px;
    border-collapse: collapse;
}

table.layout_table td
{
    padding: 0px;
}

 /*Dark Blue bolded headers*/
.section_title
{
    color:#174160; 
    font-weight:bold; 
    font-size:14px;
    padding-bottom:10px;
    padding-top:40px;
            
}


/*///////////////////////
// Top Content Area
///////////////////////*/
#top_content_left {
	width:24px;
	height: 28px;
	background-image: url("../images/2012/core/top_content_left.png");
	background-repeat: no-repeat;
	background-position: top;
}
#top_content_center {
	width:953px;
	margin-left:24px;
	margin-right:24px;
	background-image: url("../images/2012/core/top_content_center.png");
	background-repeat: repeat-x;
	background-position: top;
}
#top_content_right {
	width:24px;
	height: 28px;
	background-image: url("../images/2012/core/top_content_right.png");
	background-repeat: no-repeat;
	background-position: top;
}
    
/*///////////////////////
// Center Content Area
///////////////////////*/
#center_content_left {
	width:24px;
	height: 100%;
	vertical-align: top;
	background-image: url("../images/2012/core/center_content_left.png");
	background-repeat:repeat-y;
	background-position: top;
}
#center_content_center {
	width:953px;
	height: 923px;
	background-color: #FFF;
	vertical-align:top;
	text-align:center;
}
#content_body_div
{
    width:700px;
    float:right;
    position:relative;
    text-align:left;
    padding:6px 6px 6px 6px;
    min-height:560px;
}
#center_content_right {
	width:24px;
	height: 100%;
	background-image: url("../images/2012/core/center_content_right.png");
	background-repeat:repeat-y;
	background-position: top;
}


/*///////////////////////
// Portal Nav Area
///////////////////////*/

    .portal_left_of_nav {
	    width:24px;
	    height: 100%;
	    vertical-align: top;
	    background-image: url("../images/2012/core/center_content_left.png");
	    background-repeat:repeat-y;
	    background-position: top;
    }
    .portal_nav_area {
	    background-color: #FFF;
	    vertical-align:top;
	    text-align:center;
    }
    .portal_right_of_nav {
	    width:24px;
	    height: 100%;
	    background-image: url("../images/2012/core/center_content_right.png");
	    background-repeat:repeat-y;
	    background-position: top;
    }


    
/*///////////////////////
// Bottom Content Area
///////////////////////*/
#bottom_content_left {
	width:24px;
	height: 100%;
	background-image: url("../images/2012/core/bottom_content_left.png");
	background-repeat:no-repeat;
	background-position: top;
}
#bottom_content_center {
	width:953px;
	background-image: url("../images/2012/core/bottom_content_center.png");
	background-repeat:repeat-x;
	background-position: top;
}
#bottom_content_right {
	width:24px;
	height: 100%;
	background-image: url("../images/2012/core/bottom_content_right.png");
	background-repeat:no-repeat;
	background-position: top;
}

/*///////////////////////
// LAYOUT
///////////////////////*/


/* Header: START */
#header_area_1 {
	position: relative;
	text-align: left;
	height: 80px;
}
#logo_area_1 
{
    position: absolute;
	text-align: left;
	float:left;
	clear: both;
	/*border: 1px solid red;*/
}
#logo_area_2 {
	float:right;
	text-align: right;
	width:476px;
	clear: both;
	/*border: 1px solid green;*/
}
/* Header: END */
    
    
/* Top Bar: START */
#top_bar_navigation {
    position: relative;
    height: 62px;
    width:930px;
    margin: 0 auto;
    text-align:center; 
}
.public_top_bar_button 
{
    position:relative;
    height: 62px;
    width:465px;
    float:left;
    
    cursor: pointer;
    background-color: #a9a9a9; /*Light Grey*/
    background-image:url(../images/2012/core/split_nav_gray_tile.jpg);
    background-position:top;
    background-repeat:repeat-x;
    font-family:helvetica;
    font-size:12px;
    color:#a9a9a9; /*Light Grey*/
}
.public_top_bar_button_hover 
{

    width:100%;
    height:100%;
    background-image:url(../images/2012/core/white_highlight_hover.png);
    background-position:top;
    background-repeat:repeat;
}
        
img.top_nav_text
{
    /*display: none;*/
}

#hp_btn_split.selected 
{
	background-color: #c4d3e4; /*Healthcare Background Blue*/
    background-image:url(../images/2012/core/split_nav_healthcare_selected_tile.jpg);
    background-position:top;
    background-repeat:repeat-x;
    font-family:helvetica;
    font-size:12px;
    color:#a9a9a9; /*Light Grey*/
}
#es_btn_split.selected 
{
	background-color: #a793b6; /*Education Sponsors Background Purple*/
    background-image:url(../images/2012/core/split_nav_education_selected_tile.jpg);
    background-position:top;
    background-repeat:repeat-x;
    font-family:helvetica;
    font-size:12px;
    color:#a9a9a9; /*Light Grey*/
}

/* Top Bar: END */



/* Top Bar REVISITED: START */
#menuBG {
	position: relative;
	background-color:#8badd3;
	background: url("../images/2012/core/public_nav_template_tile.jpg") repeat-x top left;
	width: 935px;
	height: 62px;
}
#menuBG_left {
	position: relative;
	background: url("../images/2012/core/public_nav_template_left.png") no-repeat top left;
	display: inline-block;
	width: 12px;
	height: 62px;
	float:left;
	z-index:501;
}
#menuBG_center {
	position: absolute;
	width: 100%;
	height: 62px;
	float:left;
	left:0px;
	z-index:500;
}
#menuBG_right {
	position: relative;
	background: url("../images/2012/core/public_nav_template_right.png") no-repeat-x top right;
	display: inline-block;
	width: 12px;
	height: 62px;
	float:right;
	z-index:502;
}
	
#menu 
{
	float: left;
	top: 0px;
	left:0px;
	position: relative;
	height:62px;
	width: 100%;
	overflow: hidden;
}
	
#menu ul {
	margin: 0;
	padding: 0;
	left:0px;
	list-style: none;
	width: 100%;
	text-align: center;
}
	
	
/*Tabs*/
#menu ul li.nav_tab {
	float: left;
	background: url("../images/2012/core/public_nav_tab.jpg") no-repeat top left;
		
	word-wrap: break-word;
	line-height:10px;
}
#menu ul li.nav_tab a:hover {
	color: #6a7178; /*Dark Grey*/
	background: url("../images/2012/core/public_nav_tab_hover.jpg") repeat-x top center;
}
#menu ul li.nav_tab a.hp_active {
	color: #FFFFFF; /*White*/
	background: url("../images/2012/core/public_nav_tab_active_hp.jpg") repeat-x top center;
}
#menu ul li.nav_tab a.es_active {
	color: #FFFFFF; /*White*/
	background: url("../images/2012/core/public_nav_tab_active_es.jpg") repeat-x top center;
}
	
#menu li.nav_tab a {
	height:62px;
	width:93.5px;
	background: none;
	display:block;
	text-align:center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	/*color: #aaafb5; Light Blue-Grey*/
	color: #8f9399; /*Medium Blue-Grey*/
	float: center;
}
	
#menu.menu_admin li.nav_tab a 
{
	height:62px;
	width:133.57px;
	background: none;
	display:block;
	text-align:center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	/*color: #aaafb5; Light Blue-Grey*/
	color: #8f9399; /*Medium Blue-Grey*/
	float: center;
}
	
#menu li a.double {
	padding-top: 0px;
}
	
#menu li a.single {
	padding-top: 0px;
}
/* Top Bar REVISITED: END */


    
/* Slider: START */
#slider_wrapper
{
    text-align: center;
}
#slider
{
    position: relative;
    height:290px;
    width:930px;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #b0aeb2;
}
/* Slider: END */
    

/* SideBar Navigation: START */
#side_bar_navigation{
    padding-left:10px;
}

#side_bar_navigation li{
    list-style:none;
    font-size: 12px;
}
#side_bar_navigation li a:link{
	color: #999;
	text-decoration: none;
}
#side_bar_navigation li a:visited{
	color: #999;
	text-decoration: none;
}

div.fade_hover {
    position:relative;
    height:55px;
    width:100%;
	cursor: pointer;
	vertical-align:middle;
}

div.fade_hover:hover, div.fade_hover:hover * {
	color:#666 !important;
}

div.image_div {
	position: relative;
	height:55px;
	width:55px;
	float:left;
}
div.label_div {
	position: relative;
	float:left;
    top: 12px;
	text-align:left;
}
	
div.label_div.selected {
	font-weight:bold;
	color:#496c93;
}
 
img.sb_nav_off 
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
 
img.sb_nav_on 
{
	position: absolute;
	left: 0;
	top: 0;
}
/* SideBar Navigation: END */

#footer_area_1 
{
    font-size: 10px;
	text-align: center;
	color: #999;
}

/************************************
******* 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;
    }

    /**********************************************************/
/*****************  Timeline Styling **********************/
/**********************************************************/

	#steps_div{
		margin-top:10px;
		margin-left:10px;	
		clear:both;
	}
	
	#steps_div #title{
		font-size: 16px;
		font-weight: bold;
		text-align:left;
		padding-bottom: 4px;
	}
	
	#steps_div .step{
		float:left;
		width: 75px;
		text-align:center;
		vertical-align:top;
	}
	
	#steps_div .step .box{
		width: 90%;
		height: 7px;
		background-color: #cccccc; /*Silver-Grey*/
		margin:0 auto;
	}
	
		#steps_div .step.on .box {
			background-color: #89a0ba; /*Shark Blue Grey*/
		}
		
	#steps_div .step .text{
		width: 90%;
		color: #cccccc; /*Silver-Grey*/
		font-size: 10px;
		margin:0 auto;
	}
	
	#steps_div .step.on .text {
		color: #89a0ba; /*Shark Blue Grey*/
		font-weight: bold;
	}

    .page_subtitle
	{
	    font-size:12px; 
	    color:#6c5787; /*Barney Purple*/
	}
