/* --------------------------------------------------
CSS Document For delawarekidney.com
-------------------------------------------------- */
body {
	background: #ffffff url(/images/template/background.png) repeat-y center top;
}
/* OUTER */

#outer {
	text-align:center;
	margin: 0 auto;
}

/* CONTAINER */
#container {
	width: 750px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
	background-color: #fff;
	text-align:left;
}
		
/* GENERAL MOJO AND MULA ****************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #660000;
	margin-bottom: 30px;
	background-color: #FFF;
}
		
h2 {
	color: #69312E;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h3 {
	color: #072253;
	font-size: 14px;
	font-weight: bold;
	margin: 4px auto 0 auto;
	padding: 8px auto auto auto;
	line-height: 16px;
	border-top: 1px dotted #89817f;
}

strong {
	color: #333333; /*072253*/
	font-weight: bold;
}
		
a {
	color:#660000;
	text-decoration: none;
	border-bottom: 1px dotted #89817f;
}

a:hover {
	color:#660000;
	background-color: #F5F5F5;
}

img {
	border: 0;
}
		
form {
	float:right;
	margin-top: -45px;
	font-size: 12px;
}
		
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 3px;
}
		
.button {
	padding: 2px;
}

p.right {
	text-align:right;
}

p.center {
	text-align:center;
}
.plainh3 {
	font-size:12px;
	font-weight:normal;
}
.viewphotobuffer {
	margin-left: 15px;
}
.floatRight {
	float:right;
	margin: 0 0 10px 10px;
}
		
/* HEADER ELEMENTS **********************************/
#header {
	border-bottom: 4px solid #7A2222;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}	

	/* the slogan */
	#header p { 
		margin-top: -20px;
		margin-left: 30px;
		color: #999999;
	}
		
	/* the logo */
	#header img {
		margin-bottom: 8px;
	}

/* NAVIGATION ELEMENTS ******************************/
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 140px;
	background-image:none;
}
#navigation ul#navlist ul {	/* submenu */
	float: none;
	font-size: 11px;
	color: #072253;
}
#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}
#navigation ul#navlist ul a {  /* submenu */
	text-indent: .5em;
	color: #072253;
}

#navigation a:link, #navlist a:visited {
	color:#660000;
	text-decoration: none;
}
#navigation ul#navlist ul a:link, #navlist ul#navlist ul a:visited { /* submenu */
	color: #072253;
}
		
#navigation a:hover {
	background-color: #F5F5F5;
	color:#333333;
}

/* THE SMALL BOX BELOW NAV */
#navigation p {
	margin-top: 40px;
	padding: 5px;
	font-size: 10px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
		
/* CONTENT ELEMENTS */
#content {
	width: 362px;
	margin-left: 180px;
	margin-right: 200px;
}
		
#content p {
	padding-bottom: 10px;
	border-bottom: 0px; /* A faint grey line below the text */
}
		
#content img.floatRight {
	float:right;
	margin: 8px 2px 8px 8px;
	border: 2px #e8e8e8 solid;
}

/* SIDEBAR ELEMENTS */
#sidebar {
	float: right;
	width: 175px;
}
		
#sidebar h2 {
	color: #072253;
	padding: 2px auto;
	margin: 6px auto auto auto;
	font-size: 14px;
}
		
#sidebar p.break {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
		
#sidebar img {
	margin-left:20px;
}

#sidebar ol {
	margin-left: 0;
	padding-left: 22px;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: decimal;
}

/* FOOTER ELEMENTS */
#footer {
	margin-top: 20px;
	clear: both;
	border-top: 4px solid #7A2222;
	padding: 0px 5px;
}
		
#footer p {
	color:#666666;
	padding: 5px;
}
		
#footer p a {
	color: #666666;
	border-bottom: 1px dotted #89817f;
}
		
#footer p a:hover {
	color: #666666;
	background-color:#F5F5F5;
}
