/*
 * CSS styles based off of HTML5 Boilerplate & normalize.css v2.1.2 
 * Customized by Ryan rosati | www.iamrcr.com 
 *    
 */
   
/* =============================================================================
   $HTML5 DISPLAY DEFINITIONS
   ========================================================================== */
	
	/**
	 * Correct `block` display not defined in IE 8/9.
	 */
	
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	nav,
	section,
	summary {
		display: block;
	}
	
	/**
	 * Correct `inline-block` display not defined in IE 8/9.
	 */
	
	audio,
	canvas,
	video {
		display: inline-block;
	}
	
	/**
	 * Prevent modern browsers from displaying `audio` without controls.
	 * Remove excess height in iOS 5 devices.
	 */
	
	audio:not([controls]) {
		display: none;
		height: 0;
	}
	
	/**
	 * Address `[hidden]` styling not present in IE 8/9.
	 * Hide the `template` element in IE, Safari, and Firefox < 22.
	 */
	
	[hidden],
	template {
		display: none;
	}

/* =============================================================================
   $BASE
   ========================================================================== */
	
	/*
	 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
	 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
	 */
	
	html {  
		font-family: sans-serif; 
		-webkit-text-size-adjust: 100%; 
		-ms-text-size-adjust: 100%; 
		min-height: 100%;
	} 
	
	body {				 	 
		background: #fff;
		color: #252525; 
		-webkit-font-smoothing: antialiased;
		margin: 0;
		min-height: 100%;
		position: relative; 
		font-size: 16px;
		line-height: 27px;
	}

	/*
	 * Remove text-shadow in selection highlight: h5bp.com/i
	 * These selection declarations have to be separate
	 * Also: hot pink! (or customize the background color to match your design)
	 */
	
	::-moz-selection { 
		background: #fe57a1; 
		color: #fff; 
		text-shadow: none; 
	}
	
	::selection { 
		background: #fe57a1; 
		color: #fff;
		text-shadow: none; 
	}
	
	* {
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Safari */
		/* Universal selector class telling elements to render the box with the specified width and height, and place the border and padding inside the box. */
	}
	
