body {
	margin: 0;
	padding: 0px 0 20px 0;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	position: relative;
	background: #020202;
	color: #4D4D4D;
 }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #566652;
	text-decoration: none;
	 }

a:hover, a:visited:hover {
	color: #333333;
	text-decoration: underline; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #000; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #000; }

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #000; }


/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em; }

hr {
	border-color: #ccc;     
	border-style: solid;   
	border-width: 1px 0 0; 
	clear: both;           
	margin: 0px 0 20px 0; 
	height: 0;             
}

/*---------------LAYOUT BOXES----------------------*/

#Frame {
	background: url(/img/body_bg.gif) repeat-x center top #ffffff;
}

#FrameSecondary {
	background: url(/img/secondarybody_bg.gif) no-repeat top right #ffffff;
}

#Content {
	width: 940px;
	padding: 20px 0px 25px 0px;
	margin: 0px auto 0px auto;
}

#ContentSecondary {
	width: 940px;
	padding: 20px 0px 25px 0px;
	margin: 0px auto 0px auto;
}

#SubCol {
	float: left;
	width: 205px;
height: 400px;
	padding: 0px 40px 0 0;
}

#MainCol {
	float: left;
	width: 520px;
	margin: 5px 0px 0 0;
}

#FullCol {
	float: left;
	width: 940px;
height: 520px;
	margin: 0 0px 0 0;
padding: 0;
position: relative;
}

/*--------------HEADER ELEMENTS----------------*/

img { border: none; }

#Header {
	background: url(/img/header_bg.gif) repeat-x #0b0b0b;
	height: 31px;
	margin: 0;
	padding: 18px 0 0 0px;
}
#HeaderContent {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}

#HeaderRight {
	float: right;
	position: relative;
	width: 560px;
}

#Logo {
	float: left;
	position: relative;
	display: inline;
	text-indent: -9999px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	height: 16px;
	width: 301px;
	background: url(/img/logo.gif) no-repeat top left;
	}
#Logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 301px;
	height: 16px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	}

#Logo a span, #Logo span { display: none; }


/*------------------------NAVIGATION-----------------------------*/

#navigation {
	float: right;
	padding: 0 0 0px 0px;
	margin: 0px 0 0 0;
}

#navigation ul {
	padding: 0;
	margin: 0;

}

#navigation li {
	list-style-type: none; 
	float: left;
	position: relative;
	top: 0;
	margin: 0 0px 0 0;
	padding: 0px 0 0 0;
	z-index: 1000;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	display: inline;
	}

#navigation a {
	position: relative;
}

#navigation a {
	float: left;
	margin: 0 10px 0 10px;
	padding: 3px 6px 3px 6px;
	color: #ffffff;
	text-decoration: none;
	display: inline;
}


#navigation ul li.last {
	margin: 0 0 0 0;
	background: none;
}


#navigation ul li a:hover {
	color: #9bd9ea;
	text-decoration: none;
}

#navigation ul li a.selected, #navigation ul li a.selected:hover {
	color: #B9F00A;
	text-decoration: none;
	background: #2B2B2B;
}

#navigation ul li:hover a {
	color: #9bd9ea;
}

#navigation ul li a.selected {
	color: #B9F00A;
	background: #2B2B2B;
}

/*------------------------ SUB NAVIGATION-----------------------------*/
#SubNav {
	float: left;
	display: inline;
	padding: 0px 0 0 0;
	margin: 0 0 0px 0px;
	width: 204px;
}

#BodyText #SubNav ul {
	margin: 0;
	padding: 0;
}

#BodyText #SubNav ul li {
	list-style-type: none;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#BodyText #SubNav ul li a{
	float: left;
	width: 184px;
	height: 25px;
	padding: 8px 0px 0px 20px;
	margin: 0 0px 13px 0;
	color: #6e6e6e;
	background: url(/img/subnav_bg.gif) top left no-repeat;
}

#BodyText #SubNav ul li a.selected, #BodyText #SubNav ul li a.selected:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(/img/subnav_bg.gif) bottom left no-repeat;
}

#BodyText #SubNav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(/img/subnav_bg.gif) bottom left no-repeat;
}

/*--------------------MISCELLANEOUS-----------------------*/
form .group {
	float: left;
	padding: 0 0 10px 0;
}
.searchfield {
	float: left;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	border: 1px solid #ffffff;
	margin: 0 5px 5px 0;
	padding: 4px;
	height: 12px;
	top: 0px;
	font-size: 11px;
	width: 150px;
	color: #4D4D4D;
}

