
/* BirchGrove Consulting LLC main style sheet 20130401*/
/*COLOR SCHEMA
				dark green:
						 rgb(9,17,11)
						 hex: #09110B
						 CMYK: 77 59 73 84 
				pale green: 
						 rgb(117,164,42)
						 hex: #75A42A
						 CMYK: 50 30 82 8
				grey:
						 rgb(230,230,230)
						 hex: #E6E6E6 OR #EEEEEE
						 CMYK: 0 0 0 100
*/

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font-size: 100%;
    	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
			display: block;
}
body {
	line-height: 1.2;
	background-color: rgb(255,255,255);
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

h1 {
	 font-family: Georgia, serif;
	 font-size: 1.8em; 
}

h2 {
	 font-family: Georgia, serif;
	 font-size: 1.5em;
	 color: rgb(71, 107, 14); 
}

h3 {
	 font-family: Georgia, serif;
	 font-size: 1.3em; 
	 color: rgb(71, 107, 14); 
}
.small_top {
						height: 100px;
						width: 100%;
						padding-bottom: 25px;
						background: url('images/bg_image.png');
						background-size: 100% 100%;
}
.wrapper_page {
							max-width: 1300px;
							min-height: 2300px;
							margin-left: auto;
							margin-right: auto;
							margin-bottom: auto;
							background-color: rgb(230,230,230);
							font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Sans-Serif; 
							font-size: 110%;
}
.wrapper_top {
						height: 10%;
						width: 100%;
						padding-bottom: 15px;
						background: url('../images/20yr_spend.png') 10% no-repeat,
												url('../images/bg_image.png');
						background-size: 100% 100%;
}
.spacer_top {
						height: 10%;
						width: 90%; 
						margin: 1%;
						padding: 40px 0px 0px 60px;	
}
a {
	 color: rgb(9,17,11);
}
nav {
	position: relative;
	margin: 10px auto; text-align: center;
	font-weight: bold;
	line-height: 18px; /*line height must be taller than image on menu */ 
	font-family: Helvetica, sans-serif; 
	font-size: 20px;
	z-index: 10; /* to keep menu on top of slideshow */
}
nav ul {
	background-color: rgb(9,17,11); 
	list-style: none; 
	padding: 10px 30px 10px 30px; 
	border-radius: 10px; 
	display: inline-table; 
	position: relative; 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
nav ul::after {
	clear: both; display: block; content: "";
}
nav ul ul {
	display: none;
	background: rgb(95,105,117); padding: 0px 0px; border-radius: 5px; 
	text-align: left;
	top: 100%; position: absolute;
}
nav ul li:hover > ul {
	display: inline-block;
	border-radius: 5px;
	background: rgb(165, 210, 93);
}
nav ul li {
	float: left;
	padding: 0px 30px;
}
nav ul li:hover {
		background: rgb(165, 210, 93);
		border-radius: 5px;
		-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
		transition-duration: .5s;
		-webkit-transition-duration: .5s;
}
nav ul li:hover a {
	color: rgb(255,255,255);
	background: rgb(165, 210, 93);
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
nav ul li a {
	padding: 8px 5px; /*18px 20px;*/
	border-radius: 5px;  
	color: rgb(225,225,225); 
	text-decoration: none; 
	display: block;
}
nav ul ul li {
	border-top-color: rgb(107,114,124); border-bottom-color: rgb(87,95,106); 
	border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
	text-align: left; 
	padding: 2px 25px; /*18px 20px;*/  
	float: none; position: relative;
}
nav ul ul li a {
	padding: 2px 5px; 
	color: rgb(255, 255, 255);
}
nav ul ul li a:hover {
	background: rgb(165, 210, 93);
}
nav ul ul ul {
	left: 100%; top: 0px; position: absolute;
}
.tagline {
						display: block;
						width: 100%;
						padding: 2%;
						color: rgb(9,17,11);
						text-align: center;
}

.footer {
			 position: fixed;
			 z-index: 20; /* ensures other content remains underneath footer */
			 width: 100%;
			 min-height: 70px;
			 bottom: 0px;
			 background: url('../images/Separated-03.png') no-repeat 95% 50%;
			 background-size: contain;
			 background-color: rgb(9,17,11);
			 font-size: 90%;
			 line-height: 1.5em;
			 color: rgb(255,255,255);
			 padding: 5px 0px 5px 25px;
			 text-align: left;			 
			 overflow: auto;
}
.footer a {color: rgb(255,255,255);}

/* fader style */
#wrapper {
				 width: 40%; 
				 padding-left: 3%; 
				 float: left;
				 background-color: rgb(230,230,230);
}
.pagination {float:left; list-style:none; height:23px; margin:15px 0 0 32px; display:none}
.pagination li {float:left; cursor:pointer; height:15px; width:15px; background:#666; border-radius:5px; margin-right:4px}
.pagination li:hover {background:#777; color:#000}
li.current {background:#888}

/* TinyFader */

#slideshow {float:left; width: 500px; height: 150px; background: #fff}
#slides {position:absolute; width:500px; height:150px; padding-left: 0%; list-style:none; overflow:auto;}
#slides li {width:500px; height:150px}
.fader-slide {opacity:0; position:absolute}
.fader-fade {opacity:1; -webkit-transition:opacity .4s; -moz-transition:opacity .4s; transition:opacity .4s}

/* Slide Styling */

#content {width:530px; height:180px; padding:15px 15px 15px 15px; background:#fff}
#content h1 {font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Sans-Serif; font-size: 150%; color: rgb(9,17,11);}

/* end fader style */

.takeaway {
					margin: 1%;
					width: 90%;
					padding: 10px 5px 0px 5px;
					font-weight: 600;
					font-size: 110%;
}

/*
Layout_A1 | Layout_A2 | Layout_A3
*/
.layout_a1 {
					 margin: 1%;
					 width: 20%;
					 height: 100%;
					 border-right: dashed 3px rgb(153,153,153);
					 padding:10px 25px; 
					 float: left;
}
.layout_a2 {
					 margin-top: 1%;
					 margin-left: auto;
					 margin-right: auto;
					 width: 40%;
					 height: 100%;
					 padding:10px 25px; 
					 float: left;
}
.layout_a3 {
					 margin: 1%;
					 width: 20%;
					 height: 100%;
					 border-left: dashed 3px rgb(153,153,153);
					 padding:10px 25px; 
					 float: right;
}
/*
Layout_B1 | Layout_B2
*/
.layout_b1 {
					 margin: 1%;
					 width: 65%;
					 height: 100%;
					 padding:10px 25px; 
					 float: left;
}
.layout_b2 {
					 margin: 1%;
					 width: 20%;
					 height: 100%;
					 border-left: dashed 3px rgb(153,153,153);
					 padding:10px 25px; 
					 float: right;
}
.layout_b1_b {
					 margin: 1%;
					 width: 65%;
					 height: 100%;
					 padding: 10px 5px 0px 5px;
					 font-weight: 600;
					 font-size: 110%;
}/*
Layout_C1 | Layout_C2
*/
.layout_c1 {
					 margin: 1%;
					 width: 60%;
					 height: 100%;
					 padding:10px 25px; 
					 float: left;
}
.layout_c2 {
					 margin: 1%;
					 width: 20%;
					 height: 100%;
					 border-left: dashed 3px rgb(153,153,153);
					 padding:10px 25px; 
					 float: right;
}
/*
Layout_D1 | Layout_D2 | Layout_D3 | Layout_D4
*/
/*
Layout_E1
*/
.layout_e1 {
					 background-color: white;
}
.drop_cap {
					float:left;
					width: auto;
					font-family: Baskerville, Times New Roman, serif;
					font-size: 2.8em;
					line-height:80%;
}
