/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6E379C;
	font-weight: bold;
	font-size: 12px;
}
.style4 {font-size: 12px}
a:link {
	color: #6B3895;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6B3895;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}
.style5 {color: #35A417}
.style6 {font-weight: bold; font-family: Arial, Helvetica, sans-serif}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.buttonup {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9px;
	color: #FFEB98;
	background-color: #35A417;
	border: 2px ridge #35A417;
	font-weight: bold;
	line-height: normal;
	margin: 1px;
}

.buttonover {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9px;
	color: #FFEB98;
	background-color: #FFCC66;
	border: 2px ridge #6E379C;
	font-weight: bold;
	line-height: normal;
	margin: 1px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#wrapper { position:relative;
float:right;}
#preloader {
 background:#eee;
 position:absolute; top:0; left:0; z-index:51; /* z-index greater than #slider */
 width:320px; height:180px;
}
#preloader img {
 padding:0px 320px 180px 0px; /* unknown img size, but adjust so centered */
}

#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:360px;
    height:220px;
    margin:0 auto;
    padding-top:74px;
    margin-top:-45px;
	float:right;
}

#slider {
	position:relative;
	width:320px;
	align:right;
	height:180px;
	background:url(/images/loading.gif) no-repeat 50% 50%;
	float:right;
	background-image: url(/images/loading.gif);
	left: 5px;
	top: -5px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	border: 1px solid #ccc; 
	background-color: #eee;
	display:none;
}
#slider a {
	border:25;
	display:block;
}



.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFCC;
	background-color: #5eb684;
	text-align: right;
	width: 170px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