/* =============================================================================
   $LINKS
   ========================================================================== */
	a {
		color: #2a539c;
		background: transparent; 
		font-weight: bold; 
	}
	
	a:visited { 
		color: #800080; 
	}
	
	a:focus, 
	a:hover, 
	a:active {  
		text-decoration: none;  
		outline: 0;
	}
	
 
 /* =============================================================================
   $TYPOGRAPHY
   ========================================================================== */
   
	h1, h2, h3, h4, h5, h6	{
		line-height:1.3;
		margin:20px 0;
		font-family: Georgia, Serif;		 
	}
	   
	h1	{
		font-size: 36px;		
		margin:40px 0 40px 0;
		color: #2a539c;
	}
	
	h2	{
		font-size: 24px; 
		margin:0 0 20px 0;
	}
	
	h3	{
		font-size: 20px; 
	}
	
	h4	{
		font-size: 18px; 
	}
	
	h5	{
		font-size: 16px; 
	}
	
	h6	{
		font-size: 14px; 
	}
	
	abbr[title] { border-bottom: 1px dotted; }
	
	b, strong { font-weight: bold; }
	
	blockquote { margin: 1em 40px; }
	
	dfn { font-style: italic; }
	
	hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
	
	ins { background: #ff9; color: #000; text-decoration: none; }
	
	mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
	
	/* Redeclare monospace font family: h5bp.com/j */
	pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
	
	/* Improve readability of pre-formatted text in all browsers */
	pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
	
	q { quotes: none; }
	q:before, q:after { content: ""; content: none; }
	
	small { font-size: 85%; }
	
	/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
	sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
	sup { top: -0.5em; }
	sub { bottom: -0.25em; }


/* =============================================================================
   $LISTS
   ========================================================================== */

	ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
	dd { margin: 0 0 0 40px; }
	nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
	 
/* =============================================================================
   $EMBEDDED CONTENT
   ========================================================================== */

	/*
	 * 1. Improve image quality when scaled in IE7: h5bp.com/d
	 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
	 */
	
	img {  -ms-interpolation-mode: bicubic; vertical-align: middle; border:0; }
	
	/*
	 * Correct overflow not hidden in IE9
	 */
	
	svg:not(:root) { overflow: hidden; }
	

/* =============================================================================
   $FIGURES
   ========================================================================== */

	figure { 
	   margin: 0;
	}


/* =============================================================================
   $FORMS
   ========================================================================== */

	form {  }
	
	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}
	
	/* Indicate that 'label' will shift focus to the associated form element */
	label { cursor: pointer; }
	
	/*
	 * 1. Correct color not inheriting in IE6/7/8/9
	 * 2. Correct alignment displayed oddly in IE6/7
	 */
	
	legend {  
		*margin-left: -7px;  
		white-space: normal; 
		border: 0;  
		padding: 0;  
	}
	
	/*
	 * 1. Correct font-size not inheriting in all browsers
	 * 2. Remove margins in FF3/4 S5 Chrome
	 * 3. Define consistent vertical alignment display in all browsers
	 */
	
	button, input, select, textarea { 
		font-family: inherit; /* 1 */
		font-size: 100%; 
		margin: 0; 
		vertical-align: baseline; 
		*vertical-align: middle; 
	}
	
	/*
	 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
	 */
	
	button,
	input {
		line-height: normal;
	}
	
	button,
	select {
		text-transform: none;
	}
	
	/*
	 * 1. Display hand cursor for clickable form elements
	 * 2. Allow styling of clickable form elements in iOS
	 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
	 */
	
	button,
	html input[type="button"], 
	input[type="reset"],
	input[type="submit"] {
		cursor: pointer; 
		-webkit-appearance: button; 
		*overflow: visible; 
	}
	
	/*
	 * Re-set default cursor for disabled elements
	 */
	
	button[disabled],
	html input[disabled] {
		cursor: default;
	}
	
	/*
	 * Consistent box sizing and appearance
	 */
	
	input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
	input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
	input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
	
	/*
	 * Remove inner padding and border in FF3/4: h5bp.com/l
	 */
	
	button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
	
	/*
	 * 1. Remove default vertical scrollbar in IE6/7/8/9
	 * 2. Allow only vertical resizing
	 */
	
	textarea { overflow: auto; vertical-align: top; resize: vertical; }
	
	/* Colors for form validity */
	input:valid, textarea:valid {  }
	input:invalid, textarea:invalid { background-color: #f0dddd; }
	

/* =============================================================================
   $TABLES
   ========================================================================== */

	table { border-collapse: collapse; border-spacing: 0; }
	td { vertical-align: top; }
	

/* =============================================================================
   $CHROME FRAME PROMPT
   ========================================================================== */
 
	a.close_btn {	  
	  display: block;
	  vertical-align: top;
	  position: relative;	  
	  width: 96px;
	  line-height: 35px;
	  padding: 0 24px;
	  font-size: 14px;
	  color: white;
	  text-align: center;
	  text-decoration: none; 
	  background-color: #F00;
	  background-clip: padding-box;
	  border: 1px solid #000; 
	} 
	
	a.close_btn:hover {
	  background-color: #970202;
	}
	
  			  
	.chromeframe a { 
		color: #F00 !important;	
		text-decoration: none;
	 }
	 
	 .chromeframe a:hover	{
		 text-decoration: underline;
	 }
	
	/* modal window */
	
	.dumbBoxWrap { /* The div that shows/hides. */
		display:block; 
		z-index:40001; 
	}
	
	.dumbBox	{
		width:405px; 
		position:relative;
		margin:0 auto; 
		background-color:white;
		padding:20px;
		border:1px solid black;
	}
	
	.dumbBox h1	{
		font-size: 18px;
		color: #474747;
		margin: 0;
	}
	
	.dumbBox p	{
		line-height: 1.5;
		font-size: 12px;
		margin: 10px 0;
		color: #474747;
	}
	
	.dumbBoxOverlay { /* Shades out background when selector is active */
		position:fixed;
		width:100%;
		height:100%;
		background-color:black;
		opacity:.5; 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
		filter:alpha(opacity=50); /* More IE transparency */
		z-index:40001;
	}
	
	.vertical-offset { /* Fixed position to provide the vertical offset */
		position:fixed;
		top:30%;
		width:100%;
		z-index:40002; 
	}
  
/* =============================================================================
   $COLORS
   ========================================================================== */

	  .blue {
	  	color: #2a539c;
	  }

	  .txtGrey	{
		color: #252525;
	  }
	 
 

/* ==== TEMPLATE STYLES =====================================================
   Author: Ryan Rosati
   Website: www.rosaryoftheunborn.com
   Date: 10/26/2014
   ========================================================================== */
   
  /* constant classes */ 	
	.left, .columns.left    { float: left; }
	.right, .columns.right  { float: right; }
	.hide     	{ display: none; }
	.highlight 	{ background: #fcf8bf; }
	.clear		{clear:both}
	
	/* the calc() function allows us to use math functions to calculate widths. you can use * / + or -. Not supported by IE8 > */
	.calc	{
		width: 45%; /* all browsers */ 
		width: -moz-calc(50% - 30px); /* Firefox 4+ */ 
		width: calc(50% - 30px); /* IE9+ and future browsers */ 		
		width: calc(100% / 3);  /* divide whole area by 3 */
	}
			
	/* For image replacement */
	.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
	.ir br { display: none; }
	
	/* Hide from both screenreaders and browsers: h5bp.com/u */
	.hidden { display: none !important; visibility: hidden; }
	
	/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
	.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
	
	/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
	
	/* Hide visually and from screenreaders, but maintain layout */
	.invisible { visibility: hidden; }
	
	/* Apply the clearfix class to the floated child elements parent container */
	
	
	.clearfix:after {
		content: "";  
		display: block;  
		clear: both;  
		visibility: hidden;  
		font-size: 0;  
		height: 0;  
	}
	 
	.clearfix {
	   *display: inline-block;   
	   _height: 1%;  
	} 
	
	.page-wrapper	{
		width: 950px;
		margin: 0 auto;
	}
	
 
/* =============================================================================
   $HEADER
   ========================================================================== */ 
 
 
		
	#pcHeader td {
		padding: 0px;
	}
		
	.pcheaderNAVBG {
		background-image:url(../IMG/HLRUtopnavBG.jpg);
		height: 39px;
	}
		  
		 
	#pcTopNav {
		text-align: right;
		font-weight: bold;
	}
		
		 

/* =============================================================================
   $MAIN
   ========================================================================== */
	#main-content p { 
		margin: 40px 0;
	}

/* =============================================================================
   $PRODUCTS
   ========================================================================== */
   
   .products a	{
   		display: inline-block;
   		margin-right: 21px;

   }

	   .products a:last-child	{
	   		margin-right: 0;
	   }	 
 
/* =============================================================================
   $FOOTER
   ========================================================================== */
	footer	{
		margin-bottom: 20px;
		font-size: 12.0pt;
		font-family: "Times New Roman";
	}

	#pcFooter {
		background-color: #FFFFFF; 
		color: #666666;
		text-align: center;
		padding: 5px;
		border: 1px solid #666666;
		background-image: url(../IMG/CellBG.gif);
	}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(../IMG/dotted_spacer_left.gif);
			height: 5px;
		}

   
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
 

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .no-print {display:none;}
}
