/* css for home photo section ----------------------------------------------------------------------------------- */	
#logo-container {
	position: relative;
	width: 100%;
	height: 88px;
	background: url(../images/bg-logo.gif);
	}
#logo {
	margin: 0 auto 0 auto;
	width: 988px;
	height: 88px;
	font-size: 0px;
	line-height: 0px;
	}
	
	
/* css for content left ------------------------------------------------------------------------------------------ */
#content-left {
	position: relative;
	padding: 0 0px 0 28px;
	width: 643px;
	float: left;
	background: url(../images/bg-content-left.gif); 
	}
#content-wide {
	position: relative;
	padding: 0 0px 0 28px;
	width: 960px;
	float: left;
	background: url(../images/bg-content-wide.gif);
	}
#text-expand {
	font-size: 1.0em;
	line-height: 1.5em;
	}
/* breadcrumbs */	
#breadcrumb {
	position: relative;
	padding: 23px 17px 0 16px;
	width: 600px;
	height: 37px;
	background: url(../images/bg-breadcrumb.gif) no-repeat;
	}
#breadcrumb ul li.right {
	float: right;
	text-align: right;
	}
#breadcrumb ul li.right img {
	vertical-align: middle;
	cursor: pointer;
	}
#breadcrumb ul li a.on,
#breadcrumb ul li a.on:visited,
#breadcrumb ul li a.on:active {
	color: #7d7d7d;
	}
#breadcrumb ul li a.on:hover {
	color: #7d7d7d;
	}
.announcement {
	background: #f89534;
	padding: 8px;
	font-size: 120%;
	color: #FFFFFF;
}
.announcement a{
	color: #FFFFFF;
	text-decoration: underline;
}
.announcement a:hover{
	text-decoration: none;
}

/* title */
#title {
	position: relative;
	width: 633px;
	height: 80px;
	font-size: 0px;
	line-height: 0px;
	}

/* photo */
#photo-wide {
	position: relative;
	width: 633px;
	height: 188px;
	font-size: 0px;
	line-height: 0px;
	}
#photo {
	position: relative;	
	width: 424px;
	height: 188px;
	font-size: 0px;
	line-height: 0px;
	float: left;
	}
#photo-nav {
	position: relative;
	width: 209px;
	height: 185px;
	border-top: 1px solid #dad4c4;
	border-bottom: 2px solid #dad4c4;
	float: left;
	z-index: 20;
	background: #f89534;
	}
#photo-nav a,
#photo-nav a:visited,
#photo-nav a:active {
	width: 192px;
	height: 26px;
	padding: 10px 0 0 17px;
	display: block;
	border-top: 1px solid #dad4c4;
	background: url(../images/bg-sub-nav.gif) no-repeat;
	color: #fff;
	}
#photo-nav a:hover {
	background: url(../images/bg-sub-nav-roll.gif) no-repeat;
	}
#photo-nav a#on,
#photo-nav a#on:visited,
#photo-nav a#on:active {
	background: url(../images/bg-sub-nav-set.gif) no-repeat;
	}
#photo-nav a.double {
	padding-top: 6px;
	height: 30px;
	line-height: 1em;
	}		
#photo-nav a.line {
	border-bottom: 1px solid #dad4c4;
	}

/* exams sub navigation system */
#sub-services {
	position: absolute; 
	top: 141px;
	left: 28px;
	width: 192px;
	height: 26px;
	padding: 10px 0 0 17px;
	display: block;
	display: none; 
	z-index: 50;
	border-top: 1px solid #dad4c4;
	background: url(../images/bg-sub-nav-roll.gif) no-repeat;
	color: #fff;
	}
#sub-nav {
	position: absolute; 
	top: 142px;
	left: 237px;
	padding: 10px 0 0 8px;
	width: 416px;
	height: 174px;
	display: none; 
	z-index: 50;
	border-left: 1px solid #dad4c4;
	background: url(../images/bg-sub-nav.png) no-repeat; 
	font-size: 12px;
	}
#sub-nav a,
#sub-nav a:visited,
#sub-nav a:active {
	width: 208px;
	height: 18px;
	padding: 2px 0 0 0;
	display: block;
	background: url(../images/btn-sub-nav.gif) no-repeat;
	color: #fff;
	}
