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

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

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

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


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

a { color: #4f6795; text-decoration: none;}
a:visited { color: #4f6795; }
a:hover { color: #4f6795; text-decoration: underline; }
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: 
   ========================================================================== */

body {
	font-family: 'Adamina', serif;
	background: #252f3c;
	}
	
.wrap {
	width: 870px;
	margin: 0 auto;
	}

#container {
	background: url('../graphics/layout/bg_body.gif') repeat-x bottom left #fff;
	height: 100%;
	}

	
#footer_top {
	background: url('../graphics/layout/bg_footer_top_wrap.jpg') repeat-x top left;
	height: 217px;
	}
	#footer_top .wrap {
		background: url('../graphics/layout/bg_footer_top.gif') no-repeat top center;
		height: 217px;
		}
		
footer {
	background: url('../graphics/layout/bg_footer.gif') repeat-x top left #252f3c;
	min-height: 78px;
	}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
	
h1 {font-size: 27px; font-weight: normal;}
h2 {font-size: 18px; font-weight: normal;}
h3 {font-size: 18px;}
h4 {font-size: 18px; font-style: italic; font-weight: normal;}
h5 {font-size: 16px;}
h6 {font-size: 16px; font-style: italic; font-weight: normal;}


/* =========================================================================
   Header
   ========================================================================== */  
header {
	position: relative;
	height: 150px;
	}

#logo {
	float: left;
	width: 283px;
	margin-top: 48px;
	}
	
	#logo img {
		margin: 0;
		}

#utilities {
	position: absolute;
	right: 0;
	top: 0;
	}
	#utilities ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		#utilities ul li {
			background: url('../graphics/layout/bg_tab.gif') repeat top left;
			height: 43px;
			padding: 0 12px;
			display: inline-block;
			margin: 0 2px;
			}
			#utilities ul li a {
				line-height: 43px;
				font-family: 'Adamina', serif;
				font-size: 11px;
				color: #243053;
				text-decoration: none;
				font-weight: normal;
				}
			#utilities ul li a:hover {
				text-decoration: underline;
				}
				
	.ie7 #utilities ul li {float:left;}

/* =========================================================================
   Primary Navigation
   ========================================================================== */  
   
#primarynav {
	float: left;
	margin-top: 68px;
	padding-left: 20px;
	position: relative;
	max-width: 590px;
	white-space: nowrap;
	}
	
	ul.dropdown {
		padding: 0;
		margin: 0;
		list-style: none;
		font-family: 'Adamina', serif;
		}
		ul.dropdown li {
			display: inline-block;
			}
			ul.dropdown li a {
				font-size: 15px;
				color: #001c56;
				text-decoration: none;
				padding: 14px 14px 12px 14px;
				line-height: 44px;
				}
			ul.dropdown li a:hover, ul.dropdown li:hover > a {
				color: #fff;
				background: #4e6795;
				opacity: .95;
				}
	
	ul.dropdown li.current a {
		text-decoration: underline;
	}
	
	ul.dropdown li.current ul li a {
		text-decoration: none;
	}
	
	
	ul.dropdown li ul {
		visibility: hidden;
		position: absolute;
		min-width: 170px;
		background: #4e6795;
		opacity: .95;
		padding: 18px 20px;
		margin: 0;
		}
		ul.dropdown li ul li {
			display: block;
			padding: 10px 0;
			background: url('../graphics/layout/bg_drop_divider.gif') repeat-x bottom left;
			}
			ul.dropdown li ul li a {
				padding: 0;
				color: #fff;
				font-size: 13px;
				line-height: 18px;
				display: block;
				}
			ul.dropdown li ul li a:hover {
				text-decoration: underline;
				background: 0;
				opacity: 100;
				}
				
	ul.dropdown li ul li ul {
		left: 210px;
		top: 0;
		}
		ul.dropdown li ul li ul li {
			}
			ul.dropdown li ul li ul li a {
				}


#primarynav ul li+li+li+li+li+li {
display: none;
}



/* =========================================================================
   Spotlight
   ========================================================================== */  

#spotlight {
   	margin: -17px auto 0;
   	position: relative;
   	height: 330px;
	width: 870px;
   	}

#spotlight_content {
position: absolute;
top: 11px;
height: 286px;
width: 870px;
}

#spotlight_content img {
	height: 286px;
	width:870px;
	}

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

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

