﻿/*==============================================
Dallas Regional Stylesheet
================================================
	Design by: Cyrus Limited, Inc. - cyrusonline.com
	Author: Travis Repetto & Brandon Kidd
	Last Edited: 10-9-2007
==============================================*/

/* Global */
*{
	font-family: Verdana, Helvetica, sans-serif;
}
html, body{
	border: 0;
	font-size: 12px;
}
body{
    background: #ededed;
	color: #333;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, legend{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}
h1{
	width: 100%;
	border: none;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
h2{
	border-bottom: solid 1px #549978;
	color: #3c7cbf;
	font-size: 20px;
	margin: 5px 0 10px;
	padding: 2px 0;
}
h3{
	color: #549978;
	font-size: 18px;
	margin: 7px 0;
}
h4{
	color: #3c7cbf;
	font-size: 16px;
	margin: 7px 0;
}
h5{
	color: #549978;
	font-size: 14px;
	margin: 7px 0;
}
h6{
	color: #3c7cbf;
	font-size: 12px;
	margin: 7px 0;
}
p{
    line-height: 20px;
    margin: 0 0 10px 0;
    text-align: justify;
}
a{
    color: #3c7cbf;
    outline: none;
    text-decoration: none;
}
a:hover{
	color: #549978;
	text-decoration: underline;
}
a[target="_blank"]{
	padding: 0 10px 0 0;
	background: transparent url(/Resources/Common/Images/Icons/opennew.gif) no-repeat 100% 3px;
}
img{
	border: none;
}
img[align="left"]{
    margin: 0 10px 0 0;
}
img[align="right"]{
    margin: 0 0 0 10px;
}
ul{
	list-style: none;
}
ul li{
	background: transparent url(Images/bullet.gif) no-repeat left 2px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
ol{
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
}
address{
	font-style: normal;
	line-height: 18px;
}
blockquote{
	background: #f6f6f6 url(Images/bullet.gif) no-repeat left;
	border-left: solid 5px #999;
	color: #666;
	font-style: italic;
	line-height: 18px;
	padding: 5px 0 5px 15px;
}
fieldset{
	border: 2px solid #eee;
	margin: 5px 0 10px;
	padding: 5px 10px;
}
legend{
	color: #3c7cbf;
	font-size: 16px;
	padding: 0 5px 5px;
}
acronym{
	border-bottom: 1px dotted #999;
	color: #666;
	font-style: italic;
}
hr{
    height: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;	
}
.warning{
	color: #c66;
	font-weight: bold;
}
.viewall, .viewall span{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.viewall:hover span{
	text-decoration: underline;
}
.button, .button_disabled{
	height: 22px;
	border: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	padding: 4px 8px;
}
.button{
	background: #3c7cbf;
	color: #fff;
}
.button:hover{
	background: #549978;
	color: #fff;
	text-decoration: none;
}
.button_disabled{
    background: #ccc;
    color: #666;
}
.button_disabled:hover{
    text-decoration: none;
}
.menuempty{
	height: 25px;
	margin: 0 0 10px 0;
}

/* Containers */
#wrap{
	width: 100%;
	background: transparent url(Images/bg_wrap.gif) repeat-x left top;
	margin: 0 auto;
}
.root #wrap{
	background: transparent url(Images/bg_wrap-home.jpg) repeat-x left top;
}
#header{
	width: 980px;
	height: 90px;
	position: relative;
	background: transparent url(Images/bg_header.gif) no-repeat left top;
	margin: 0 auto;
}
#marquee_wrap{
	width: 980px;
	height: 300px;
	background: transparent url(Images/bg_marquee.jpg) no-repeat left top;
	margin: 0 auto;
}
#promos{
	width: 954px;
	height: 96px;
	position: relative;
	background: transparent url(Images/bg_promo.gif) no-repeat left top;
	margin: 0 auto;
	padding: 0 13px;
}
#main{
	width: 980px;
	min-height: 100px;
	_height: 100px;
	background: transparent url(Images/bg_main.gif) repeat-y left top;
	margin: 0 auto;
}
.root #main{
	width: 960px;
	background: transparent url(Images/bg_main-home.gif) repeat-y left top;
	padding: 0 10px;
}
	#main_left,
	#main_center,
	#main_right{
		width: 290px;
		float: left;
		padding: 5px 15px 0;
	}
