/* =============================================================================
   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: 'Droid 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: #619ee5; }
a:visited { color: #619ee5; }
a:hover { color: #3e3e3e; }
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.
   ========================================================================== */

body {
	background: #D0D0D0 url('../graphics/layout/bg_body.jpg') repeat-x top left;
	}

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

.wrap {
	background: url('../graphics/layout/bg_content.png') repeat-y top left;
	width: 960px;
	padding: 0 6px;
	margin: 0 auto;
	position: relative;
	}

.wraptop {
	background: url('../graphics/layout/bg_content_top.png') repeat-y top left;
	width: 960px;
	padding: 0 7px;
	margin: 36px auto 0;
	}
	
.wrapbtm {
	background: url('../graphics/layout/bg_content_btm.png') no-repeat top left;
	width: 960px;
	padding: 0 1px;
	margin: 0 auto 20px;
	}

#custutil { position: absolute; top: -34px; }
#custutil ul { margin:0; list-style:none; float:left; padding: 0 0 0 20px; }
#custutil ul li {display: inline-block; padding-right: 6px; }
		.ie7 #custutil ul li {float:left;}
#custutil ul li a {
	font-size: 13px;
	color: #2a2a2a;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: -0.3px;
	padding: 8px 10px; 
	font-weight: normal;
	}
	#custutil ul li a:hover {
	padding: 8px 10px; 
	color: #fff;
	}

	#custutil ul li:first-child a { 
		padding: 8px 10px 8px 30px;
		background: #619EE5 url('../graphics/layout/clock.png') no-repeat 9px center;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px; 
		color: #fff;
		}


.resizer { position: absolute; top: -34px; right: 170px; }
.resizer a {
	font-size: 13px;
	font-weight: bold;
	color: #2a2a2a;
	text-decoration: none;
	padding-right: 5px;
	}
	.resizer a.fontSizeMinus { font-size: 11px; }
	.resizer a.fontSizePlus { font-size: 15px; }

#login { position: absolute; top: -34px; right: 24px; }
#login ul { margin:0; list-style:none; float:left; }
#login ul li {display: inline-block; }
		.ie7 #login ul li {float:left;}
#login ul li a {
	background: #619ee5;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: -0.3px;
	padding: 8px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}


/* =============================================================================
   Header
   ========================================================================== */
header {
	height: 136px;
	width: 960px;
	padding: 0;
	margin: 0;
	}


#topnav {
	float: right;
	margin-bottom: 11px;
	margin-right: 20px;
	max-width: 413px;
	padding-left: 76px;
	}
	

#donate {
	float: left;
	height: 96px;
	width: 76px;
	margin-top: -20px;
	background: url('../graphics/layout/donate.png') no-repeat top left;
	}
	#donate a { display: block; height: 96px; width: 76px; text-decoration: none; }
	#donate:hover { background: url('../graphics/layout/donate_H.png') no-repeat top left; }
	
#search {
	float: right;
	height: 52px;
	padding-top: 13px;
	margin-left: 0px;
	margin-right: 3px;
	}
	
	.google_site_search_form {
		position: relative;
		}
	
	.google_site_search_form_textbox {
		color: #71767d;
		padding-left: 10px;
		height: 34px;
		border: 1px solid #CECECE;
		border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		width: 286px;
		background-position: 3% 50% !important;
		background: #F8F8F8 !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;
		}
	
.social_media {
	float: left;
	padding-right: 10px;
	padding-top: 8px;
	text-align: left;
	color: #B2B2B2;
	}
		
	.social_media ul {list-style: none; padding: 0; margin: 0;}
	.social_media ul li {display: inline-block; padding: 0; height: 30px; width: 30px; }
	.social_media ul li a { height: 30px; width: 30px; display: block; font-size: 0; }

	.social_media ul li.twitter { background: url('../graphics/twitter.png') top left no-repeat; }
	.social_media ul li.facebook { background: url('../graphics/facebook.png') top left no-repeat; }
	.social_media ul li.youtube { background: url('../graphics/youtube.png') top left no-repeat; }

	.social_media ul li.twitter:hover { background: url('../graphics/twitter_h.png') top left no-repeat; }
	.social_media ul li.facebook:hover { background: url('../graphics/facebook_h.png') top left no-repeat; }
	.social_media ul li.youtube:hover { background: url('../graphics/youtube_h.png') top left no-repeat; }

