
body 
{
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-align: center;
}

a img { border-style: none; }
a { display: block; }
a:link { color: #981793; }
a:visited { color: #444; }
a:hover {  }
a:active { color: #BDD100; }

p, address { margin: 0.2em 0.2em 0.7em 10px; }

.clear { clear: both; }
#content 
{
	background-color: #FFF;
	margin: 0 0 0 180px;
	padding-right: 15px;
	line-height: 1.45;
}

#content hr {
	margin: 1em auto;
	width: 90%;
}

#content p, #content li { font-size: 112%; }

#content li p { font-size: 100%; margin-left: 0;}

#content a { display: inline; color: #000; }
#content p a, #content li a {
	/*background-color: #D3DE7B;
	background-color: #E6EAC5;
	background-color: #EEF2C6;*/
	padding: 0.15em;
}
#content a:hover { background-color: #BCD000; }
#content a:visited { color: #444; }

#content h1 a, #content h2 a, #content h3 a, #content h4 a { background-color: transparent; text-decoration: none; padding: 0.1em 0; color: #272328; /* - DG */}
#content h1 a:hover, #content h2 a:hover { background-color: transparent; text-decoration: underline; }

#content h1
{
	color: #000;
	/*font-size: 170%; - DG */font-size: 130%;
	font-weight: bold; /* - DG */
	margin: 0 0.4em 0.35em 10px;
	line-height: 1.3;
}

#content h2 
{
	color: #000;
	font-size: 150%;
	font-weight: bold;
	margin: 0.5em 0.2em 0.5em 10px;
}

#content h3 
{	
	color: #000;
	font-size: 130%;
	margin: 0.2em 10px 0.6em 10px;
	line-height: 1.2;
}

#content h4
{
	margin: 0.5em 0.2em 0.2em 10px;
	font-size: 125%;
	font-weight: bold;
}

#content li
{
	margin-bottom: 0.2em;
}

#content img {
	margin: 0.5em;
}
#content img.thumbnail {
	float: left;
	margin: 0 1em;
}


#content #summary { /* - DG */
margin-left: 1.5em;
padding-bottom: 15px;
border-bottom: 5px #000 solid;
margin-bottom: 15px;
}
#content #summary img { /* - DG */
margin: 0;
margin-top: 3px;
}

.show { display: block; }

.title
{
	font-weight: bold;
	padding-left: 100px;
	position: relative;
}
.item_title {
	color: #000;
}
.item_title a
{
	text-decoration: none;
	font-weight: bold;
}

.item_content
{
	padding-left: 135px;
}

.item_content p
{
	margin-left: 0px;
}
#content div.item_content h3, #content div.item_content h3 a {
	background-color: transparent;
	margin-left: 0;
	padding-left: 0;
}
#content div.item_content h3 a:hover {
	text-decoration: underline;
}

#content div.item_image a {
	background-color: transparent;
}

.item_image
{
	float: left;
	padding-left: 10px;
}


.press_title
{
	font-weight: bold;
	padding-left: 0px;
}

.date
{
	font-weight: normal;
	font-size: 90%;
	color: #aaa;
}

.divider
{
	border-top: 1px solid #DFDFDF;
	margin: 0px 0px 0px 5px;

}

/*

	Staff page styles

*/

#content .staff_index_item h3 a {
	padding-left: 0;
}
.staff_index_thumbnail
{
	float: left;
	margin: 0 0.5em 0.5em 0.5em;
}
#content .staff_index_thumbnail img {
	margin: 0 0.5em;
}
.staff_page_thumbnail
{
	float: left;
	margin: -0.5em 0.5em 0.5em 0.5em;
}



#header
{
	height:130px;
	background: #FFF;
}

#header img
{
	margin: 30px 0 0 0;
}

#strapline {
	text-align: right;
	font-size: 12pt;
	margin-top: -15px;
}

#search_box 
{
	float:right;
	margin: -20px 0 0 0;
}

#container 
{
	text-align:left;
}
#container 
{
	width:800px;
	margin:0 auto;
}

#wrapper 
{
	margin: 10px 0 0 0;
	background-color: #FFF;
	float: left;
	width: 640px;
}


/*

	Homepage Styles

*/

#wrapper.homepage a {
	background-color: transparent;
}