#spotlight_content .content_image_box .content_image img, #spotlight_content .content_image, #spotlight_content .content_image_box {
	margin: 0;
	width: 870px !important;
	height: 286px !important;
	overflow: hidden;
	}

#spotlight_content .collection_item_label {display: none;}

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

#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_spotlight_list {
	position: relative;
	width: 870px;
	height: 286px;
	overflow: hidden;
	}

/* =========================================================================
   Content
   ========================================================================== */  
#above {
	z-index: 920;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	letter-spacing: .3px;
	color: #333D4B;
	font-family: 'Brawler', serif;
	}


#read_more {
	background: url('../graphics/layout/read_more.png') no-repeat top left;
	height: 43px;
	width: 80px;
	margin: 0 auto 10px;
	display: block;
	text-indent: -9999px;
	}
	
.read_less{
	background: url('../graphics/layout/read_less.png') no-repeat top left !important;
	height: 43px;
	width: 80px;
	margin: 0 auto 20px;
	display: block;
	text-indent: -9999px;
	}
	
.hide {
	display:none;
	}

#below {
	font-size: 14px;
	font-family: 'Brawler', serif;
	line-height: 24px;
	color: #333d4b;
	}

.col1, .col2, .col3 {
	float: left;
	width: 290px;
	}
	
.col1 {
	padding-right: 30px;
	width: 260px;
	}

.col2 {
		width: 230px;
	padding: 0 30px;
	}

.col3 {
	width:260px;
	padding-left: 30px;
	}
	
	
/* =========================================================================
   Internal Pages
   ========================================================================== */  
   
   #sidebar {
   	width: 250px;
	float: left;
	padding-right: 40px;
	margin-bottom: 4em;
   	}
   	
   	#abovenav {
   		width:230px;
   		padding: 10px 10px 10px 0;
   		}
		
	#abovenav .content_image_box {
			background: 0 none;
			border: 0 none;
			}
	
	#abovenav .content_image img {
		max-width: 240px;
		height: auto;
		}		
   		
   	#sidenav {
   		width: 230px;
   		background: url('../graphics/layout/bg_sidenav.jpg') repeat top left;
   		padding: 10px;
   		}
   		
   		#sidenav .box {
   			border: 1px solid #d4d4d4;
   			padding: 5px;
   			background: #f5f5f5;
   			}

   		#sidenav ul {
   			padding: 10px 0;
   			margin: 0;
   			background: #fff;
   			list-style: none;
   			}
   			
   			#sidenav ul li {
   				padding: 5px 15px;
   				}
   				
   				#sidenav ul li a {
   					color: #252f3c;
   					}
					
		#sidenav ul li a.current_page {
			text-decoration: underline;
		}
   					
   		#sidebar ul li ul {
   			padding-bottom: 0;
   			}
   			
   	
#content {
	width: 580px;
	float: left;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 4em;
	}
	
#content ul {
	list-style: circle;
	}

   
.full #content {
width: 870px;
}  

.breadcrumbs ul {list-style: none; padding: 0 0 0 5px;} 
 
.breadcrumbs ul li {
	display: inline-block;	
	}  

	.breadcrumbs ul li a {
		border-right: 1px solid #D4D4D4;
		padding: 0 5px;
		color: #888;
		}
		
	.breadcrumbs ul li:last-child a {
		border-right: 0 none;
	}
		
/* =========================================================================
   Footer Top
   ========================================================================== */ 

 #news {
  	font-size: 13px;
	color: #0B1611;
	padding: 20px 0;
	width: 210px;
	height: 170px;
	overflow: hidden;
	float: left;
  	}
  	
  	#news h1, #news h2, #news h3, #news h4, #news h5, #news h6, #locations .collection_item_label { 
  		font-weight: bold;
  		font-size: 13px;
  		margin-bottom: 8px;
  		margin-top: 1.67em;
  		}
  		
  	#news a {
  		color: #fff;
  		}
  		
#news .news_articles ul li {margin-bottom: 15px;}
  	
#news .content_news_article_headline {
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	}
   
#locations {
	float: left;
	padding: 20px 0;
	font-size: 13px;
   	color: #0B1611;
   	height: 159px;
   	margin-left: 30px;
   	}
   	#locations ul {
   		margin:0;
   		padding: 0;
   		list-style: none;
   		}
   		#locations ul li {
   			display: inline-block;
   			float: left;
   			width: 200px;
			padding-right: 10px;
   			}
   			