.gobutton {
	float: left;
	margin: 2px 0 0 0;
}

.inputfield {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	border: none;
	margin: 0 5px 0px 0;
	padding: 4px;
	height: 16px;
	top: 0px;
	font-size: 13px;
	width: 220px;
	color: #454545;
border: 1px solid #dfdfdf;
}

#HomeFeatureContainer {
	width: 100%;
	float: left;
	background: #333333;
	padding: 25px 0 25px 0;
}

#HomeFeature {
	width: 940px;
	margin: 0 auto 0 auto;
}

.homefeature {
	float: left;
	width: 263px;
	padding: 12px;
	background: #000;
	margin: 0 39px 0px 0;
position: relative;
}
.homefeature.last{
	margin: 0 0px 0px 0;
}

.homefeature h4 {
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.6em;
	display: inline;
}

.homefeature p {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	text-align: right;
}

.homefeature a:link, .homefeature a:visited { color: #CCCCCC; text-decoration: none;}
.homefeature a:hover, .homefeature a:visited:hover { color: #ffffff;text-decoration: underline;}

.homefeature h4 a, .homefeature h4 a:link{
	position: absolute;
	width: 263px;
	height: 114px;
	display: block;
}

#RenalPathology{
	float: left;
	width: 263px;
	height: 114px;
	text-indent: -9999px;
	background: url(/img/renalpathology_homebottom.gif) no-repeat top left;
}

#Fellowships {
	float: left;
	width: 263px;
	height: 114px;
	text-indent: -9999px;
	background: url(/img/fellowships_homebottom.jpg) no-repeat top left;
}

#TheRenalBiopsy {
	float: left;
	width: 263px;
	height: 114px;
	text-indent: -9999px;
	background: url(/img/therenalbiopsy_homebottom.jpg) no-repeat top left;	
}

#TitleBarContainer {
	width: 100%;
	background: url(/img/transparent_black.png) repeat;
	padding: 20px 0 17px 0;
height: 28px;
overflow: hidden;
}
#TitleBar {
	width: 940px;
	margin: 0 auto 0 auto;
}

#TitleBar h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 2.3em;
}

#WestCoast{
position: absolute;
top: 140px;
left: 0;
width: 174px;
height: 73px;
text-indent: -9999px;
background: url(img/westcoast_button.png) top left no-repeat;
cursor: pointer;
}

#WestCoast:hover {
width: 174px;
height: 73px;
background: url(img/westcoast_button.png) 0 -73px no-repeat;
}

#MidwestSouth{
position: absolute;
top: 190px;
left: 336px;
width: 174px;
height: 73px;
text-indent: -9999px;
background: url(img/midwestsouth_button.png) top left no-repeat;
cursor: pointer;
}

#MidwestSouth:hover {
width: 174px;
height: 73px;
background: url(img/midwestsouth_button.png) 0 -73px no-repeat;
}

#EastCoast{
position: absolute;
top: 140px;
left: 700px;
width: 174px;
height: 73px;
text-indent: -9999px;
background: url(img/eastcoast_button.png) top left no-repeat;
cursor: pointer;
}

#EastCoast:hover {
width: 174px;
height: 73px;
background: url(img/eastcoast_button.png) 0 -73px no-repeat;
}

#Canada{
position: absolute;
top: 0px;
left: 570px;
width: 174px;
height: 73px;
text-indent: -9999px;
background: url(img/canada_button.png) top left no-repeat;
cursor: pointer;
}

#Canada:hover {
width: 174px;
height: 73px;
background: url(img/canada_button.png) 0 -73px no-repeat;
}

#ViewAll{
position: absolute;
top: 400px;
left: 750px;
width: 174px;
height: 73px;
text-indent: -9999px;
background: url(img/viewall_button.png) top left no-repeat;
cursor: pointer;
}

#ViewAll:hover {
width: 174px;
height: 73px;
background: url(img/viewall_button.png) 0 -73px no-repeat;
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    z-index: 9999;
    margin-left: -207px;
    width: 400px;
    background-color: #fff;
    color: #333;
border: 7px solid #a6a6a6;
    padding: 0px;
}

.jqmWindow h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 20px 0;
	font-size: 2.1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #ffffff; 
}

.jqmWindow label {
font-size: 0.9em;
margin: 0 5px 0 0;
}

#jqmCloseContainer {
float: right;
text-align: right;
}

.jqmClose {
height: 20px;
width: 20px;
padding: 0 0 5px 0;
}

