/* 
 * 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; height: 100%; }

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: #8ba5c8; color: #fff; text-shadow: none; }
::selection { background: #8ba5c8; color: #fff; text-shadow: none; }


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

a { color: #a50000 }
a:visited { color: #a50000; }
a:hover { color: #2c8bbb; }
a:focus { outline: none; }

/* 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 {
	margin: 0 auto;
	}

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

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

#head_wrap {
	width: 952px;
	margin: 0 auto;
	position: relative;
	}

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

#search {
	float: right;
	height: 52px;
	padding-top: 15px;
	margin-left: 15px;
	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 {
	position: absolute;
	top: 10px;
	left: 0;
	}
	

	
/* =============================================================================
   Primary Navigation
   ========================================================================== */
    #primarynav {
    float: right;
	height: 74px;
	overflow: hidden;
	margin-left: 16px;
	width: 690px;
	}
	
	#primarynav ul {
		list-style: none;
		display: inline-block;
		z-index: 100;
		height: 74px;
		width: 694px;
		margin: 0;
		padding: 0;
		}	
		#primarynav ul li {
			display: inline-block;
			line-height: 40px;
			padding: 8px 0;
			background: url('../graphics/layout/bg_drop_trans.png') no-repeat right center;
			}
			#primarynav ul li a {
				color: #0080ba;
				display: block;
				font-size: 15px;
				line-height: 52px;
				padding: 0 40px 0 17px;
				vertical-align: middle;
				white-space: nowrap;
				text-decoration: none;
				}	
				#primarynav ul li a:hover, #primarynav ul li:hover > a {
				color: #252F3C;
				background: #9eb5d3 url('../graphics/layout/bg_drop_trans.png') no-repeat right center;
				opacity: 0.9;
				filter:alpha(opacity=90);
				}
				
			#primarynav ul li:hover a:link, #primarynav li:hover a:visited { 
					color:#252F3C;
					opacity: 0.9;
					filter:alpha(opacity=90);
					}
					
	#primarynav ul li.current a {
		color: #252F3C !important;
		}
				
			/*---- Second Tier ----*/
				
				#primarynav ul li ul {
					text-align: left;
					max-width: 170px;
					display: block;
					position: absolute;
					margin: 0;
					padding: 0 20px;
					background: #9eb5d3;
					opacity: 0.95;
					filter:alpha(opacity=95);
					width: auto;
					height: auto;
					visibility: hidden;
					} 
					#primarynav ul li ul li {
						float: none;
						background: none;
						background-image: none !important;
						display: block;
						border-right: 0 none;
						font-size: 12px;
						font-weight: normal;
						line-height: 39px;
						list-style: none outside none;
						padding: 0;
						position: relative;
						width: 170px;
						}   	
						#primarynav ul li ul li:last-child {
							border-bottom: none;
							}
					#primarynav ul li ul li a {
						font-family: 'Adamina', serif;
						font-size: 13px;
						background-color: #9EB5D3;
						color: #252F3C;
						border-bottom: 1px solid #A7C1DA;
						margin-left: -9px;
						line-height: 20px;
						vertical-align: middle;
						width: 170px;
						white-space: normal;
						padding: 10px 29px 10px 0;
						}				
					#primarynav ul li ul li a:hover {
							color: #252f3c !important;
							background: #9eb5d3; 
							text-decoration: underline;
							}
							
							#primarynav ul li:hover ul li a:link, #primarynav li:hover ul li a:visited {
								color: #252f3c;
								}
								
							#primarynav ul li ul li:hover > a { background: none; }
					
			/*---- Third Tier ----*/
			
			#primarynav ul li ul li ul {
				position: absolute;
				left: 190px;
				top: 0;
				width: auto;
				}


.nodrop {
	background: none !important;
	}
	.nodrop a { padding: 0 17px !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: 365px;
	width: 952px;
   	}


#frame {
	position: absolute;
	background: url('../graphics/layout/spotlight_frame.png') no-repeat top left;
	height: 340px;
	width: 1036px;
	left: -45px;
	top: -13px;
	z-index: 5000 !important;
	}