#logo {
	float: left;
	padding-top: 21px;
	padding-left: 21px;
	}
	
#logo img { padding: 0; }

	
	
/* =============================================================================
   Primary Navigation
   ========================================================================== */
   nav.pnav {
    float: right;
	margin-left: 0;
	width: 550px;
	}
	
	nav.pnav ul {
		list-style: none;
		z-index: 10000;
		width: auto;
		margin: 0;
		padding: 0;
		position: relative;
		}

		nav.pnav ul li {
			display: inline-block;
			padding: 0px;
			position: relative;
			}
			
			nav.pnav ul li a {
				color: #619ee5;
				display: block;
				font-size: 17px;
				font-weight: bold;
				line-height: 47px;
				padding: 0 20px 0 14px;
				vertical-align: middle;
				white-space: nowrap;
				text-decoration: none;
				}
				
			nav.pnav ul li a:hover, nav.pnav ul li:hover a {
				background: #3e3e3e;
				border-top-right-radius: 8px;
				border-top-left-radius: 8px;
				color: #619ee5;
				}
				
	nav.pnav ul li ul {
		text-align: left;
		position: absolute;
		width: 209px;
		visibility: hidden;
		padding: 0;
		background: #3e3e3e;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		} 
		
		nav.pnav ul li ul li {
			float: none;
			background: none;
			margin: 0;
			display: block;
			padding: 0 16px;
			}
		
			nav.pnav ul li ul li a {
				font-size: 13px;
				font-style: normal;
				font-weight: normal;
				background-color: #3e3e3e;
				color: #619ee5;
				padding: 10px 0;
				border-bottom: 1px inset #5C5C5C;
				vertical-align: middle;
				line-height: 20px;
				white-space: pre-wrap;
				}
			nav.pnav ul li ul li a:hover { color: #fff !important; }

				
			nav.pnav ul li ul li:last-child a { border-bottom: none; }
				
			nav.pnav ul li ul li a:hover, nav.pnav ul li ul li:hover a, nav.pnav ul li:hover ul li a, #primary ul li a:hover ul li a {
				background-image: none;
				}

.nodrop, .nodrop a:hover {
	background-image: none !important;
	background-color: #fff;
	color: #3e3e3e;
	}
	
	nav.pnav ul li ul li ul {
    left: 202px;
    top: 0;
}

/* =============================================================================
   Spotlight
   ========================================================================== */
   
#spotlight {
margin: 0 auto;
position: relative;
height: 320px;
width: 960px;
background: url('../graphics/layout/bg_spotlight.png') no-repeat bottom center;
overflow: hidden;
}


#spotlight img {
	height: 320px;
	width: 960px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#spotlight ul {
	margin: 15px auto 0;
	padding: 0;
	list-style: none;
	}
	
#spotlight ul li {
	display: none;
	}

#spotlight .content_image_box  {
width: 907px;
border: 0 none;
}

#spotlight .content_image_box .content_image img {
	margin: 0;
	width: 907px !important;
	height: 290px !important;
	}

#spotlight .collection_item_label, #spotlight .collection_item_description { display: none;	}


#spotlight_nav {
position: absolute;
bottom: 36px;
left: 27px;
z-index: 2000;
width: 907px;
text-align: center;
}

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

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

#spotlight ul#nav_spot li a:link, #spotlight ul#nav_spot li a:visited {
display: block;
height: 90px;
position: relative;
text-indent: -9999px;
width: 29px;
}