#main_inner{
	width: 960px;
	background: transparent url(Images/bg_inner.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 10px 10px 0;
}
#main_content{
	width: 700px;
	_height: 300px;
	min-height: 300px;
	background: transparent url(Images/bg_content.gif) no-repeat left top;
	display: inline;
	float: right;
	padding: 10px 10px;
}
#main_sidebar{
	width: 240px;
	_height: 300px;
	min-height: 300px;
	background: transparent url(Images/bg_sidebar.gif) no-repeat left top;
	float: left;
	padding: 10px 0;
}
#footer{
	width: 960px;
	min-height: 90px;
	_height: 90px;
	background: transparent url(Images/bg_footer.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0 10px;
}
.root #footer{
	background: transparent url(Images/bg_footer-home.jpg) no-repeat left top;
}

/* Header */
#header h1{
	display: none;
}
#header a.logo{
	width: 190px;
	height: 90px;
	background: transparent url(Images/logo.gif) no-repeat left top;
	display: inline-block;
	float: left;
	margin-left: 33px;
}
#header a.logo:hover{
	background-position: left bottom;
}
	#header .logo img{
		display: none;
	}
#header #weathercontainer{
	position: absolute;
	right: 260px;
	top: 10px;
}
#header #searchlinks{
	position: absolute;
	right: 87px;
	top: 10px;
	list-style: none;
}
	#header #searchlinks li{
		background: transparent none;
		border-left: solid 1px #abadb3;
		display: inline;
		line-height: normal;
		padding: 0 0 0 8px;
	}
	#header #searchlinks li.first{
		border: none;
		padding: 0;
	}
		#header #searchlinks li a{
			font-size: 11px;
			margin-right: 4px;
		}
#header #search{
	position: absolute;
	right: 20px;
	bottom: 40px;
}
	#header #search input,
	#header #search input.empty{
		width: 160px;
		height: 16px;
		background: #fff url(Images/bg_search.gif) no-repeat;
		border: solid 1px #ABADB3;
		font-size: 11px;
		padding: 2px 0 0 12px;
	}
	#header #search input{
		background-position: left -21px;
		color: #3c7cbf;
	}
	#header #search input.empty{
		background-position: left -1px;
		color: #ccc;
	}
		

/* Marquee */
#marquee_wrap #photo{
	width: 630px;
	height: 270px;
	background: transparent url(Images/photo.jpg) no-repeat left top;
	display: inline;
	float: left;
	margin: 15px 0 15px 15px;
}
	#marquee_wrap #photo img{
		display: none;
	}
#marquee_wrap #hospitalresources{
	width: 280px;
	height: 250px;
	display: inline-block;
	float: left;
	margin: 15px 0 15px 0;
	padding: 10px;
}
	#marquee_wrap #hospitalresources h2{
		border-bottom: solid 1px #549978;
		color: #3c7cbf;
		margin: 5px 0 15px;
		padding: 2px 0;
	}
	#marquee_wrap #hospitalresources ul{
		list-style: none;
	}
		#marquee_wrap #hospitalresources ul li{
			width: 140px;
			height: 28px;
			background: transparent none;
			display: block;
			float: left;
			line-height: normal;
			padding: 0;
		}
			#marquee_wrap #hospitalresources ul li a{
				background-color: Transparent;
				background-position: left top;
				background-repeat: no-repeat;
				color: #666;
				font-weight: bold;
				padding: 2px 0 2px 22px;
			}
			#marquee_wrap #hospitalresources ul li a:hover{
				color: #549978;
			}
			#marquee_wrap #hospitalresources ul li a.findphysician{ background-image: url(/Resources/Common/Images/Icons/user_suit.gif); }
			#marquee_wrap #hospitalresources ul li a.services{ background-image: url(/Resources/Common/Images/Icons/cog.gif); }
			#marquee_wrap #hospitalresources ul li a.findcareer{ background-image: url(/Resources/Common/Images/Icons/magnifier.gif); }
			#marquee_wrap #hospitalresources ul li a.directions{ background-image: url(/Resources/Common/Images/Icons/car.gif); }
			#marquee_wrap #hospitalresources ul li a.faqs{ background-image: url(/Resources/Common/Images/Icons/help.gif); }
			#marquee_wrap #hospitalresources ul li a.contactus{ background-image: url(/Resources/Common/Images/Icons/email.gif); }

/* Promos */
#promos a{
	float: left;
	margin: 8px 4px;
}

