/* ----------------------------- */
/* SITE STYLES                   */	
/* ----------------------------- */

body {
	background:#0058a1 url(../images/background.jpg) repeat-x;
	color:#000;
	font-family:Georgia, serif;
	font-size: 75%; 
	line-height:1.5; 
	text-align:center;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #203C91;
}
a:hover { text-decoration:none; }


blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

		
li { line-height: 165%; list-style-type: disc; margin:5px 0; }

h1, .head {
	color: #159a9f; 
	font-size: 25px; 
	font-weight: normal; 
	margin-bottom: 5px;
}

h2, .subHead {
	color: #000;
	font-size: 17px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

h3 {
	color: #000;
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

h4 {font-size: 12px; font-weight: normal; color: #203C91; display: inline}

img.template { margin-top: 15px; }

strong { font-weight: bold;}

.color {color: #203C91; display: inline; font-weight: normal;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.right { float: right; }
.left { float: left; }
.clear { clear: both; }

.highlight {color: #3333CC;}
.errorMsg {color: #FF3333; font-size: 10px; margin-left: 10px;}
.smallLight {font-size: 10px; color: #999;}
	
	
/* ----------------------------- */
/* GLOBAL STYLES                 */	
/* ----------------------------- */

#logo {
	display:block;
	height:98px;
	width:420px;
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}
#logo span {display:none;}

li.siteMap_1 { margin-top: 6px;}	
li.siteMap_2 { line-height: 125%;}
li.siteMap_3 { line-height: 125%; margin-top: 9px;}

.imgCaption {color: #777; font-size: 9px; margin: 3px 0px 4px 0px;}
	
.imgTable {margin:0 0 8px 0;}

.mod_copy {margin: 10px 0 15px; width:100%; voice-family: "\"}\""; voice-family: inherit;}  
html>body .mod_copy {width: auto;}


/* ----------------------------- */
/* SITE FORMAT STYLES             */	
/* ----------------------------- */

#inner_wrapper {
  background: url(../images/header_back.jpg) no-repeat;
}

#wrapper {
	background:#fff url(../images/content_back.jpg) repeat-y;
	margin:0 auto;
	text-align:left;
	position: relative;
	width: 1008px;
	_width: 993px;
}

#headContainer {
  display: block;
  height: 191px;
  overflow: visible;
  position: relative;
  z-index: 10;
}

#bodyContent {
  margin: 0 15px;
}
 
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
	position: absolute;
	top: 129px;
	left: 27px;
	background: url(../images/nav_border.gif) no-repeat 100% 10px ;
	z-index: 1000;
	_width: 900px;
	_position: relative;
	_top: 89px;
}

.majorNavLink {
	margin: 0;
	padding:0;
	list-style: none;
}

.majorNavLink li {
	float: left;
	list-style: none; 
	position: relative;
	z-index: 200 !important;
 }

.majorNavLink a:link, .majorNavLink a:visited {
	background: url(../images/nav_border.gif) no-repeat 0 5px ;
	color: #fff;
	/*   display: inline-block; */
	float: left;
	font-size: 20px;
	list-style: none;
	text-decoration: none; 
}
  
.majorNavLink a span {
    display: inline-block;
    height: 57px;
    padding: 4px 20px 0;
    line-height: 45px; 
    margin: 0; 
    cursor: pointer;
    position: relative;
    z-index: 210 !important;
}
    
  .majorNavLink .first a {
    background: none; }
  
/*   .majorNavLink .last {  background: url(../images/nav_border.gif) no-repeat 0 5px ; } */
    
  .majorNavLink .selected_after a {
    background: none !important; }
  
  .majorNavLink .selected a {
    background: url(../images/nav_selected_left.jpg) no-repeat left top !important; }
    
  .majorNavLink .selected a span {
    background: url(../images/nav_selected_right.jpg) no-repeat right top; }
    
  .majorNavLink a:hover span { text-decoration: underline !important; }

/* Minor Nav */

#minorNav {
  float: right;
  margin-top: 20px;
  margin-right: 15px;
  border: 0;
}

.navMinor_cap {
	background:url(../images/navMinor_endcap.png) no-repeat right bottom;
	float:right;
	height:31px;
	width:3px;
}
	
.minorNavLink {
/* 	display:block; */
float: right;
/* 	height:25px; */
	margin:0;
	padding:0 15px 0 0;
}

.minorNavLink li {
	background: url(../images/navMinor_bullet.gif) no-repeat 13px 3px;
	_background: url(../images/navMinor_bullet.gif) no-repeat 13px 8px;
	display:inline;
	list-style:none;
	margin:0;
	padding:0 10px;
}

.minorNavLink .first {
/* 	background:none; */
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #14989e; 
	font-size: 17px; 
	line-height: 100%; 
	padding-left:13px;
	text-decoration: none;
}
	
.minorNavLink a:hover {
	color:#666;
}
	
/* Sub Nav */
	
div.subNav {margin: 0 0 10px 0;}

.subNav_hdr {
	background: url(../images/nav_divider.gif) no-repeat bottom;
	color: #004f99;
	font-size: 20px; 
	font-weight: normal;
	margin:20px 0 0 0;
	padding:0px 0px 8px 32px;
}

.subNavList_1 {
	margin:0;
	padding:0; 
}

.subNavList_1 li {
	background: url(../images/nav_divider.gif) no-repeat top;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_1 li.first {
  background: none; }

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 15px;
	color: #189ba0;
	display:inline-block; 
	font-size: 18px;
	line-height:120%;
	padding:10px 0 10px 32px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_1 a:hover {
	background: url(../images/nav_hover.gif) no-repeat 20px 17px;
}

.subNavList_2 {
	margin:0;
	padding:0; 
}

.subNavList_2 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
	width: 240px;
}

.subNavList_2 a:visited, .subNavLink_2 a:link {
	background: url(../images/nav_hover.gif) no-repeat 20px 12px;
  color: #189ba0;
	display:block;
	font-size: 16px;
	line-height:120%;
	margin-left:15px;
	padding:7px 0 7px 30px;
	text-decoration: none;
}

.subNavDiv_2 { padding: 0 0 20px 0; }

.subNavList_3 {
	margin:0;
	padding:0; 
}

.subNavList_3 li {
	background:none !important;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_3 a:visited, .subNavLink_3 a:link {
	background: none !important;
  color: #189ba0;
	display:block;
	font-size: 13px;
	line-height:120%;
	margin-left:15px;
	padding:4px 0 6px 39px;
	text-decoration: none;
}

.subNavList_1 .selected a:link,
.subNavList_1 .selected a:visited {
	background: url(../images/nav_hover.gif) no-repeat 20px 17px !important;
	text-decoration: underline !important;
}

.subNavList_1 .selected.parent a:link,
.subNavList_1 .selected.parent a:visited {
	background: url(../images/nav_expanded.gif) no-repeat 20px 17px !important;
	text-decoration: underline !important;
}

.subNavList_2 a:hover { 
	color: #004f99;
}

.subNavList_2 .selected a:link,
.subNavList_2 .selected a:visited {
	text-decoration: underline !important; 
	color: #004f99 !important; 
	background: url(../images/nav_hover.gif) no-repeat 20px 12px !important;
}

.subNavList_2 .selected.parent a:link,
.subNavList_2 .selected.parent a:visited {
	background: url(../images/nav_expanded.gif) no-repeat 20px 15px !important;
	text-decoration: underline !important;
}

.subNavList_3 .selected a:link,
.subNavList_3 .selected a:visited {
	background: none !important; 
	color: #004f99 !important; 
}

	

/* ----------------------------- */
/* CONTENT STYLES                */	
/* ----------------------------- */


/* Left Column */

.sub_nav {
  background: url(../images/sub_nav_back.jpg) no-repeat; }

.leftCol {
	margin: 0px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	padding-left: 30px;
}

.leftCol.first { padding: 0 0 20px 0 !important; }

.leftCol td, .leftCol div, .leftCol {color: #555; font-size: 12px; line-height: 140%;}

.leftCol h1, .leftCol .head, .leftCol h2, .leftCol .subHead {color: #444; font-size: 12px; padding-bottom: 2px; border-bottom: 1px #ddd dashed;}

/* Body Column */

.bodyWrapper {
  font-size: 16px;
	margin: 0px 0px 15px 0px; 
	padding: 0 17px 0 17px;
	width: 680px;
	voice-family: "\"}\""; 
	voice-family: inherit;
}

.bodyWrapper.full { padding: 0 17px 0 15px; width: 948px; }

.bodyWrapper p { margin-top: 0; }

#footerContainer {
  background: #0058a1 url(../images/footer_back.jpg) no-repeat;
  color: #8cb4d5; 
	margin: 0px 0px 0px 0px;
/* 	overflow: hidden; */
	padding-left: 15px;
	padding-top: 141px;
	padding-bottom: 40px;
	position: relative;
	height: 10px;
}

#footerContainer_home {
	background: #0058a1 url(../images/home_body_bottom.gif) no-repeat -3px 0px;
	color: #8cb4d5; 
	margin: 0px 0px 0px 0px;
/* 	overflow: hidden; */
	padding-left: 15px;
	padding-top: 28px;
	padding-bottom: 40px;
	position: relative;
	height: 10px;
}

  #footerContainer #link_badge {
    position: absolute;
    top: 2px;
    left: 61px; 
    height: 140px;
    width: 140px;
    text-indent: -1000px;    }
    
 #footerContainer #link1 {
    background: url(../images/button_heartburn_clinic.jpg) no-repeat;
    position: absolute;
    top: 56px;
    left: 261px; 
    height: 53px;
    width: 188px;
    text-indent: -1000px;    }
    
    #footerContainer #link1:hover { background: url(../images/button_heartburn_clinic.jpg) no-repeat bottom; }

    
  #footerContainer #link2 {
    background: url(../images/button_colon_cancer_screening.jpg) no-repeat;
    position: absolute;
    top: 56px;
    left: 480px; 
    height: 53px;
    width: 249px;
    text-indent: -1000px;}
    
    #footerContainer #link2:hover { background: url(../images/button_colon_cancer_screening.jpg) no-repeat bottom; }
    
  #footerContainer #link3 {
    background: url(../images/button_cryo.jpg) no-repeat;
    position: absolute;
    top: 56px;
    left: 758px; 
    height: 53px;
    width: 208px;
    text-indent: -1000px;}
    
    #footerContainer #link3:hover { background: url(../images/button_cryo.jpg) no-repeat bottom; }

