@charset "UTF-8";

/* ------------------------------------------------------
	
	Date Created:	Saturday, August 10, 2002 3:44:01 AM
	Last Modified:	Monday, June 28, 2004 06:18 PM
	Revision:		1.0

	Function: Define the layout and appearance of the link
	and content div for later browsers (ns6+ ie5+)
	I know this is all pretty verbose, but when you're wrapping
	a number of these apps as often as I do, it's simpler.
	
	1 tab=4 spaces.

------------------------------------------------------- */
	/*
div {
	border:						1px #FFF000 solid;
	margin:						5px;
}
*/
	/* Handle the BS differences between browsers */
div,h1,h2,h3,p,a,td {
	margin: 					0px;
	padding: 					0px;
}

/* ----------------------------------------------------- */
	/* General tag defs */
html,body {
	margin: 					0px;
	padding: 					0px;
	color: 						#000;
	background-color: 			transparent;
	font: 						11pt/175% Verdana, Arial, sans-serif;
	background-image: 			url(../images/template_images/mast.jpg);
	background-repeat:			no-repeat;
}

a {
	color: 						red;
	background-color: 			transparent;
	text-decoration: 			none;
}

a:visited {
	color: 						blue;
	background-color: 			transparent;
}

a:hover {
	color: 						#6F3D40;
	background-color: 			transparent;
	background-image:			url(../images/template_images/nav_link_rollover_bg.jpg);
}

a:active {
	color: 						red;
	background-color: 			transparent;
}

form {
	display: 					block;
}

fieldset {
	margin: 					0px;
	padding: 					0px;
	border:						1px solid #C6C6C6;
}

legend {
	padding: 					2px;
	font-size: 					11px;
	font-weight: 				bold;
}

sup {
	font-size: 					80%;
}

/* ----------------------------------------------------- */
/* Identified and classed items */
#submast {
	position:					relative;
	top:						40px;
	left:						300px;						
}


/* ----------------------------------------------------- */
/* Sidebar */
#sidebar {
	position:					absolute;
	top:						310px;
	width: 						175px;
	margin: 					0px;
}

#sidebar a {
	display: 					block;
	width: 						170px;
	margin: 					0px 0px 10px 0px;
	padding: 					2px 0px 2px 5px;
	color: 						#000000;
	background-color: 			transparent;
	border: 					1px solid transparent;
	text-decoration: 			none;
	font-weight: 				bold;
}

#sidebar a:hover {
	display: 					block;
	width: 						170px;
	margin: 					0px 0px 10px 0px;
	padding: 					2px 0px 2px 5px;
	color: 						#6F3D40;
	background-color: 			#9DAEBE;
	border: 					1px solid #C6C6C6;
	text-decoration: 			none;
	background-image:			url(../images/template_images/nav_link_rollover_bg.jpg);
}

/* ------------------------------------------------------- 	*/
/*   Utility forms usually found in sidebar					*/
#form_login {
	
}

#form_subscribe_to_newsletter {
	
}

#form_site_search {
	margin-bottom: 				25px;
}

.sidebar_forms {
	position: 					relative;
	left: 						5px;
	top: 						10px;
	width: 						145px;
	font-size: 					9px;
	font-weight: 				bold;
	margin: 					0px;
}

.sidebar legend {
	font-size: 					9px;
}

.textfield {
	width: 						122px;
	margin: 					0px 10px 5px 5px;
	padding: 					3px;
	border: 					1px solid #C6C6C6;
	font-size: 					10px;
	background-image:			url(../images/template_images/nav_link_rollover_bg.jpg);
}

.button {
	font-size: 					9px;
	font-weight: 				bold;
	margin: 					3px 0px 3px 3px;
	float: 						right;
}

/* ------------------------------------------------------- 	*/
	/*   Commerce Engine stuff (found in sidebar)				*/
#search_product_form_input {
	width: 						210px;
	border: 					2px solid black;
}

#search_product_form_submit {
	border: 					1px solid #94A2FF;
	color: 						inherit;
	background-color: 			#94A2FF;
	padding: 					1px 3px 0px 3px;
}

/* ----------------------------------------------------- */
/* Content sections 									 */
#content {
	position:					relative;
	left:						180px;
	top:						100px;
	width: 					65%;
	padding: 					20px;
	font-size: 					10pt;
	border:						1px solid #C6C5C3;
}

#content h1,h2,h3,p {
	margin-bottom: 				.5em;
}

#content h1 {
	font-size: 					150%;
	line-height: 				155%;
	background-color: 			transparent;
}

#content h2 {
	font-size: 					135%;
	line-height: 				150%;
	background-color: 			transparent;
}

#content h3 {
	font-size: 					12pt;
	line-height: 				150%;
	background-color: 			transparent;
	padding: 					20px 0px 0px 0px;
}

#content h4 {
	font-size: 					10pt;
	line-height: 				100%;
	background-color: 			transparent;
	padding: 					0px 0px 0px 15px;
}