#sub-nav a:hover {
	background: url(../images/btn-sub-nav-on.gif) no-repeat;
	}

/* bottom fade */
#content-left-bottom {
	position: relative;
	padding: 0 0 0 0;
	width: 643px;
	height: 44px;
	float: left;
	background: url(../images/bg-left-footer.gif) no-repeat bottom;
	}


/* intro */
#intro {
	padding: 23px 0 0 16px;
	width: 580px;
	clear: both;
	}

/* text */
#text {
	position: relative;
	padding: 0 0 20px 16px;
	width: 384px;
	min-height: 482px;
	}
#text-wide {
	position: relative;
	padding: 0 12px 20px 16px;
	width: 530px;
	min-height: 409px;
	}
#text-full {
	position: relative;
	padding: 0 12px 20px 16px;
	width: 605px;
	min-height: 766px;
	}
#text-search {
	position: relative;
	padding: 0 12px 20px 16px;
	width: 900px;
	min-height: 766px;
	}
#text-photos {
	position: relative;
	padding: 0 27px 20px 16px;
	width: 590px;
	min-height: 582px;
	}
ul li.column1 {
	width: 180px;
	padding: 0 20px 0 0;
	}
ul li.column2 {
	width: 390px;
	}	
ul li.video p {
	float: right;
	}	
a.back-to-top,
a.back-to-top:visited,
a.back-to-top:active {
	padding: 2px 0 0 26px;
	margin: 10px 0 0 16px;
	height: 20px;
	display: block;
	font-weight: bold;
	background: url(../images/icon-back-to-top.gif) no-repeat;
	}


/* css for content left - our physicians page -------------------------------------------------------------------- */
p.physician-name {
	padding: 12px 0 7px 0;
	color: #34715b;
	}
ul.bio {
	clear: both;
	}
ul.bio li {
	min-height: 400px;
	}
ul.bio li.bio-column1 {
	position: relative;
	padding: 0 10px 40px 0;
	width: 195px;
	line-height: 1.4em;
	}
ul.bio li.bio-column2 {
	position: relative;
	padding: 0 10px 40px 0;
	width: 195px;
	line-height: 1.4em;
	}
ul.bio li.bio-column3 {
	position: relative;
	padding: 0 0 40px 0;
	width: 195px;
	line-height: 1.4em;
	}
ul.col-short li {
	min-height: 320px;
	}	
ul.col-long li {
	min-height: 460px;
	}	
a.read-bio,
a.read-bio:visited,
a.read-bio:active {
	position: absolute;
	padding: 20px 0 40px 0;
	display: block;
	bottom: 0px;
	left: 0;
	width: 53px;
	height: 22px;
	background: url(../images/btn-read-bio.gif) no-repeat right;
	}	
a.read-bio:hover {
	background: url(../images/btn-read-bio-roll.gif) no-repeat right;
	}	
#by-name hr {
	padding: 0;
	margin: 5px 0 5px 0;
	}
#physicians hr {	
	padding: 0;
	margin: 5px 0 5px 0;
	}
#physicians li.column1 {
	padding: 0 10px 0 0;
	width: 195px;
	}
#physicians li.column2 {
	width: 400px;
	line-height: 1.4em;
	}
ul.bio-bullets {
	padding: 0 20px 10px 22px;
	margin: 0;
	list-style: disc;
	}
ul.bio-bullets li {
	padding: 0 0 0 0;
	float: none;
	}
		
/* css for content left - exams and procedures page -------------------------------------------------------------- */
ul.services {
	clear: both;
	}
ul.services li.services-column1 {
	position: relative;
	padding: 0 10px 40px 0;
	width: 195px;
	min-height: 350px;
	line-height: 1.4em;
	}
ul.services li.services-column2 {
	position: relative;
	padding: 0 10px 40px 0;
	width: 195px;
	min-height: 350px;
	line-height: 1.4em;
	}
ul.services li.services-column3 {
	position: relative;
	padding: 0 0 40px 0;
	width: 195px;
	min-height: 350px;
	line-height: 1.4em;
	}
