@charset "utf-8";
/* CSS Document */

/* Page Setup */
*			{ 	margin:0; padding:0; border:0;	}
body 		{	background:#dedfe3; font-family: Verdana, Geneva, sans-serif; font-size:17px; color:#322c16; text-align:center;	}

a			{	text-decoration:underline; }
a:link, a:visited, a:active, a:focus, a:hover		{	color:#322c16;	}
img			{	max-width:100%;	height:auto;	}

/* Slideshow */
.skdslider				{ width:100%; position: relative; display: block; overflow:hidden; }
.skdslider ul.slides	{ margin:0; padding:0; list-style-type:none;	}
.skdslider ul.slides li { display: none;	}
.skdslider ul.slides li img	{ width: 100%; height:100%;	border:0;	}
.skdslider ul.slide-navs 	{ bottom: 16px; right: 2%; position: absolute; list-style-type: none; margin: 0; padding: 0;	}
.skdslider ul.slide-navs li { float: left; 	height:12px; width:12px; margin:0px 4px 0px 0px; cursor:pointer;
							  background: url("images/slide-bg.png") no-repeat scroll 0 0 transparent;	}
.skdslider ul.slide-navs li.current-slide { background: url("images/slide-bg-active.png") no-repeat scroll 0 0 transparent;	}

/* Classes */
.banner		{	background-color:#322c16;	margin:0px;	padding:6px 0px;	}
.header		{	padding: 10px 0 0 0;	}
.footer		{	font-style:italic;	font-size:16px;	margin: 50px 0 0 0;	}
.icons		{	margin: 10px 0 0 0;	}
.icons img	{	padding: 30px;	}
.content	{	height: 140px ; width:85%; max-width:730px; frameborder:0;	}
.content p	{	font-style:normal;	}

/* Small Screen Transitions */

@media screen and (max-width: 600px) {
	body 		{	font-size:14px;		}
	.skdslider ul.slide-navs 	{	display:none;	}
	.header	img	{	max-height:28px; width:auto;	}
	.icons		{	margin: 10px 0 0 0;	}
	.icons img  {	width:50px; height:50px; padding:10px;	}
	.content	{	height:220px; }
	.footer		{	font-size:12px;	margin: 0px 0 10px 0;	}
}

@media only screen and (min-width:600px) and (max-width: 1000px) {
	body 		  {	  font-size:15px;	}
	.header	img	  {	  max-height:36px; width:auto;	}
	.icons		  {	  margin: 10px 0 0 0;	}
	.icons img 	  {   padding:20px;		}
	.content	  {	  height:180px; }
	.footer	      {   font-size:14px; margin: 10px 0 10px 0;	}
}