/* CSS Document */

/* Meyer Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Meyer Reset */

body {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #71A491;
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.4em;
}
div#false-body {
	width: 100%;
	background-image: url(layout/bg-page.jpg);
	background-repeat: repeat-x;
}
div#false-body.sub-page {
	background-image: url(layout/bg-sub-page.jpg);
}
a {
	color: #FEFCE4;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FCF571;
}
a.arrow-link {
	padding-left: 1.5em;
	background-image: url(btn-list-arrow-inverse.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	text-decoration: none;
}
.hidden {
	display:none;
}
div#sub-page-body, div#home-page-body {
	clear: both;
	margin: 0 auto 0 auto;
	width: 760px;
	min-height: 480px;
}
div#head-panel {
	position: relative;
	width: 760px;
	text-align: left;
}
div#home-page-body div#head-panel {
	height: 300px;
}
div#sub-page-body div#head-panel {
	height: 152px;
}
div#utility-row {
	clear: both;
	overflow: auto;
	width: 100%;
	margin-top: 1em;
}
div#utility-row div#breadcrumbs {
	float: left;
}
div#utility-row div#print-this-page {
	float: right;
}
div#utility-row div#breadcrumbs table {
	height: 20px;
}
div#utility-row div#breadcrumbs td.breadcrumb {
	padding-right: 0.5em;
}
div#left-panel {
	float: left;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
div#home-page-body div#left-panel {
	width: 310px;
}
div#sub-page-body div#left-panel {
	width: 175px;
}
div#left-panel div#sub-page-navigation {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
div#left-panel div#sub-page-navigation h3 {
	height: 29px;
	padding-left: 1em;
	background-image: url(bg-sub-page-menu-header.png);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 29px;
	font-weight: bold;
	color: #000000;
}
div#left-panel div#sub-page-navigation a {
	text-decoration: none;
}
div#left-panel div#sub-page-navigation h3 a {
	text-decoration: none;
	color: #000000;
}
/*
Button Menu Styles
div#left-panel div#sub-page-navigation td.nav2, div#left-panel div#sub-page-navigation td.nav3
{
	border-bottom: 1px solid #B8D9CD; padding-left: 2em;
	background-image: url(layout/btn-list-arrow.png); background-repeat: no-repeat; background-position: 0.5em 50%;
	line-height: 1.6em;
}
*/
div#left-panel div#sub-page-navigation ul li, div#left-panel div#sub-page-navigation ul li ul li {
	border-bottom: 1px solid #B8D9CD;
	background-repeat: no-repeat;
	line-height: 2em;
}
div#left-panel div#sub-page-navigation ul li {
	padding-left: 2em;
	background-image: url(layout/btn-list-arrow.png);
	background-position: 0.5em 0.6em;
}
div#left-panel div#sub-page-navigation ul li ul li {
	padding-left: 3em;
	background-image: url(layout/btn-list-arrow-inverse.gif);
	background-position: 1.5em 0.6em;
}
div#left-panel div#sub-page-navigation ul li ul li:last-child {
	border-bottom: none;
}
div#left-panel div#sub-page-navigation ul li ul {
	margin-left: -2em;
}
div#centre-panel {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: left;
}
div#home-page-body div#centre-panel {
	width: 170px;
}
div#sub-page-body div#centre-panel {
	width: 370px;
}
div#sub-page-body div#centre-panel.two-left, div#sub-page-body div#centre-panel.two-right {
	width: 565px !important;
	margin-right: 0;
}
div#centre-panel div.row {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}
div#right-panel {
	float: right;
	text-align: left;
}
div#home-page-body div#right-panel {
	width: 240px;
}
div#sub-page-body div#right-panel {
	width: 175px;
}
div#flash {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	text-align: center;
}
div#home-page-body div#flash {
	height: 300px;
}
div#sub-page-body div#flash {
	height: 152px;
}
div#menu-overlay {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
}
a#logo {
	display: block;
	position: relative;
	float: left;
}
form#quick_search_box, div#quick_search_box {
	display: block;
	position: relative;
	float: right;
	height: 43px;
	background-image: url(layout/bg-search.png);
	background-repeat: no-repeat
}
form#quick_search_box input#search, div#quick_search_box input#search {
	float: left;
	width: 96px;
	height: 1.5em;
	margin: 6px 10px 0px 15px;
	border: 1px solid #0B361A;
	background-image: url(layout/bg-text-input.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0.4em;
	padding-left: 2px;
}
form#quick_search_box input#go, div#quick_search_box input#go {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}
ul#main-menu {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-left: 6px;
}
ul#main-menu li {
	float: left;
	padding: 8px;
}
ul#main-menu li a, ul#aux-menu-overlay li a, ul#home-page-buttons li a {
	display: block;
	position: relative;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}