#spotlight ul#nav_spot #prev {
	background: url('../graphics/layout/spotlight_btn_left.png') no-repeat top left;
	height: 90px;
	width: 26px;
	position: absolute;
	top: 120px;
	left: -1px;
	}

#spotlight ul#nav_spot #next {
	background: url('../graphics/layout/spotlight_btn_right.png') no-repeat top left;
	height: 90px;
	width: 27px;
	position: absolute;
	top: 120px;
	right: 1px;
	}
#spotlight img {
    border-radius: 10px 10px 10px 10px;
    height: 289px;
    width: 907px;
}

/* =============================================================================
   Content
   ========================================================================== */
.content {
width: 909px;
margin: 0 auto;
padding: 0 26px;
}

.content .left {
	width: 684px;
	float: left;
	}

#banners {
background: url('../graphics/layout/bg_banners.png') no-repeat top center;
width: 924px;
margin-left: -2px;
height: 166px;
position: relative;
}
   	 
#tagline {
background: url('../graphics/layout/bg_tagline.png') no-repeat top left;
height: 156px;
float: left;
width: 712px;
margin-left: -26px;
}
	
	#tagline p {
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	color: white;
	padding: 20px 145px 0 30px;
	line-height: 30px;
	margin: 0;
	}
	#tagline p span {
	font-size: 15px;
	color: #191919;
	font-style: normal;
	font-weight: normal;
	}

#new {
background: url('../graphics/layout/bg_new.png') no-repeat top left;
height: 170px;
width: 254px;
margin-top: -7px;
position: absolute;
right: -16px;
top: 0;
}

	#new h1, #new h2, #new h3, #new h4, #new h5, #new h6 {
		font-size: 30px;
		margin: 0;
		padding: 60px 60px 20px 33px;
		line-height: 27px;
		font-weight: bold;
		}
 
 h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #010101; }
 
 h1 { font-size: 24px; }
 h2 { font-size: 18px; font-weight: normal; }

/* =============================================================================
   Internal
   ========================================================================== */


.internal  #primarycontent  {
text-align: left;
width: 965px;
margin: 0 auto;
}
   	
#section {
height: 62px;
width: 962px;
margin-left: -4px;
background: url('../graphics/layout/bg_section.png') no-repeat top left;
}

#section .top_sectionname {
float: left;
color: white;
font-size: 27px;
margin: 0;
line-height: 62px;
padding: 0 0 0 24px;
font-weight: normal;
}
#section .int_sectionname {
font-size: 27px;
line-height: 62px;
padding-left: 171px;
float: left;
margin: 0;
font-weight: bold;
}
#section .int_sectionname {
    padding-left: 349px;
position:absolute;
}


 .internal #primarycontent ul {
 	list-style: circle;
 	}
 
 .internal #content_right {
 	float: right;
	margin: 0 0 4em;
	width: 584px;
	font-size: 14px;
	color: #010101;
	line-height: 24px;
	padding-left: 22px;
	padding-top: 20px;
	padding-right: 36px;
	}

	.internal #content_right p { padding-right: 40px; margin-top: 0; }

	.internal #content_right .content_image { padding-right: 0; }
	
	.internal #content_right .content_image_box {
			border: 1px solid #CDCDCD;
			background: white;
			box-shadow: 0px 2px 5px #888;
			}
			
.calendar ul { list-style: none !important; }
	
	   
   /*__________ SIDENAV  ____________*/
	
#leftcolumn {
	float:left;
	background: url('../graphics/layout/bg_sidenav.png') no-repeat top left;
	width: 310px;
	min-height: 616px;
	}

