@charset "UTF-8";

/* Typography */

body {
    font: 62.5%/150% Verdana, Arial, Helvetica, sans-serif;
}
a {
    color: #005521;
}
a:hover {
    text-decoration: none;
}
a:visited {
    color: #666;
}
b {
    font-weight: bold;
}
i {
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #063;
    line-height: 125%;
    margin: 1.6em 0 0.5em 0;
}
h1, h6 {
	font-family: 'Lato', serif;
  	font-style: normal;
  	font-weight: 300;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: none;
	line-height: 1em;
	margin:  1em 0 1em 0;
	color: #063;
	font-size:  250%;
	line-height:  145%;
}

h1.pagetitle, h1.sitetitle {
    margin: 0 0 0.5em 0;
}
div#header h1 {
	margin: 0;	
}
h2 {
    font-size: 1.3em;
	margin:  2em 0 1.5em 0;
}
#footer h2 {
    font-size: 1.1em;
}
h3 {
    font-size: 1.2em;
	
}
h4, h5 {
    color: #000;
	color: #333;
    font-size: 1.1em;
}
h6 {
	font-size:  200%;
}
div#container1 {
    text-align: center;
}
div#container2 {
    text-align: left;
}
div#navleft {
    font-size: 1.2em;
}
div#navmenu ul li a {
    text-decoration: none;
    line-height: 120%;
    color: #000;
    font-weight: bold;
}
div#navmenu ul li ul li a {
    font-size: 0.92em;
    font-weight: lighter;
}
div#blurb {
    font-size: 1.2em;
	line-height: 135%;
}
div#column1, div#column2, div#column3 {
    font-size: 1.1em;
    line-height: 150%;
}
p, li, table {
    margin: 0 0 0.8em 0;
}
ul {
    list-style-type: disc;
	margin-left: 30px;
}
ol {
    list-style-type: decimal;
	margin-left: 30px;
}
th, td {
    padding: 0.3em;
	vertical-align: top;
}
div#breadcrumb {
    margin-bottom: 1.5em;
    line-height: 145%;
}

/* Find a Person */
div#findPerson a {
    color: #005521;
    font-size: 1em;
}

/* Paginator */
div.paginator {
    margin-bottom: 0.5em;
    font-size: 0.92em;
    display: block;
    text-align: right;
    line-height: 2em;
}
div.paginator a {
    padding: 1px 4px 2px 4px;
    margin-right: 5px;
    background: none;
    text-decoration: none;
    color: #063;
}
div.paginator a.here {
    border: 1px #999 solid;
    font-weight: bold;
    color: #000;
}
div.paginator div.pagenumbers {
    float: left;
}
div.paginator a.previousnext {
    font-weight: bold;
    margin-left: 10px;
}
div.paginator a:hover {
    background-color: #ffe144;
    color: #000;
}
div.paginator form {
    display: inline;
}
div.paginator form select {
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Data Pager */
div.datapager {
    margin: 1em 0;
    font-size: 0.92em;
    display: block;
    line-height: 2em;
	width: 600px; /* Removed border and padding, added width */
}

div.datapager2 {
    border-bottom: none;
    border-top: solid 1px #ccc; /* Changed border colour to ccc */
    padding-bottom: 0;
    padding-top: 1em;
    margin-top: 2em;
}
div.datapager div.pagenumbers {
    float: right;
}
div.datapager a {
    padding: 1px 4px 2px 4px;
    margin-right: 5px;
    text-decoration: none;
    color: #063;
}
div.datapager span.here {
    padding: 1px 4px 2px 4px;
    margin-right: 5px;
    border: 1px #999 solid;
    font-weight: bold;
    color: #000;
    background: none;
}
div.datapager a.previousnext {
    font-weight: bold;
    margin-left: 10px;
}
div.datapager a:hover {
    background-color: #ffe144;
    color: #000;
}

/* Modules */
div#events, div#news, div#announcements, div#profiles, div#inTheNews {
    font-size: 1.0em;
    margin-bottom: 1.6em;
}
div#events ul, div#news ul, div#announcements ul, div#profiles ul, div#inTheNews ul, div#profilelist ul {
    margin-left: 0;
}
div#events ul li, div#news ul li, div#announcements ul li, div#profiles, div#inTheNews ul li, div#profilelist ul li {
	width: 100%;
    margin: 0 0 1.4em 0;
    list-style-type: none;
}
div#events h2 span, div#news h2 span, div#announcements h2 span, div#profiles h2 span, div#blurb h2 span, div#inTheNews h2 span {
    margin-left: -9999em;
}
div#events h2, div#news h2, div#announcements h2, div#profiles h2, div#blurb h2, div#inTheNews h2 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.6em;
    height: 25px;
}
div#events h2 {
    background: url(img/hdr_events.gif) 0 0 no-repeat;
}
div#announcements h2 {
    background: url(img/hdr_announcements.gif) 0 0 no-repeat;
}
div#news h2 {
    background: url(img/hdr_news.gif) 0 0 no-repeat;
}
div#blurb h2 {
    background: url(img/hdr_about.gif) 0 0 no-repeat;
}
div#profiles h2 {
    background: url(img/hdr_profiles.gif) 0 0 no-repeat;
}
div#inTheNews h2 {
    background: url(img/hdr_inthenews.gif) 0 0 no-repeat;
}
div#events h2 a, div#announcements h2 a, div#profiles h2 a, div#news h2 a, div#inTheNews h2 a {
    display: block;
    height: 25px;
}
div#events h2 a, div#news h2 a, div#profiles h2 a {
    width: 80px;
}
div#announcements h2 a, div#inTheNews h2 a {
    width: 180px;
}
div#events ul li h3, div#news ul li h3, div#profiles h3, div#announcements ul li h3, div#profiles ul li h3, div#inTheNews ul li h3, div#profilelist ul li h3 {
    margin: 0;
    font-size: 1em;
}
div#events ul li h3 a, div#news ul li h3 a, div#profiles h3 a, div#announcements ul li h3 a, div#profiles ul li h3 a, div#inTheNews ul li h3 a {
    color: #000;
    text-decoration: none;
}
div#events ul li h3 a:hover, div#news ul li h3 a:hover, div#profiles h3 a:hover, div#announcements ul li h3 a:hover, div#profiles ul li h3 a:hover, div#inTheNews ul li h3 a:hover {
    text-decoration: underline;
}
div#column1 div#events li h3, div#column1 div#news li h3, div#column1 div#announcements li h3, div#column1 div#profiles li h3, div#column1 div#inTheNews li h3 {
    font-size: 1em;
}
div#events ul li p, div#news ul li p, div#profiles p, div#profile ul li p, div#announcements ul li p, div#profiles ul li p, div#inTheNews ul li p, div#profilelist ul li p {
    margin: 0.3em 0 0 0;
    line-height: 135%;
}
div#events img, div#news img, div#profiles img, div#inTheNews img {
    border: none;
    padding: 0 0 0.5em 0;
}
div#events ul, div#news ul, div#inTheNews ul, div#profilelist ul {
    padding: 0;
    display: inline-block;
}
div#events ul li, div#news ul li, div#inTheNews ul li, div#profilelist ul li {
    display: inline-block;
}
div#events ul li.withDivider, div#news ul li.withDivider, div#inTheNews ul li.withDivider, div#profilelist ul li.withDivider {
    border-bottom: #ccc solid 1px;
    padding: 0 0 1em 0;
    margin-bottom: 0.6em;
}
div#events ul li a img, div#news ul li a img, div#profiles a img, div#inTheNews ul li a img {
    padding: 3px 10px 0 0;
    float: left;
}
div#events ul li h3, div#news ul li h3, div#profiles h3, div#inTheNews ul li h3 {
    line-height: 120%;
    margin: 0 0 3px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 50px;
	overflow: hidden;
}
div#events ul li p, div#news ul li p, div#profiles p, div#inTheNews ul li p {
    font-weight: normal;
    margin-left: 0;
	min-width: 50px;
	overflow: hidden;
}