#wrapper.homepage a:hover {
	text-decoration: underline;
}
#wrapper.homepage p a:hover {
	background-color: #BCD000;
}
#wrapper.homepage h3 a {
	color: #fff;
}

.homepage #content .thumbnail {
	margin: 0.5em 1em 0.5em 0;
}
/*
#headline 
{
	height: 100%;
	margin-top: 5px;
}

#headline p 
{
	padding: 0 10px 0 0;
}

#headline img 
{
	float:left;
	margin: 0 10px 0 10px;
}
*/
#wrapper.homepage #content h3
{
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
	margin: 0.2em 10px 0.6em 10px;
	background-color: #666;
	padding: 0.2em;
	line-height: 1.2;
}

#content .home_info { margin: 0.5em auto 1.5em 1em; padding: 0 0 0.2em 0.5em; }
#content .home_info .clear { clear: both; } /* - DG */
#content .first { margin-bottom: 20px; } /* - DG */
#content .home_info img { /*float:left; - DG */ margin: 0 1em 0 0; }
#content .home_info p { padding-right: 10px; margin: auto auto 0 0; }
#content .home_info .date { margin: 0; font-size: 95%; color: #999; }

#content .home_info .images { float: left; width:100px; } /* - DG */
#content .home_info .images img { margin: 0; padding: 0; } /* - DG */
#content .home_info .summary { float: right; width: 317px;} /* - DG */

#content .home_info h1, .home_info h2, .home_info h3, .home_info h4 { margin-left: 0; }
#content .home_info h1 a, .home_info h2 a, .home_info h3 a, .home_info h4 a { padding: 0;}
#content .home_info h4 { /*font-size: 140%; - DG*/font-size: 125%; font-weight: bold; /* - DG */ line-height: 1.2; margin: auto; margin-bottom: 7px;}

/* #content .home_info */
span.event, span.publication, span.article, span.press {
	color: #fff;
	font-size: 70%;
	padding: 0.2em;
	margin: 0.15em 0.2em 0.2em 0;
}
span.event { background-color: #BCD000; }
span.publication { background-color: #666; }
span.article { background-color: #666; }
span.press { background-color: #BCD000; }


/* 
#press_info img 
{
	float:left;
	margin: 0 10px 0 10px;
}

#press_info h3 
{
	font-size: 14px;
	margin: 10px 0px -5px 8px;
	padding:0;
}
 */



/*

	Page Header styles

*/

#header_image 
{
	background:#FFF;
	height: 160px;
	margin: 0;
	padding: 0;
}
#header_image img 
{
	margin: 0;
	padding: 0;
}



/*

	Primary Navigation Styles

*/

#primary_navigation 
{
	float:left;
	width:180px;
	margin-left:-640px;
	text-align:left;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
	
	background-color: #dde792;
	background-color: #BCD000;
	height: 550px
}


#primary_navigation a
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
}

#primary_navigation a:hover
{
	background-color: #b1c800;
}

#primary_navigation ul ul li a
{
	color: #000;
	font-weight:normal;
	font-size: 11px;
	background-color: #ccc;
	line-height: 11pt;
}

#primary_navigation ul ul li ul li a{	/* Sub Sub menu */
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
}

#primary_navigation ul>li.active>ul>li.active>a,
#primary_navigation ul>li.active>ul>li.active>ul>li.active>ul>li.active>a
{	/* Styling of active menu item */
	background-color: #dedede;
}

/*No bullets*/
#primary_navigation ul li{
	list-style-type:none;
	line-height: 10px;
	background-color: #DDE792;
	background-color: #BCD000;
	border-bottom: 1px solid #E9F85E;
}

#primary_navigation ul li ul li { /* - DG */
	border-bottom: 1px solid #FDFFEF;
}

/*Menu hovers*/
#primary_navigation ul li:hover{
	background-color: #b1c800;
}

#primary_navigation ul ul li ul li:hover{
	background-color: #b1c800;
}

#primary_navigation ul ul li a.hover{	/* Sub menu */
	background-color: #b1c800;
}

/*No margin and padding*/
#primary_navigation ul {
	margin:0px;
	padding:0px;
}





/*

	Right column - Quick Links

*/