#footerContainer ul, #footerContainer_home ul {margin:0; padding:0;}
#footerContainer ul li, #footerContainer_home ul li {line-height:140%; list-style:none; float:left; padding:0 20px 30px 20px; font-size: 14px; font-family: Arial, sans-serif; }


#footerContainer a:visited, #footerContainer a:link,
#footerContainer_home a:visited, #footerContainer_home a:link {
/* 	font-size: 11px;  */
	color: #8cb4d5; 
	text-decoration: none;
	cursor: pointer;
}

#footerContainer a:hover, #footerContainer_home a:hover {
	color: #fff;
}



/*========  HOME PAGE CONTAINER STYLES ======= */
#tmp_home_gallery {
	height: 254px;
	width: 948px;
	padding: 10px 0;
}


#tmp_home_leftCol {
	float: left;
	width: 176px;
	height: 498px;
	background: url(../images/tmp_leftCol_bg.jpg) no-repeat 0 0;
	padding-top: 10px;
}

#tmp_home_leftCol .mod_copy { margin-bottom: 0; }

#tmp_home_body {
/* 	width: 749px; */
	height: 279px;
}

#tmp_home_body .flipper {
	width: 260px;
	height: 260px;
	float: left;
	background: url(../images/tmp_home_flipperBg.jpg) no-repeat 0 0;
	margin-top: 10px;
	position: relative;
}