#content p {
	font-size: 					10pt;
	line-height: 				175%;
	color: 						#000000;
	background-color: 			transparent;
	margin: 					15px 0px 15px 0px;
}

#content li {
	font-size:					10pt;
	line-height: 				175%;
	color: 						#000000;
	background-color: 			transparent;
}

/* ----------------------------------------------------- */
	/* Publisher (found in content div)						 */
#article_display {
	color: 						inherit;
	background-color: 			transparent;
}

#article_display h2 {
	color: 						#043e06;
	background-color: 			transparent;
}

#article_display img {
	border: 					1px solid black;
	margin: 					0px 0px 0px 5px;
}
#article_display iframe {
	width:						100%;
	height:						500px;
	border:						none;
}
/* Sections */
.section_title {
	
}

.section_article_block {
	margin: 					10px;
	background-color: 			transparent;
	line-height: 				150%;
}

.section_article_block h2 a {
	margin: 					10px 0px 0px -10px;
	background-color: 			transparent;
}

.section_article_block img {
	width: 						125px;
	border: 					none;
	margin: 					5px 5px 5px 5px;
}

#section_description {
	font-size:					110%;
	font-weight:				normal;
	margin: 					20px 50px 20px 0px;
	background-color: 			transparent;
}

#section_description h3 {
	background-color: 			transparent;
}

.more_link {
	font-size: 					80%;
	margin-left: 				10px;
}

/* ------------------------------------------------------------ */
	/* Contact form */
#contacttable {
	border: 					none;
	font-size: 					95%;
	padding: 					0px;
	margin: 					0px;
	margin-top: 				15px;
}

#contacttable td {
	padding: 					1px;
}

#contacttable th {
	text-align: 				left;
}

.contacttableheader {
	color: 						#000;
	background-color: 			transparent;
	font-weight: 				bold;
}

.inputsmaller {
	border: 					1px solid #043e06;
	width: 						15%;
	margin: 					2px;
}

.inputsmall {
	border: 					1px solid #043e06;
	width: 						50%;
	margin: 					2px;
}

.inputmedium {
	border: 					1px solid #043e06;
	width: 						75%;
	margin: 					2px;
}

.inputlarge {
	border: 					1px solid #043e06;
	width: 						98%;
	margin: 					2px;
}

.inputsubmit {
	text-align: 				right;
}

.radiosmall {
	height: 					1em;
	width: 						1em;
}

.selectlarge {
	border: 					1px solid #043e06;
	width: 						175px;
	margin: 					2px;
}

.error {
	font-weight: 				bold;
	color: 						#000;
	background-color: 			#FF0000;
	background-image: 			none;
}

/* ------------------------------------------------------------ */
	/* Article specific styles */
.table-borders {
	border: 					0px solid #043e06;
	margin: 					10px auto 10px auto;
}

.table-borders th {
	background-color: 			#4DB3FD;
	text-align: 				left;
	padding: 					2px;
}

.table-borders  td {
	padding: 					2px;
	border: 					1px solid #043e06;
}

.table-borders .alt_row {
	background-color: 			#043e06;
}

/* ------------------------------------------------------------ */
/* Various classes for article items */
.marketer {
	position:					relative;
	top:						50px;
	font-size: 					11px;
	text-align: 				right;
	padding: 					0px;
	width: 						100%;
}

.marketer a {
	color: 						#9DAEBE;
	background-color: 			transparent;
}

#product_description {
	clear: 						both;
	margin-bottom: 				10px;
}

#product_description img {
	margin: 					auto 10px auto -10px;
}

/* This used to hide the "other" specific field. Keeping it just in case... */
#referred_by_other {
	visibility: 				visible;
	width: 						300px;
}

table#article_file_download {
	width: 						80%;
	border: 					1px solid black;
	margin: 					10px 0 0 25px;
}

table#article_file_download th {
	font-size: 					100%;
	font-weight: 				bold;
	text-align: 				left;
	color: 						#000;
	background-color: 			transparent;
	padding: 					2px;
	border: 					1px solid black;
}

table#article_file_download td {
	text-align: 				left;
	font-size: 					100%;
	padding: 					2px;
	border: 					1px solid black;
}

td#table_header {
	text-align: 				left;
	font-weight: 				bold;
	font-size: 					100%;
	font-family: 				Georgia, Palatino, serif;
	padding: 					2px;
}

#category_description {
	margin: 					10px;
	color: 						#00009C;
	border-bottom: 				7px solid #94A2FF;
}

/* ----------------------------------------------------- */
/* Footer  */
#footer {
	line-height:				135%;
	font-size: 					11px;
}
#footer p {
	line-height:				135%;
	font-size: 					11px;
}
.footer_contact {
	position:					relative;
	top:						10px;
	font-size: 					11px;
	margin-left: 				5px;
}
hr.footer_rule {
	position:					relative;
	top:						10px;
	border: 					1px solid #C6C5C3;
}