@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.

 ------------------------------------------------------- */
/* 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: 	#6C6C6C;
	font: 					12px/150% Verdana, Arial, Helvetica, sans-serif;
	background-image: 	url(../images/template_images/bg_doc.png);
	background-repeat:	no-repeat;
}

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

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

a:hover {
	color: 						yellow;
	background-color: 		transparent;
}

a:active {
	color: 						yellow;
	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 */
#mast {
	position:					absolute;
	left:							0px;
	z-index: 					1;
	top:							25px;
	height:						190px;
	padding-left:				411px;
	background-color:			#9F9F9F;
	background-image: 		url(../images/template_images/bg_mast_wordmark.jpg);
	background-repeat:		no-repeat;
}

#container {
	margin: 						0px auto 0px 175px;
	padding: 					0px;
	width:						755px;
	color: 						white;
	background-color: 		transparent;
	background-image: 		url(../images/template_images/bg_container.png);
	background-repeat:		repeat-y;
}


/* ----------------------------------------------------- */
/* Sidebar */
#sidebar {
	position:					absolute;
	top:							260px;
	left:							180px;
	width: 						230px;
	margin: 						0px;
	color:						#eee;
	background-color:			transparent;
	text-align:					right;
	font-size:					13px;
}

#sidebar a {
	display: 					block;
	line-height:				200%;
	color:						#A8BBBB;
	background-color:			transparent;
	text-decoration: 			none;
	padding-right:				25px;
	color: 						#ffffff;
	font-size: 					12px; font-family: Arial, sans-serif;
	font-weight: 				bold;

}

#sidebar a:hover {
	display: 					block;
	color: 						yellow;
	text-decoration: 			none;
}

#sidebar .company_info {
	line-height:				200%;
	padding-right:				25px;
	margin-top:					25px;
	
}
/* ------------------------------------------------------- 	*/
/*   Utility forms usually found in sidebar					*/
#form_login {
	
}

#form_subscribe_to_newsletter {
	
}

#form_site_search {
}

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

.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;
}

/* ----------------------------------------------------- */
/* Content sections													*/
#content {
	margin-top:					260px;
	margin-left:				250px;
	width: 						460px;
	padding: 					5px 20px 10px 20px;
	color:						white;
	background-color:			transparent;
	min-height:					500px;
   height: 						auto !important;
   height:						500px;
}
#content h1,h2,h3,p {
	margin-bottom: 			.5em;
	font-weight:				normal;
}
#content p {
	margin-bottom: 			1.5em;
}
#content h1,h2,h3 {
	font-family:				Palatino, "Times New Roman", Times, serif;
}

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

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

#content h3 {
	font-size: 					12pt;
	line-height: 				150%;
	color:					#CCCCCC;
	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%;
}

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

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

#article_display h2 {

}

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

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

.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:					12pt;
	color:						#E7DDC2;
	font-weight:				normal;
	line-height:				135%;
	font-style:					italic;
	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 #333333;
	width: 						15%;
	margin: 						2px;
}

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

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

.inputlarge {
	border: 						1px solid #333333;
	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;
}

.pullquoteleft {
	float:						left;
	font-weight:				bold;
	border:						3px dashed #4D8D2C;
	color:						#65729C;
	background-color:			cornsilk;
	width:						40%;
	margin:						5px 15px 5px 0px;
	padding:						5px;
}
.pullquoteright {
	float:						right;
	font-weight:				bold;
	border:						5px dashed red;
	color:						#000000;
	background-color:			white;
	margin:						5px 5px 5px 5px;
	padding:						5px 5px 5px 5px;
	width:						250px;
}
.pullquotecenter {
	font-weight:				bold;
	text-align:					center;
	border-top:					3px dashed #4D8D2C;
	border-bottom:				3px dashed #4D8D2C;
	color:						#65729C;
}

/* ------------------------------------------------------------ */
	/* Various classes for article items */
.marketer {
	margin-top:					25px;
	font-size: 					11px;
	padding: 					0px;
	margin-left:				600px;
}

.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 {
	width:						738px;
	padding: 					5px;
	color:						white;
	background-color: 		#333333;
	border-right: 				1px solid #9F9F9F;
	border-left: 				1px solid #9F9F9F;
	font-size: 					11px;
}