@charset "utf-8";



body { 
	font-family: Open Sans, Helvetica, sans-serif; 
	background-color: #fafafa;

	}
/* .font-style
{
font-family: Open Sans;
color: #242424;
font-size: 32px;
background-color: #FFFFFF;
font-weight: bold;
line-height: 1;
padding: 20px;
}
*/
h1 {
	font-family: "Oswald", ConduitITCStd-Medium, 'Trebuchet MS', sans-serif;
	color: #2E2E2E;
	font-size: 27px;
	padding: 20px 0 20px 0;
}


/* a {
	color:#2200CC;
	text-decoration:none;
} */
a {
    color: rgb(0,0,166);
    font-weight: 700;
    border-bottom: 1px dotted;
    text-decoration: none;
}
a:visited {
    color: rgb(122,0,122);
}
a:hover,
a:focus,
a:active {
    border-bottom: 2px solid;
}
a:focus,
a:active {
    color: rgb(166,0,0);
}
 a img 
 a:visited img
 a:hover img{ border: 0; }
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLt #header {
	min-width:800px;
	padding: 0px 0px 0 0;
	color:#fff;
	font-weight:700;
	height: 60px;
	background-color: #261e1a;
	overflow:auto;
	
	/* background-image: url(../images/IgnitingTheFireBanner.png); 
	background-repeat: no-repeat;
	background-position:85% center; */
} 

.logo {
	float:left;
	width: 23%;
	min-width: 255px;
	background-image:url(../images/IgnitingTheFireBanner.png); 
	background-repeat:no-repeat;
	height: 60px;
	margin-top:0px;
	/* margin-left: 3%; */
	
/*	overflow:hidden;*/

}
#navbar {
 	width: 75%; 
	min-width: 600px;
	color:#CCC;
	text-align:center;
	display:block;
	font-family:ConduitITCStd-Medium, 'Trebuchet MS', sans-serif;
	text-transform:uppercase;
	line-height: 4.3em;
	font-weight:normal; 
/*	background-color: #603311; */
	/*	height:100%; */
/*	padding-top: 50px; */
}

#navbar a {
	color:#ccc;	
}
#navbar .navbox {
	width: 18%;
	min-width:90px;
	height:60px;
	float:left;
	font-size:100%;
	overflow:hidden;
}

#navbar .navbox:hover {
	color:#261e1a;
	background-color:#F5F5F5;

}
#navbar .navbox p{
	vertical-align:middle;
}
#navbar .divide{
/*	background:url(../images/Dividers/navigation_div.png); */
	width: 5px;
	height:60px;
	float:left;
}
.twoColLiqLt #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	min-width: 800px;
	height: 100%;

	background-color: #fafafa; 

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #fff;  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;

} 

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLt #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLt #sidebar1 {
	float: left;
	width: 30%; /* since this element is floated, a width must be given */
	max-width: 350px; 
	margin-right: 1%;
	background-color: #fafafa; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-image: url(../images/dot.jpg);
	background-repeat: repeat-y;
}
.twoColLiqLt #sidebar1 h3, .twoColLiqLt #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	text-align: center;
	
}
.twoColLiqLt #mainContent {
	margin: 0px 0px 0 15px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 
/*	padding: 0 5% 0 20px; */
	color: #242424;
	float:left;
	width: 35%;
	max-width: 720px;
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
} 
.maininfo {
	border-bottom: solid #D2B48C 1px;
/*	margin-left: 31%; TESTING */
	max-width: 720px;
	padding: 15px 0 10px 0;
	width:100%;
	/*	margin-right: 15%;
	  */
}
.twoColLiqLt #sidebar2 {
	float: left;
	width: 27%; /* since this element is floated, a width must be given */
	max-width: 500px; 
	background: #F5F5F5; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 3%;
	margin-bottom: 15px;
	padding: 0px 0% 15px 0%; /* top and bottom padding create visual space within this div  */
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	border-left: solid #EBEBEB 1px;
	border-bottom: solid #EBEBEB 1px;
	border-radius:0 0 7px 7px;
}
.twoColLiqLt #sidebar2 h3, .twoColLiqLt #sidebar2 p, .twoColLiqLt #sidebar2 h2 {
	margin-left: 5%; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5%;
	text-align: left;
	/* font-family: "Open sans";*/
	/* line-height: 1.3;*/
}
.twoColLiqLt #sidebar2 h2 {
	font-size:18px;
	padding: .5em 0 0.8em 0;
	letter-spacing:1px;
	line-height: 1.3;
	font-weight:bold;
	color: #373737;
}
.twoColLiqLt #SidebarContent { /*this just makes the content fit in the sidebar2 */

}
.twoColLiqLt #MaterialContent {
	float: left;
	width: 60%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	margin-top: 15px;
	padding: 5px;
}
.twoColLiqLt #MaterialContentHistory {
	float: left;
	width: 65%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	margin-top: 15px;
	padding: 5px;
}
.Timeline {
	width: 40%;
	float:left;
	background-color: #FFF;
	padding: 2%;
	border: 1px solid #666;
	margin: 0 3% 3% 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
.Timeline h2 {
	padding-top:0px;
	font-size: 18px;
	font-weight: bold;
}
.Timeline p, ul {
	font-size: small;
	line-height: 14px;	
}
.date {
	font-size: small;
	font-weight: bold;
	float:left;
	width: 25%;
	margin-right:3%;
}
.event {
	font-size: small;	
	float:left;
	width: 70%;
}
.Parts {
	width: 95%;
	/* height: 175px; */
	margin-bottom:5px;
	margin-left:5%;
	
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); 
	background-color: #E47911; 
	border: 1px solid #ABABAB;*/
	color:#333;
	overflow:auto;

}
.Parts h2 {
	color:#333;
	margin-left:5px;
	margin-top:5px;

}

