/* ======= OntarioBioProducts.com Stylesheet ====== */

body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #FFF;
}
div, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img, form, input {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
hr {
	width: 100%;
	text-align: center;
	border: 0;
	height: 1px;
	color: #C6C5B3;
	background: #C6C5B3;
}
#Container {
	width: 757px;
	margin: 0 auto;
}
#Body {
	width: 757px;
}
	.ContentArea {
		vertical-align: top;
		text-align: left;
		padding: 10px;
		padding-left: 15px;
		color: #42433B;
		line-height: 17px;
	}
		.ContentArea td {
			vertical-align: top;
			text-align: left;
			color: #42433B;
			line-height: 17px;
		}
		.ContentArea a:link { color: #385299; text-decoration: underline; }
		.ContentArea a:visited { color: #7385B5; text-decoration: underline; }
		.ContentArea a:hover { color: #B49637; text-decoration: none; }
		.ContentArea a:active { color: #B49637; text-decoration: none; }
		
		.ContentArea p strong { color: #64655A; font-weight: bold; }

/* --- Header ---*/
#PrintHeader { display: none; }
#Header {
	width: 757px;
	height: 52px;
	background: url(../images/header_bg.jpg) repeat-x left bottom;
}
	.Logo {
		width: 335px;
	}
		h1 {
			margin: 0;
			padding: 0;
			display: inline;
		}
	.Search {
		background: url(../images/header_search-bg.jpg) no-repeat right bottom;
		width: 279px;
	}
		.SearchArea {
			width: 175px;
			margin-left: 95px;
			margin-top: 10px;
		}
			.SearchArea td { text-align: right; }
			.SearchField {
				width: 140px;
				border: 1px solid #AABED0;
			}
#ImageArea {
	width: 757px;
	height: 91px;
} 
	.HeaderGraphic { width: 149px; }
	.HeaderImages { width: 608px; }

/* --- Horizontal Menu --- */
#HorizMenuArea {
	width: 757px;
	height: 24px;
	background: url(../images/hmenu_bg.gif) repeat-x left top;
}
	.HeaderGraphicBottom { width: 147px; }
	.HorizMenuCell { 
		background: url(../images/hmenu_end.gif) no-repeat right top;
	}
		.HorizMenu {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.HorizMenu li {
				float: left;
				margin: 0;
				padding: 0;
			}
			.HorizMenu a { display: block; }
#PageTop {
	width: 757px;
	height: 26px;
}
	.VertMenuTitle { width: 147px; }
	.Date {
		background: url(../images/date_bg.gif) repeat-x left top;
		border-left: 1px solid #FFF;
		color: #FFF;
		text-align: right;
		padding-right: 21px;
	}

/* --- Side Menu --- */
.SideMenuArea {
	width: 147px;
	background: url(../images/vmenu_bg.gif) repeat-y left top;
	text-align: left;
	vertical-align: top;
}
	.VertMenu {
		list-style: none;
		width: 147px;
		margin: 0;
		padding: 0;
	}
		.VertMenu li {
			float: left;
			margin: 0;
			padding: 0;
		}
		.VertMenu a { display: block; }


/* --- Footer --- */
#Footer {
	width: 757px;
	text-align: right;
}
	.MenuFooter {
		width: 147px;
		background: url(../images/vmenu_bg.gif) repeat-y left top;
	}
		.FooterLinks {
			width: 610px;
			background: url(../images/footer_bg.gif) repeat-x left top;
			height: 25px;
		}
			.FooterMenu {
				list-style: none;
				margin: 0;
				padding: 0;
			}
				.FooterMenu li {
					float: right;
					margin: 0;
					padding: 0;
				}
				.FooterMenu a { display: block; }
	.OntarioLink {
		width: 610px;
	}

/* --- Home Page --- */
.HomePageContent {
	background: #F6F6F4;
	margin: -10px;
	margin-left: -15px;
}
	.HomePageContentLeft {
		border-right: 2px solid #FFF;
	}
	.WelcomeArea {
		padding: 0 14px 5px 14px;
		border-bottom: 1px solid #CFD0C6; 
		/*width: 335px;	*/
		width: 306px;
		background: #FFF;
	}
		.WelcomeText {
			color: #6F6E5C;
			line-height: 14px;
		}
	.NewsArea {
		padding: 0 14px;
		border-top: 2px solid #FFF;
		width: 306px;
		background: #F6F6F4;
	}
		.NewsAreaList { width: 307px; }
			.NewsAreaArrow, .EventsAreaArrow {
				width: 25px;
				background: url(../images/home_Resources_arrow.gif) no-repeat left top;
			}
			.NewsAreaItem, .EventsAreaItem {
				padding-bottom: 5px;
				color: #6F6E5C;
				line-height: 14px;
			}
			.NewsAreaLink, span.NewsAreaLink, .EventsAreaLink, span.EventsAreaLink {
				font-weight: bold;
				color: #797866;
			}
				.NewsAreaLink a:link, .EventsAreaLink a:link { color: #797866; text-decoration: underline; }
				.NewsAreaLink a:visited, .EventsAreaLink a:visited { color: #918453; text-decoration: underline; }
				.NewsAreaLink a:hover, .EventsAreaLink a:hover { color: #9BA7C9; text-decoration: none; }
				.NewsAreaLink a:active, .EventsAreaLink a:active { color: #9BA7C9; text-decoration: none; }
				
			.NewsAreaDate, span.NewsAreaDate { color: #B49637; }
			.NewsMoreLink, .EventsMoreLink {
				color: #B49637;
				text-align: right;
				margin: 4px 0;
			}
				.NewsMoreLink a:link, .EventsMoreLink a:link { color: #B49637; text-decoration: underline; }
				.NewsMoreLink a:visited, .EventsMoreLink a:visited { color: #B49637; text-decoration: underline; }
				.NewsMoreLink a:hover, .EventsMoreLink a:hover { color: #91907C; text-decoration: underline; }
				.NewsMoreLink a:active, .EventsMoreLink a:active { color: #91907C; text-decoration: underline; }
				
			.NewsSearch {
				text-align: right;
				margin: 15px 0 5px 0;
			}
				.NewsSearchField {
					border: 1px solid #AABED0;
					margin-bottom: 5px;
				}
	.WebcastsArea {
		width: 274px;
		background: #91907C;
		border-bottom: 2px solid #FFF;
	}
		.WebcastsAreaList {
			width: 270px;
			margin-top: 5px;
		}
			.WebcastsAreaIcon {
				width: 44px;
				background: url(../images/home_webcasts_icon.gif) no-repeat left top;
			}
			.WebcastsAreaItem {
				padding-bottom: 5px;
				color: #FFF;
				line-height: 14px;
			}
				.WebcastsAreaLink { font-weight: bold; }
				.WebcastsAreaItem a:link { color: #EEF0C9; text-decoration: underline; }
				.WebcastsAreaItem a:visited { color: #EEF0C9; text-decoration: underline; }
				.WebcastsAreaItem a:hover { color: #B3CC95; text-decoration: none; }
				.WebcastsAreaItem a:active { color: #B3CC95; text-decoration: none; }
				
			.WebcastsAreaDate {
				color: #F7D979;
			}
			.WebcastsMoreLink {
				width: 264px;
				color: #EEF0C9;
				text-align: right;
				margin: 4px 0;
			}
				.WebcastsMoreLink a:link { color: #EEF0C9; text-decoration: underline; }
				.WebcastsMoreLink a:visited { color: #EEF0C9; text-decoration: underline; }
				.WebcastsMoreLink a:hover { color: #F7D979; text-decoration: underline; }
				.WebcastsMoreLink a:active { color: #F7D979; text-decoration: underline; }
		
	.EventsArea {
		padding: 0 14px;
		border-top: 1px solid #FFF;
		width: 244px;
		background: #F6F6F4;
	}
		.EventsAreaList { width: 244px; }
	.RKDLink {
		width: 607px;
		margin: 0 auto;
		margin-top: -30px;
		padding-left: 150px;
		font-size: 9px;
		color: #AAA;
		line-height: 11px;
	}
		.RKDLink a:link { color: #AAA; text-decoration: none; }
		.RKDLink a:visited { color: #AAA; text-decoration: none; }
		.RKDLink a:hover { color: #797866; text-decoration: none; }
		.RKDLink a:active { color: #797866; text-decoration: none; }

/* --- Content Areas --- */

h2, h3, h4, h5 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 { /* Page Title */
	font-size: 17px;
	color: #6F6E5C;
}
h3 { /* Sub Title */
	color: #385299;
	font-size: 15px;
}
h4 { /* Sub Title 2 */
	color: #B49637;
	font-size: 14px;
}
h5 { /* Sub Title 3 */
	color: #918453;
	font-size: 13px;
}
h6 { /* Sub Title 4 */
	color: #42433B;
	font-weight: bold;
	font-size: 11px;
}
.JoinForm, .SearchForm { width: 400px; }
	.JoinForm td, .NewsForm td, .EventsForm td, .WebcastsForm td {
		vertical-align: top;
		color: #42433B;
		line-height: 17px;
	}
	td.JoinFormLabels, td.NewsFormLabels, td.EventsFormLabels, td.WebcastsFormLabels, td.SearchFormLabels {
		text-align: right;
		padding-right: 4px;
		width: 120px;
	}
		.JoinEmailField {
			border: 1px solid #AABED0;
			width: 150px;
		}
.NewsForm, .EventsForm, .WebcastsForm { width: 500px; }
	.NewsDateField, .EventsDateField, .WebcastsDateField {
		border: 1px solid #AABED0;
		width: 30px;
	}
	.NewsKeywordField, .EventsKeywordField, .WebcastsDropdown {
		border: 1px solid #AABED0;
		width: 200px;
	}
	.NewsDateAreas, .EventsDateAreas, .WebcastsDateAreas { width: 170px; }
	.NewsSearch, .EventsSearch, .WebcastsSearch { text-align: center; }

.Note {
	color: #7385B5;
	font-style: italic;
}
.SearchTerms { font-weight: bold; }
.HighlightBox {
	padding: 2px 10px 6px 10px;
	background: #F4F4F4;
	border: 1px solid #C6C5B3;
}
.AnchorLinks {
	list-style-image: url(../images/bullet_anchorlinks.gif);
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	background: url(../images/bg_anchorlinks.jpg) repeat-y left top;
}
	.AnchorLinks li { 
		margin: 0;
		margin-left: 30px;
		padding: 0;
		line-height: 19px;
	}
	.AnchorLinks a { font-weight: bold; }
	.AnchorLinks a:link { color: #797866; text-decoration: underline; }
	.AnchorLinks a:visited { color: #797866; text-decoration: underline; }
	.AnchorLinks a:hover { color: #385299; text-decoration: none; }
	.AnchorLinks a:active { color: #385299; text-decoration: none; }
	
.ListSimple {
	list-style: none;
}
	.ListSimple li {
		padding-top: 0;
		padding-bottom: 10px;
	}
.ListBulleted {
	list-style: url(../images/bullet_list.gif);
}
.ListNumbered {
	list-style-type: decimal;
}
.TopLink {
	background: url(../images/arrow_toplink.gif) no-repeat left top;
	color: #B49637;
	font-size: 10px;
	text-indent: 10px;
}
	.TopLink a:link { color: #B49637; text-decoration: none; }
	.TopLink a:visited { color: #B49637; text-decoration: none; }
	.TopLink a:hover { color: #686962; text-decoration: underline; }
	.TopLink a:active { color: #686962; text-decoration: underline; }

blockquote {
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	padding-left: 10px;
}
.PhotoFloatLeft {
	float: left;
	border: 1px solid #797866;
	margin: 5px 5px 5px 0;
}
.PhotoFloatRight {
	float: right;
	border: 1px solid #797866;
	margin: 5px 0 5px 5px;
}
.Photo {
	border: 1px solid #797866;
	margin: 5px;
}
.RinMap {
	text-align: center;
}

/* --- Site Map --- */
.Sitemap {
	list-style-image: url(../images/bullet_sitemap.gif);
	font-weight: bold;
	line-height: 19px;
}
	.Sitemap a:link { color: #42433B; text-decoration: underline; }
	.Sitemap a:visited { color: #42433B; text-decoration: underline; }
	.Sitemap a:hover { color: #7385B5; text-decoration: none; }
	.Sitemap a:active { color: #7385B5; text-decoration: none; }

	.Sitemap ul a:link { color: #6F6E5C; text-decoration: underline; }
	.Sitemap ul a:visited { color: #6F6E5C; text-decoration: underline; }
	.Sitemap ul a:hover { color: #7385B5; text-decoration: none; }
	.Sitemap ul a:active { color: #7385B5; text-decoration: none; }

/* --- Keyword Control --- */

.ListColumnHeader {
	font-size: 12px;
	font-family: Tahoma,arial,sans-serif;
	font-weight: bold;
	color: #D1D2B1;
	background-color: #E3E5DA;
	padding-left: 2px;
	padding-right: 2px;
}
.ListColumnCell {
	font-family: Tahoma,arial,sans-serif;
	padding-left: 2px;
	padding-right: 2px;
}

.ListColumnCell2 {
	font-family: Tahoma,arial,sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #eee;
}
.ListSelectedItem {
	font-family: Tahoma,arial,sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #BFD4A6;
}
.ListSelectedItem input {
	font-size: 11px;
	border: 1px solid #AABED0;
	width: 75%;
	vertical-align: middle;
}