div#home-page-body ul#main-menu li a, div#sub-page-body ul#main-menu li a {
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/*
div#home-page-body ul#main-menu li a { font-size: 0.6em; color: silver; }
div#sub-page-body ul#main-menu li a { font-size: 0.6em; color: #59B7DD; }
*/

ul#main-menu li a span, ul#aux-menu-overlay li a span, ul#home-page-buttons li a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
ul#main-menu li a#home {
	width: 33px;
	height: 13px;
}
ul#main-menu li a#home span {
	background-image: url(layout/btn-home.png);
	width: 33px;
	height: 13px;
}
ul#main-menu li a#about-us {
	width: 51px;
	height: 13px;
}
ul#main-menu li a#about-us span {
	background-image: url(layout/btn-about-us.png);
	width: 51px;
	height: 13px;
}
ul#main-menu li a#discussions {
	width: 62px;
	height: 13px;
}
ul#main-menu li a#discussions span {
	background-image: url(layout/btn-discussions.png);
	width: 62px;
	height: 13px;
}
ul#main-menu li a#events {
	width: 34px;
	height: 13px;
}
ul#main-menu li a#events span {
	background-image: url(layout/btn-events.png);
	width: 34px;
	height: 13px;
}
ul#main-menu li a#news {
	width: 29px;
	height: 13px;
}
ul#main-menu li a#news span {
	background-image: url(layout/btn-news.png);
	width: 29px;
	height: 13px;
}
ul#main-menu li a#resource-centre {
	width: 90px;
	height: 13px;
}
ul#main-menu li a#resource-centre span {
	background-image: url(layout/btn-resource-centre.png);
	width: 90px;
	height: 13px;
}
ul#main-menu li a#what-we-do {
	width: 81px;
	height: 13px;
}
ul#main-menu li a#what-we-do span {
	background-image: url(layout/btn-what-we-do.png);
	width: 81px;
	height: 13px;
}
div#home-page-body ul#aux-menu-overlay {
	position: absolute;
	left: 415px;
	top: 272px;
}
div#sub-page-body ul#aux-menu-overlay {
	position: absolute;
	left: 415px;
	top: 124px;
}
ul#aux-menu-overlay li {
	float: left;
	padding-left: 2px;
}
ul#aux-menu-overlay li a {
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
ul#aux-menu-overlay li a#great-thinking {
	width: 113px;
	height: 28px;
}
ul#aux-menu-overlay li a#great-thinking span {
	background-image: url(layout/btn-great-thinking.png);
	width: 113px;
	height: 28px;
}
ul#aux-menu-overlay li a#great-thinking span:hover {
	background-image: url(layout/btn-great-thinking-over.png);
	text-indent: -55555px;
}
ul#aux-menu-overlay li a#great-working {
	width: 113px;
	height: 28px;
}
ul#aux-menu-overlay li a#great-working span {
	background-image: url(layout/btn-great-working.png);
	width: 113px;
	height: 28px;
}
ul#aux-menu-overlay li a#great-working span:hover {
	color: #fff;
	background-image: url(layout/btn-great-working-over.png);
	text-indent: -55555px;
}
ul#aux-menu-overlay li a#great-learning {
	width: 113px;
	height: 28px;
}
ul#aux-menu-overlay li a#great-learning span {
	background-image: url(layout/btn-great-learning.png);
	width: 113px;
	height: 28px;
}
ul#aux-menu-overlay li a#great-learning span:hover {
	background-image: url(layout/btn-great-learning-over.png);
	text-indent: -55555px;
}
ul#home-page-buttons li {
	margin-bottom: 7px;
	margin-left: 75px;
}
ul#home-page-buttons li a {
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
ul#home-page-buttons li a#great-thinking {
	width: 139px;
	height: 33px;
}
ul#home-page-buttons li a#great-thinking span {
	background-image: url(layout/btn-home-great-thinking.png);
	width: 139px;
	height: 33px;
}
ul#home-page-buttons li a#great-thinking span:hover {
	background-image: url(layout/btn-home-great-thinking-over.png);
	text-indent: -55555px;
}
ul#home-page-buttons li a#great-working {
	width: 139px;
	height: 33px;
}
ul#home-page-buttons li a#great-working span {
	background-image: url(layout/btn-home-great-working.png);
	width: 139px;
	height: 33px;
}
ul#home-page-buttons li a#great-working span:hover {
	background-image: url(layout/btn-home-great-working-over.png);
	text-indent: -55555px;
}
ul#home-page-buttons li a#great-learning {
	width: 139px;
	height: 33px;
}
ul#home-page-buttons li a#great-learning span {
	background-image: url(layout/btn-home-great-learning.png);
	width: 139px;
	height: 33px;
}
ul#home-page-buttons li a#great-learning span:hover {
	background-image: url(layout/btn-home-great-learning-over.png);
	text-indent: -55555px;
}
span.message {
	width: 760px;
	background-color:#FCE7E7;
	border: 1px solid #901510;
	color: #901510 !important;
	display: block;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
	text-align:center;
}
span.message a {
	color: #901510;
	text-decoration: underline;
}
span.message a:hover {
	color: #901510;
	text-decoration: none;
}
span.formSubmissionMessage {
	line-height: 16px;
	font-weight: bold;
}
a#email span {
	display: none;
}
h1, h2 {
	clear: both;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #B8D9CD;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: normal;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
h3 {
	clear: both;
	padding-bottom: 0;
	border: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	clear: both;
	color: #fff;
	background-color: #0B361A;
	padding: 3px;
	border: 0;
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 1.2em;
	font-weight: bold;
	width: 760px;
}
p {
	margin-bottom: 1em;
	line-height: 1.6em;
}
small {
	padding: 0 !important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul.body {
	margin-bottom: 1em;
}
ul.body li {
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border-bottom: 1px solid #B8D9CD;
	margin-bottom: 0.5em;
}
ul.body li a {
	text-decoration: none;
}
ul.arrow li {
	padding-left: 2em;
	background-image: url(layout/btn-list-arrow.png);
	background-position: 0.5em 0.1em;
	background-repeat: no-repeat;
}
div.teaser-container {
	margin-bottom: 1em;
}
div.teaser-top {
	background-image: url(layout/bg-teaser-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div.teaser-top div {
	margin-left: 4px;
	background-image: url(layout/bg-teaser-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
div.teaser-bottom {
	background-image: url(layout/bg-teaser-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.teaser-bottom div {
	margin-left: 4px;
	background-image: url(layout/bg-teaser-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.teaser-container a {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #A4C9BC;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #0B361A;
}
p.image {
	text-align: center;
}
p.image img {
	border: 3px solid #B8D9CD !important;
}
div#centre-panel.two-left p.image img, div#centre-panel.three-left p.image img {
	margin-right: 1em;
}
div#centre-panel.two-left p.image table, div#centre-panel.three-left p.image table {
	margin-right: 1em;
}
div#centre-panel.two-left p.image table img, div#centre-panel.three-left p.image table img {
	margin-right: 0;
}
div#centre-panel.two-right p.image img, div#centre-panel.three-right p.image img {
	margin-left: 1em;
}
div#centre-panel.two-right p.image table, div#centre-panel.three-right p.image table {
	margin-left: 1em;
}
div#centre-panel.two-right p.image table img, div#centre-panel.three-right p.image table img {
	margin-left: 0;
}
div#centre-panel div.row ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}
div#centre-panel div.row li {
	list-style: disc outside;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
div#centre-panel div.row em {
	font-style: italic;
}
img#yf-logo {
	float: left;
	margin-top: 24px;
}
img#yawo-logo {
	float: right;
	margin-top: 85px;
}
div#footer-bg {
	clear: both;
	width: 100%;
	height: 180px;
	background-color: #1B1503;
	background-image: url(layout/bg-footer.jpg);
	background-repeat: repeat-x;
}
div#pre-footer {
	clear: both;
	width: 760px;
	height: 155px;
	margin: 0 auto 0 auto;
}
div#pre-footer p#address, div#pre-footer p#tel {
	float: left;
	padding-top: 85px;
	font-size: 0.8em;
	line-height: 1.4em;
}
div#pre-footer p#address {
	float: left;
	margin-left: 2em;
	text-align: left;
}
div#pre-footer p#tel {
	float: right;
	text-align: right;
}
ul#footer {
	margin: 0.6em auto;
}
ul#footer li {
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding: 0 0.5em;
}
ul#footer li a {
	text-decoration: none;
}
span.contentPicCaption, small.newsPicCaption {
	font-style: italic;
	line-height: 1.4em;
}
/*Home Page Newsletter Sign-up
form#newsletter input#email
{
	width: 168px; border: 1px solid #0B361A; margin-bottom: 5px;
	background-image: url(layout/bg-text-input.gif); background-repeat: repeat-x; background-position: top left;
}
form#newsletter input#sign-up-button
{
	float: right;
	margin-right: 3px;
}
*/
form#Sitekit_Form_3180 input#SKFCE_0_UserInput {
	width: 166px;
	height: 1.5em;
	border: 1px solid #0B361A;
	margin-bottom: 5px;
	background-image: url(layout/bg-text-input.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 0.4em;
	padding-left: 2px;
}
/* Replaced by Javascript */
form#Sitekit_Form_3180 div.FormContentLeft, form#Sitekit_Form_3180 div.formMailingList {
	display: none;
}
form#Sitekit_Form_3180 div.formMailingListSubscriptionText {
	display: none;
}
input.SubmitButtonElement {
	float: right;
	width: 59px;
	height: 28px;
	border: none;
	outline: none;
	background-image: url(layout/btn-sign-up.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #FFFFFF;
	padding-top: 50px; /* Remove text */
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/* External / Internal Links Lists */
div#externalLinks a.externalLink {
	display: block;
	clear: both;
	margin-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	background-image: url(layout/btn-list-arrow-inverse.gif);
	background-position: 0 0.1em;
	background-repeat: no-repeat;
}
div#externalLinks span.externalLinkDescription {
	display: block;
	clear: both;
	padding-left: 1.5em;
}
/* Useful Resources Home Page Links */
div#centre-panel div#externalLinks a.externalLink {
	height: 25px;
}
div#home-page-body div.downloadblock div.downloadbody {
	padding-bottom: 0.5em;
	padding-left: 2em;
	background-image: url(layout/btn-list-arrow.png);
	background-position: 0.5em 0.1em;
	background-repeat: no-repeat;
}
div#home-page-body div.downloadblock div.downloadbody a {
	font-weight: normal;
}
div.resource-links div#externalLinks a.externalLink {
	display: block;
	clear: both;
	margin-top: 0em;
	padding-bottom: 0em;
	padding-left: 1.5em;
	background-image: url(layout/btn-list-arrow-inverse.gif);
	background-position: 0 0.1em;
	background-repeat: no-repeat;
}
/* Downloads Lists */
/*div.downloadblock*/ div.downloadhead, /*div.downloadblock*/ div.downloadbody span.downloadIcon, /*div.downloadblock*/ div.downloadbody span.downloadTime28, /*div.downloadblock*/ div.downloadbody span.downloadTime56, /*div.downloadblock*/ div.downloadbody span.downloadTime128, /*div.downloadblock*/ div.downloadbody span.downloadTime512, div#home-page-body span.PDFdownloadIcon {
	display: none;
}
div.downloadblock div.downloadbody {
	border-bottom: 1px solid #B8D9CD;
	padding-bottom: 0.5em;
	border-top: 1px solid #B8D9CD;
	padding-top: 0.5em;
}
div#home-page-body div.downloadblock div.downloadbody {
	border-top: 0;
	padding-top: 0em;
}
div.downloadblock div.downloadbody a {
	font-weight: bold;
	text-decoration: none;
}
div#centre-panel.resource-podcasts div.downloadblock div.downloadbody, div#centre-panel.resource-videos div.downloadblock div.downloadbody, div#centre-panel.resource-images div.downloadblock div.downloadbody, div#centre-panel.resource-publications div.downloadblock div.downloadbody, div#centre-panel.resource-psp-resources div.downloadblock div.downloadbody {
	padding-left: 35px;
	min-height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 0;
	padding-top: 0em;
}
div#centre-panel.resource-podcasts div.downloadblock div.downloadbody {
	background-image: url(layout/podcasts.png);
}
div#centre-panel.resource-videos div.downloadblock div.downloadbody {
	background-image: url(layout/video.png);
}
div#centre-panel.resource-images div.downloadblock div.downloadbody {
	background-image: url(layout/images.png);
}
div#centre-panel.resource-publications div.downloadblock div.downloadbody {
	background-image: url(layout/publications.png);
}
div#centre-panel.resource-psp-resources div.downloadblock div.downloadbody {
	background-image: url(layout/psp.png);
}
/* Events List */
li#events {
	clear: both;
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #B8D9CD;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
li#events a {
	display: block;
	text-decoration: none;
	color: #FFFFFF
}
li#events div#date {
	float: left;
	width: 51px;
	height: 35px;
	margin-right: 1em;
	padding-top: 0.75em;
	padding-bottom: 0.85em;
	background-image: url(layout/bg-date.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
}
li#events div#date span#day-number {
	font-size: 1.8em;
}
li#events div#date span#month {
	font-size: 1em;
	text-transform: capitalize;
}
/* Internal Links */
div#centre-panel div#internalLinks a.internalLink, div#centre-panel div#childLinks a.childLink {
	display: block;
	width: 350px;
	padding: 0.5em 10px 0.25em 10px;
	background-image: url(layout/bg-internal-teaser-top.png);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
