/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; min-height: 100%; vspace: 0; position: relative;}

body, button, input, select, textarea { font-family: 'Open Sans', Arial, sans-serif; color: #010101; }

/* 
 * 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: #823C42; color: #fff; text-shadow: none; }
::selection { background: #823C42; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #a50000; text-decoration: none; }
a:visited { color: #a50000; text-decoration: underline;  }
a:hover { color: #a50000; text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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, monospace; _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/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 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 { border: 0; *margin-left: -7px; 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-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)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -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; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:  Firespring Production Dept.
   ========================================================================== */


#container {
	width: 945px;
	margin: 0 auto;
	}

.clear {
	clear: both;
	height: 0;
	width: 100%;
	margin: 0;
	}

/* =============================================================================
   Header
   ========================================================================== */
#header {
	height: 203px;
	background: url('../graphics/layout/bg_header.gif') repeat-x top left;
	}

#head_wrap {
	width: 945px;
	margin: 0 auto;
	}

#topnav {
	height: 74px;
	margin-bottom: 20px;
	}
	
	#custutil ul {padding:0; margin:0; list-style:none; float:right;}
	#custutil ul li {display: inline-block; padding: 0 9px;}
			.ie7 ul#custutil li {float:left;}
	#custutil ul li a {
		font-size: 11px;
		color: #fff;
		text-decoration: none;
		line-height: 65px;
		letter-spacing: -0.3px;
		}

#search {
	float: right;
	height: 52px;
	padding-top: 13px;
	margin-left: 23px;
	margin-right: 3px;
	}
	
	.google_site_search_form {
		position: relative;
		}
	
	.google_site_search_form_textbox {
		height: 34px;
		border: 1px solid #6f7780;
		border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		width: 295px;
		background-position: 3% 50% !important;
		}

	.google_site_search_form_search_button {
		background: url('../graphics/layout/bg_search_btn.png') no-repeat top right;
		border: 0 none;
		height: 37px;
		width: 36px;
		position: absolute;
		top: 1px;
		right: 0;
		text-indent: -9999px;
		}
	

#logo {
	float: left;
	padding-top: 3px;
	padding-left: 3px;
	}
	

/* =============================================================================
   Primary Navigation
   ========================================================================== */

#primarynav {
float: left;
height: 74px;
margin-left: 16px;
width: 690px;
z-index: 9999 !important;
position: relative;
}

#primarynav ul {
list-style: none;
text-align: center;
z-index: 100;
height: 74px;
width: 694px;
margin: 0;
padding: 0;
}

#primarynav ul li {
display: inline-block;
float: left;
line-height: 40px;
padding: 16px 0 16px 10px;
background: url('../graphics/layout/bg_drop_trans.png') no-repeat right center;
position: relative;
}

#primarynav ul li a {
color: #762D32;
font-size: 15px;
line-height: 52px;
padding: 0 20px 0 14px;
white-space: nowrap;
text-decoration: none;
display: block; 
}

#primarynav ul li a:hover, #primarynav ul li:hover > a {
color: white;
background: #731C20 url('../graphics/layout/bg_drop_trans.png') no-repeat right center;
opacity: 0.9;
filter: alpha(opacity=90);
}


#primarynav ul li ul {
display: block;
position: absolute;
margin: 0;
padding: 0 20px;
background: #731C20;
opacity: 0.9;
filter: alpha(opacity=90);
width: auto;
height: auto;
visibility: hidden;
text-align: left;
min-width: 163px;
}

#primarynav ul li ul li {
float: none;
border-right: 0 none;
font-size: 12px;
font-weight: normal;
line-height: 20px;
padding: 0;
border-bottom: 1px solid #5D1717;
display: block;
background: none;
}

#primarynav ul li ul li a {
font-family: 'Adamina', serif;
font-size: 13px;
color: white;
padding: 0;
margin: 0;
white-space: nowrap;
line-height: 39px;
}

#primarynav ul li ul li a:hover {
background: none;
color: #D19498 !important;
}



.nodrop {
	background: none !important;
	}


#primarynav ul li.nodrop a:hover, #primarynav ul li.nodrop:hover > a {
	background-image: none;
	}
	
	
   
   
/* =============================================================================
   Spotlight
   ========================================================================== */
   
   #spotlight {
   	margin: -17px auto 0;
   	position: relative;
   	height: 375px;
	width: 1025px;
   	}

#spot {
	background: url('../graphics/layout/back.png') repeat-x top left;
	width: 918px;
	height: 353px;
	position: absolute;
	left: 57px;
	top: 16px;
	}

#left { 
   	background: url('../graphics/layout/left.png') no-repeat top left;
	height: 353px;
	width: 69px;
	position: absolute;
	top: 16px;
	left: -5px;
   	}
   	
#right {
	background: url('../graphics/layout/right.png') no-repeat top left;
	height: 353px;
   	width:57px;
   	position: absolute;
   	left: 968px;
	top: 16px;
   	}

#spotlight_content {
position: absolute;
top: 11px;
height: 283px;
width: 918px;
}

