@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;
	background-color: #FFF;
	font: 11pt/ 175% Verdana, Arial, sans-serif;
}

a {
	color: red;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: blue;
	background-color: transparent;
}

a:hover {
	color: green;
	background-color: transparent;
}

a:active {
	color: red;
	background-color: transparent;
}

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 {
	display: none;
}

#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 {
	margin-bottom: 25px;
}

.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 {
	padding: 5px;
	width: 760px;
	background-color: #FFF;
	height: 15px;
	font-size: 11px;
}

/* ----------------------------------------------------- */
	/* 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: #99CC00;
	background-color: transparent;
}

#content h2 {
	font-size: 12pt;
	line-height: 130%;
	color: #639AFF;
	background-color: transparent;
	padding: 20px 0px 0px 0px;
}

#content h3 {
	font-size: 11pt;
	line-height: 130%;
	color: #00009C;
	background-color: transparent;
	padding: 20px 0px 0px 0px;
}

#content h4 {
	font-size: 10pt;
	line-height: 100%;
	color: black;
	background-color: transparent;
	padding: 0px 0px 0px 15px;
}

#content p {
	font-size: 10pt;
	line-height: 175%;
	color: #01009A;
	background-color: transparent;
	margin: 15px 0px 0px 15px;
}

#content li {
	font-size: 10pt;
	line-height: 175%;
	color: #01009A;
	background-color: transparent;
}

/* ----------------------------------------------------- */
	/* Publisher (found in content div)						 */
#article_display {
	color: inherit;
	background-color: transparent;
}

#article_display h2 {
	color: #639AFF;
	background-color: transparent;
}

#article_display img {
	border: none;
	margin: 0px 0px 0px 5px;
}

/* Sections */
.section_title {
	
}

.section_article_block {
	margin: 10px;
	color: #01009A;
	background-color: transparent;
	line-height: 150%;
}

.section_article_block h2 a {
	margin: 10px 0px 0px -10px;
	color: #639AFF;
	background-color: transparent;
}

.section_article_block img {
	width: 125px;
	border: none;
	margin: 0px 0px 0px 5px;
}

#section_description {
	margin: 20px 50px 20px 0px;
	color: #00009C;
	background-color: transparent;
}

#section_description h3 {
	color: #639AFF;
	background-color: transparent;
}

/* ------------------------------------------------------------ */
	/* 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;
	background-color: transparent;
	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 */
.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;
}
