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

/* content page css */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
    line-height: 1.3em;
	text-transform:capitalize;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #989794;
}


dt {
       font-weight: bold;
	font-style: italic;
       font-size: 1em;
       margin-bottom: 0px;
}

dl {
	margin-botttom: 10px;
}

dd {
	margin-bottom: 10px;
}

#content {
	height:auto;
    min-height: 460px;	
	width: 960px;
}

/* Left navigation */

#leftnav {
	width: 168px;
	float: left;
	margin-left: 5px;
}

#leftnav ul {
    width: 150px;
	border-top: 1px solid #efe7d6;
    }

#leftnav li {
    border: none; /*for clarity*/
    position: relative;
    display: table;
    height: 42px;
    width: 100%;
	border-bottom: 1px solid #efe7d6;
    }


#leftnav a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 150px;
	padding-left: 10px;
	line-height: 18px;
    }
	
#leftnav a, #modules a {
	color: #4d4d4d;
	text-decoration: none;
	position: relative;
	 
}

#modules a:hover {
	color: #000;
       background-color: #c8c5bd;
}
/* star html hacks read by IE-Mac and IE-Win<7 */

* html #modules a { /* link box */
    display: block; /*table-cell is not supported, and we need that width/height for the maxed clickable area */
    }

* html #modules a span { /* contains the link text */
    display: inline-block; /* these two inline-blocks sit side-by-side in one line */
    vertical-align: middle; /* aligns with respect to the line box of b.openm */
    }

* html #modules b.opnm { /* empty vertical opener extra element */
    display: inline-block; /* these two inline-blocks sit side-by-side in one line */
    vertical-align: middle; /* I don't understand why, but it is needed in IE6 */
    height: 100%; /* opens the line-box to the current height of the link box */
    width: 1px; /* IEMac needs a width for inline-block to exist */
    margin-left: -1px; /* compensate for width, keep them in one line */
}


/*
#leftnav a span {
	display: block;
}	

#leftnav  a:hover {
    background: transparent url('/css/images/leftnavgrad.jpg') repeat-x;	
}
*/

#maincontent {
	width: 580px;
	float: left;
	margin-left: 10px;
}

#maincontentwide {
	width: 738px;
	float: left;
	margin-left: 20px;
}


#modules {
	width: 160px;
	float: left;
	margin: 0 0 0 20px;
}

#modules ul {
/*	padding: 10px 0; */
	margin-bottom: 10px;
	background-color: #ebe8de;
}

#modules.contentsubnav {
            margin-left: 4px;
            width: 170px;
}

#modules.contentsubnav ul {
            background: none;
}

#modules.contentsubnav li {
            background: none;
			border-bottom: 1px solid #efe7d6;
}

#modules.contentsubnav li {
            background: none;
			border-bottom: 1px solid #efe7d6;
}

#modules.contentsubnav ul.modulelist {
			border-top: 1px solid #efe7d6;	
}

.articleblock {
        background-color: #eaeaea;
        margin: 20px 0;
        padding: 20px;
        border: 2px solid white;
       line-height: 1.4em;
       position: relative;
}

.articleblock a:hover {
      text-decoration: underline;
}

.comments {
        margin: 20px 0;
        padding: 20px;
}
.articleblock .date {
        font-style: italic;
        font-weight: bold;
        margin-bottom: 15px;
}

.articleblock img {
	float: right;

    border: 1px solid white;
}

#gallery img {
float: none;

}	

.articleblock img.centered {
	float: none;
    margin-left: auto;
    margin-right: auto;
}

.staffphoto {
	float:left !important;
    margin: 0 10px 10px 0 !important;
    border: 2px solid white !important;
    position: relative;    
}

table.searchresults th {
    font-size: 2em;
    font-weight: bold;
    color: #6F6F6F;
 padding: 10px;
}

table.searchresults td {
    padding: 10px;
    background: #eaeaea;
    border: 2px solid #f4f2ec;
}