@charset "UTF-8";
/* CSS Document */

/* Imports
----------------------------------------*/
@import url("style.css");



/* Layout
----------------------------------------*/
#masthead{padding-bottom:25px; background:url(../images/divider_hor.gif) bottom left repeat-x;}
.staff_photo{width:80px; height:120px; float:left; overflow:hidden; border:2px solid #ccc; margin:0 10px 0 0;}
.staff_info{width:400px; float:left;}
.staff_container{padding-bottom:10px;}
.staff_container2{background: url(../images/divider_hor.gif) left top repeat-x; padding:20px 0 10px 0;}
.right_col ul, .right_col ol {margin-left:15px;}
.right_col a{text-decoration:underline;}
.section_divider{background: url(../images/divider_hor.gif) left bottom repeat-x; padding:10px 0 15px 0; height:5px; overflow:hidden; width:100%;}
.date{font-size:90%; color:#666666;}
h1.headline{margin-bottom:0; padding-bottom:.25em;}
.staff_photo_view{float:left; overflow:hidden; border:2px solid #ccc; margin:0 10px 20px 0;}
.staff_info_view{width:400px; float:left; margin-bottom:20px;}
div.paginate{margin:0 auto; width:400px; text-align:center;}
.paginate a{font-family:Arial, Helvetica, sans-serif;}
/* Left Nav
----------------------------------------*/
ul.left_nav{
	padding-bottom:20px; 
	list-style:none; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-transform:uppercase; 
	font-size:12px; 
	letter-spacing:.075em;
	}
ul.left_nav li a{
	font-weight: normal; 
	background:url(../images/left_nav_bg.gif) left bottom repeat-x; 
	height:35px; 
	padding: 10px 0 0 0; 
	display:block; 
	width: 260px;
	}
ul.left_nav li a:hover, ul.left_nav li a:active, ul.left_nav li a:focus {
	text-decoration:none; 
	background:url(../images/left_nav_bg_on.gif) left bottom repeat-x;
	}
ul.left_nav li.active a {color:#000;}


