/* Begin classes for common SPIN elements */

.page_header {
	font-size: 1.4em;
	font-weight: bold;
	font-family:arial,helvetica,sans-serif;
	color: #003366;
	padding-bottom: 15px;
}

.page_header a, .page_header a:link {

}

page_header a:hover {

}

a {
    text-decoration: none;
    color: rgb(53,121,42);
    cursor: pointer;
}

h1#page-title {
    margin: 33px 0;
    font-size: 40px;
    line-height: 1.05;
    font-weight: normal;
    color: rgb(53,121,42);
}

#wd_printable_content ol, 
#wd_printable_content ul {
	padding-left: 20px;
}
#wd_printable_content ol {
	list-style-type: decimal;
}
#wd_printable_content ul {
	list-style-type: disc;
}

#wd_printable_content ol li, 
#wd_printable_content ul li {
	padding-bottom: 5px;
}

.breadcrumb {
	font-size: 0.8em;
}

.item {
	margin: 0px 0px 20px 0px;
}

.wd_news_headlines .item, .wd_standard .item {
	overflow: hidden;
}

/* BEGIN CUSTOM STYLES FOR 1ST SPEECH ON PAGE 64 */

div.wd_standard div.item .wd_imagetable {
	/* float: left;
	margin: 0 125px 30px 0;	 */
}

div.wd_standard div.item img {
	display: block;
	clear: both;
	margin-bottom: 0px;
	margin-right: 10px;
}

div.wd_standard div.item div.item_first {
	border: 1px solid #CCC;
	padding: 2px 5px;
	background-color: #006699;
	color: #FFF;
	font-family:Arial,Helvetica,Sans-Serif;
	width: 397px;
	margin-left: 140px;
}

div.wd_standard div.item p.first {
	padding: 2px 5px;
	margin: 0px 0px 12px 140px;
	width: 397px;
	color:#333333;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
}

/* END CUSTOM STYLES */

div.wd_standard div.item p {
    clear: both;
}

.item_name {
	font-size: 1em;
	font-weight: bold;
}

.item_date {
	font-size: 1em;
	font-weight: bold;
}

.item_summary {
	font-size: 1em;
}

.detail_header {
	font-size: 1.3em;
	font-weight: bold;
}

.detail_subheader {
	font-size: 1em;
	font-weight: bold;
}

.category_name {
	font-size: 1.1em;
	font-weight: bold;
}

.category_header {
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
	padding-bottom: 15px;
}

table.wd_imagetable {

}

td.imagecaption {
	font-size: .8em;
	font-style: italic;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
}

div.wd_page_toolbar {
	font-size: 11px;
	margin-right: 2px;
	text-align: right;
	margin: 15px 0;
}

span.wd_page_tool img {
	vertical-align: middle;
}

/* Begin classes for individual PCTs
   (enter amendments to the above declatations, ex:
   div.wd_standard .category_name {
    [styles]
   }
*/

div.wd_standard {

}

div.wd_events {

}

div.wd_gallery {

}

/* Begin FormBuilder styles */

.wd_subscribe .wd_formbuilder td {
	padding: 4px 8px;
	vertical-align: baseline;
}

div.wd_formbuilder {
/* This is the container for all formbuilder forms on this build*/

}

table.wd_formbuilder {

}

input.wd_formbuilder_submit, .wd_subscribe input[type='submit'] {
	display: inline-block;
	background: #279B2D url(../img/bg.button.gif) repeat-x;
	color: white;
	font-weight: bold;
	line-height: 2;
	padding: 0 15px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
	border: none;
}

input.wd_formbuilder_submit:hover, .wd_subscribe input[type='submit']:hover {
	 background-color: rgb(30,123,35);
	 background-position: 0 -50px; 
	 text-decoration: none;
}

table.wd_formbuilder p {
    margin: 0px;
}

/* Begin Calendar styles */

table.wd_calendar_header
{
	background-color: #7d8dac;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	border-style: none none dotted none;
	border-width: 0 0 thin 0;
}