/* Nav */
#nav{
	position: absolute;
	bottom: 1px;
	right: 10px;
	z-index: 10;
}
	#nav ul{
		list-style: none;
	}
		#nav ul li{
			background: transparent none;
			float: left;
			line-height: normal;
			list-style: none;
			padding: 0;
			position: relative;
		}
			#nav ul li a{
				height: 30px;
				display: inline-block;
				float: left;
				margin-right: 1px;
			}
			#nav ul li a:hover{
				background-position: 0px -30px !important;
			}
				#nav ul li a span{
					display: none;
				}
			#nav ul li #nav_home{
				width: 63px;
				background: transparent url(Images/nav_home.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_about{
				width: 89px;
				background: transparent url(Images/nav_aboutus.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_services{
				width: 79px;
				background: transparent url(Images/nav_services.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_patients{
				width: 81px;
				background: transparent url(Images/nav_patients.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_physicians{
				width: 94px;
				background: transparent url(Images/nav_physicians.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_news{
				width: 61px;
				background: transparent url(Images/nav_news.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_events{
				width: 70px;
				background: transparent url(Images/nav_events.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_careers{
				width: 78px;
				background: transparent url(Images/nav_careers.gif) no-repeat 0px 0px;
			}
			#nav ul li #nav_location{
				width: 95px;
				background: transparent url(Images/nav_locations.gif) no-repeat 0px 0px;
			}

/* Nav Dropdowns */
#nav li div{
	width: 202px;
	position: absolute;
	left: -1px;
	top: 26px;
	display: none;
	padding: 0 0 20px 0;
	z-index: 20;
}
#nav li ul{
	width: 202px;
	position: absolute; 
	top: 5px;
	left: 0px;
	background: #dedede;
	display: none;
	z-index: 20;
}
#nav li li{
	margin: 0 1px 1px;
	z-index: 20;
}
#nav li li a{
	display: block;
	width: 195px;
	height: 24px;
	padding: 0 0 0 5px;
	background: #3d7bbc !important;
	color: #fff;
	display: inline;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
#nav li li.selected a{
	background: #549978 !important;
}
#nav li li a:hover{
	color: #fff;
	background: #5c95d9 !important;
	text-decoration: none;
}
#nav li li.selected a:hover{
	background: #73b094 !important;
}
#nav li > #nav ul{
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul, #nav li:hover div, #nav li.sfhover div{
	display: block;
}

/* Selected Nav */
.root #nav ul li #nav_home,
.about #nav ul li #nav_about,
.services #nav ul li #nav_services,
.patients #nav ul li #nav_patients,
.physicians #nav ul li #nav_physicians,
.news #nav ul li #nav_news,
.events #nav ul li #nav_events,
.careers #nav ul li #nav_careers,
.locations #nav ul li #nav_location{
	background-position: 0px -60px !important;
}
.root #nav ul li #nav_home:hover,
.about #nav ul li #nav_about:hover,
.services #nav ul li #nav_services:hover,
.patients #nav ul li #nav_patients:hover,
.physicians #nav ul li #nav_physicians:hover,
.news #nav ul li #nav_news:hover,
.events #nav ul li #nav_events:hover,
.careers #nav ul li #nav_careers:hover,
.locations #nav ul li #nav_location:hover{
	background-position: 0px -90px !important;
}

/* Sidenav */
#main_sidebar h2{
	font-size: 16px;
	margin: 5px 10px;
}
#main_sidebar h3{
	font-size: 14px;
	margin: 5px 10px;
}
#main_sidebar h4{
	font-size: 12px;
	margin: 5px 10px;
}
#main_sidebar h5{
	font-size: 11px;
	margin: 5px 10px;
}
#main_sidebar h6{
	font-size: 10px;
	margin: 5px 10px;
}
#main_sidebar fieldset{
    width: 190px;
    background: #f6f6f6;
	border: 2px solid #ccc;
    margin: 0 auto 10px auto;
}
    #main_sidebar fieldset .HealthCenter,
    #main_sidebar fieldset .Hospital{
        height: 20px;
        margin: 0 0 0 10px;
	    padding: 0 0 5px 25px;
	    background: transparent url(/Resources/Common/Images/Icons/icon_hospital.gif) no-repeat 0 0;
	    color: #666;
	    line-height: 18px;
	    font-weight: bold;
    }
    #main_sidebar fieldset .Clinic{
        height: 20px;
        margin: 0 0 0 10px;
	    padding: 0 0 5px 25px;
	    background: transparent url(/Resources/Common/Images/Icons/icon_clinic.gif) no-repeat 0 0;
	    color: #666;
	    line-height: 18px;
	    font-weight: bold;
    }
    #main_sidebar address{
        margin: 0 0 0 20px;
        line-height: 18px;
    }
    #main_sidebar #phonenumbers{
        margin: 10px 0 0 20px;
        color: #666;
        line-height: 18px;
        font-weight: bold;
    }
    #main_sidebar #map{
	    width: 210px;
	    height: 200px;
	    overflow: hidden;
	    margin: 20px 0 10px 10px;
	    border: 4px solid #ccc;
    }
    #map a.gmnoprint{
		left: -200px !important;
    }
    #map div span, #map div a{
		position: absolute;
		top: 200px !important;
		display: block;
    }