#spotlight_content img {
	height: 284px;
	width: 918px;
	}

#spotlight_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#spotlight_content .content_image_box  {
width: 918px;
border: 0 none;
}

#spotlight_content .content_image_box .content_image img, #spotlight_content .content_image, #spotlight_content .content_image_box {
	margin: 0;
	width: 918px !important;
	height: 284px !important;
	overflow: hidden;
	}
	
	
#spotlight_content .collection_item_label {display: none;}

#spotlight_content_nav {
position: absolute;
bottom: -60px;
left: 48%;
}

#spotlight_content_nav a {
	background: url('../graphics/layout/spotlight_btn.png') top left no-repeat;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	padding: 0 4px;
	display: inline-block;
	outline:0 none;
	}

#spotlight_content_nav a.activeSlide {
	background: url('../graphics/layout/spotlight_btn_H.png') top left no-repeat;
	}



/* =============================================================================
   Content
   ========================================================================== */
   #primarycontent {
   	width: 945px;
   	margin: 0 auto -400px;
   	text-align: left;
   	}
   	 
 #tagline {
 	color: #333d4b;
 	font-size: 17px;
 	line-height: 33px;
 	}
 
 h1, h2, h6 {font-weight: normal;}
 
 h1 { font-size: 27px; }
 h2 { font-size: 18px; }
 h3 { font-size: 16px; }
 h4 { font-size: 14px; }
 h5 { font-size: 14px; font-style: italic; font-weight: bold; }
 h6 { font-size: 14px; font-style: italic;}

/* =============================================================================
   Internal
   ========================================================================== */
   .internal  #primarycontent  {
   	text-align: left;
   	}
 
 .internal #primarycontent ul {
 	list-style: circle;
 	}
 
 .internal #content_right {
 	float: right;
	margin: 0 0 4em;
	padding-right: 50px;
	width: 614px;
	font-size: 14px;
	color: #010101;
	line-height: 27px;
	}
	
	.internal #content_right .content_image_box {
			border: 1px solid #C4CCD0;
			background: #E2E6E9;
			}

	
.sectiontitle {
	font-size: 27px;
	color: #010101;
	}
	

.internal_full #primarycontent {
text-align: left;
}
	
	
   
   /*__________ SIDENAV  ____________*/
	
#leftcolumn {
	float:left;
	width: 274px;
	}

	#sidenav ul {
		list-style: none !important;
		padding: 0 35px 0 0;
		}
		
	#sidenav ul li {
		border-top: 1px solid #E1E1E1;
		font-size: 15px;
		line-height: 19px;
		padding: 10px 25px 10px 0;
		background: url('../graphics/layout/sidenav.gif') right center no-repeat;
		}
		
	#sidenav ul li:last-child {
		border-bottom: 1px solid #E1E1E1;
		}
		
		#sidenav ul li a {
			color: #4189b9;
			text-decoration: none;
			}
			
		#sidenav ul li:hover, #sidenav ul li.current_page {
			background: url('../graphics/layout/sidenav_h.gif') right center no-repeat;
			}			
			
		#sidenav ul li a:hover, #sidenav ul li a:active {
			color: #4189b9;
			}

#sidenav ul li ul {
	padding-left: 20px;
	margin: 5px 0;
	}

#sidenav ul li ul li {
	border-top: 0 none;
	background: none;
	padding: 5px;
line-height: 16px;
	}
	
#sidenav ul li ul li:last-child {
	border-bottom: none;
	padding-bottom: 5px;
	}
	
	#sidenav ul li ul li:hover {
		background: 0 none;
		}
		
	#sidenav ul li ul li a {
		font-size: 13px;
		}
		
#sidenav ul li.current_page ul li {
	background: none;
	}
			
.current a {
	color: #4189b9 !important;
	}


#undernav {
	padding: 10px 0px;
	width: 235px;
}
   
/* =============================================================================
   Footer
   ========================================================================== */

.push {
	height: 478px;
}

.internal .push, .internal_full .push {
	height: 530px;
	}
	
.internal .push {
	height: 111px;
	}

/* Footer Top */

#footer_top {
	background: url('../graphics/layout/bg_footer_top_x.gif') repeat-x top left;
	height: 508px;
	width: 100%;
	}
	
	#footer_top_wrap {
		background: url('../graphics/layout/bg_footer_top.gif') no-repeat top left;
		width: 945px;
		margin: 0 auto;
		height: 397px;
		position: relative;
		}

 #featured {
 	width: 710px;
	float: left;
	color: #333d4b;
	}
 #featured ul {list-style: none; padding: 0; margin: 0;} 
  #featured ul li {
  	display: inline-block;
	width: 202px;
	vertical-align: top;
	margin-top: -30px;
	padding: 0 10px 0 20px;
	}

 
 		#featured ul li ul li {
 			width: auto;
			vertical-align: bottom;
			margin: 0;
			padding: 0 0 0 20px;
			display: block;
			font-style: italic;
			background: url('../graphics/layout/bullet.png') no-repeat left center;
			}

 		#featured a {
 			color: #333D4B;
 			text-decoration: none;
 			}
 			
 		#featured a:hover {
 			text-decoration: underline;
 			}
 			
 
 #featured .collection_item_label,  #featured .collection_item_gallery_label {
 	font-weight: bold;
	font-size: 15px;
	}
	
