/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		background:#fff;
		color:#000;
	}
	
	body {
		min-width:800px;
	}
	
	
	#wrap {
		background:#fff url(../images/jd_bg.gif) repeat-y left;
		margin:0 auto;
		width:727px;
	}
	
	#header {
		background:#fff;
		background-image: url(../images/jd_header.gif);
		background-repeat: no-repeat;
		background-position: left top;   
		height:124px;
		width:727px;
	}

	#nav {
		background:#666;
		text-align:center;
	}
	
	#nav ul{
	margin:0;
	padding:17px;
	list-style-type: none;
	}
	
	#nav li{
	display:block;
	margin:0;
	padding:0;
	width: 206px;
	height:22px;
	}
	
	#nav li a {
	display:block;
	text-decoration:none;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.blue {
	height:22px;
	width:206px;
	overflow:hidden;
	background-image: url(../images/button_blue.gif);
	background-position: left top;
}

.blue:hover {
	background-image: url(../images/button_blue_hover.gif);
	background-position: bottom top;
}

.grey {
	height:22px;
	width:206px;
	overflow:hidden;
	background-image: url(../images/button_grey.gif);
	background-position: left top;
}

.grey:hover {
	background-image: url(../images/button_grey_hover.gif);
	background-position: bottom top;
}
	
	#main {
	background:#fff;
	float:right;
	width:480px;
	top:124px;
	}
	
	#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	padding-right: 15px;
	padding-top: 0;
	padding-left: 0;
	text-align: justify;
}

#main a {color: #666;}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background-color:#69f;
	padding-right: 15px;
	padding-left:15px;
	margin-top:0;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	color: #69f;
	padding-right: 15px;
	padding-left: 15px;
}
	
	#sidebar {
	float:left;
	width:241px;
	height:357px;
	top:124px;
	clear:both;
	}
	
	body#home #sidebar {background:#666 url(../images/home_mission.gif) no-repeat left bottom;}
	
	#links p {padding-left:25px;}
	#bio p {padding-left:15px;}
	
	#footer {
		background:#fff url(../images/jd_footer.gif) no-repeat left top;
		clear:both;
		height: 123px;
		width: 727px;
		text-align:center;
	}
	
	#fnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc9;
	text-decoration: none;
	position:relative;
	top: 80px;
	text-align:center;
	height: 16px;
}

	#fnav a {
	color: #cc9;
	text-decoration: none;
}

	#fnav a:hover {
	color: #cc9;
	text-decoration: underline;
}

	#author {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	position:relative;
	top: 80px;
	line-height: 16px;
	}
	
	#author a {
	color: #999;
	text-decoration: none;
	}	
	
	#author a:hover{
	text-decoration: underline;
	}
		
	#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	position:relative;
	top: 80px;
	height: 16px;
	}
	
	.error {
	font-weight: bold;
	color: #6699FF;
	
	}.left {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

	.right {
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.biophotos {
	text-align: center;
}

.biophotos img{
	margin-top: 0px;
	margin-bottom: 12px;
}


#etsy {width:480px; text-align:right; padding:6px 0 1px 0; float:right;}

/*- Top Holiday Banner--------------------------- */
#banner {
	background:url("../images/ribbon.jpg") no-repeat top right;
	width:196px;
	height:217px;
	text-align:center;
	margin-left:75px;
	position:absolute;
	top:0;	
}

