@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/Worn-Stucco.jpg);
	padding-bottom:20px;
}

a, a:hover{
	 	color:#83b817;

}

#wrapper{
width:100%;
text-align:center;
margin:0 auto;
background-image:url(images/handstile.jpg);
background-repeat:repeat-x;
}

#header{
width:900px;
background-color:#362f2d;
}

#footer{
width:900px;
background-image:url(images/footer.png);
background-repeat:no-repeat;
height:60px;
text-align:center;
	margin:0 auto;

}
#container{
	width:900px;
	background-color:#ede1dc;
	margin:0 auto;
}

#navlist{
	 white-space: nowrap;
	 text-align:left;
	 margin-left:12px;
	 margin-top:3px;
	 padding-bottom:15px;
	 margin-top:0px;
	 color:#fff;
 }

#navlist li{
	 display: inline;
	 list-style-type: none;
}

#navlist a {
	padding: 0px 10px; 
}

#navlist a:link, #navlist a:visited{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color: #ffffff;
	 font-size:16px;
	 text-decoration: none;
}

#navlist a:hover{
color:#a8cb5d;
	 font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
 	text-decoration:none;
 }
 
 #navlist .static{
color:#a8cb5d;
	 font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
 	text-decoration:none;
		padding: 0px 10px;
 }
 
 h1{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:34px;
 color:#0e8cbb;
 text-align:left;
 padding:12px 0 20px 10px;
 margin-left:12px;
 font-weight:lighter;
 }
 
 h2{
  font-family:Georgia, "Times New Roman", Times, serif;
  text-align:left;
 color:#e2b15b;
 font-size:15px;
 float:right;
 padding:31px 22px 0 0;
  font-weight:lighter;
  width:376px;
 }
 
  h3{
  font-family:Georgia, "Times New Roman", Times, serif;
  text-align:left;
 color:#0e8cbb;
 font-size:24px;
  font-weight:lighter;
  padding-bottom:6px;
 
 }
 
 .intro{
 width:940px;
 background-image:url(images/homepage_hands.jpg);
 background-repeat:no-repeat;
 background-position:bottom;
 margin-left:-20px;
 text-align:left;
 padding-top:20px;
 padding-bottom:130px;
 }
 .introtext{
   font-family:Georgia, "Times New Roman", Times, serif;
  text-align:left;
 color:#0e8cbb;
 font-size:16px;
 float:right;
 padding:10px 42px 0 0;
  font-weight:lighter;
  width:376px;
  line-height:28px;
 }
 
 .homeflash{
 width:500px;
 height:350px;
 text-align:left;
 padding-top:20px;
 
 }
 
 ul.footer{
	 white-space: nowrap;
	 text-align:center;
	 margin-top:0px;
	 padding:10px 0 8px 0;
	 color:#fff;
	 width:900px;
	 
	
 }
 .footer li{
  	 display: inline;
	 list-style-type: none;
	  height:60px;
	  padding:0 60px;
 }

 .signoff{
 color:#b39d8f;
 font-size:13px;
 padding-left:18px;
 }
 
 .design{
 margin-left:10px;
  	text-decoration:none;

 }
 
  .design a{
  	text-decoration:none;
	color:#b39d8f;
 }
 
   .design a:hover{
  	text-decoration:none;
	color:#e2b15b;
 }
 .callouts{
 text-align:left;
 height:100px;
 }
.calloutone{
 width:370px;
 text-align:left;
 display:inline-block;
 float:left;
 padding:16px;
 line-height:22px;
 padding-right:60px;
 color:#362f2d;
 }
 
 .calloutone a{
 color:#83b817;
 text-decoration:none;
 }
 
  .calloutone a:hover{
 color:#83b817;
 text-decoration:underline;
 }
 
.callouttwo{
 width:370px;
 text-align:left;
 display:inline-block;
 float:right;
  padding:16px;
   line-height:22px;
    padding-right:60px;
	 color:#362f2d;
 }
  .callouttwo a{
 color:#83b817;
 text-decoration:none;
 }
 
  .callouttwo a:hover{
 color:#83b817;
 text-decoration:underline;
 }