/* set global styles */
html, body, form, fieldset, table, tr, td {
	margin: 0;
	padding: 0;
	font: 10pt/13pt Verdana, Arial, Helvetica, sans-serif;
	color: #4d4843;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin: 0 0 0 0;
	padding: 0;
}
a img {
	border: none;
}
h1 {
	margin-bottom: 0.3em;
}
p {
	margin-bottom: 1.5em;
}
li, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
/* end global styles */

/* begin basic site styles */
body {
	text-align: center;
}
p {
	line-height: 15pt;
	margin-bottom: 10pt;
}
p img {
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar p.event {
	font-size: 9pt;
	line-height: 12pt;

}
a {
	color: #266431;
}
h1, h2, h3, h4 {
	font-family: Georgia;
	font-size: 18pt;
	font-weight: 700;
	color: #004026;
	background: url(/media/template/line_dot.gif) repeat-x 100% 100%;
	margin-top: 18px;
	padding-bottom: 3pt;
	margin-right: 25px;
	}
h2 {
	margin-top: 0;
	font-size: 14pt;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 16pt;
	color: #FDBA45;
	font-weight: 700;
}
h4 a {
	color: #FDBA45;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0;
	padding-left: 0.95em;
	text-indent: -0.95em;
}
li {
	line-height: 15pt;
	margin-top: 3px;
}
li:before {
	content: "\00BB \0020";
	color: #3f3425;
	font-size: 12pt;
}
.small_text {
	font-size:10px;
	}
.comment_text {
	font-size:12px;
	background-color:#EBE4C2;
	/*background-color:#fffbe9; */
	padding:5px;
	}
.add_comment_text {
	font-size:12px;
	background-color:#99CC99;
	padding:3px;
	}
/* end basic site styles */

/* begin absolute positioning of layout */
#bar_top {
	position: absolute;
	background-color: #004026;
	width: 100%;
	height: 5px;
	z-index: 75;
	top: 0;
	left: 0;
}
#bar_top2 {
	position: absolute;
	background: #8bc4aa url(/media/template/bar_top2_bg.jpg);
	width: 100%;
	height: 119px;
	top: 5px;
	z-index: 60;
	left: 0;
}
#bar_bottom {

	background: #8bc4aa url(/media/template/bar_top2_bg.jpg);
	width: 100%;
	height: 30px;
}
#bar_menu {
	position: absolute;
	background: #ffe8a8 url(/media/template/bar_menu_bg.gif);
	width: 100%;
	height: 23px;
	top: 123px;
	z-index: 70;
	left: 0;
}

#center {
	text-align: center;
	width: 760px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	z-index: 90;
}
#search {
	position: absolute;
	text-align: right;
	width: 190px;
	top: 37px;
	left: 558px;
	z-index: 77;
}
	#search .searchbox {
		width: 120px;
		border: 1px solid #004026;
		background-color: #c0e8d5;
		color: #333;
	}
	#search .searchbutton {
		width: 60px;
		border: 1px solid #004026;
		background-color: #c0e8d5;
		color: #333;
	}
#languages {
	position: absolute;
	width: 160px;
	top: 37px;
	left: 353px;
	z-index: 78;
}
	#languages select {
		width: 120px;
		border: 1px solid #004026;
		background-color: #c0e8d5;
		color: #333;
	}
	.gobutton {
		width: 30px;
		border: 1px solid #004026;
		background-color: #c0e8d5;
		color: #333;
	}
#tagline {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 80;
}
#logo {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 85;
}
#menu {
	position: absolute;
	top: 97px;
	left: 45px;
	z-index: 72;
}
#menu a {
	margin: 0 15px;
	}
#menu_text {
	position: absolute;
	top: 160px;
	left: 45px;
	z-index: 74;
}
	#menu_text div {
		position: relative;
		text-align: center;
		width: 92px;
		margin: 0 2px 0 1px;
		float: left;
	}
	#menu_text div a {
		color: #666;
		font-size: 9pt;
		text-decoration: none;
	}
	#menu_text div a:hover, .textlink_hover {
		font-weight: 700;
	}
		#menu_text div#m_t_about {
			margin: 0 0 0 1px;
		}
/* end absolute positioning of layout */

/* begin body styling */
#body_container {
	position: relative;
	width: 760px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}
#ticker {
	position: relative;
	width: 740px;
	height: 18px;
	margin: 0 10px;
	background-color: #fff4c8;
	z-index: 35;
}
#shadow_top {
	position: relative;
	margin: 1px 10px 0 10px;
	width: 740px;
	height: 3px;
	background: url(/media/template/shadow_top.gif);
	z-index: 30;
}