#spotlight_content {
position: absolute;
top: 11px;
height: 311px;
width: 952px;
}

#spotlight_content img {
	height: 311px;
	width: 952px;
	}

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

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

#spotlight_content .content_image_box .content_image img {
	margin: 0;
	width: 918px !important;
	height: 283px !important;
	}

#spotlight_content_nav {
position: absolute;
bottom: -33px;
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;
	}

#spotlight .collection_item_label {
display: none;
}

/* =============================================================================
   Content
   ========================================================================== */
   #primarycontent {
   	width: 835px;
   	margin: 0 auto;
   	text-align: center;
   	padding: 0 55px 4px;
   	}
   	 
 #tagline {
 	color: #333d4b;
 	font-size: 17px;
 	line-height: 30px;
 	}
 
 h1, h2, h3, h4, h5, h6 {font-weight: normal;}
 
h1 { font-size: 27px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; font-style: italic; }
h4 { font-size: 14px; }
h5 { font-size: 12px; font-style: italic; }
h6 { font-size: 12px; }

/* =============================================================================
   Internal
   ========================================================================== */
 
   
   .internal  #primarycontent  {
   	text-align: left;
   	width: 952px;
   	padding-top: 33px;
	min-height: 560px; 
   	}
 
 .internal #primarycontent ul {
 	list-style: circle;
 	}
 
 .internal #content_right {
 	float: right;
	margin: 0 0 4em;
/* old with and padding
	width: 614px;
	padding-right: 60px;
*/
	width:674px;
	padding-right:0;
	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;
	margin-bottom: 1em;
	}
	


	.blank #primarycontent {
	text-align: left;
	padding: 30px 55px 4px;
	min-height: 560px; 
	}
	
   
   /*__________ SIDENAV  ____________*/
	
#leftcolumn {
	float:left;
	width: 274px;
	}

	#sidenav ul {
		list-style: none !important;
		padding: 0 35px 0 0;
		margin: 0;
		}
		
	#sidenav ul li {
		border-top: 1px solid #E1E1E1;
		font-size: 15px;
		line-height: 19px;
		padding: 10px 20px 10px 0;
		background: url('../graphics/layout/sidenav.gif') right 10px no-repeat;
		}
		
	#sidenav ul li:last-child {
		border-bottom: 1px solid #E1E1E1;
		}
		
		#sidenav ul li a {
			color: #2c8bbb;
			text-decoration: none;
			}
			
		#sidenav ul li:hover, #sidenav ul li.current {
			background: url('../graphics/layout/sidenav_h.gif') right 10px 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 {
width: 240px;
}

#sidenav a.current {
color: black;
border-left: 3px solid #A6BE40;
padding-left: 5px;
margin-left: -5px;
display: block;
}


.internal .push {
margin: 0;
}

h5.form_title, div.form_row_submit, div.portal_login div.form_row_submit {
background: #1E2E42;
color: white;
}

   
/* =============================================================================
   Footer
   ========================================================================== */

/* Footer Top */

#footer_top {
	height: 325px;
	margin: 0 auto;
	width: 952px;
	}	
	#featured ul {
		list-style: none;
		padding: 0;
		position: relative;
		}
		
		#featured ul li {
			background: url('../graphics/layout/bg_featured.png') no-repeat top left;
			display: inline-block;
			height: 272px;
			width: 196px;
			vertical-align: bottom;
			margin-right: 0px;
			padding: 22px 17px 20px 21px;
			overflow: hidden;
			}
			
	#featured ul li ul { margin: 0; }

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

#featured .collection_item_label {
	font-size: 15px;
	color: 
	line-height: 21px;
	font-weight: 600;
	}
	
#featured .collection_item_description {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333d4b;
	line-height: 24px;
	letter-spacing: -0.2px;
	}

#featured p { margin: 10px 0 6px; }

#featured .content_image_box {
border: none;
background: none;
}

/* Footer */

#footer {
	background: #1e2e42  url('../graphics/layout/bg_footer.gif') top left repeat-x;
	min-height: 293px;
	position: relative;
	clear: both;
	}
	
	#footer_wrap {
		margin: 0 auto;
		width: 952px;
		
		}
		