#extra {
	float: right;
	background: #FFF;
	width: 160px;
	margin-top: -160px;
	background-color: #CCC;
}
#extra a:link,
#extra a:visited { /* - DG */
text-decoration: none;
}
#extra a:hover { /* - DG */
text-decoration: underline;
}
#extra h3 {
	color: #FFF;
	background-color: #666;
	font-size: 12px;
	margin: -3px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-family: Arial, sans-serif;
}

#extra p {
	font-weight:bold;
	/*font-size:11px;*/
	padding-bottom: 2px;
}

.q_links {
	background-color: #CCC;
	font-size: 1.1em;
}
.q_links a { color: #000; line-height: 1.6; }
.q_links a:hover{ color: #000; }
.q_links a:visited{ color: #000; }

.q_links h3 a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background: none;
}
.q_links h3 a:hover {
	text-decoration: underline;
	color: #000; 
}
#extra .q_links h3 a:visited{ color: #fff; }
#rightbar { display: none; height: 291px; }

/* Footer */
#footer {
	background: #b1c800;
	color: #FFF;
	clear:left;
	width:100%;
	font-size: 9px;
	padding: 0.5em 0;
}
#footer a
{
	color: #fff;
	display: inline;
	text-decoration: none;
}
#footer ul, #footer li, #footer a, #footer p  {
	display: inline;
}
#footer p 
{
	margin: 0;
	padding: 5px 10px;
}



/*

	Articles Index Styles

*/

.articles_index_item {
	margin: 1em auto 0.2em 0.8em;
}
#content div.articles_index_item p {
	margin: auto auto 1em 1em;
}
.articles_index_item div {
	float: left;
}
.boxout {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 0.8em;
}



/*

	Form Styles

*/
#content form {
	width: 90%;
	margin: 0.2em auto;
}
#content form input[type="text"], #content form textarea, #wrapper form select {
	font-family: Arial, sans-serif;
	/* margin-bottom: 0.4em; */
}
#content form p{
	padding: 0; margin-left: 0;
}
#content form fieldset {
	/* border: none;
	background-color: #eee; */
	margin: 0 auto 0.8em auto;
}
#content fieldset legend {
	font-size: 120%;
	font-weight: bold;
	background-color: transparent;
}
#content label {
	vertical-align: top;
	margin-right: 0.5em;
	display: inline-block;
	width: 35%;
	padding-left: 0.2em;
}
#content .nowrap label {
	width: 80%;
}
#content form fieldset ul {
	list-style-type: none;
}
#content form fieldset ol li {
	margin: 1em;
}
#content form ul, div #content form li {
	margin-left: auto;
}
#content form ul ul, div #content form ul ul li {
	margin-left: 1em;
}
form .form_note {
	background-color: #84BBFF;
	border: 1px solid #00559F;
	padding: 1em;
}
form .errors {
	background-color: #ffdf9b;
	border: 1px solid #ffbc38;
	padding: 1em;
}

form em {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-weight: bold;
	color: #f00;
}
form .required {
	background-color: #ffdf9b;
}
form input[type="checkbox"] .required {
	background-color: #ffdf9b;
	border: 3px solid #ffbc38;
}
form .invalid {
	background-color: #ffc1c1;
}


/*

	Search Result styles

*/
.FSF_resultDescription {
	margin-left: 1.5em;
	padding-left: 0.5em;
	border-left: 4px solid #ededed;
}
#content .FSF_form {
	margin-left: 1em;
}
#content .FSF_form input[type="submit"] {
	padding: 0;
}

/*

	Search box styles

*/

#search_box input[type="submit"] {
	font-size: 125%;
}
#content form.FSF_form input[type="text"], #header input[type="text"] {
	font-size: 100%;
	font-family: Arial, sans-serif;
	padding: 0.1em;
}
#header input[type="text"] {
	font-size: 130%;
}
/*

	Table styles

*/
#content table {
	margin: 1em;
}
#content table th {
	background-color: #999;
	color: #fff;
	font-size: 105%;
	padding: 0.5em;
}
#content table td {
	padding: 0.5em;
}

/* Dan's tweaks */

a.readMoreLink {
	float: right;
}
#wrapper.homepage a.readMoreLink:hover {
	background-color: #BCD000;
}