.Parts2 {
	width: 30%;
	height: 195px;
	padding: 7px;
	float:left;
	margin-right:5px;
	margin-top:2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	overflow:hidden;
	border: 1px solid #ABABAB;
}
.Parts2 h2 {
	padding-top:0px;
	font-weight:600;
	color:#666;
	font-size: 15px;
}

.promoquote {
	padding:5px;
	margin-bottom:5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	overflow:hidden;
	border: 1px solid #ABABAB;
}
.Parts h2 {
	padding-top:2px;
	font-weight:700;
	
}
#left, #right {
	float: left;
	max-width: .1em;
}
.twoColLiqLt #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #261e1a;
} 
.twoColLiqLt #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

 ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, p, html, div.paragraph, blockquote, fieldset, input { margin: 0; padding: 0; }
 ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
p {
	font-size: 100%;
	line-height: 22px;
	color:#464646;/*	max-width: 480px; */
}
p + p {
	margin-top: 0.25em;
}


	
 

 h2 {
	font-family: "Oswald", ConduitITCStd-Medium, 'Trebuchet MS', sans-serif;
	font-size:17px;
	padding: 1.5em 0 0.4em 0;
	letter-spacing:1px;
	line-height: 1.2;
	font-weight:600;
	color: #373737;
}
h2 a {
	color:#000;

}
h3 {
	font-family: "Oswald", ConduitITCStd-Medium, 'Trebuchet MS', sans-serif;
	font-size:14px;
	padding: 1.5em 0 0.4em 0;
	letter-spacing:1px;
	line-height: 1.2;
	font-weight:600;
	color: #373737;
}
 .whole {
	 width:98%;
	 float: left;
 }
 .piccontainter {
	float:left;
	margin: 5px;
	border: 1px solid #ccc;	
	border-radius: 3px;
	background-color: #fafafa;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
 }
 .internalside {
	 	/* background-color: #e8e2d6;  */
		background-color: #fafafa;
		float:right; 
		width:35%; 
		padding:7px; 
		border: solid #ccc 1px; 
		border-radius: 3px;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
 }
 .pic {
	vertical-align: middle;
	 align: center;
 }
 .picname {
	text-align: center;
	font-weight: bold;
/*	color: #333; */
	font-size: small;
 }
 .picdescription {
	 font-size:small;
	 color:#666;
 }

textarea { resize:horizontal; width:100%;} /* none|horizontal|vertical|both */
textarea.vert { resize:vertical; }
textarea.noResize { resize:none; }

/* input {
	color:#666;
} */
input, textarea { 
    padding: 9px; 
    border: solid 1px #E5E5E5; 
    outline: 0; 
	color:#666;
    font: normal 13px/100% Verdana, Tahoma, sans-serif; 
/*    width: 200px; 
    background: #FFFFFF url('bg_form.png') left top repeat-x; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; */
    } 
   
textarea { 
    width: 400px; 
    max-width: 400px; 
    height: 150px; 
    line-height: 150%; 
    } 
   
input:hover, textarea:hover, 
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; 
    } 
   
.form label { 
    margin-left: 10px; 
    color: #999999; 
    } 
   
.submit input { 
    width: auto; 
    padding: 9px 15px; 
    background: #617798; 
    border: 0; 
    font-size: 14px; 
    color: #FFFFFF; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    }
#slideshow {
	/* background-image: url(Images/Home/white.png); 
	
	Background-repeat: repeat;
	 */
	height:450px;
	width: 95%;
	position:relative;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* line-height: 0pt; */
}
#slideshow p {
	margin: 0 0 0 0;	
	font-family:Georgia, 'Times New Roman', Times, serif;
}

#slideshow div {
	top:0;
	left:0;
	z-index:100;
	opacity:0.0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: repeat;
	background-position: left top;
	filter: alpha(opacity=0);
	padding:5px;
	/* margin-bottom:5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5; */
	overflow:hidden;
	/* border: 1px solid #ABABAB;*/
}

#slideshow div.active {
	z-index:102;
	opacity:1.0;
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=100);
}

#slideshow div.last-active {
	z-index:101;
	background-repeat: repeat;
	opacity: 0.0;

}
.mini {
	font-size:11px;
	line-height: 2;
	color:#333;
}
/* SOCIAL MEDIA SHARING */
.sbg-button{
  display:inline-block;
  width: 1em;
  height: 1em; 
  text-align: center;
  line-height: 0;
  border-radius:.5em;
  background-color:black;
  color:white;
  cursor: pointer;
}
.sbg-button:hover{color:white;}

.sbg-button-icon{font-size:.5em;padding:.5em;}

.sbg-button-facebook{background-color:#3b5998;}
.sbg-button-facebook .sbg-button-icon{padding-left:.44em;}
.sbg-button-twitter{background-color:#00aced;}
.sbg-button-twitter .sbg-button-icon{padding-left:.48em;}
.sbg-button-linkedin{background-color:#007bb6;}
.sbg-button-google-plus{background-color:#dd4b39;}
.sbg-button-pinterest{background-color:#cb2027;}
.sbg-button-pinterest .sbg-button-icon{padding-left:.45em;padding-top: .48em;}
.sbg-button-email{background-color:#999999;}
.sbg-button-email .sbg-button-icon{padding-left: .434em;padding-top: .44em;}

.signin {
	width: 45%;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	float:left;
	margin-left: 1%;
}
.next (
	   float:left; 
	   height:800px;
	   width: 100px;

	   
}
.back (
	   float:left; 
	   height:800px;
}