#locations .collection_item_label { margin-bottom: 4px; }
   	
#locations .collection_item_description p {
	margin: 0;
	line-height: 24px;
	font-style: normal;
	}
   
/* =========================================================================
   Footer
   ========================================================================== */    
footer {
clear: both;
height: 100%;
}
   
#tag, #tag h1, #tag h2, #tag h3, #tag h4, #tag h5, #tag h6 {
	line-height: 74px;
	color: white;
	font-size: 12px;
	letter-spacing: .2px;
	float: left;
	font-style: normal;
	}

#tag a {
	color: #fff;
	text-transform: uppercase;
	}
  
#extra_links {
	float: right;
	height: 78px;
	}
	#extra_links ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#extra_links ul li {
			display: inline-block;
			float: left;
			vertical-align: middle;
			line-height: 78px;
			padding: 0 15px;
			}
			#extra_links ul li a {
				color:#fff;
				font-weight: normal;
				text-decoration: underline;
				}
  
  #extra_links .content_image_box {
		border: 0 none;
		background: 0 none;
		float: left;
		}
		
#extra_links .collection_item_label, #extra_links .collection_item_gallery_label {
	float: left;
	}
	
	
footer p.foot-text {
color: #e1e1e1;
font-size: 10px;
line-height: 16px;
text-align: center; 
}
	
/* =========================================================================
  FDP Core Styles
   ========================================================================== */	
	h5.form_title, div.form_row_submit, div.portal_login div.form_row_submit {
		background: #4F6795;
		color: white;
		font-size: 12px;
		}
		

#content .content_image_box {
	margin: 10px;
	}		
	
	
ul.list_style_none {
list-style-type: none !important;
}
/* =========================================================================
  Browser Fixes
   ========================================================================== */
  .ie7 header {z-index: 3000;}
   
 .ie7 #primarynav { padding-left: 20px; position: realtive;}
 .ie7 #primarynav ul {list-style: none; }
 .ie7 #primarynav ul li { float: left; position: relative; } 
 .ie7 #primarynav ul li ul {position: absolute; left: 0; top: 44px; z-index: 1600; }
 .ie7 #primarynav ul li ul li { float: none; position: relative; }
 .ie7 #primarynav ul li ul li ul { position: absolute; left: 170px; top: -18px; }
 
 .ie7 #spotlight_content {position: relative; }
 
 .ie7 #news { height: 165px; }
 .ie7 #extra_links { padding-top: 20px; }
 .ie7 #extra_links ul li { line-height: 24px; }
   
   
   
   

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

#home h2 {
font-size: 1.4em;
font-style: italic;
}

/* ==|== 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 {
	*{-ms-filter:none !important;background:transparent !important;color:#000 !important;filter:none !important;text-shadow:none !important;}
	#content{font-size:12px;line-height:1.9em;}
	a,a:visited{text-decoration:underline;}
	#sidenav .box{border:0 none;}
	#extra_links .content_image_box{display:none;}
	#footer_top{border-top:1px solid #D4D4D4;font-size:10px;}
	#tag,#tag h1,#tag h2,#tag h3,#tag h4,#tag h5,#tag h6,#extra_links,#news h1,#news h2,#news h3,#news h4,#news h5,#news h6,#locations .collection_item_label,#locations,footer{font-size:10px;}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";}
	pre,blockquote{border:1px solid #999;page-break-inside:avoid;}
	thead{display:table-header-group;}
	tr,img{page-break-inside:avoid;}
	img{max-width:100% !important;}
	@page{margin:0.5cm 1cm 0.5cm 0.5cm;}
	p,h2,h3{orphans:3;widows:3;}
	h2,h3{page-break-after:avoid;}
	h1{font-size:24px;}
	h2{font-size:22px;}
	h3{font-size:20px;}
	h4{font-size:18px;}
	h5{font-size:16px;}
	h6{font-size:14px;}
}

/* =========================================================================
	General QA
========================================================================== */
body { min-width: 940px; } /* For mobile devices */

@media only screen and (min-width: 941px) { /* For tablet devices */
	body { min-width: 1024px; }
}

#locations ul li {
	width: 195px;
	padding-right: 30px;
}
#locations ul li:first-child {
	width: 150px;
}