a.read-services,
a.read-services:visited,
a.read-services:active {
	position: absolute;
	padding: 20px 0 40px 0;
	display: block;
	bottom: 0px;
	left: 0;
	width: 67px;
	height: 22px;
	background: url(../images/btn-read-more.gif) no-repeat right;
	}	
a.read-services:hover {
	background: url(../images/btn-read-more-roll.gif) no-repeat right;
	}	
.exams-left {
	width: 400px; 
	padding: 30px 10px 15px 0;
	}	
.exams-right {	
	padding: 38px 0 15px 0;
	width: 195px;
	}
ul.prep {
	padding: 0 0 15px 0px;
	color: #8cb59e;
	}
ul.prep li {
	padding: 0 0 5px 50px;
	background: url(../images/bg-prep.gif) no-repeat;
	float: none;
	}
	
/* css for content left - insurance page ------------------------------------------------------------------------- */
ul.three-column-ins li {
	padding: 0 6px 6px 0;
	color: #636363;
	line-height: 1.3em;
	}
ul.three-column-ins li.column1 {
	width: 153px;
	}
ul.three-column-ins li.column2 {
	width: 217px;
	}
ul.three-column-ins li.column3 {
	width: 217px;
	}
		
/* css for content right ----------------------------------------------------------------------------------------- */
#content-right {
	position: relative;
	padding: 0 20px 0 0;
	float: left;
	width: 297px;
	font-size: 11px;
	background: url(../images/bg-right.gif);
	}

/* quick links */		
#content-right ul#quicklinks li {
	background: #8cb59e;
	}
#content-right ul li#referring-log-in {
	padding: 20px 0 10px 5px;
	width: 285px;
	background: #8cb59e url(../images/bg-right-referring-log-in.gif) no-repeat;
	}
#content-right ul li#referring-log-in a,
#content-right ul li#referring-log-in a:visited,
#content-right ul li#referring-log-in a:active {
	color: #fff;
	}
#content-right ul li#referring-log-in a:hover {
	text-decoration: underline;
	}
#content-right ul li#link1 {
	height: 57px;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li#link2 {
	height: 52px;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li#forms {
	height: 53px;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li#contact {
	height: 53px;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li#find {
	padding: 32px 0 38px 13px;
	width: 284px; 
	background: url(../images/bg-find-a-tra-location.gif) no-repeat;
	}
#content-right ul li#password {
	padding: 0 15px 0 0;
	float: right; 
	font-size: 11px;
	}

/* side bar - tour */
#content-right ul li#tour {
	width: 290px;
	height: 54px;
	background: url(../images/bg-tour.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li.prev-next {
	width: 262px;
	padding: 13px 15px 3px 13px;
	background: #fff;
	font-size: 12px;
	color: #34715b;
	font-weight: bold;
	}
#content-right ul li.prev-next ul li.right {
	float: right;	
	}

/* side bar - articles */
#content-right ul li#articles {
	width: 290px;
	height: 54px;
	background: url(../images/bg-articles.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}

/* side bar - video */
#content-right ul li#video {
	width: 290px;
	height: 53px;
	background: url(../images/bg-video.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li#playershell {
	width: 262px;
	padding: 10px 15px 10px 13px;
	background: #fff;
	}
#content-right ul li#video-title {
	width: 262px;
	padding: 0px 15px 10px 13px;
	background: #fff;
	font-size: 12px;
	color: #34715b;
	}

/* side bar - did you know */
#content-right ul li#did-you-know {
	width: 290px;
	height: 54px;
	background: url(../images/bg-did-you-know.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li#know-text {
	width: 272px;
	padding: 13px 5px 17px 13px;
	display: block;
	color: #9ab8ad;
	background: #fff;
	line-height: 1.2em;
	}	
#content-right ul li#menu {
	width: 277px;
	padding: 15px 0 11px 13px;
	background: #fff;
	}
#content-right ul li#menu a,
#content-right ul li#menu a:visited {
	padding: 1px 5px 1px 5px;
	margin: 0;
	font-weight: bold;
    color: #f79434;
	}
#content-right ul li#menu a:hover {
	padding: 1px 5px 1px 5px;
	margin: 0;
	font-weight: bold;
    color: #f47630;
	}
#content-right ul li#menu a.wactive {
	padding: 1px 5px 1px 5px;
	margin: 0;
	font-weight: bold;
	color: #34715b;
	}