#main_sidebar ul{
	list-style: none;
	margin: 0 10px;
}
#main_sidebar li{
	background: transparent url(Images/bullet_sidenav.gif) no-repeat left 4px;
	padding: 2px 0 2px 14px;
}
#main_sidebar li a{
	font-weight: bold;
}
#main_sidebar li ul{
	margin: 0;
}
#main_sidebar li li,
#main_sidebar ul ul li{
	background: transparent url(Images/bullet_sidenav_sub.gif) no-repeat left 4px;
}
#main_sidebar li li a,
#main_sidebar ul ul li a{
	font-weight: normal;
}
#main_sidebar li a:hover{
}
#main_sidebar li li a:hover,
#main_sidebar ul ul li a:hover{
}
#main_sidebar li.selected{
	background: transparent none;
	padding: 0;
}
#main_sidebar li.selected a{
	background: #549978 url(Images/bullet_selected.gif) no-repeat right 4px;
	color: #fff;
	display: block;
	padding: 2px 0 2px 5px;
}
#main_sidebar li.selected a:hover{
	background: #73b094 url(Images/bullet_selected.gif) no-repeat right 4px;
	text-decoration: none;
}
#main_sidebar li.selected li{
	margin-left: 12px;
	padding: 2px 0 2px 12px;
}
#main_sidebar li.selected li a{
	background: none;
	color: #3d7bbc;
	padding: 0;
}
#main_sidebar li.selected li a:hover{
	background: transparent none;
	color: #549978;
	text-decoration: underline;
}

/* Footer */
#footer #footer_left,
#footer #footer_right{
	width: 50%;
	height: 50px;
	font-size: 11px;
	line-height: 12px;
	margin-top: 60px;
}
#footer #footer_left a,
#footer #footer_right a{
	color: #666;
}
#footer #footer_left a:hover,
#footer #footer_right a:hover{
	color: #549978;
}
#footer #footer_left{
	float: left;
	text-align: left;
}
#footer #footer_right{
	float: right;
	text-align: right;
}
	#footer #footer_left p{
		color: #666;
		margin: 0;
	}
	#footer #footer_left ul{
		list-style: none;
		margin: 5px 0;
	}
		#footer #footer_left ul li{
			background: transparent none;
			border-left: solid 1px #666;
			float: left;
			font-size: 11px;
			line-height: normal;
			padding: 0 7px;
		}
		#footer #footer_left ul li.first{
			border: none;
			padding-left: 0;
		}
	#footer #footer_right a.poweredbycyrus{
		width: 129px;
		height: 21px;
		background: transparent url(Images/poweredbycyrus.gif) no-repeat left top;
		display: block;
		float: right;
		margin: 5px 0;
	}
	#footer #footer_right a.poweredbycyrus:hover{
		background-position: left bottom;
	}
		#footer #footer_right a.poweredbycyrus span{
			display: none;
		}

/* Living Healthy Newsletter CTAs */
.lhnews{ width: 290px; height: 105px; background-color: transparent; background-position: center top; background-repeat: no-repeat; display: block; margin: 5px 0 10px; }
.lhn-winter10{ background-image: url(Images/LHN-2010-Winter.jpg); }
.lhn-spring09{ background-image: url(Images/LHN-2009-Spring.jpg); }
.lhn-winter09{ background-image: url(Images/LHN-2009-Winter.jpg); }
.lhn-fall08{ background-image: url(Images/LHN-2008-Fall.jpg); }
	.lhnews span{ display: none; }

/* Home News */
#homenews h2{
	position: relative;
}
#homenews h2 a.viewall{
	position: absolute;
	bottom: 5px;
	right: 0;
}
#homenews h2 a.viewall,
#homenews h2 a.viewall span{
	color: #666;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