#banner {
   background: url('../graphics/layout/banner.png') no-repeat top left;
	height: 54px;
	width: 952px;
	position: absolute;
	top: -25px;
	left: 37%;
   	}


#spotlets {
	height: 156px;
	margin: 0 auto;
	width: 952px;
	padding: 30px 0;
	}
	#spotlets ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		#spotlets ul li {
			display: inline-block;
			padding: 0 2px;
			}
			
	#spotlets .content_image_box {
		border: 1px solid #6c8ab1;
		background: #8da5c5;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
	
.contactinfo {
	float: left;
	font-size: 12px;
	color: #9ea6af;
	padding-top: 17px;
	}
	.contactinfo a {
		color: #fefeff;
		text-transform: uppercase;
		text-decoration: none;
		}

.social_media {
	float: right;
	font-size: 12px;
	color: #fff;
	padding-top: 16px;
	}
	
	.social_media ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.social_media ul li {
			display: inline-block;
			padding: 0 2px;
			}
	
.social_media .content_image_box {
border: none;
background: none;
}

.social_media .collection_item_label, .social_media .collection_item_gallery_label {
display: none;
}

.social_media .collection_item_description, .social_media .collection_item_gallery_description {
font-style: normal;
font-weight: bold;
}

.bannerwrap {
width: 960px;
position: relative;
margin: 0 auto;
}

#banner {
background-position: top center;
height: 54px;
width: 960px;
position: absolute;
top: -25px;
left: 0;
}

div.locations div.locations_website_title, div.locations div.locations_additional, div.locations div.location {
padding: 0;
}

div.locations {
width: 615px;
height: 40px;
float: left;
}

div.locations div.locations_website_title, div.locations span.location_phone_label, div.locations span.location_email_label, div.locations span.location_facebook_label, div.locations span.location_twitter_label, div.locations span.location_linkedin_label {
font-weight: normal;
}

div.locations div.locations_website_title, div.locations div.locations_additional, div.locations div.location {
padding: 0;
}

.location_address, .location_addresses, .location_phones, .location_email {
float: left;
padding-right: 5px;
}

.location_addresses { padding: 0; }

div.locations div.locations_website_title { float: left; padding-right: 5px;  }

div.locations_website_title::after,
.location_address:after {
content: '\2022';
padding-left: 5px;
}


/* ================================================================
   Client request for nowrap table
   ========================================================================== */

#table9324115 td {white-space:nowrap;}

/* ================================================================
   Sidenav Fixes 
   ========================================================================== */

#sidenav ul li ul {
padding-left: 10px;
padding-right: 10px;
}

#sidenav ul li ul li { padding: 5px 0; }

#sidenav ul li ul ul { padding-right: 0; }

#sidenav ul ul ul a { display: block; }




/* ================================================================
   Browser Fixes
   ========================================================================== */
.ie7 .social_media { padding-top: 17px; }
.ie7 .social_media ul li {float: left;} 
.ie7 #featured ul li   {float: left;}
.ie7 #featured ul li ul li { float: none; }
.ie7 #spotlight_content img {width: 928px;}
.ie7 #spotlight_content_nav a {float: left;}
.ie7 #primarynav { z-index: 40000; }
.ie7 #primarynav ul li:hover ul {filter:alpha(opacity=100); }
.ie7 #primarynav ul li { float: left; }
.ie7 .internal #primarycontent {margin-bottom: 1em;}
.ie7 #spotlets ul li { float: left; }
.ie7 #search .google_site_search_form_search_button { display: block; font-size: 0; line-height: 0; }

.ie8 #primarynav { padding-top: 10px }
.ie8 #primarynav ul li:hover ul {filter:alpha(opacity=100);    }
.ie8 #primarynav ul li ul li:hover ul {filter:alpha(opacity=100);   }
   

@media screen and (-webkit-min-device-pixel-ratio:0)
{ #featured .collection_item_description { letter-spacing: -1px; } }

		

/* ==|== 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; height: 0; }



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