div#centre-panel div#internalLinks span.internalSummary, div#centre-panel div#childLinks span.childSummary {
	display: block;
	width: 350px;
	padding: 0.25em 10px 0.5em 10px;
	background-image: url(layout/bg-internal-teaser-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 1.6em;
	margin-bottom: 1em;
}
/* Resources - Links - External Links */
div#centre-panel.resource-links div#externalLinks span.externalLinkDescription {
	display: block;
	border-bottom: 1px solid #B8D9CD;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 35px;
}
div#centre-panel.resource-links div#externalLinks a.externalLink {
	display: block;
	padding-left: 35px;
	min-height: 25px;
	background-image: url(layout/links.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	text-decoration: none;
}
/* News */
div#centre-panel.news div.newstitle {
	display: none;
}
div#centre-panel.news td.content {
	vertical-align: top;
}
div#centre-panel.news td.content hr {
	/*display: none;*/ 
	border: 0;
	color: #B8D9CD;
	background-color: #B8D9CD;
	height: 1px;
}
/*
div#centre-panel.news table
{
	border-bottom: 1px solid #B8D9CD !important; margin-bottom: 1em;
}
*/
div#centre-panel.news span.newsarticletitle a {
	display: block;
	padding-bottom: 0.5em;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
div#centre-panel.news td.content img {
	margin-right: 1em;
	margin-bottom: 1em;
}
div#centre-panel.news td.content a.archivemonth {
	display: block;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #B8D9CD;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
