@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
}

h1 a
{
	display: block;
	float: left;
	background: url(/_images/logo_enloe_planetree.gif) no-repeat;
	width: 208px;
	height: 56px;
	text-indent: -9999px;
	margin: 10px 0 10px 25px;
}

h2
{
	color: #5c7f3c;
	font-size: 130%;
}

h2, h3
{
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}

h3
{
	font-size: 100%;
	color: #5C7F3C;
}

h3 a
{
	color: #003D66;
}

h4
{
	font-size: 90%;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 130%;
	color: #5C7F3C;
}

h5
{
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif; 
	font-weight: lighter; 
	font-size: 130%;
	color: #555;
	margin: 5px 0;
}

p
{
	line-height: 150%;
}

p.indent
{
	padding-left: 30px;	
}

a
{
	color: #003D66;
	outline: none;
}

a img
{
	border: none;
}

.left
{
	float: left;
	margin: 0 15px 10px 0;
}

.right
{
	float: right;
	margin: 0 0 10px 15px;
}

#containerWrapper
{
	width: 995px;
	background: url(/_images/background_shadow.jpg) repeat-y center;
	margin: 0 auto;
}

#container
{
	width: 955px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	float: left;
	width: 955px;
	background: #19315a;
}

#topSecondaryLinks
{
	float: right;
	text-align: right;
	margin: 10px 20px 15px 0;
}

#topSecondaryLinks li
{
	list-style: none;
}

#topSecondaryLinks a
{
	background: url(/_images/icon_arrow_green.gif) no-repeat 100% 50%;
	text-transform: uppercase;
	font-weight: bold;
	color: #93a371;
	font-size: 80%;
	text-decoration: none;
	padding-right: 20px;
}

#topSecondaryLinks a:hover
{
	color: #FFF;
}

#search
{
	float: right;
	width: 200px;
	margin: 25px 30px 0 0;
}

#nav
{
	clear: both;
	width: 100%;
	background: #779057;
}

#nav li
{
	float: left;
	list-style: none;
}

#nav ul li
{
	float: none;
	font-size: 90%;
}

#nav li ul li a
{
	background: none;
	text-indent: 0;
	color: #19315A;
	padding: 3px 0;
}

#nav li a
{
	display: block;
	text-indent: -9999px;
	height: 24px;
	background-position: top;
}

#nav ul li a
{
	height: auto;
}

#nav #l-about
{
	background: url(/_images/nav_about.gif) no-repeat;
	width: 102px;
}

#nav #l-services
{
	background: url(/_images/nav_services.gif) no-repeat;
	width: 154px;
}

#nav #l-patients
{
	background: url(/_images/nav_patients.gif) no-repeat;
	width: 169px;
}

#nav #l-health
{
	background: url(/_images/nav_health.gif) no-repeat;
	width: 115px;
}

#nav #l-classes
{
	background: url(/_images/nav_classes.gif) no-repeat;
	width: 155px;
}

#nav #l-giving
{
	background: url(/_images/nav_giving.gif) no-repeat;
	width: 195px;
}

#nav #l-careers
{
	background: url(/_images/nav_careers.gif) no-repeat;
	width: 95px;
}

#nav #l-findadoctor
{
	background: url(/_images/nav_findadoctor.gif) no-repeat;
	width: 132px;
}

#nav #l-community
{
	background: url(/_images/nav_community.gif) no-repeat;
	width: 108px;
}

#nav #l-about:hover, #nav #l-services:hover, #nav #l-patients:hover, #nav #l-findadoctor:hover, #nav #l-community:hover, #nav #l-giving:hover, #nav #l-careers:hover
{
	background-position: center;
}

.about #nav #l-about, .about #nav #l-about:hover, .services #nav #l-services, .services #nav #l-services:hover, .patients #nav #l-patients, .patients #nav #l-patients:hover, 
.findadoctor #nav #l-findadoctor, .findadoctor #nav #l-findadoctor:hover, .community #nav #l-community, .community #nav #l-community:hover, .giving #nav #l-giving, .giving #nav #l-giving:hover, .careers #nav #l-careers, .careers #nav #l-careers:hover
{
	background-position: bottom;
}

ul.dropdown ul.dropdown_careers
{
	left: -105px;
}

/* End Navigation Styles */


#mainBody
{
	background: url(/_images/background_mainBody.gif) repeat-y top left;
}

.services_stroke #mainBody
{
	background: url(/_images/background_mainBody_blue.gif) repeat-y top left;
}

.services_surgical #mainBody
{
	background: url(/_images/background_mainBody_orange.gif) repeat-y top left;
}

.services_heart #mainBody
{
	background: url(/_images/background_mainBody_red.gif) repeat-y top left;
}

.services_cancer #mainBody
{
	background: url(/_images/background_mainBody_green.gif) repeat-y top left;
}

.services_mother_baby #mainBody
{
	background: url(/_images/background_mainBody_purple.gif) repeat-y top left;
}


.services_rehab #mainBody
{
	background: url(/_images/background_mainBody_ltorange.gif) repeat-y top left;
}

#home #mainBody
{
	background: url(/_images/background_mainBody_home.gif) repeat-y top left;
}

#mainContent
{
	float: left;
	width: 755px;
}


/*
#home #mainContent
{
	border-right: 3px solid #728D53;
}*/

#ui-tabs-nav
{
	text-align: right;
	background: #EEE;
	list-style: none;
	padding: 5px 15px 5px 0;
}

#ui-tabs-nav li
{
	display: inline;
	margin-left: 5px;
}

#ui-tabs-nav li a
{
	color: #19315a;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	padding: 5px;
}