/* side bar - helpful-links */
#content-right ul li#helpful-links {
	width: 262px;
	padding: 70px 15px 10px 13px;
	background: #fff url(../images/bg-helpful-links.gif) no-repeat;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	}

/* side bar - fun facts */
#content-right ul li#fun-facts {
	width: 262px;
	padding: 56px 15px 10px 13px;
	background: #fff url(../images/bg-fun-facts.gif) no-repeat;
	color: #8cb59e;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	}
#content-right ul li#fun-facts p {
	padding: 10px 0 5px 0;
	margin: 0 0 5px 0;
	background: #fff url(../images/bg-right-divider.gif) no-repeat top;
	}

/* sidebar - read more */
#content-right ul li.readmore {
	width: 290px;
	padding: 10px 0px 10px 0;
	display: block;
	color: #9ab8ad;
	font-weight: bold;
	background: #fff url(../images/btn-read-more-wide.gif) no-repeat right;
	line-height: 1.2em;
	}	
#content-right ul li.readmore a,
#content-right ul li.readmore a:visited,
#content-right ul li.readmore a:active {
	width: 177px;
	padding: 10px 100px 10px 13px;
	display: block;
	color: #808285;
	}	
#content-right ul li.readmore:hover {
	background: #fff url(../images/btn-read-more-wide-roll.gif) no-repeat right;
	}	

/* sidebar - go buttons */
#content-right ul li.go a,
#content-right ul li.go a:visited,
#content-right ul li.go a:active {
	width: 277px;
	padding: 17px 0 13px 13px;
	display: block;
    color: #f79434;
	font-weight: bold;
	background: #fff url(../images/btn-go-wide.gif) no-repeat right;
	line-height: 1.2em;
	}	
#content-right ul li.go a:hover {
    color: #f47630;
	background: #fff url(../images/btn-go-wide-roll.gif) no-repeat right;
	}	

/* sidebar - lines and dividers */
#content-right ul li.line {
	width: 290px;
	height: 1px;
	background: #fff url(../images/bg-right-divider.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}	
#content-right ul li.divider {
	width: 290px;
	height: 7px;
	background: url(../images/bg-right-bottom-fade.gif) no-repeat bottom;
	font-size: 0px;
	line-height: 0px;
	}
#content-right ul li#bottom {
	width: 297px;
	height: 4px;
	background: url(../images/bg-right-footer.gif) no-repeat bottom;
	font-size: 0px;
	line-height: 0px;
	}

/* login items */
.btn-login {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 22px;
	border: 0;
	vertical-align: middle; 
	background: url(../images/btn-login.gif) no-repeat;
	cursor: pointer;
	}	
.btn-login:hover {
	background: url(../images/btn-login-roll.gif) no-repeat;
	}	
	
/* side bar - Announcement */
#content-right ul li.announce {
	width: 290px;
	}
#content-right ul li.announce ul li {
	width: 272px;
	display: block;
	color: #9ab8ad;
	line-height: 1.2em;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	}	
#content-right ul li.announce ul li.header {
	width: 272px;
	display: block;
	color: #FFFFFF;
	line-height: 1.2em;
	background-color: #34715b;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	font-size: 110%;
	}	
	
	
/* css for footer section --------------------------------------------------------------------------------------- */
#footer-container {
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	background: #1a1a1a url(../images/footer.gif) repeat-x;
	clear: both;
	}
#footer {
	padding: 33px 0 0 0;
	margin: 0 auto 0 auto;
	width: 988px;
	height: 34px;
	font-size: 10px;
	}
#footer ul li.left {
	padding: 9px 0 0 47px;
	font-weight: bold;
	}
#footer ul li.left ul li {
	padding-right: 12px;
	}
#footer ul li.right {
	padding: 9px 43px 0 0;
	float: right;
	color: #fff;
	}
	
.emphasisText {
	padding: 5px 0 5px 0;
	margin: 0;
	color: #35725a;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: bold;
}
.largeheader {
	padding: 0 0 10px 0;
	margin: 0;
	width: 550px;
	font-weight: normal;
	color: #959595;
	font-size: 2em;
	line-height: 1.5em;
}