div.newsarticlebody {
	margin-bottom: 1em;
	line-height: 1.4em;
}
div#centre-panel td.content {
	line-height: 1.4em;
}
span.newsarticledate {
	display: none;
}
span.newsarticletitle {
	/*visibility: hidden;*/
	font-size: 1.35em;
	font-weight: bold;
}
td.SKNewsPicture {
	padding-bottom: 1em;
}
/* Site Map */
div.sitemap {
	display: none
}
/* div.sitemapbody dl { border-bottom: 1px solid #B8D9CD; }*/
div.sitemapbody a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
div.sitemapbody dl dt {
	padding-top: 0.75em;
	padding-left: 1.5em;
	padding-bottom: 0.25em;
	background-image: url(layout/btn-list-arrow.png);
	background-position: 0 0.75em;
	background-repeat: no-repeat;
}
div.sitemapbody dl dl dl dt {
	background-image: url(layout/btn-list-arrow-inverse.gif);
	background-position: 0 0.75em;
	background-repeat: no-repeat;
}
div.sitemapbody dl dd {
	padding-left: 1.5em;
}
/* RSS Feed Lists */
ul.rss-list li, ul.user_options li.rss_link {
	margin-bottom: 0.5em;
	padding-left: 25px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	background-image: url(layout/btn-rss.png);
	background-repeat: no-repeat;
	background-position: 0.3em left;
}
ul.rss-list li a, ul.user_options li.rss_link a {
	text-decoration: none;
}
/* Links */
div#centre-panel.links li {
	margin: 0 !important;
	list-style: none !important;
}
/**Discussions styles*/
div#divForum {
	margin-bottom: 15px;
}
/*#ctl00_UpdatePanel1 { display: none; }*/