#ui-tabs-nav li a:hover
{
	background: url(/_images/home_rotation_link_circle.png) no-repeat 50% 50%;
	color: #FFF;
}

#homeTiles
{
	clear: left;
	width: 755px;
	margin-top: 5px;
	height: 220px;
	overflow: hidden;
}

#homeTiles .float_tile
{
	list-style: none;
	margin-right: 5px;
}

#homeTiles .tile_column_container
{
	float: left;
}

#homeTiles .tile_column
{
	width: 185px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#homeTiles .float_tile
{
	float: left;
}

.last
{
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

#subContent
{
	float: right;
	width: 167px;
	padding: 15px 15px 0 15px;
	color: #19315a;
}

#subContent p
{
	line-height: 130%;
}

#home #subContent h2
{
	color: #19315a;
	margin-top: 20px;
}

#subContent p
{
	margin: 10px 0;
}

#subContent p, #subContent ul
{
	font-size: 90%;
}

#subContent ul
{
	margin: 5px 5px 5px 10px;
}

#home #subContent ul
{
	list-style: none;
	margin: 5px 0;
}

#home #subContent img
{
	margin-bottom: 0;
}

#home .imgLeft
{
	float: left;
	padding-right: 7px;
}

#subContent img
{
	margin-bottom: 10px;
}

#home #subContent
{
	background: #FFF url(/_images/sub_content_intro_background.gif) no-repeat top;
}

#home .subContentIntro
{
	height: 225px;
	color: #FFF !important;
}

#home #subContent P
{
	margin-bottom: 5px;
}

/* Sub Page Styles */

#sideNavigation
{
	float: left;
	width: 180px;
	background: url(/_images/background_sidenav.jpg) no-repeat top center;
	list-style: outside;
	padding: 15px 0 0 0;
}

.services_stroke #sideNavigation
{
	background: url(/_images/background_sidenav_blue.jpg) no-repeat top center;
}

.services_surgical #sideNavigation
{
	background: url(/_images/background_sidenav_orange.jpg) no-repeat top center;
}

.services_heart #sideNavigation
{
	background: url(/_images/background_sidenav_red.jpg) no-repeat top center;
}

.services_cancer #sideNavigation
{
	background: url(/_images/background_sidenav_green.jpg) no-repeat top center;
}

.services_mother_baby #sideNavigation
{
	background: url(/_images/background_sidenav_purple.jpg) no-repeat top center;
}

.services_mother_baby2 #sideNavigation
{
	background: url(/_images/background_sidenav_purple_test.jpg) no-repeat top center;
}

.services_rehab #sideNavigation
{
	background: url(/_images/background_sidenav_ltorange.jpg) no-repeat top center;
}

#sideNavigation h3
{
	color: #19315a;
	font-style: italic;
	font-size: 85%;
	margin-bottom: 5px;
	padding-left: 10px;
}

#sideNavigation ul
{
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
}

#sideNavigation li
{
	background: url(/_images/icon_arrow_orange.png) no-repeat 0 9px;
	list-style: outside;
	list-style-type: none;
	padding: 5px 10px 5px 20px;
}

#sideNavigation a
{
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
}

#sideNavigation ul#relatedLinks a
{
	color: #19315a;
}

#sideNavigation ul#relatedLinks a:hover
{
	color: #FFF;
}

#sideNavigation a:hover
{
	color: #1B345A;
}

#mainSubImage
{
	width: 575px;
}

#bodyContentWrapper
{
	margin-left: 180px;
}

#bodyContent
{
	padding: 0 25px 25px 25px;
}

#bodyContent p, #bodyContent ul, #bodyContent ol
{
	font-size: 90%;
	margin: 10px 0;
	color: #444;
}

#bodyContent ul, #bodyContent ol
{
	margin-left: 30px;
	line-height: 150%;
}

#bodyContent ul ul
{
	font-size: 100%;
	margin-bottom: 5px;
}

#bodyContent li
{
	padding: 2px 0;
}

/* Breadcrumbs */

p#breadcrumbs
{
	color: #006595 !important;
	font-style: italic;
	font-size: 85%;
	margin: 20px 0;
}

#breadcrumbs a
{
	color: #006595;
	text-decoration: none;
}

/* End Breadcrumbs */

/* Section Colors */

#bodyContent .intro_text_green {font-weight: bold;color: #5c7f3c;font-size: 85%;}

/* End Section Colors */

/* Float List Styles */

.float_list
{
	float: left;
	width: 225px;
	margin: 0 15px 0 5px;
}

.float_list h3
{
	clear: none;
}

/* End Float List Styles */

/* Print Icon styles */

.print
{
	display: block;
	float: right;
	background: url(/_images/print.png) no-repeat;
	width: 100px;
	height: 27px;
	text-indent: -9999px;
}

/* End Print Icon Styles */

/* Table Styles */

.td_alt_row
{
	background-color:#EEE;
}

/* End Table Styles */

#footer
{
	clear: both;
	width: 955px;
	text-align: left;
	background: url(/_images/footer_background_shadow.jpg) no-repeat top center;
	color: #777777;
	font-size: 70%;	
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}

#footer ul
{
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#footer li
{
	float: left;
	list-style: none;
	margin-right: 16px;
}

#footer li a
{
	text-decoration: none;
	color: #777;
}

#footer #safeSurrender
{
	width: 340px;
	color: #000;
	float: right;
}

#footer #safeSurrender img
{
	float: left;
	margin-right: 10px;
}

#footer p
{
	font-size: 110%;
}

#footer p.address
{
	float: left;
	width: 300px;
}

#footer .twitter
{
	float: left;
	padding-left: 90px;
}

.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}