#body_content {
	position: relative;
	text-align: left;
	width: 485px;
	margin-top: 10px;
	margin-left: 265px;
}
#simple_body_content {
	padding: 10px 10px 0 10px;
}
#shadow_bot {
	position: relative;
	margin: 15px 10px 0 10px;
	width: 740px;
	height: 3px;
	background: url(/media/template/shadow_bot.gif);
	z-index: 30;
}
#bar_bot {
	position: relative;
	width: 740px;
	height: 21px;
	margin: 1 10px;
	background-color: #fff4c8;
	z-index: 35;
	text-align: center;
}
.spacer {
	position: relative;
	height: 1px;
	width: 100%;
	margin-top: -12px;
	clear: both;
}
.divider {
	width: 485px;
	text-align: center;
	margin: 40px auto 25px auto;
}
.divider div {
	position: relative;
	width: 485px;
	height: 1px;
	border-top: 1px dotted #999;
	margin: 0 auto;
}
.category_title {
	margin-top: 28px;
	padding-left: 10px;
}
.body_icon_resourcelib {
	padding: 5 0;
	float: left;
	margin: -14px 7px 0 0;
}
.internal_links {
	position: relative;
}
.internal_links div {
	display: inline;
	padding: 0 15px 0 0;
	font-size: 9pt;
}
.sponsor_ad {
	text-align: center;
	padding: 7px 5px;
	background-color: #fff4c8;
	margin-top: 17px;
}
.book_video_thumb {
	margin-top: 4px;
	margin-right: 8px;
}
.section_title {
	position: relative;
	background-color: #fff4c8;
	width: 465px;
	border: 1px dotted #666;
	border-bottom: none;
	margin-top: 15px;

}
.section_title div {
	padding: 15px 12px 1px 12px;
}

.osc_section_title {
	position: relative;
	background-color: #fff4c8;
	width: 570px;
	border: 1px dotted #666;
	border-bottom: none;
	margin-top: 15px;

}
.osc_section_title div {
	padding: 15px 12px 1px 12px;
}
.cart_title {
	position: relative;
	background-color: #fff4c8;
	width: 505px;
	border: 1px dotted #666;
	border-bottom: none;
	margin-top: 15px;
}
.cart_title div {
	padding: 15px 12px 1px 12px;
}
.section {
	position: relative;
	width: 465px;
	border: 1px dotted #666;
	background-color: #fffae7;
	border-top: none;
	margin-bottom: 15px;
}
.section_2 {
	position: relative;
	width: 415px;
	border: 1px dotted #666;
	background-color: #fffae7;
	margin-bottom: 15px;
}
.section_main {

	width: 465px;
	border: 1px dotted #666;
	background-color: #fffae7;
	border-top: none;
	margin-bottom: 15px;
}
.osc_section {
	position: relative;
	width: 505px;
	border: 1px dotted #666;
	background-color: #fffae7;
	border-top: none;
	margin-bottom: 15px;
	display: block;
	padding: 10px 50px 0 15px;
}
.section_footer {
	position: relative;
	width: 465;
	border: 1px dotted #666;
	background-color: #fff4c8;
	border-top: none;
	margin-bottom: 15px;
	margin-top: -15px;
	text-align: center;
	padding: 5px 0;
}

#sidebar {
	position: relative;
	float: left;
	width: 238px;
	margin-left: 12px;
	margin-top: 3px;
	text-align: left;
}
	#sidebar ul {
		list-style: none;
		margin: 0;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	#sidebar li a {
		font-family: verdana, arial, sans-serif;
		font-size: 9pt;
		line-height: 13pt;
	}
	.sidebar_container {
		margin-top: 7px;
		padding: 8px;
		border: 5px solid #fff4c8;
		background-color: #fff;
	}
	.sidebar_container_active {
		margin-top: 7px;
		padding: 6px;
		border: 7px solid #ffe69d;
		background-color: #fffae7;
	}
	.sidebar_container h3, .sidebar_container_active h3 {
		margin: 0;
		padding: 0;
	}
	.sidebar_discussion_link {
		padding-top: 8px;
		font-size: 9pt;
	}
	.subnav_container {
		position: relative;
		margin-top: 10px;
		padding: 15px 8px 12px 8px;
		border: 1px dotted #999;
	}
	.subnav_container form {
		margin-top: 13px;
	}

.resource_item_details {
	display: none;
	padding: 10px 25px 0 15px;
}
.resource_item_details_active {
	display: block;
	padding: 10px 25px 0 15px;
}
.resource_item_3 {
	display: block;
	padding: 10px 25px 0px 15px;
}
.resource_item_title_1 {
	background-color: #fff7d8;
	padding: 5px 5px 5px 10px;
	border-top: 1px dotted #ccc;
}
.resource_item_title_2 {
	background-color:#EBE4C2;
	/*background-color:#fffbe9; */
	padding: 5px 5px 5px 10px;
	border-top: 1px dotted #ccc;
}
.resource_item_title_1 a, .resource_item_title_2 a, .resource_item_title_1 b, .resource_item_title_2 b {
	text-decoration: none;
}
.resource_item_title_1 a:hover, .resource_item_title_2 a:hover {
	text-decoration: underline;
}
a.discussion_item_link {
	text-decoration: underline;
}
#subnav_dropdown {
	margin: 7px 0 2px 0;
	width: 210px;
}
.posted_by {
	color: #666;
}
.layout_table td {
	padding: 5px;
}
.error_text {
	color: #C00;
}
.logged_out {
	color:#0000FF;
	font-weight:bold;
	font-size:10px;
}
.footer_text {
	font-size:10px;
	}
.calendar_nav {
	font-size:10px;
	}
.calendar_loc {
font-size:10px;
font-style:italic;
text-indent:1px;
}
.detail_info {
	font-size:9px;
	font-style:italic;
	}
/* end body styling */
