/* CSS Document for The Renal Network - last updated 1/23/2008 */
html {
	width: 100%;
	height: 102%;
	margin-bottom: 1px;
}
body {
	width: 100%;
	height: 102%;
	padding: 0;
	margin: 0 0 1px 0;
	text-align: center;
	color : #000000;
	background-color: #4d87b6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size: 125%;
	color: #000;
	padding: 0 0 10px 0;
	margin: 0;
}
#content h2 {
}
#content h3 {
}
#content p {
}
#upper {
	font-size: 75%;
}
#header h1 {
	font-size: 140%;
}
#header p {
	font-size: 80%;
}
#footer {
	font-size: 70%;
}
/* Wrapper Styles */
#wrapper-upper {
	width: 100%;
	text-align: center;
	background: #FFFFFF url("../images/upperBG.gif") repeat-x bottom;
	position: relative;
}
#wrapper-header {
	width: 100%;
	text-align: center;
	color: inherit;
	background: #2b439d;
	position: relative;
	border-top: 2px solid black;
}
#wrapper-lower {
	width: 100%;
	text-align: center;
	background: url("../images/lowerBG.gif") repeat-x top;
	position: relative;
}
/* Header Styles */
#upper {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: right;
	padding: 5px 5px 10px 5px;
	position: relative;
} /*Top Links*/
#upper ul, #footer ul, #subNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#upper li, #footer li {
	display: inline;
	padding-left: 5px;
}
#upper a {
	color: blue;
}
#upper a:hover {
	color: black;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: center;
	position: relative;
} /*Logo area*/
#header img {
	width: 684px;
	text-align:center;
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header div#mission {
	width: 500px;
	text-align:center;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#mission h1 {
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #FFF;
	background-color: inherit;
}
div#mission p {
	padding: 5px;
	margin: 0;
	color: #FFF;
	background-color: inherit;
	font-style: italic;
}
#navigation {
	float: left;
	width:780px;
	;
	background:#2b439d url("../images/bg.gif") repeat-x bottom;
	font-size:80%;
	line-height:normal;
}
#navigation ul {
	margin:0;
	padding:2px 10px 0 0px;
	list-style:none;
}
#navigation li {
	float:left;
	background:url("../images/left_both2_home.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	border-bottom:2px solid #000;
	background-position: -2px 0;
	white-space: nowrap;
}
#navigation li.home {
	background-position: 0px 0;
} /*Fixes spacing on first item*/
#navigation a {
	float:left;
	display:block;
	width:.1em;
	background:url("../images/right_both2.gif") no-repeat right top;
	padding:5px 10px 4px 2px;
	text-decoration:none;
	font-weight:bold;
	color:#EEE;
	background-color: inherit;
	white-space: nowrap;
}
#navigation > ul a {
	width:auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a {
	float:none;
}
/* End IE5-Mac hack */
    #navigation a:hover {
	color:#333;
}
#navigation li#selected {
	background-position:0 -150px;
	border-width:0;
}
#navigation li#selected a {
	background-position:100% -150px;
	padding-bottom:6px;
	color:#333;
	background-color: inherit;
}
#navigation li:hover, #navigation li:hover a {
	background-position:-2% -150px;
	color:#333;
	background-color: inherit;
}
#navigation li.home:hover {
	background-position: 0 -150px;
}
#navigation li:hover a {
	background-position:100% -150px;
}
#lower {/* IE value - width: 780px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #c9c9c9 url("/images/tab-gradient.gif") repeat-x top left;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width: 776px; /* Modern Value */
}
#subNav {
	width: 200px; /* Modern Value*/
	padding: 5px 5px 5px 5px;
	color: inherit;
	background-color: #e1e1e1;
	float:right;
	margin-top: 20px;
}
#subNav ul {
	padding: 5px 10px;
}
#subNav li {
	padding: 3px 0;
}
#subNav a {
	color: blue;
	background-color: inherit;
	font-weight: bold;
	font-size: 85%;
}
#subNav a:hover {
	color: red;
	background-color: inherit;
}
#subNav a:active {
	color: black;
	background-color: inherit;
}
#subNav a#selected {
	color: black;
	background-color: inherit;
	text-decoration: none;
}
p.navI {
	font-size: 70%;
	font-style: italic;
}
#address {
	width: 200px;
	padding: 5px;
	color: inherit;
	background-color: #E1E1E1;
	float: right;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid black;
}
#address p {
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
}
#content {
	width: 530px;
	min-height: 340px;
	padding: 5px 10px;
	color: inherit;
	background-color: white;
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}
#footer {
	width: 780px;
	min-height: 85px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer p {
	float: left;
	width: 250px;
	padding: 0;
	margin: 0;
	display: inline;
	text-indent: 0;
	text-align:left;
	color: #FFF;
	background-color: inherit;
}
#footer ul {
	float: right;
	width: 400px;
}
#footer a {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}
#content p {
	font-size: .82em;
	line-height: 1.25em;
	text-indent: 0px;
	margin: 9px 2px;
}
#content p.noindent {
	text-indent: 0px;
}
.callout {
	padding: 5px 15px;
	background-color: #E1E1FF;
	font-size: .9em;
}
#content ul {
	list-style-type: disc;
	margin: 5px 5px 5px 25px;
	padding: 0;
}
#content li {
	padding: 3px 5px 3px 5px;
	font-size: .82em;
}
h2 {
	font-size: 1em;
	color: #333;
	background-color: inherit;
}
#content a {
	color: #00F;
	background-color: inherit;
}
#content a:hover {
	color: #F00;
	background-color: inherit;
}
#footer a.adobeReader, #content a.adobeReader {
	text-align: left;
	float: right;
	clear: both;
	width: 300px;
	min-height: 42px;
	padding: 5px 5px 5px 160px;
	background: #FFF url("/images/adobeReader-download.gif") no-repeat left center;
	color: #000;
	background-color: inherit;
	text-decoration: none;
	border: 1px solid #000;
	display: block;
	margin: 10px 0;
}
a.adobeReader:hover {
	color: #000;
	background-color: inherit;
}
a.adobeReader span.bluelink {
	color: #00F;
	background-color: inherit;
	text-decoration: none;
}
a.adobeReader:hover span.bluelink {
	color: #F00;
	background-color: inherit;
}
p.last-update {
	float: right;
	display: block;
	clear: both;
	margin: 8px;
	padding: 0px;
	font-size: .55em;
	width: 300px;
}
span.pdf {
	color: #555;
	background-color: inherit;
	font-size: .75em;
}

