﻿body{font-family:arial,sans-serif; background-color:#800080;}

div#wrapper{width:960px; background-color:#ffffff; margin-left:auto; margin-right:auto;}

div#header{width:960px; height:95px;}

div#uheader{height:5px; clear:both; background-color:#613838; padding-left:12px;}

div#intro{height:20px; width:960; background-color:#613838; padding-left:12px;}

div#intro p{font-size:14px;color:#ffffff;}

div#logo{width:960px; height:280px; padding-left:2px;}

div#clean{height:5px; clear:both; background-color:#613838;}


ul#navlist{padding:0; margin:10px 0px 0px 0px; list-style-type:none;}
ul#navlist li{display:inline; float:left;}
ul#showlist li{display:inline; float:left;}
ul.showlist {margin-left:-20; float:left;}

ul#navlist a{  margin-right:5px;
		border:solid 3px #00ff00;
		color:#ffffff;
		background-color:#800080;
		margin:5px 9px 5px 9px;
		text-decoration:none;
		background-image:none;
		display:block;
		width:7em;
		text-align:center;}

ul#navlist a:hover{ color:#ccccff;
		background-color:#0033cc;
		font-weight:bold;}

#current {font-weight:bold; color:#FF9900;}

div#maincol{ width:950px; 
		height:auto;
		margin:5px;
		margin-top:-35px;
		background-color:#ccccff;}

div#maincol h1{font-size:60px; 
		padding-top:10px;
		padding-bottom:0px; 
		color:#800080; 
		font-style:italic; 
		text-align:center; 
		text-shadow:5px 5px 5px blue;}

div#maincol p{font-size:17px; padding:5px; text-align:justify; word-spacing:2px;}

div#belt{width:960px; height:70px; padding:0px;}



div#footer{height:auto; 
		clear:both; 
		background-color:#613838; 
		text-align:center;
		font-size:12px}

/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 590px;
  height: 470px;
  overflow: hidden;
  position: relative;
  margin: 0;
  margin-top: 20px;
   margin-left: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 680px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 30px; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFF;}

/* FLOATING SOCIAL ICONS */
#fixed_icons_fp {
	background: none repeat scroll 0 0 transparent;
	border: 2px solid transparent;
	padding: 2px;
	position: fixed;
	right: 0px; bottom: 10px;
	width: 134px; height:152px;
	z-index:1000;
}
#fixed_icons {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid transparent;
    bottom: 2px;
    height: 160px;
    line-height: 0;
    padding: 2px;
    position: fixed;
    right: 2px;
    width: 40px;
    z-index: 1000;
}
#fixed_icons img {padding:2px;}