table.wd_calendar_header a,
table.wd_calendar_header a:visited,
table.wd_calendar_header a:active,
table.wd_calendar_header a:link {
	color: #ffffff;
}

td.wd_calendar_header_label {
	text-align: center;
	font-weight: bold;
}

td.wd_calendar_header_prev {
	text-align: left;
}

td.wd_calendar_header_next {
	text-align: right;
}

table.wd_calendar {
	background-color: #ffffff;
	table-layout: fixed;
}

th.wd_calendar_dayofweek_header {
	background-color: #ffffff;
	text-transform: lowercase;
	font-size: .90em;
}

td.wd_calendar_day {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 14%;
	vertical-align: top;
}

html>body td.wd_calendar_day {
	padding: 0px 2px 0px 2px;	/* account for event padding+border where width = content only */
}

td.wd_calendar_this_month {
	background-color: #eeeeee;
	border-top: 1px #eeeeee solid;
	font-size: .85em;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	background-color: #c6cede;
	border-top: 1px #c6cede solid;
	font-size: .85em;
}

td.wd_calendar_today
{
	background-color: #FF9;
	border: 1px #000000 solid;
}

div.wd_calendar_day_header {
	text-align: right;
	color: #000000;
	font-weight: bold;
	padding: 3px;
}

td.wd_calendar_prev_month div.wd_calendar_day_header,
td.wd_calendar_next_month div.wd_calendar_day_header
{
	color: #7d8dac;
}

div.wd_calendar_no_event {
	margin: 1px 0px 1px 0px;
	padding: 2px;
}

div.wd_calendar_event {
	width: 100%;
	margin: 1px 0px 1px 0px;
	padding: 2px;
	position: relative;
	left: 0px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #77ccff;
}

html>body div.wd_calendar_event {
	left: -2px;	/* account for padding+border where width = content only */
}

div.wd_event_tip_header
{
	background-color: #ffcc77;
	border-bottom: #F70;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

div.wd_event_tip_info
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

div.wd_event_tip_info p {
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div.wd_event_tip_title {
	font-size: 1.2em;
	font-weight: bold;
}

div.wd_event_tip_time, div.wd_event_tip_location_name {
	font-weight: bold;
}

div.calendar_subscribe_links img {
	margin-right: 5px;
}

div.calendar_subscribe_links a {
	text-decoration: none;
}

div.wd_socialtools {
    display: none;
    position: relative;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
}

div.wd_socialtools a:hover {
    text-decoration: none;
}

div.wd_socialtools_menu {
    background-color: #ffffff;
}

div.wd_socialtools_type {
    display: inline;
    margin: 0px 0px 0px 10px;
    height: 50px;
}

div.wd_socialtools_type img {
    margin-right: 5px;
}

div.wd_socialtools_tool {
    padding: 3px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    white-space: nowrap;
}

div.wd_socialtools_tool img {
    margin-right: 5px;
}

/* Popup Fader */
div#wdFadeBackground {
    background-color: #555555;
    border: 5px;
    margin: 0px;
    padding: 0px;
}

div#wdFadePopup {
    background-color: #333333;
    padding: 2px;
}

td#wdFadeContent {
    background-color: #ffffff;
}

td#wdFadeClose {
    text-align: right;
}

p.search_result {
}

span.search_mime {
    font-size: 0.9em;
}

span.search_url {
}

div.wd_contacts-teaser {
	padding: 5px;
}

.wd_featureboxes_middle, .wd_featureboxes_top  {
	width: 707px;
	margin: 15px -2px 0 0;
}

.wd_featureboxes_middle .wd_featurebox_container, .wd_featureboxes_top .wd_featurebox_container {
	overflow: hidden;
	padding: 1px 0 5px;
	position: relative;
}

.wd_featureboxes_middle .wd_featurebox_title {
    font-size: 22px;
    line-height: 1.273;
    font-weight: normal;
    color: rgb(53,121,42);
    margin-bottom: 8px;
}