#sidenav { padding-top: 10px; }

	#sidenav ul {
		list-style: none !important;
		padding: 0 26px 0 0;
		margin: 8px 0;
		}
		
	#sidenav ul li {
		font-size: 18px;
		font-weight: normal;
		line-height: 19px;
		padding: 0px 20px 18px;
		background: url('../graphics/layout/sidenav.png') right top no-repeat;
		}
		
		#sidenav ul li a {
			color: #1F497D;
			text-decoration: none;
			}
			
		#sidenav ul li:hover, #sidenav ul li.current {
			background: url('../graphics/layout/sidenav_h.png') right top no-repeat;
			}			
			
		#sidenav ul li a:hover, #sidenav ul li a:active {
			color: #1F497D;
			}

	#sidenav ul li ul {
		padding: 0 26px 0 10px;
		margin: 8px 0 0;
		}

		#sidenav ul li ul li {
			font-size: 15px;
			background: none;
			padding: 8px 0;
			}

		#sidenav ul li ul li:hover, #sidenav ul li ul li.current { background: none; }

			#sidenav ul li ul li a {
				color: #6786ac;
				}
			
			
.current a {
	color: #1F497D;
	}

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

 #featured {
 	width: 710px;
	float: left;
	color: #333d4b;
	}
 #featured ul {list-style: none; padding: 0; margin: 0;} 
  #featured ul li {
		display: inline-block;
		width: 220px;
		vertical-align: top;
		margin-top: 0;
		padding: 20px 10px 0 0px;
	}
 		#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 .collection_item_label,  #featured .collection_item_gallery_label {
 	font-weight: bold;
	font-size: 17px;
	font-style: normal;
	color: #222;
	}
	 #featured .collection_item_label:after,  #featured .collection_item_gallery_label:after {
	 	content: url('../graphics/layout/r_arrow.gif');
	 	padding-left: 5px;
	 	}
 #featured .collection_item_label a:link, #featured .collection_item_label a:visited {
 	color: #222;
	text-decoration: none;
 	}	
	#featured .collection_item_label a:hover { text-decoration: underline; }	
	
	
#featured .collection_item_description, #featured .collection_item_gallery_description {
font-family: "lato", sans-serif;
font-size: 14px;
font-style: normal;
color: #222;
line-height: 24px;
}
 
 #featured .content_image_box {
border: 0 none;
background: url('../graphics/layout/bg_images.png') no-repeat top left;
height: 173px;
overflow: hidden;
}

#featured .content_image img {
margin: 7px 5px 5px 5px;
}

#featured .collection_item_description p {margin-top: 10px;}
 
 #news {
width: 225px;
color: #222;
overflow: hidden;
min-height: 300px;
float: right;
font-size: 12px;
padding-top: 4px;
}

#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
font-weight: bold;
font-style: italic;
font-size: 18px;
color: #222;
padding: 0 20px;
}

	#news .news_articles ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	#news .news_articles ul li {
			margin: 0 0 1em;
			}
		
	#news .content_news_article_headline {
		line-height: 24px;
		font-weight: normal;
		padding: 0;
		margin-bottom: 4px;
		margin-top: 12px;
		}
		
		#news .content_news_article_headline a, #news .news_archives a  {
			color: #619EE5;
			text-decoration: none;
			font-size: 15px;
			font-style: normal;
			}
		
		#news .content_news_article_headline a:hover, #news .news_archives a:hover {text-decoration: underline; color: #1F497D; }
		
#news .news_articles, #news .news_archives {
	padding: 0 20px;
	}

/* Footer */

footer {
background: url('../graphics/layout/bg_footer.png') no-repeat left 20px;
height: 80px;
width: 957px;
position: relative;
bottom: 0;
margin: 0 auto;
padding-top: 50px;
}

.sponsors ul {
	margin: 0;
	list-style: none;
	width: 
	}
	
	.sponsors ul li {
		display: inline-block;
		float: left;
		padding-right: 0px;
		}

.sponsors .content_image_box {
background: none;
border: none;
}

.sponsors .content_image img {
margin: 0;
}

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

.sponsors .collection_item_description, .sponsors .collection_item_gallery_description {
display: none;
}

