/* 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;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}


 a:link {
	color: #ece5c7;
} /* unvisited link */
 a:visited {
	color: #ffffff;
} /* visited link */
 a:hover {color: #f9c90a;} /* mouse over link */
 a:active {color: #0000FF} /* selected link */
 


 a {
 
  font-weight:bold;
  color:#ffffff;
  text-decoration:none;
 }
 
  
a:hover {
  color:#f9c90a;
  text-decoration:none;
  }
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
         background-color:#A44613;
	
}
/* #header, #menu, #footer
{
	width:950px;
	margin: 0 auto;
}

#menu 
{
	height:25px;
	padding: 6px 0 0 0;
}
#menu UL LI
{
	position:relative;
}

#menu UL, #menu UL LI
{
	list-style: none;	
	display: inline;
	padding: 0;
	margin: 0 auto;
}
#menu UL LI 
{
	padding: 2px 5px;
	margin: 0 20px;
	z-index: 9998;
	width: 100%;
}
#menu UL LI A
{
	width: 100%;
}

#header 
{
	line-height: 0px;
}

#header IMG 
{
	border: 0;
	
   
}
*/

header {
	background-color:rgb(252,204,58); 
	background-image: url(imgs/woodgrain1700.jpg);
	padding-bottom: 5px;
	
}

header h1 {
	font-size: 3em;	
	color: white;
	font-weight: bold;
	padding-top: 5px;
	clear: both;
	padding-left: 10px;
    text-align:center;
	
}

nav {
	background-color: rgb(25,25,25);
	border: 1px solid rgba(255,255,255,.5);	
	border-left: none;
	border-right: none;padding: 2px 5px;
	margin: 0 auto;
	z-index: 9998;
	width: 80%;
	
}
nav ul {
	padding: 0;
	margin: 0;
	text-align:center;
}

nav li {
	
	padding: 0;
	/*margin: 0 auto; */
	list-style:none;
	text-align:center;
	/*   input line 132 to 136  in attempt to center nav links */
	
	
	margin-left:auto;
	margin-right:auto;
	width: 650px;
	text-transform: uppercase;
	
	font: Geneva, Arial, Helvetica, sans-serif;
}
nav a {
	float: left;
	font-size: 12px;	
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-right: 1px dashed rgba(255,255,255);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-image: url(imgs/diagonaldark%20_2.jpg)
	
}
nav li:last-of-type a {
	border-right: none;	
}
nav a:hover {
	background-color: rgb(253,206,68);
}
aside h2 {
	font-size: 1.3em;
	margin-top: 10px;	
}
aside h3 {
	font-size: 1.3em;
	margin-top: 15px;
}
aside p, aside li {
	font-size: .75em;
	margin-top: 10px;	
}
.main h2 {
	font-size: 2.4em;
	letter-spacing:2px;
	margin-top: 20px;
	color: #ffd63e;
	line-height: 8px;
	margin-bottom:20px;
	font-family: Adobe Garamond Pro, Franklin Gothic Medium;
}
.main h3 {
	font-size: 1.2em;
	margin-top: 20px;
	color: #FFd63e;
	margin-bottom:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.main p {
	margin-bottom: 15px;
	font-family:Raleway;
	font-size:22px;
	color:#fcaf2f;
	margin-top:10px;
	
	}	
.main p lh20px; {
	line-height: 20px;
	}

footer {
	margin-top: 15px;
	font-size: .8em;	
	padding: 10px 10px 30px 10px;
	background-color: black;
	color: rgb(204,204,204);
}
footer a {
	color: white;	
}
/* add tutorial styles below here */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.columnWrapper {
	float: left;
	width: 80%;
	background-image: url(imgs/);
	background-repeat:no-repeat;
}
.sidebar1 {
  float: left;
  font-size: 15px;
  width: 25%;
  padding: 0 20px 0 10px;
  background-image:url(imgs/3.jpg);
  color: #FFCC66;
}
.main {
  float: right;
  width: 75%;
  padding: 0 20px;
  border-left: dashed 1px rgb(153,153,153);
  border-right: dashed 1px rgb(153,153,153);

}
.sidebar2 {
  float: right;
  color:#F4DD7D;
  width: 20%;
  font-size: 20px;	
  padding: 0 10px 0 20px;
  background-image: url(imgs/3.jpg);
}
footer {
  clear: both;	
}
nav ul, header h1, footer p, .contentWrapper {
	max-width: 1200px;
	margin: 0 auto;
		
}
img {
	max-width: 100%;	
}
img.half {
	max-width: 50%;	
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;	
	margin: 0 0 10px 10px;
}
@media (min-width: 481px) and (max-width:768px) {
  .sidebar2 {
    float: none;
	width: auto;
	clear: both;
	border-top: 2px solid black;
	padding-top: 10px;
  }
  .columnWrapper {
	 width: auto;	  
  }
  .columnWrapperbelowco {
  font:Georgia, "Times New Roman", Times, serif;
  .main {
	border-right: none;  
  }
}
@media (max-width: 480px) {
  .columnWrapper, .main, .sidebar1, .sidebar2 {
	float: none;
	width: auto;  
  }	
  .main {
	border: none;
  }
  .sidebar1, .sidebar2 {
	border-top: 2px solid black;
	margin-top: 25px;
	padding-top: 10px;
  }
  header h1 {
	font-size: 1.5em;  
  }
  nav {
	text-align: center;  
  }
  nav li {
	float: none;  
	display: inline-block;
  }
  nav a {
	float: none;  
	display: inline-block;
	border: none;
  }
.clear:after {
  content: " ";
  display: table;
  clear: both;
}
googlemaps_code {
	background-image: url(imgs/aged_burlwood.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 450px;
	width: 600px;
}
.pageWrapper .contentWrapper .columnWrapper .half right {
	font-family: Gabriola, exotica, Carousel;
}
.pageWrapper .main below company stuff {
	font-family: Georgia, "Times New Roman", Times, serif;
}
