@charset "ISO-8859-1";
/* ------------------------------------------------------
	
	Date Created:	Tuesday, April 18, 2006; 4:58 PM
	Last Modified:	Tuesday, April 18, 2006; 4:58 PM
	Revision:		1.0

	Function: Print Stylesheet
	
	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;
	font:						11pt/175% Verdana,Arial,sans-serif;
}
a {
	color: 						red;

	text-decoration:			none;
}
a:visited {
	color: 						blue;

}
a:hover {
	color:						green;

}
a:active {
	color: 						red;

}

form {
	display:					block;
}
fieldset {
	margin:						0px;
	padding:					0px;
}
legend {
	padding:					2px;
	font-size:					9px;
	font-weight:				bold;
}
sup {
	font-size:					80%;
}
/* ----------------------------------------------------- */
/* Identified and classed items */
#container {
	margin:						auto;
	padding:					0px;
}

/* ----------------------------------------------------- */
/* Random images above the fold */
#header_img {
	display:					none;
}

/* ----------------------------------------------------- */
/* Mast */
#mast_banner {
}
#brand_bar {
	display:					none;
}
/* ----------------------------------------------------- */
/* Sidebar */
#sidebar {
	display:					none;
}
#sidebar a {
	display:					none;
}
#sidebar a:hover {
	display:					none;
}			

/* ------------------------------------------------------- 	*/
/*   Utility forms usually found in sidebar					*/

#form_login {}
#form_subscribe_to_newsletter {}
#form_site_search {
	display:					none;
}

#nav_section_links {
	display:					none;
}

.sidebar_forms {
	display:					none;
}
.sidebar legend {
	display:					none;
}
.sidebar_forms .textfield {
	display:					none;
}
.sidebar_forms .button {
	display:					none;
}

/* ------------------------------------------------------- 	*/
/*   Commerce Engine stuff (found in sidebar)				*/

#search_product_form_input {
	display:					none;
}
#search_product_form_submit {
	display:					none;
}

/* ----------------------------------------------------- */
/* Random images above the fold */
#footer {
	display:					none;
}

/* ----------------------------------------------------- */
/* Content sections 									 */
table#content_frame {
	margin:						0px 0px 0px 0px;
}
#content {
	font-size:					10pt;
	color:						#000;
	background-color:			#FFF;
}
#content h1,h2,h3,p{
	margin-bottom:				.5em;
}
#content h1{
	font-size:					18pt;
	font-family:				Verdana, Helvetica, sans-serif;
	font-weight:				normal;
	font-style:					italic;
	line-height:				175%;
	color:						black;

}
#content h2{
	font-size:					12pt;
	line-height:				130%;
	color:						black;

	padding:					20px 0px 0px 0px;
}
#content h3{
	font-size:					11pt;
	line-height:				130%;
	color:						black;

	padding:					20px 0px 0px 0px;
}

#content h4{
	font-size:					10pt;
	line-height:				100%;
	color:						black;

	padding:					0px 0px 0px 15px;
}
#content p{
	font-size:					10pt;
	line-height:				175%;
	color:						black;

	margin:						15px 0px 0px 15px;
}
#content li {
	font-size:					10pt;
	line-height:				175%;
	color:						black;

}

/* ----------------------------------------------------- */
/* Publisher (found in content div)						 */

#article_display {

}
#article_display h2 {
	color:						#639AFF;

}
#article_display img {
	border:						none;
	margin:						0px 0px 0px 5px;
}


/* Sections */
.section_title {

}
.section_article_block {
	margin:						10px;
	color:						#01009A;

	line-height:				150%;
}
.section_article_block h2 a {
	margin:						10px 0px 0px -10px;
	color:						#639AFF;

}
.section_article_block img {
	width:						125px;
	border:						none;
	margin:						0px 0px 0px 5px;
}
#section_description {
	margin:						20px 50px 20px 0px;
	color:						#00009C;

}
#section_description h3 {
	color:						#639AFF;

}

/* ------------------------------------------------------------ */
/* Contact form */

#contacttable {
	width:						500px;
	border:						none;
	font-size:					95%;
	padding:					0px;
	margin:						0px;
}
#contacttable td {
	padding:					1px;
}
#contacttable th {
	text-align:					left;
}
.contacttableheader{
	color:						#FFF;

	margin:						-1px;
}
.inputsmaller {
	border:						1px solid #FA8072;
	width:						15%;
	margin:						2px;
}
.inputsmall {
	border:						1px solid #FA8072;
	width:						50%;
	margin:						2px;
}
.inputmedium {
	border:						1px solid #FA8072;
	width:						75%;
	margin:						2px;
}
.inputlarge {
	border:						1px solid #FA8072;
	width:						98%;
	margin:						2px;
}
.inputsubmit {
	text-align:					right;
}
.radiosmall {
	height:						1em;
	width:						1em;
}
.selectlarge {
	border:						1px solid #FA8072;
	width:						175px;
	margin:						2px;
}
.error {
	font-weight:				bold;
	color:						#000;
	background-color:			#FF0000;
	background-image:			none;
}

/* ------------------------------------------------------------ */
/* Article specific styles */

.calendar_events {
	border:					1px solid #060F72;
	border-bottom:			none;
	border-right:			none;
	margin:					10px auto 10px auto;
}
.calendar_events th{
	background-color:		#4DB3FD;
	text-align:				left;
	border-bottom:			1px solid #060F72;
	border-right:			1px solid #060F72;
	padding:				2px;
}
.calendar_events td{
	border-bottom:			1px solid #060F72;
	border-right:			1px solid #060F72;
	padding:				2px;
}
.calendar_events .alt_row{
	background-color:		#F7F7F7;
}

/* ------------------------------------------------------------ */
/* Various classes for article items */

.pullquoteright {
	float:				right;
	font-weight:			bold;
	border:				5px dashed yellow;
	color:				#000000;
	background-color:		white;
	margin:				5px 5px 5px 5px;
	padding:			5px;
	width:				250px;
}

.logo_div {
	border:						1px solid blue;
	background-image:			url(../images/additional-photos/bg_logo_div.jpg);
	background-repeat:			repeat-x;
	text-align:					left;
	margin:						15px auto auto auto;
	padding:					10px;
	width:						95%;
}
.logo_div h5 {
	font-size:					24px;
	color:						white;
	margin-top:					0px;
	font-weight:				normal;
	font-style:					italic;
	text-align:					left;
	clear:						both;
	margin-bottom:				10px;
}
.logo_div a img {
	margin:						5px;
}

.logo_div img {
	margin:						5px;
}

#marketer {
	display:					none;
}