#mycarousel h5 { 
margin: 0;
text-align: center;
}

		
.copyright {
color: #808080;
width: 960px;
margin: 0 auto;
text-align: center;
clear: both;
padding-bottom: 20px;
height: 30px;
}

	.copyright p { margin: 0; float: left; padding-left: 290px;}

	.copyright ul { float: left; margin: 0; padding: 0 0 0 10px; list-style: none; }
	.copyright ul li { display: inline-block; padding: 0 5px; }
	.copyright ul li a {
	color: #0c0c0c;
	text-decoration: none;
	font-weight: normal;
	}
	
	
/* ================================================================
   Browser Fixes
   ========================================================================== */
.ie7 .social_media { padding-top: 18px; }
.ie7 .social_media ul li {float: left;} 
.ie7 #featured ul li   {float: left;}
.ie7 #custutil ul li { padding: 2px 6px 4px; }
.ie7 #login ul li { padding: 2px 6px 4px; }
.ie7 .google_site_search_form_textbox { line-height: 34px; }
.ie7 .google_site_search_form_search_button { font-size: 0; }
.ie7 nav.pnav { margin-top: 5px; }
.ie7 nav.pnav ul li { float: left; }
.ie7 nav.pnav ul li ul li { float: none; }
.ie7 ul.quicklinks li { float: left; }
.ie7 #new h1, .ie7 #new h2, .ie7 #new h3, .ie7 #new h4, .ie7 #new h5, .ie7 #new h6 { width: 120px; }

.ie7 .internal #primarycontent {margin-bottom: 1em;}

.ie8 .google_site_search_form_textbox { line-height: 34px; }
.ie8 #new h1, .ie8 #new h2, .ie8 #new h3, .ie8 #new h4, .ie8 #new h5, .ie8 #new h6 { width: 120px; }

.ie9 #new h1, .ie9 #new h2, .ie9 #new h3, .ie9 #new h4, .ie9 #new h5, .ie9 #new h6 { width: 120px; }

 @-moz-document url-prefix() {
 	#custutil ul li:first-child a, #login ul li a, #custutil ul li+li a, #custutil ul li+li+li a {
 		padding-bottom: 7px !important;
 	}
}     
   
 .oldie INPUT { font-family: Arial, sans-serif; }
   
		

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



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

}

/*************************************************************
 * Case 06 / 18 / 2012
 * ***********************************************************/


#custutil ul li+li a {
	color: white;
	border-radius: 5px 5px 0 0;
	padding: 8px 10px 8px 30px;
	background:#239404 url('../graphics/layout/shoe.png') no-repeat 9px center;
	z-index: -9999 !important;
}

#custutil ul li+li a:hover {
	padding: 8px 10px 8px 30px;
}

#custutil ul li+li+li a {
	background: #d54836  url('../graphics/dollar.png') no-repeat 9px center;
	padding: 8px 10px;
	color: white;
	border-radius: 5px 5px 0 0;
	padding: 8px 10px 8px 30px;
	text-transform:uppercase;
	z-index: -9999;
}
#custutil ul li+li+li a:hover {
	
}

#custutil ul li+li+li+li a {
	
	padding: 8px 10px;
	background-image: none;
	color: #000;
}
/* ==|== 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; }
}

/* Replacing the Google Search with an Emma Signup Form */
#search .e2ma_login_container { margin-top: 0; width: auto !important; }

#search .e2ma_signup_message,
#search #e2ma_signup_reset_button,
#search .e2ma_signup_form_required_footnote,
#search .e2ma_signup_form_label { display: none; }

#search .e2ma_signup_form_element INPUT {
color: #71767d;
		padding-left: 10px;
		height: 34px;
		border: 1px solid #CECECE;
		border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		width: 286px;
		background-position: 3% 50% !important;
		background: #F8F8F8 !important;
}

#e2ma_signup_submit_button {
border: 0 none;
height: 37px;
width: auto;
position: absolute;
top: 13px;
right: 30px;
}