#homenews h2 a.viewall:hover span{
	color: #549978;
	text-decoration: underline;
}
#homenews dl{
	color: #666;
}
	#homenews dl dt a{
		color: #666;
		font-weight: bold;
		line-height: 18px;
	}
	#homenews dl dt a:hover{
		color: #549978;
	}
		#homenews dl dt .date{
			font-size: 10px;
			font-style: italic;
			line-height: 12px;
		}
	#homenews dl dd{
		clear: both;
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 20px;
	}
		#homenews dl dd .readmore{
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
		}
			#homenews dl dd .readmore:hover span{
				text-decoration: underline;
			}

/* Home Find Physician */
#findphysician{
	margin: 0 0 15px;
}
	#findphysician p{
		font-size: 11px;
		margin: 0 0 10px;
	}
	#findphysician .control{
	}
		#findphysician .control label{
			display: none;
		}
		#findphysician .control select{
			width: 240px;
			color: #666;
			margin: 0 5px 0 0;
		}

/* Home Career Center */
#homecareer{
	margin: 0 0 15px;
}
	#homecareer p{
		font-size: 11px;
		margin: 0 0 10px;
	}
	#homecareer .control{
	}
		#homecareer .control label{
			display: none;
		}
		#homecareer .control select{
			width: 240px;
			color: #666;
			margin: 0 5px 0 0;
		}

/* Home Newsletter */
#newslettersignup{
	margin: 0 0 15px;
}
	#newslettersignup p{
		font-size: 11px;
		margin: 0 0 10px;
	}
		#newslettersignup label{
			display: none;
		}
		#newslettersignup input{
			width: 235px;
			color: #666;
			margin: 0 5px 0 0;
		}

/* Quick Links */
#quicklinks{
}
	#quicklinks ul{
		list-style: none;
	}
		#quicklinks ul li{
			background: transparent url(/Resources/Common/Images/bullet_quicklinks.gif) no-repeat 0px 5px;
			line-height: normal;
			margin: 0 0 10px;
			padding: 0 0 0 12px;
		}
			#quicklinks ul li a{
				color: #666;
				font-weight: bold;
			}
			#quicklinks ul li a:hover{
				color: #549978;
			}

/* Home Physician Spotlight */
#physicianspotlight{
}
	#physicianspotlight p{
		font-size: 11px;
		margin: 0 0 10px;
		text-align: left !important;
	}
	#physicianspotlight .photo{
		width: 120px;
		height: 140px;
		position: relative;
		float: left;
		margin: 10px 10px 10px 0;
		overflow: hidden;
	}
		#physicianspotlight .photo .mask{
			width: 120px;
			height: 140px;
			background: transparent url(Images/physpotlight_mask.gif) no-repeat top left;
			cursor: pointer;
			position: absolute;
			left: 0;
			top: 0;
		}
			#physicianspotlight .photo .image{
		        display: block;
			    width: 120px;
			    height: 140px;
		    }
		    #physicianspotlight .photo img{
		        display: none;
		    }
		#physicianspotlight .photo img{
			display: none;
		}
	#physicianspotlight .bio{
		margin: 10px 0 0;
	}
		#physicianspotlight h3,
		#physicianspotlight h3 a{
			color: #549978;
			font-family: Verdana, Arial, Sans-Serif;
			font-size: 12px;
			font-weight: bold;
		}
		#physicianspotlight h3 a:hover{
			color: #3c7cbf;
		}
		#physicianspotlight .specialty{
			color: #666;
			font-size: 11px;
			margin: 0 0 10px 0;
		}
		#physicianspotlight address{
			color: #666;
			font-size: 11px;
		    font-weight: bold;
		    font-style: italic;
		    line-height: normal;
			margin: 0 0 10px 0;
		}
		#physicianspotlight p{
			color: #666;
			font-family: Verdana, Arial, Sans-Serif;
			font-size: 11px;
			line-height: 20px;
			margin: 5px 0 10px;
			text-align: left;
		}
		#physicianspotlight p a.readmore{
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
		}
			#physicianspotlight p a.readmore:hover span{
				text-decoration: underline;
			}
	#accolades.control_container{
		position: relative;
	    
	}
		#accolades.control_container ul{
			list-style: none;
		}
		#accolades.control_container li{
			float: left;
			width: 80px;
			height: 80px;
			_display: inline;
			list-style: none;
			margin: 0 10px 0 0;
		}
		#accolades.control_container a{
			display: block;
			width: 100%;
			height: 100%;
		}

/* Physician Directory */
#physDetail .physInfo h2{
	text-decoration: none !important;
}

/* Leadership List */
#personnelList_wrap .thumb{
	width: 60px;
	float: left;
}

/* Accolade Fix */
#accolades li{
	background: transparent none;
}