#tmp_home_body .flipper .image_switcher { 
	position: relative;
	top: 51px;
	left: 29px;	
}

#tmp_home_body .flipper .image_switcher_left {
	position: absolute;
	left: 11px;
	top: 106px;
	width: 16px;
	height: 35px;
	cursor: pointer;
	z-index: 100;
}

#tmp_home_body .flipper .image_switcher_right {
	position: absolute;
	right: 13px;
	top: 106px;
	width: 16px;
	height: 35px;
	cursor: pointer;
	z-index: 100;
}


#tmp_home_body .copy {
	float: left;
	width: 467px;
	padding: 0 10px 0 30px;
	line-height: 24px;
}

#tmp_home_body .copy p { margin-top: 0; }


#tmp_home_tabs { 
	position: absolute;
	left: 228px; 
	width: 749px;
	top: 756px;

	height: 206px;
	background: url(../images/home_tab_bg.gif) no-repeat 0 0;
}


#tabs {
	list-style: none;
	margin: 0;
	padding: 7px;
	
}



#tab_controls ul {margin: 0; padding: 0; }

	
#tabs li { position: relative; z-index: 30; margin: 0 5px 5px 0;  padding: 0;  list-style: none; }
#tabs li.selected { z-index: 100; }
      
#tabs li a:link, #tabs li a:visited { 
	display: block;
	margin: 0 6px;
	color: #00304f;
	text-decoration: none;
}