.wd_featureboxes_top .wd_featurebox_title {
    font-size: 22px;
    line-height: 1.273;
    font-weight: normal;
    color: rgb(53,121,42);
    margin-bottom: 8px;
    margin-left: 22px;
}


.wd_featureboxes_middle .wd_featurebox .item a.itemlink, 
.wd_featureboxes_middle .wd_featurebox .item a, 
.wd_featureboxes_top .wd_featurebox .item a.itemlink {
	/* color: #333; */
	font-weight: bold;
	font-size: 1.083em;
}

.wd_featureboxes_middle .wd_featurebox .item_name {
	color: #333;
	font-weight: bold;
	font-size: 1.083em;
}

.wd_featureboxes_middle .wd_featurebox .item {
	padding: 15px 15px 40px;
	border-left: 1px solid #DBDBDB;
	min-height: 280px;	
	font-size: 0.917em;
	float: left;
	width: 190px;
	margin: 0;
}

.wd_featureboxes_top .wd_featurebox {
	float: left;
	width: 642px;
	margin: 7px 12px 30px 10px;
}

.wd_featureboxes_top .wd_featurebox .item {
	font-weight: bold;
	font-size: 1.083em;
	border-top: 1px solid #DBDBDB;
	padding: 12px 100px 0px 15px;
	margin: 0 0 10px 0;
}

.wd_featureboxes_middle .wd_featurebox .item:first-child, 
.wd_featureboxes_top .wd_featurebox .item:first-child { 
	border: 0;
}

div.wd_featureboxes_top .wd_news_releases-teaser .item_date { 
	font-weight: normal;
	font-style: italic;
	font-size: 0.846em;
	color: #E98300;
	margin-bottom: 5px;
}

.wd_newsfeed_releases-teaser .tools {
	display: none;
}

.wd_featureboxes_top .more {
	clear: both;
	float: right;
}

.wd_featureboxes_middle .more {
	clear: both;
	float: right;
	padding-right: 20px;
}


/* old fb styles */
/*
.wd_featureboxes_right div.wd_featurebox_title {
	color: #ffffff;
	background-color: #003366;
	padding: 0px 0px 2px 3px;
	font-size: 12px;
}

.wd_featureboxes_right div.wd_featurebox {
	margin-bottom: 6px;
	font-size: 11px;
	overflow: auto;	
	padding: 0px;
}

.wd_featureboxes_right div.wd_featurebox p {
	padding: 5px;
}
.wd_featureboxes_middle div.wd_featurebox_title {
	color:#FFF;
	background-color: #006699;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:13px;
	font-weight:bold;
	margin: 0px;
	float: left;
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
        border-left: 1px solid #cccccc;
	padding: 2px 5px;
}

div.wd_featureboxes_middle div.wd_featurebox {
	padding: 2px 5px;
	margin: 0px 0px 12px 0px;
	overflow: auto;	
	clear: left;	
	color:#333333;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
}

div.wd_featureboxes_middle div.wd_featurebox a:link, div.wd_featureboxes_middle div.wd_featurebox a:visited {
	text-decoration: underline;
}

.wd_news_releases-teaser div.item_name {
	font-size: 11px;
	font-weight: normal;
}

.wd_news_releases-teaser div.item_name a.itemlink {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

div.wd_featureboxes_middle .wd_news_releases-teaser .item_date { 
	float: right;
	margin-left: 10px;
	clear: both;
	font-weight: normal;
}

div.wd_featureboxes_middle .wd_news_releases-teaser .item_name {
	margin-left: 5px;
	padding-right: 4px;
}

div.item div.item_name a.itemlink {
	word-wrap: break-word;
	overflow: auto;
	text-decoration: underline;
}

.wd_news_releases-teaser div.item, .wd_news_releases-teaser div.item_date  {
	margin-bottom: 5px;
}

.wd_news_headlines-teaser div.item {
	margin-bottom: 2px;
}

.wd_newsfeed_releases-teaser .tools {
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 12px;
	font-weight: bold;
}
*/
/* end old fb styles */