#featured .collection_item_description, #featured .collection_item_gallery_description {
font-size: 14px;
line-height: 24px;
font-style: normal;
}
 
 #featured .content_image_box {
border: 0 none;
background: 0 none;
height: 173px;
overflow: hidden;
}

#featured .content_image img {
margin: 0;
}

#featured .collection_item_description p {margin-top: 10px;}
 
 #news {
 	width: 235px;
	background: url('../graphics/layout/bg_news.png') no-repeat top left;
	height: 355px;
	margin-top: -15px;
	padding: 0 0 0 15px;
	color: #565869;
	font-size: 12px;
	overflow: hidden;
	position: absolute;
	right: -3px;
 	}

	#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
		font-size: 18px;
		font-weight: 600;
		color: black;
		padding: 0 20px;
		margin-bottom: 0;
		margin-top: 24px;
		}
		
	#news .news_articles ul li {
			margin: 0 0 1em;
			}
		
	#news .content_news_article_headline {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: .20px;
		font-weight: normal;
		padding: 0;
		margin-bottom: 4px;
		margin-top: 12px;
		}
		
		#news .content_news_article_headline a, #news .news_archives a  {
			color: #781f22;
			text-decoration: none;
			font-size: 14px;
			}
		
		#news .content_news_article_headline a:hover, #news .news_archives a:hover {text-decoration: underline;}
		
#news .news_articles, #news .news_archives {
	padding: 0 20px;
	}
#news .news_archives {
	float: right;
	font-style: italic;
}



/* Footer */

#footer {
	background: url('../graphics/layout/bg_footer.gif') repeat-x top left;
	height: 87px;
	width: 100%;
	padding-top: 24px;
	position: absolute;
	bottom: 0;
	}

#footer_wrap {
	width: 945px;
	margin: 0 auto;
	padding-left: 28px;
	}

.contactinfo {
	float: left;
	color: #d19498;
	letter-spacing: 1px;
	}
	
	.contactinfo a {
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		}

	.contactinfo .left {
		float: left;
		margin-top: 7px;
		line-height: 22px;
		margin-right: 20px;
		width: 250px;
		overflow: hidden;
		font-size: 12px;
		}
	.contactinfo .right {
		float: right;
		margin-top: 7px;
		line-height: 22px;
		margin-right: 20px;
		font-size: 12px;
		width: 176px;
		overflow: hidden;
		}
	
	.contactinfo .phone {background: url('../graphics/layout/icon_phone.gif') no-repeat left center; padding-left: 16px;}
	.contactinfo .fax {background: url('../graphics/layout/icon_fax.gif') no-repeat left center; padding-left: 16px;}
	
.utilities {
	float: left;
	}
	
	.utilities ul {list-style: none; float: left; padding: 0 40px 0 0; margin-top: 8px;}
	.utilities ul li { 
		padding-bottom: 4px;
		font-size: 13px;
		color: #fff;
		line-height: 18px;
		}
	.utilities ul li a {
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		}
		
	.utilities ul li a:hover {text-decoration: underline;}
		
	
.social_media {
	float: right;
	width: 130px;
	text-align: left;
	}
	
	.social_media h6 {
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		margin: 8px 0;
		}	
		
	.social_media ul {list-style: none; padding: 0; margin: 0;}
	.social_media ul li {display: inline-block; padding: 0 8px;}
	
.social_media .content_image_box {
	background: 0 none;
	border: 0 none;
	width: auto !important;
	}
	
.social_media .content_image_box .content_image, .social_media .content_image img {
margin: 0;
}

 .social_media .collection_item_label {display:none;}
	
/* ================================================================
   Browser Fixes
   ========================================================================== */
.ie7 .social_media ul li {float: left;} 
.ie7 #featured ul li   {float: left;}
.ie7 #spotlight_content img {width: 928px;}
.ie7 #spotlight_content_nav a {float: left;}
.ie7 #primarynav ul li:hover ul {filter:alpha(opacity=100); }
.ie7 .internal #primarycontent {margin-bottom: 1em;}
.ie7 #custutil ul li {float:left;}
.ie7 #custutil ul li ul li {float:none;}
.ie7 .contactinfo {width: 500px;}

.ie8 #primarynav ul li {padding: 0 0 0 12px;}

   
   
 /* ================================================================
   FDP Core Style Changes
   ========================================================================== */  
   
 div.required_form_label {
 color: #a50000;
 }
 
 div.form_field {
    font-size: 12px;
}

button, input, select, textarea {
    font-size: 12px;
}

.dlCategoryMenuItemDetails { background: #fff; }
   
		

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

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

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !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; }
}

div#primarynav * {
	font-family: 'Open Sans', Arial, sans-serif !important;
}
