/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'COSSM Main' */
/* Color
===================================================*/

body {
  color: #333;
}

a:link {
	color: #660000;
}
a:visited {
  color: #528BB7;
}
a:hover {
	text-decoration: none;
}
a:active {
  color: #3366CC;
}

pre {
  background-color:#F2F2EC;
  border-color:#999;
}

.comment {
  background-color: #ffc;
}

/* Typography
===================================================*/

* {
	text-align: left;
}

body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0;
}

fieldset {
  border: 0;
}

a {
  text-decoration: underline;
}

h1 {
	font-size: 27px;
	color: #FFFFFF;
	margin-top: 0px;
}

h1 a {
	display: block;
	height: 92px;
}

h2 {
	font-size: 20px;
	line-height: 1.0;
	color: #197B36;
	margin-bottom: -5px;
}

h3 {
	font-size: 25px;
	line-height: 40px;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: normal;
}

h4 {
	font-size: 10px;
	line-height:12px;
	margin-top: 0px;
		font-weight: normal;

}



pre {
  padding: 3%;
  border-width: 1px;
  border-style: dotted;
  overflow: auto;
}

.comment {
  padding: 0 0.5em;
}

/* Positioning
===================================================*/

body {
	margin: 0;
	background-color: #1C7F39;
	background-image: url(images/cms/bgGreenYellowGlow.gif);
	background-repeat: no-repeat;
}

#wrapper {
	margin: 0;
	float: left;
	width: 804px;
	background-image: url(images/cms/bgGreenShadow.gif);
}

#mainHeader {
	left:0px;
	width: 787px;
	height: 667px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/homepageBkg.jpg);
	background-repeat: no-repeat;
		}
		
#subHeader {
	left:0px;
	width: 787px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/subPageHeader1.jpg);
	background-repeat: no-repeat;
		}

#subHeader1 {
	left:0px;
	width: 787px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/subPageHeader1.jpg);
	background-repeat: no-repeat;
		}

#subHeader2 {
	left:0px;
	width: 787px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/subPageHeader2.jpg);
	background-repeat: no-repeat;
		}

#subHeader3 {
	left:0px;
	width: 787px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/subPageHeader3.jpg);
	background-repeat: no-repeat;
		}

#subHeader4 {
	left:0px;
	width: 787px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/subPageHeader4.jpg);
	background-repeat: no-repeat;
		}

#subHeader5 {
	left:0px;
	width: 787px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/subPageHeader5.jpg);
	background-repeat: no-repeat;
		}

#subHeader6 {
	left:0px;
	width: 787px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/subPageHeader6.jpg);
	background-repeat: no-repeat;
		}

#mainImage {
	left:0;
	width: 787px;
	height: 236px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/urology_mainImage.jpg);
	background-repeat: no-repeat;
		}

#mainLogolink {
	left:24px;
	width: 242px;
	height: 145px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 28px;
	text-indent: -9000px;
	overflow: hidden;
		}
		
#mainLogolink h1 a {
	display: block;
	height: 145px;
	text-indent: -9000px;	
}		
		
		
#mainLogoprint {
	display: none;
	left:24px;
	width: 93px;
	height: 93px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 8px;
		}					

#mainContent {
	width: 787px;
	height: 367px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/mainContentBkg.gif);
	background-repeat: repeat-x;
	background-color: #C6EAFD;
		}


#subContent {
	left:0;
	width: 787px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #ACD878;
	float: left;
		}

#subContent a:link {
	color: #758020;
}

#subContent a:visited {
	color: #758020;
}

#subContent a:hover {
	text-decoration: none;
}

#subContent a:active {
	color: #758020;
	text-decoration: none;
}

#mainContenttext1 {
	padding: 16px 0px 0px 28px;
	color:#000000;
	margin-bottom: 0px;
	width: 350px;
	margin-top: 0px;
	position: absolute;
	top: 322px;
	left: 47px;
		}
		
	#mainContenttext1 a:link, a:visited {
	display: inline;
	width: inherit;
	height: auto;
	line-height: normal;
	text-indent: 0px;
	color:#FFFFFF;
	text-decoration:none;
		}
	#mainContenttext1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
		}		
		
		

#mainContentarea1 {
	padding: 0px 0px 0px 0px;
	color:#000000;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 224px;
	left: 26px;
	position: absolute;
	top: 465px;
	height: 122px;
	background-image: url(images/cms/mainContentSubImage1.gif);
		}
	
#mainContentarea2 {
	padding: 0px 0px 0px 0px;
	color:#000000;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 224px;
	left: 274px;
	position: absolute;
	top: 465px;
	height: 122px;
	background-image: url(images/cms/mainContentSubImage2.gif);
		}

#mainContentarea3 {
	padding: 0px 0px 0px 0px;
	color:#000000;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 224px;
	left: 522px;
	position: absolute;
	top: 465px;
	height: 122px;
	background-image: url(images/cms/mainContentSubImage3.gif);
		}

#mainContentbutton {
	padding: 0px 0px 0px 0px;
	color:#000000;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 103px;
	left: 110px;
	position: relative;
	top: 90px;
	height: 19px;
	float: left;
		}
		
