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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	color: #656565;
}
body {
	background-color: #DADADC;
margin:0;
padding:10px;
}
a:link {
	color: #866612;
	text-decoration:none;
}
a:visited {
	color: #6f550f;
}
a:active {
	color: #6f550f;
}
a:hover {
	color: #6f550f;
	font-family: Verdana;
	text-decoration: underline;
}
h1 {
	color: #B7A660;
}
h2 {
	color: #B7A660;
}
h3 {
	color: #B7A660;
}
h4 {
	color: #B7A660;
}
h5 {
	color: #B7A660;
}
h6 {
	color: #B7A660;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: center;
}
p {
	margin: 6px 0;
}
.smaller {
	font-size:.9em;
}
.divider {
	font-weight:bold;
	letter-spacing:.5em;
	color: #006666;
}
.alignleft {
	text-align: left;
}
ul {
	list-style: none;
	text-align: center;
}

li {
	display: inline;
}
.centered {
	text-align: center;
}

.style1 {color: #CC9900}
.style6 {font-size: 15px}

           
/* ----------- My Form ----------- */
.myform{
margin:0 auto;

padding:14px;
font-family:"Times New Roman", Times, serif;
}
.clear {
	clear:both;
	width:100%;
	height:1px;
}
/* ----------- stylized ----------- */
#stylized label{
display:block;
text-align:right;
width:120px;
float:left;
color:999;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}
#stylized .small{
color:#6F6E7C;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:120px;
line-height:1.2em;
height:2em;
}
#stylized input[type=text]{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:290px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:290px;
height:200px;
margin:2px 0 20px 10px;
}
#stylized .button{
clear:both;
float:right;

}.smaller {
}

.slideshow-container {
	width:900px;
	margin:0 auto;
	text-align:center;
}
.slideshow {
	width:350px;
	height:530px;
	padding:0;
	float:left;
}
.blurb {
	width:500px;
	padding:20px;
	display:inline-block;

}
#slides {
    position: relative;
    height: 530px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.slide img {
	height:100%;
	width:auto;
}

.slide {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}
