﻿/* CSS Document */


/*  ===================================================  
 	===================================================  
	
	Description: netReturns client style sheet - Yakima Memorial
	Author: Katelin Schwarck
	Release date: 12/15/10 
	Designer approved: Katelin Schwarck
	Date approved: 12/15/10
	Revision History:	Revised By:			Revised On:
						
												
  	=================================================== 
  	===================================================  */
	
/* This code sets the font style for all modules */

#NetGlobalContainer {
	width: 920px;
	padding: 10px 0px 0px 0px;
	color: #595959;
	font: 12px/160% "Lucida Grande",Verdana,Lucida,Arial,Helvetica,sans-serif;
	}

	#NetGlobalContainer a {
     	color: #917941;
		text-decoration: underline;
		font-weight: bold;
		font-size: 13px;
		}

	#NetGlobalContainer a:hover {
		color: #da1f23;
		}

/* This code sets the font style for all headlines */


/* Defines global headers */

#NetGlobalContainer h1 {
	color: #917941;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #77787B;
	} /* Defines module header */


#NetGlobalContainer h2 {
	color: #917941;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	} /* Defines story headers */
	
#NetGlobalContainer h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	} /* Defines story subhead */
	
#NetGlobalContainer h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	} /* Defines story underhead */
	
#NetGlobalContainer h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	} /* Defines the section headers for the right column */	
	
#NetGlobalContainer h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	} /* Defines the subsection headers for the right column */
	
.NetFeaturedSectionHeader {
	background-color: transparent;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	width: auto;
	} /* defines section header for feature at top of 2 column landing pages */

.NetContentSectionHeader {
	color: #917941;
	background-color: transparent;
	border-top: 1px solid #77787B;
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	width: auto;
	} /* defines general section header */

.NetSubContentSectionHeader {
	background-color: #transparent;
	border-top: 1px solid #77787B;
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 10px 10px 0px;
	padding: 6px 0px 6px 0px;
	width: auto;
	} /* defines section header for inset boxes in 2 column layout */

#NetFormBuilderForm .header {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	width: auto;
	color: #595959;
	} /* defines header in form builder -- may need to add more classes that the production specialist may had created */
	
#NetFormBuilderForm .subheader {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	width: auto;
	color: #595959;
	} /* defines header in form builder -- may need to add more classes that the production specialist may had created */
	
	
/* This code sets the font style for the netWizard */
	
.NetWizardStepHeader {
	background: none;
	border-left: 0;
	border-right: 0;
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 6px 0px;
	text-transform: capitalize;
	width: auto;
	} /* defines general section header */
	
	.NetWizardStepDetail {
		border: 1px solid #77787B;
		margin-bottom: 20px;
		}
		
		.NetWizardStepText {
			font: 11px/160% Arial, Verdana, Helvetica, sans-serif;
			float: left;
			padding: 3px 0px 0px 10px;
			}
			
/* This code sets the font style for the netWizard */
			
.NetQuickLinksText {
	padding: 5px 0px 0px 0px;
	float:left;
	font: 12px/160% Arial,Verdana,Helvetica,sans-serif;
	}
	
/* miscelaenous styles */

#NetGlobalContainer .NetButton a {
    color: #595959;
	font-size: 12px;
	text-decoration: none;
	}