#mainContentbutton a.main:link, a.main:visited {
  display: block;
  width: 103px;
  height: 19px;
  line-height: 19px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(images/cms/clickhereButton.gif) no-repeat left top;
  text-indent: 24px;
}

#mainContentbutton a.main:hover {
	background-color: #369;
	background-position: right top;
	color: #fff;
}

#subImage1 {
	left:0;
	width: 787px;
	height: 141px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/urology_subHeader1.jpg);
	background-repeat: no-repeat;
		}	
		
#subImage2 {
	left:0;
	width: 787px;
	height: 141px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/urology_subHeader2.jpg);
	background-repeat: no-repeat;
		}	
		
#subImage3 {
	left:0;
	width: 787px;
	height: 141px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/urology_subHeader3.jpg);
	background-repeat: no-repeat;
		}	
		
#subImage4 {
	left:0;
	width: 787px;
	height: 141px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/urology_subHeader4.jpg);
	background-repeat: no-repeat;
		}	
		
#subImage5 {
	left:0;
	width: 787px;
	height: 141px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/urology_subHeader5.jpg);
	background-repeat: no-repeat;
		}	
		
#subImage6 {
	left:0;
	width: 787px;
	height: 141px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cms/urology_subHeader6.jpg);
	background-repeat: no-repeat;
		}	

#subContenttext {
	line-height: 1.5;
	padding: 40px 0px 20px 26px;
	position:relative;
	top:auto;
	color:#000000;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 600px;
	float: left;
}	

#subContenttextPhysicians {
	line-height: 1.5;
	padding: 40px 20px 20px 26px;
	position:relative;
	top:auto;
	color:#000000;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 480px;
	float: left;
}	

#subContentSideBarPhysicians {
	line-height: 1.5;
	padding: 40px 5px 0px 26px;
	position:relative;
	top:auto;
	color:#000000;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 150px;
	float: left;
}

#subContentSideBarPhysicians p {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1C7F39;
}	
	




			
		
/* Navigation
===================================================*/

#mainNav {
	position: absolute;
	margin: 0;
	width: 576px;
	top: 86px;
	left: 200px;
}

#mainNav ul {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mainNav li {
  display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
  float: left;
}

#mainNav a {
  display: block;
  width: 95px;
  height: 16px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(images/cms/mainNavRollover.gif) no-repeat left bottom;
  text-transform: uppercase;
  text-align: center;
}

#mainNav a:hover {
  background-color: #369;
  background-position: right bottom;
  color: #FFF;
}

#mainNav a.selected {
  background-color: #369;
  background-position: right bottom;
  color: #FFF;
}

#mainNav a.first {
  width: 96px;
  line-height: 16px;
}

#mainNav a.last {
  width: 96px;
  line-height: 16px;
}

/* Secondary Navigation
===================================================*/

#subNav {
	margin: 0;
	width: 45px;
	float: left;
	padding: 70px 0px 0px 0px;
}

#subNav ul {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subNav li {
  display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}

#subNav a {
  display: block;
  width: 95px;
  height: 16px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(images/cms/mainNavRollover.gif) no-repeat left bottom;
  text-transform: uppercase;
  text-align: left;
  text-indent: 15px;
}

#subNav a:hover {
  background-color: #369;
  background-position: right bottom;
  color: #FFF;
}

#subNav a.selected {
  background-color: #369;
  background-position: right bottom;
  color: #FFF;
}

#subNav a.first {
  width: 96px;
  line-height: 16px;
}

#subNav a.last {
  width: 96px;
  line-height: 16px;
}



/* Footer
===================================================*/

	#footer {
	padding: 0px 0px 0px 0px;
	left:0px;
	color:#FFF;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 787px;
	height: 73px;
	top: 582px;
	float: left;
	background-image: url(images/cms/footerGrey.gif);
		}
	#footerBkgbottom {
	padding: 0px 0px 0px 0px;
	right:0;
	left:0px;
	top:auto;
	width: 100%;
	height: 32px;
	float: left;
	background-image: url(images/cms/bgGreenBottom.gif);
		}	
	#footerNav {
	padding: 30px 0px 0px 0px;
	position:absolute;
	color:#333333;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 450px;
	left: 28px;
		}
    #footerText {
	padding: 24px 0px 0px 0px;
	position:relative;
	top:auto;
	color:#FFF;
	margin-bottom: 0px;
	border:0px solid #000;
	width: 135px;
	left: 650px;
		}

	#footer a.footer:link, a.footer:visited {
	display: inline;
	width: inherit;
	height: auto;
	line-height: normal;
	text-indent: 0px;
	color:#333333;
	text-decoration:none;
	background-color: #FFFFFF;
		}
	#footer a.footer:hover {
		color:#CC0000;
		text-decoration:none;
		}
	#footer h1 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:12px;
	font-size:10px;
	margin:0;
		} 
	#footer h2 {
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		line-height:12px;
		font-size:9px;
		margin:0;
		}   
  
/* Tables
===================================================*/

table {
  border-collapse: collapse;
  border: 1px solid #999;
}

th, td {
  padding: 0.1em 1em;
  border: 1px solid #999;
}

/* End of 'COSSM Main' */