.tab { 
	position: absolute;
	top: 10px;
	right: 9px;
	background: url(../images/tab_content_bg.gif) no-repeat 0 0;
	height: 185px;
	width: 420px;
	padding: 10px 15px 0 15px;
	margin: 0px;
	font-family: Palatino, garamond, times, serif;
	font-size: 16px;
/* 	line-height: 17px; */
/* 	float: left; */
/* z-index: 1000; */
}


.tab h2 { margin: 0; padding: 0;}

.tab .mod_copy p { margin: 0 !important; padding: 0 !important; }

.tab .mod_copy { margin: 0px; padding: 0px;}

.tab .image_left { padding-bottom: 2px; }

.tab a { color: #0a898e !important; }

#tab_controls {
	width: 282px;
	height: 180px;
	left: 15px;
	_left: 14px;
	position: absolute;
	top: 50px;
	z-index: 50;
}

.tab_image { 
	width: 282px; 
	height: 41px;
	position: relative;
	z-index: 40;

}

#tab_1 { background: url(../images/tab_1_off.gif) no-repeat; }
#tab_2 { background: url(../images/tab_2_off.gif) no-repeat; }
#tab_3 { background: url(../images/tab_3_off.gif) no-repeat; }

#tab_1.selected { background: url(../images/tab_1_on.gif) no-repeat; }
#tab_2.selected { background: url(../images/tab_2_on.gif) no-repeat; }
#tab_3.selected { background: url(../images/tab_3_on.gif) no-repeat; }

.tab_image .selected { z-index: 100; }


.tab .right { 
/* 	margin: 3px 7px 0 10px;  */
	border: 5px solid #e3dfdf; 
}

.tab .tab_content { margin: 0 5px 0 0; line-height: 20px; }
.tab .tab_content h2 { 
	color: #014f90; 
	font-family: Georgia, garamond, serif; 
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 7px; 
}

.tab .tab_content p { margin: 0 3px 15px 0; width: 235px; }


.mod_calendars td { font-size: 12px; font-family: arial, sans-serif; }
.mod_calendars h2 { text-decoration: underline; font-size: 18px !important;}
.mod_calendars strong { font-size: 15px; font-weight: bold; }
/* .mod_calendars p { } */


.body.first .imgTable { padding-top: 15px; }

#connect {
  margin-bottom: 4px;
}

.connect p {
  margin: 0;
}

.connect a {
  margin-right: 4px;
}

#credit {
  font-family: "Trebuchet MS", "sans-serif";
  font-size: 13px;
  border-top: 1px solid #004c8c;
  margin: 0 10px;
  padding-bottom: 40px;
  clear: both;
}

#credit-inner {
  border-top: 1px solid #1b6db0;
  padding-top: 15px;
  text-align: right;
}

.fortyyears {
  float: left;
  width: 300px;
text-align: left;
display: inline-block;
}