/* Profile page */
div#profilelist a img {
    border: none;
    padding: 0 0 0.5em 0;
    padding: 3px 10px 0 0;
    float: left;
}
div#profiles div {
	display: inline-block;	
}
div#profilelist ul li h3, div#profilelist ul li p {
	overflow: hidden;	
}

/* News archives */

ul.storylist, ul.searchresults {
	margin-left: 0;
    margin-bottom: 1.8em;
	width: 600px; /* Added width */
}
div#column1 ul.storylist li, div#column1 ul.searchresults li {
    border-top: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 0.8em 0 0.8em 0;
    font-size: 0.92em;
    position: relative;
    line-height: 125%;
}
div#column1 ul.storylist li:hover, div#column1 ul.searchresults li:hover {
    background-color: #fffcca;
}
div#column1 ul.storylist li a, div#column1 ul.searchresults li a {
    text-decoration: none;
    color: #063;
    font-weight: bold;
    display: block;
    width: 470px; /* Changed from 360px */
}
div#column1 ul.storylist li p, div#column1 ul.searchresults li p {
    margin-top: 0.3em;
}
div#column1 ul.storylist li a:hover, div#column1 ul.searchresults li a:hover {
    text-decoration: underline;
    color: #000;
}
div#column1 ul.storylist li div.storyinfo, div#column1 ul.storylist li.withimage div.storyinfo, div#column1 ul.searchresults li div.storyinfo {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 0.92em;
    color: #333;
    text-transform: uppercase;
}
div#column1 ul.storylist li div.storyinfo a, div#column1 ul.searchresults li div.storyinfo a {
    display: inline;
    margin-right: 6px;
}
div#column1 ul.storylist li.last a {
    font-weight: normal;
}
div#column1 ul.storylist li.withimage {
    min-height: 90px;
}
div#column1 ul.storylist li.withimage img {
    position: absolute;
    left: 0;
}
div#column1 ul.storylist li.withimage div.storyinfo img {
    position: relative;
}
/* Changed margin */
div#column1 ul.storylist li div.teaser {
    font-size: 1em;
    margin: 0 0 0 100px;
    width: 470px;
}
/* Added narrow width for teaser with image */
div#column1 ul.storylist li.withimage div.teaser {
	width: 360px;
}
div#column1 ul.storylist li div.teaser a, div#column1 ul.searchresults li div.teaser a {
    width: auto;
}
li.last a {
    text-decoration: none;
    font-weight: bold;
}
li.last a:visited {
    color: #063;
}
li.last a:hover {
    color: #063;
    text-decoration: underline;
}
/* Remove left margin from unbulleted lists */
table.categories ul, div.toolbar ul, div#rss ul {
	margin: 0;
	padding: 0;
}

/*  Footer */
div#footer a {
    text-decoration: none;
    color: #000;
}
div#footer ul {
	margin-left: 0;
    list-style-type: none;
}
div#footer div.footercolumn ul li a, div#footer div.footercolumnfirst ul li a {
    color: #666;
    font-size: 1.1em;
}
div#footer a:hover, div#copyright a:hover, div#footer div.footercolumn ul li a:hover, div#footer div.footercolumnfirst ul li a:hover {
    text-decoration: underline;
    color: #000;
}