.tools img {
	vertical-align: middle;
}

div.wd_featureboxes_left {
	margin: 15px 0px;
	width: 225px;
	overflow: visible;
}

div.wd_featureboxes_left div.wd_featurebox_container {
	behavior: url(../js/PIE.htc);
}

.wd_featureboxes_left div.wd_featurebox_title {
	padding: 10px;
	padding-left:0;
	behavior: url(../js/PIE.htc);
	color: rgb(51,51,51);
    font-size: 18px;
    line-height: 1;
    font-weight: normal;

}

.wd_featureboxes_left div.wd_featurebox {
	/* padding: 8px 8px 8px 15px; */
	padding: 5px;
	background: #fff;

	behavior: url(../js/PIE.htc);

}

.wd_featureboxes_left div.wd_featurebox p {
line-height: 1.3em;
}

#featurebox_rss_0 a:link {
	text-align: left;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color:#FFF;
	font-weight: normal;
}

.single_slider_carousel_caption, .single_slider_carousel_control, .single_slider_carousel_bottom {display: none;}
.single_slider_carousel_container {padding: 0px !important;}

#wd_container_breadcrumb {
	max-width: 945px;
	margin: 0 auto;
}

.nav.section-nav li a {
    display: inline;
    padding: 0;
    border-bottom: 1px dotted transparent;
    background: none !important;
    color: rgb(99,102,106);
    text-decoration: none;
}

.nav.section-nav li {
    line-height: 1.385;
    margin-bottom: 12px;
    background: none;
    font-weight: bold !important;    
}

.nav.section-nav li a:hover {
	border-bottom: 1px dotted rgb(53,121,42);
    color: rgb(53,121,42) !important;
}

.inner {
	width:945px;
	margin:0 auto;
}

span.wd_page_tool .at-share-tbx-element .at-share-btn + .at-share-btn {
    margin-left: 3px;
}

span.wd_page_tool {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    margin-left: -6px;
}

.wd_item_wrapper .wd_title a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(51,51,51);
}

.wd_item .wd_title {
    color: rgb(51,51,51);
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 5px;
}

.wd_layout-simple.wd_item_list li.wd_item {
    width: 45%;
    float: left;
    border-right: 1px solid rgb(230,230,230);
    border-top: 1px solid rgb(230,230,230);
    padding: 10px;
    margin-bottom: 0;
}

.wd_layout-simple.wd_item_list li.wd_item:nth-child(even) {
    border-right: none;
}

#wd_printable_content .wd_standard .item {
    width: 32%;
    float: left;
    min-height: 325px;
    border-bottom: none;
    border-top: 1px solid #DDD;
    padding-top: 10px;
    padding-right: 1%;
}

.actions_default ul li {
    background: #f2f2f2 url(../images/icon_action_arrow_hvr.png) 100% 50% no-repeat !important;
    padding: 8px 32px 8px 10px !important;
    font-size: 13px;
    color:rgb(53,121,42);
    text-decoration: none;
    font-weight:bold !important;
    line-height: 1.231 !important;
    margin-bottom: 4px !important;
}

.actions_default ul li a {
	color:rgb(53,121,42) !important;
}

.wd_newsfeed_releases li.wd_item {
    height: 300px;
}

.wd_pageid_30670 .item,
.wd_pageid_30664 .item {
    width: 100% !important;
    min-height: 80px !important;
}

.wd_item .wd_subtitle {
    font-weight: bold;
    display: none;
}

#wd_printable_content a {
    border-bottom: 1px dotted rgb(53,121,42);
    color: rgb(53,121,42);
    font-size: 16px;
}

#wd_printable_content a:hover {
	text-decoration:none;
	background: rgb(198,213,47);
	border-bottom:none;
}

