/*  CSS Document  */

/*  Global Values
	=================================  */
   
	* { margin:0; padding:0; }
	
	body {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
	color: #666;
	}
	
	img { border:none; }
	ul,li { list-style-type:none; }	
	.clear { clear: both; }
   
   
/*  Container Divs
	=================================  */
   
	#wrapper {width: 750px; margin-left: auto; margin-right: auto; margin-top: 20px;}
	#shell {margin-top: 25px; background-image: url(images/shared/bkd-mainline-ytile.gif); background-repeat: repeat-y; }
	#navigation {float: left; width: 125px; padding-right: 5px; font-size: 11px; font-weight: bold; text-decoration: none; color: #039;}
	#content {float: left; width:609px; }
	#footer { background-color: #039; font-size: 11px; height: 25px; line-height: 25px; color: #fff;}
	

/*  Content Divs
	=================================  */
	
	#content .padding {margin-left: 25px; }
	#content .columnHolder { width: 584px; background-image:url(images/home/columnLines.gif); background-repeat: repeat-y; }
	#content .columnWithLine {float: left; margin-right: 6px; margin-bottom: 6px; margin-left: 6px; padding-right: 10px; /* border-right-color: #ccc; border-right-width: 1px; border-right-style: solid;*/ width: 170px; }
	#content .columnNoLine { float: left; margin-right: 2px; margin-bottom: 6px; margin-left: 6px;  width: 175px; }
	#content .interiorTextColumn {width: 400px;}
	#content .bioPic { width: 126px; float: right; padding-left: 15px; padding-bottom: 15px; }

	

/*  Typography
	=================================  */
	
	#content h1 {font-family: "Times New Roman", Times, Georgia, serif; color: #039; font-size: 19px; margin-top: 5px; margin-bottom: 5px;}
	#content h2 {color: #333; font-size: 14px; margin-top: 5px;}
	#content p {margin-top: 8px;}
	
	#content ul {padding-left: 25px; padding-bottom: 25px; padding-top:10px;}
	#content li {list-style-type: disc; margin-top: 5px;}
	
	#content a:link {color:#039; text-decoration:underline;}
	#content a:visited {color: #666; text-decoration:underline;}
	#content a:hover { color: #333; text-decoration:underline; }
	
	#footer p {margin-left: 161px;}
	
/*  Navigation
	=================================  */
	
	#navigation a:link { font-weight: normal; color: #333; text-decoration: none;}
	#navigation a:visited { font-weight: normal; color: #333; text-decoration: none;}
	#navigation a:hover { font-weight: normal; text-decoration: none; color: #039;}
	
	#navigation .current a:link {font-weight:bold; text-decoration:none; color: #039;}
	#navigation .current a:visited {font-weight:bold; text-decoration:none; color: #039;}
	#navigation .current a:hover {font-weight:bold; text-decoration:none; color: #039;}

	#navigation li {padding-bottom: 5px;}
	#secondaryNav li {padding-left: 9px; padding-top: 5px; padding-bottom: 0px;}