ul.user_controls, div#divForum { /*position: relative; top: -300px;*/
	width: 760px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
div#sub-page-body.discussions {
	min-height: 0px;
}
div#divForum ul.user_options li {
	margin: 0;
	padding: 0;
}
div#divForum ul.user_options, div#divForum ul.user_options li {
	margin: 0;
	padding: 0;
}
ul.user_controls li, div#divForum ul.user_options li.suggest_topic, div#divForum ul.user_options li.add_new_topic, div#divForum ul.user_options li.edit_profile, div#divForum ul.user_options li.edit_password, div#divForum ul.user_options li.back_to_settings, div#divForum ul.user_options li.back_to_topics, div#divForum ul.user_options li.back_to_sign_in, a.simplebutton {
	zoom: 1;
	display: inline;
	float: left;
	width: 175px;
	height: 35px;
	margin-top: 0.6em;
	margin-bottom: 1.3em;
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background-image: url(layout/btm-forum.png);
	background-repeat: no-repeat;
	background-position: top left;
}
ul.user_controls li a, div#divForum ul.user_options li.suggest_topic a, div#divForum ul.user_options li.add_new_topic a, div#divForum ul.user_options li.edit_profile a, div#divForum ul.user_options li.edit_password a, div#divForum ul.user_options li.back_to_settings a, div#divForum ul.user_options li.back_to_topics a, div#divForum ul.user_options li.back_to_sign_in a, a.simplebutton {
	display: block;
	width: 175px;
	height: 26px;
	line-height: 1.6em;
	overflow: visible;
	vertical-align: middle;
	color: #0B361A;
	font-weight: bold;
	text-decoration: none;
}
ul.user_controls li a:hover, div#divForum ul.user_options li.suggest_topic a:hover, div#divForum ul.user_options li.add_new_topic a:hover, div#divForum ul.user_options li.edit_profile a:hover, div#divForum ul.user_options li.edit_password a:hover, div#divForum ul.user_options li.back_to_settings a:hover, div#divForum ul.user_options li.back_to_topics a:hover, div#divForum ul.user_options li.back_to_sign_in a:hover, a.simplebutton:hover {
	color: #0B361A;
	text-decoration: underline;
}
a.simplebutton {
	padding-left: 0;
	padding-right: 0;
}
a.cancel {
	background-image: url(layout/btm-cancel.png );
}
input.submitbutton {
	width: 175px;
	height: 28px;
	margin: 0.6em 1em 1.33em 1em;
	border: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-image: url(layout/btm-forum.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #0B361A;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
ul.user_controls li span {
	display: none;
}
div#divForum table {
	clear: both;
	width: 760px;
}
div#divForum th {
	padding: 7px;
	font-weight: bold;
	color: #0B361A;
	background-color: #A4C9BC;
}
div#divForum td {
	padding: 7px;
	font-weight: bold;
	color: #0B361A;
	border-bottom: 1px solid #A4C9BC;
	color: #fff;
}
div.AspNet-GridView-Pagination {
	clear: both;
	margin: 7px;
}
div.AspNet-GridView-Pagination span, div.AspNet-GridView-Pagination a {
	padding: 0 4px 0 4px;
}
div#divForum div.post {
	background: 0 0 url(layout/speech-bottom.png) no-repeat;
	margin: 10px 0px 10px 0px;
	display: block;
	background-position: bottom left;
}
div.post_name {
	background: 0 0 url(layout/speech-top.png) no-repeat;
	width: 760px;
	height: 22px;
	margin: 0;
	padding: 0;
}
div.post_name p {
	color: #666666;
	font-size: 0.9em;
	margin: 0px 15px 0px 45px;
	padding: 7px 0 0 0;
}
div.post_content {
	background: 0 0 url(layout/speech-middle.png) repeat-y;
	width: 760px;
	margin: 0;
	padding: 0;
}
div.post_content p {
	color: #000;
	font-size: 1em;
	margin: 0px 15px 0px 45px;
	padding: 7px 0 7px;
0;
}
ul.post_options {
	width: 760px;
	height: 22px;
	margin: 0;
	padding: 0;
	line-height: 2em;
}
ul.post_options {
	padding: 0 15px 0px 45px;
}
ul.post_options li {
	display: inline;
	overflow: visible;
}
ul.post_options li a {
	margin-right: 25px;
	overflow: visible;
	color: #006600;
	text-decoration: none;
}
ul.post_options li a:hover {
	color: #006600;
	text-decoration: underline;
}
span.post_author_full_name {
	color: #333333;
}
a#ctl00_ContentPlaceHolder1_hlSignInToPost {
	color: #FEFCE4;
	text-decoration: underline;
}
div.AspNet-Login {
	margin-bottom: 1em;
}
/*div.AspNet-Login p, div.AspNet-FormView p, div.AspNet-Login p a { padding: 5px 0px 0px 10px; }*/
div.AspNet-Login label, div.AspNet-FormView label {
	font-weight: bold;
	width: 250px;
	display: block;
	text-align: left; /* padding: 5px 0px 5px 10px;*/
}
/*div.AspNet-Login input, */div.AspNet-FormView input {
	margin-left: 10px;
	border: 1px solid #0B361A;
}
div#divForum fieldset {
	display: block;
	clear: both;
	text-align: left;
}
div#divForum legend {
	display: block;
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1em;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
}
/*
* html div#divForum fieldset 
{
	position: relative;
}
* html div#divForum legend 
{
	position: absolute;
	left: -15px;
}
*/
small {
	padding: 10px;
}
/* Heinz' Styles */
div.postback_name {
	background: transparent url(layout/speech-top.png) no-repeat top right;
	width: 760px;
	height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 0.9em;
}
.post_labelname {
	margin: 0 0 0 0;
	margin-left: 32px;
	margin-top: 5px;
	font-weight: normal;
}
div.post_content {
	background: transparent url(layout/speech-middle.png) repeat-y top right;
	width: 750px;
	margin: 0 0 0 0;
	margin-left: 10px;
	padding: 10px 0 0 0;
}
div.post_content p {
	color: #000;
	font-size: 1em;
	margin: 0px 15px 0px 45px;
	padding: 7px 0 7px 0px;
}
.post_content textarea {
	margin-left: 50px;
	height: 100px;
}
ul.post_submit {
	width: 760px;
	height: 22px;
	margin: 0;
	padding: 0;
}
ul.post_submit {
	padding: 0 0 0 0;
}
ul.post_submit li {
	display: inline;
	overflow: visible;
}
ul.post_submit li a {
	margin-right: 25px;
	overflow: visible;
	color: #006600;
	text-decoration: none;
}
ul.post_submit li a:hover {
	color: #006600;
	text-decoration: underline;
}
input.button_submit {
	border: solid 2px #ffffff;
}
/*
div#divForum ul.user_options li.back_to_settings 
{
	zoom: 1; display: inline; float: left; width: 175px; height: 35px; text-align: center; vertical-align: middle;
	margin-top: 0.6em; margin-bottom: 1.3em; margin-left: 1em; margin-right: 1em; padding-top: 3px;
	background-image: url(layout/btm-forum.png); background-repeat: no-repeat; background-position: top left;
}

div#divForum ul.user_options li.back_to_settings a
{
	width: 100px; height: 26px; vertical-align: middle;color: #0B361A; font-weight: bold; text-decoration: none; 
	padding-bottom: 4px; overflow: visible; font-size: 9px;line-height: 10px;
}

div#divForum ul.user_options li.back_to_settings a:hover
{
	color: #0B361A; text-decoration: underline; 
	font-size: 9px;
	line-height: 10px;
}
*/
.divDisclaimer {
	color: #0B361A;
	font-size: 9px;
	line-height: 10px;
}
div.post_options {
	background: transparent url(layout/speech-middle.png) repeat-y;
}
div.post_content img.image-container {
	float: left;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.post_content p.post-text {
	margin-left: 35px;
	padding-top: 0;
}
div.post_content p.post-text a {
	color: green;
}
td.content b span.eventname {
	display: block;
	width:350px !important;
}
span.EventDetail p {
	width:306px !important;
}
.formTextbox input, .formtextbox input{
        float: left;
        width: 281px; 
        margin: 0px;
        padding: 3px 1px 3px 1px;
        border:1px solid #0B361A;
        font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
}
.formtextbox select{
        float: left;
        width: 285px; 
        margin: 0px;
        padding: 3px 1px 3px 1px;
        border:1px solid #0B361A;
        font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
}
.formDropdown select{
        float: left;
        width: 285px; 
        margin: 0px;
        padding: 3px 1px 3px 1px;
        border:1px solid #0B361A;
        font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
}
.formTextarea textarea{
        float: left;
        width: 561px;
        height: 200px; 
        margin: 0px;
        padding: 3px 1px 3px 1px;
        border:1px solid #0B361A;
        font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
}
.formTextbox, .formtextbox, .formDropdown{
        float: left;
        width: 100%; 
        margin: 0px;
        padding: 5px 0px 5px 0px;
}
.formTextbox span, .formtextbox span, .formDropdown span{
        float: left;
        width: 270px; 
        margin: 0px;
        padding: 0px 10px 0px 0px;
        font-weight: normal;
}
.formAddress {
        float: left;
        width: 100%; 
        margin: 0px;
        padding: 0px;
        font-weight: bold;
}
.formTextarea {       
        float: left;
        width: 100%; 
        margin: 0px;
        padding: 5px 0px 5px 0px;
}
.formLabel {
        float: left;
        width: 100%; 
        margin: 0px;
        padding: 10px 0px 10px 0px;
        font-weight: bold;
}
.formValidationError {
        color: #d2232a;
}

form#Sitekit_Form_4417 .SubmitButtonElement, 
form#Sitekit_Form_4435 .SubmitButtonElement,
form#Sitekit_Form_4434 .SubmitButtonElement {
        background-color:transparent;
        background-image:url("layout/btn-submit.png");
        background-repeat:no-repeat;
        border:medium none;
        color:#FFFFFF;
        cursor:pointer;
        float:right;
        height:28px;
        outline:medium none;
        padding-top:50px;
        width:52px;
}