.jqmOverlay { background-color: #000; z-index: 0;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#jqmHeader {
background: url(http://www.renal-path.com/img/mail_icon_large.gif) 15px 15px no-repeat #000;
border-bottom: 1px solid #dfdfdf;
padding: 19px 10px 0 90px;
margin: 0 0 0px 0;

}

.indicate-required {
text-align: right;
padding: 0px 0 10px;
}

#mce-success-response {
color: #70af2c;
}

#jqmBody {
padding: 12px 12px 12px 12px;
}
/*-------------- TEXT STYLING ELEMENTS -----------------*/

#BodyText{
	float: left;
	width: 940px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#BodyText.secondary {
	background: url(/img/secondary_bg.gif) top left repeat-y;
}

#BodyText p {
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #4D4D4D; }
	
#BodyText #RightCol p {
	padding: 0px 0px 35px 0px;
	margin: 0;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.6em;
	text-indent: 0px;
	color: #333333; }

#BodyText #RightCol p a:link {
	font-size: 0.9em;
}

#BodyText h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 2.6em;
	line-height: 1.3em;
	font-weight: normal;
	color: #3B8994; 
}

#BodyText h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 20px 0;
	font-size: 2.6em;
	line-height: 1.3em;
	font-weight: bold;
	color: #9DCC09; 
}

#BodyText h4 {
	padding: 0px 0px 3px 0px;
	margin: 0px 0 0px 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #F9A51A; 
}

#BodyText ol {
	padding: 0px 0px 15px 15px;
	margin: 0 0 0 15px;
}
	
#BodyText ol li {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #595959; }


#BodyText ul {
	padding: 0px 0px 15px 25px;
	margin: 0;
}
	
#BodyText ul li {
	list-style-type: disc;
	padding: 0px 0px 0px 5px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #595959; }

#BodyText ul.pdficon {
	padding: 0px 0px 15px 20px;
	margin: 0;
}
	
#BodyText ul.pdficon li {
	list-style-type: none;
	padding: 7px 0px 15px 40px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #595959; 
	background: url(http://www.renal-path.com/images/uploads/pdf_icon.gif) top left no-repeat;
}

#BodyText ul.breadcrumbs {
	padding: 0px 0px 10px 0px;
	margin: 0;
}

#BodyText ul.breadcrumbs li {
	list-style-type: none;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.8em;
	text-transform: uppercase;
	color: #5B5B5B; }

#BodyText ul.breadcrumbs li a:link, #BodyText ul.breadcrumbs li a:visited{
	padding: 0 10px 0 0;
	margin: 0 2px 0 0;
	background: url(/img/breadcrumb_separator.gif) right 5px no-repeat;
}
		
#BodyText a:link, #BodyText a:visited { color: #8BC53F; text-decoration: none;}
#BodyText a:hover, #BodyText a:visited:hover { color: #333333;text-decoration: underline;}

#BodyText p a:link, #BodyText p a:visited { color: #8BC53F; text-decoration: none;}
#BodyText p a:hover, #BodyText p a:visited:hover { color: #333333;text-decoration: underline;}

/*-------------- Copyright Footer -----------------*/

#Copyright {
	background: url(/img/footer_bg.gif) repeat-x top left;
}

#CopyrightContent {
	margin: 0 auto 0px auto;
	padding: 25px 0px 0px 0px;
	width: 940px;
	text-align: left;
	height: 170px;
}

#Copyright .col1, #Copyright .col2, #Copyright .col3, #Copyright .col4 {
	float: left;
	width: 155px;
}

#Copyright .col5 {
	text-align: right;
}

#Copyright .right {
	float: right;
	text-align: right;
	width: 485px;
	padding: 40px 0 0 0;
}

#Copyright p{
	color: #8BC53F;
}

#Copyright h4 {
	margin: 0px 0px 0 0;
	padding: 0px 0px 13px 0px;
	color: #848484;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	}

#Copyright ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0px 0 0;
}

#Copyright ul li {
	padding: 0px 0px 8px 0px;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
}

#Copyright ul li.mailinglist {
	padding: 0px 0px 8px 24px;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
	background: url(/img/mail_icon.gif) no-repeat top left;
}

#Copyright .right ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0 0px 0 0;
}

#Copyright .right ul li {
	float: left;
	padding: 0px 0px 0px 15px;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #848484;
	font-weight: normal;
}

#Copyright a:link, #Copyright a:visited { color: #E6E6E6; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #ffffff;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }