body
{
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	font-family:"Times New Roman",Georgia,Serif;
}

.container
{
	width: 930px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	line-height: 1;
}

.header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 137px;
}

.header_copy
{
	color: white;
	text-align: center;
	padding-top: 60px;
	font-family: Courier,Serif;
}

.header_copy a
{
	color: white;
	text-align: center;
	padding-top: 60px;
	font-family: Courier,Serif;
	text-decoration: none;
}

.copy h1
{
	color: #F7931E;
	font-family: Palatino,Serif;
	font-size: 6em;
	padding-top: 45px;
	padding-left: 15px;
}

.copy p
{
	color: #4F4727;
	font-family: Palatino,Serif;
	font-size: 1em;
	padding-top: 10px;
	padding-left: 40px;
	line-height: 2em;
}




/* all pages nav styling */
#nav
{
	font-family: Palatino,Serif;
	margin: 60px 10px 30px 0px;
	padding-left: 40px;
	font-size: 1.3em;
}

#nav ul li
{
	float: left;
	text-align: center;
}

#nav ul li a
{
	/*background: #222 url(http://zurb.com/images/alert-overlay.png) repeat-x;*/
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #85624c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-webkit-box-shadow: 0 1px 3px #F7931E;*/
	/*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border: 1px #F7931E solid;
	position: relative;
	margin-right: 20px;
}

#nav li a:hover
{
	background-color: #F7931E;
	color: #fff;
}

#nav:active { top: 1px; }

#nav li#current a
{
	/*background: #222 url(http://zurb.com/images/alert-overlay.png) repeat-x;*/
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-webkit-box-shadow: 0 1px 3px #F7931E;*/
	/*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border: 1px #F7931E solid;
	position: relative;
	margin-right: 20px;
	background-color: #F7931E;
}

#nav ul li.home a
{
	display: inline-block;
	padding: 0px;
	color: #85624c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #F7931E solid;
	position: relative;
	margin-right: 20px;
}

#nav li#current.home a
{
	display: inline-block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-webkit-box-shadow: 0 1px 3px #F7931E;*/
	/*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border: 1px #F7931E solid;
	position: relative;
	margin-right: 20px;
	background-color: #fff;
}

/* END all pages nav styling */



/* about page styling */

/*This floats the about page sidebar */
.sidebar
{
	float: right;
	margin: 100px 0px 0px 0px;
	width: 25%;
	z-index: 500;
	min-height: 300px;
}

.sbcontent
{
	margin: -75px 0px 30px 0px;
	position: relative;
}

.sbcontent h2
{
	margin: 0px 0px 0px 20px;
	color: #8B9533;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.15em;
}

.sbcontent p
{
	margin: 0px 0px 0px -20px;
	color: #cc6600;
	font-size: .96em;
}

.sbsmall
{
	color: #cc6600;
	font-size: .7em;
}
/* END about page styling */


/* work samples page styling */

/*This floats the work samples sidebar right*/
.gal_sidebar
{
	float: right;
	width: 35%;
	z-index: 500;
	margin-top: 40px;
}

.gal_sidebar p { padding: 20px 0px 0px 0px; }

.gal_sidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gal_sidebar li
{
	display: inline;
}

.gal_sidebar ul li a
{
	float: left;
	text-align: center;
	text-decoration: none;
	color: #8B9533;
	padding: 3px;
	font-weight: bold;
}

.gal_sidebar ul li a:hover
{
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #bac64d;
}

.gal_sidebar li#current a
{
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #8B9533;
}

/* END work samples page styling */



/* testimonial page styling */

.test_sidebar
{
	padding: 0px 40px 0px 40px;
}

.test_sidebar p { padding: 20px 0px 0px 0px; }

/* menu for testimonial */

.test_sidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.test_sidebar li
{
	display: inline;
}

.test_sidebar ul li a
{
	float: left;
	text-align: center;
	text-decoration: none;
	color: #8B9533;
	padding: 3px;
	font-weight: bold;
}

.test_sidebar ul li a:hover
{
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #bac64d;
}

.test_sidebar li#current a
{
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #8B9533;
}
/* END menu for testimonial */

/* testimonial quote styling */
.test_data p
{
	color: #4F4727;
	font-family: Palatino,Serif;
	font-size: 1.2em;
	padding-top: 20px;
	line-height: 2em;
	font-style: italic;
}

/* testimonial name styling */
.test_name p
{
	color: #4F4727;
	font-family: Palatino,Serif;
	font-size: 1.2em;
	margin: 0px 0px 0px 30px;
}

/* testimonial company styling */
.test_co p
{
	color: #8B9533;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: -25px 0px 0px 30px;
}
/* END testimonial page styling */





/* shovel logo for index page */
.logo
{
	float: right;
	margin: 10px;
	width: 200px;
	background-color: white;
}




/* shovel logo for rest of pages */
.work_logo
{
	float: right;
	margin: 10px 200px 10px 10px;
	width: 250px;
	background-color: white;
}




/* footer for all pages */
.footer {
	border-top: 1px #F7931E solid;
	clear: both;
}

.footer p
{
	padding: 15px 0 0 45px;
	color: #85624c;
}
/* END footer for all pages */