/* Landing Page Styles */

.badge {
	color: #666666;
    font-size: 10px; font-size: 1rem;
    font-weight: normal;
    line-height: 13px; line-height: 1.3em;
    text-transform: uppercase;
    margin-top: 20px;
    padding-right: 20px;
    display: block;
}
.patient_box {
	float: left;
	height: 260px;
	width: 33%;
	border-right: 2px solid #f2f0ea;
	border-bottom: 2px solid #f2f0ea;
}
.patient_box.last {
	border-right: none;
}
.patient_box.bottom {
	border-bottom: none;
}
.patient_box img {
	float: left;
	margin: 20px 10px 60px 20px;
	border: 2px solid #f2f0ea;
}
.patient_box.first img {
	margin-left: 0;
}
.patient_box h3 {
	color: #118184;
	margin: 0;
	padding-right: 20px;
}
.patient_box p {
	padding: 0 20px 20px 0;
}

/* Tour Tabs Styles */

/* force a height so the tabs don't jump as content height changes */
#tabs .tabs-spacer {
	float: left; 
	height: 317px; 
}
.tabs-bottom .ui-tabs-nav { 
	clear: left; 
	padding: 0; 
	border: none;
	background: #f2f0ea;
}
.tabs-bottom .ui-tabs-nav li {
	top: auto; 
	bottom: 0; 
	margin: 0 .2em 1px 0; 
	border-bottom: auto; 
	border-top: 0; 
}

/* Overwrite Styles */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #666666; /* grey link */
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #0d755b; /* green link (active) */
}
.tabs-bottom .ui-tabs-nav {
	background: url("../Images/tab_shadow.gif") repeat-x top left #f2f0ea;
}
.tabs-bottom .ui-tabs-nav li {
	background: url("../Images/tab_shadow.gif") repeat-x top left transparent;
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.tabs-bottom .ui-tabs-nav li.ui-tabs-active {
	background: url("../Images/tab_active.gif")no-repeat top center transparent;
}
.ui-tabs {
    padding: 0;
    margin-top: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
	border: none;
}
.ui-widget-content {
	
	border: none;
	border-radius: 0 0 0 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 13px; font-size: 1.3rem;
    padding: 0.7em 1em;
}

/* ------------Tab styles------------ */
#tabs #tabs-1, #tabs #tabs-2, #tabs #tabs-3, #tabs #tabs-4 {
	height: 277px;
	padding: 20px 330px 20px 20px;
	background: url("../Images/tour_1.jpg") no-repeat top right #f2f0ea;
}
#tabs #tabs-5
{
	height: 277px;
	padding: 20px 330px 20px 20px;
    background-color: #f3f0eb;
    margin: 20px; 
    padding: 20px; 
    font-size: 10px;
}
#tabs-5 p
{
    font-size: 10px;
}
#link1, #link2, #link3 {
	cursor: pointer;
}
#link1:hover, #link2:hover, #link3:hover {
	opacity: .75;
}
/* TAB ONE - OVERVIEW */
	#tabs #tabs-1 {
		background-image: url("../Images/tour_1.jpg");
	}
/* TAB ONE - VIDEO */
	#tabs #tabs-2 {
		background-image: url("../Images/tour_2.jpg");
		padding-right: 0;
	}
	#video {
		text-align: center;
        margin-top: 30px;
        margin-bottom: 100px;
	}
	#link2 {
		float: left;
		padding-left: 15px;
    	padding-top: 205px;
	}
/* TAB ONE - CME-MOC */
	#tabs #tabs-3 {
		background-image: url("../Images/tour_3.jpg");
	}
/* TAB ONE - FREE */
	#tabs #tabs-4 {
		background-image: url("../Images/tour_4.jpg");
	}

	#tabs h2 {
		font-style: italic;
		margin-top: 10px;
		font-size: 25px; font-size: 2.5rem;
	}
	#tabs p {
		padding-right: 20px;
		font-size: 16px; font-size: 1.6rem;
	    line-height: 21px; line-height: 2.1rem;
	}


  .callout {padding: 10px; background-color: #F3F0EB; font-size: 1.6rem; font-weight:bold; color: #118184;  border: 1px solid #e4e0d5;}
  .callout .badge {font-size: 1.6rem; padding-right: 10px;}
  .callout a { font-weight: normal;  display: inline-block;}

  .watchvideo
{
    color: white;
    font-size: 11px;
    line-height: 27px;
    margin: 10px 0 0 -13px;
    padding: 2px 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    background-color: #009999;
}

    .flag-green
    {
        background: url("../Images/flag_green.png") no-repeat 0 0 transparent;
    }
    .flag-orange
    {
        background: url("../Images/flag_orange.png") no-repeat 0 0 transparent;
    }


  .tab { 
    color: white;
    font-size: 11px;
    line-height: 27px;
    margin: 10px 0 0 -13px;
    padding: 2px 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    }
  .tab.grey-tab {
    background-image: url("/Content/Images/flag_grey.png");
  }


#vp-tabs .ui-tabs
{
    background: none;
    border: none;
}


#vp-tabs .ui-widget-header
{
    background: none;
    border: none;
    margin-left: -2px;
}
#vp-tabs .ui-state-default
{
    border: 1px solid #eee !important;
}
#vp-tabs .ui-state-active
{
    border: 1px solid #ccc !important;
    border-bottom: none !important;
}

#vp-tabs .ui-tabs-active
{
    background: none;
    background-color: #f2f0ea !important;
}
#vp-tabs a:focus
{
    outline: none;
}
