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

/**************************/
/* General HTML Tag Rules */
/**************************/
body {
        background-repeat: repeat-x;
        background-color: #dddddd;
        background-attachment: fixed;
        background-position: top;
}

h1 {
	font-family: "Bradley Hand ITC", "Apple Chancery", "URW Chancery L", fantasy;
	text-align: center;
}

h2 {
	font-family: "Bradley Hand ITC", "Apple Chancery", "URW Chancery L", fantasy;
	
}
 

h3, h4, h5, h6 {
	font-family: "Bradley Hand ITC", "Apple Chancery", "URW Chancery L", fantasy;
}

p {
		
}

a {
	font-family: "Bradley Hand ITC", "Apple Chancery", "URW Chancery L", fantasy;
	color:#000000;
}

a:hover {
	color:#ffffff;
	
}

hr {
	
}

/********************************/
/* General Template Class Rules */
/********************************/

.wrapOverall {
	width:987px;
	margin-left: auto ;
  	margin-right: auto ;
        
}

.header {
	background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-position: top center;
	width: 400px;
	height: 150px;
	margin-left: auto ;
  	margin-right: auto ;	
}

.content {
	width: 784px;
	margin-left: auto;
  	margin-right: auto;
	
	
}

.footer{
	position:relative;
	text-align: center; 
	width: 987px;
	height: 75px;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 75px;
}


/*****************************/
/*     Navigation Rules */
/****************************/

.mainNav {
    background-image: url(images/navRibbon.png);
    background-repeat: no-repeat;
    background-position: center;
    float: none;
    height: 75px;
}

.navLinks {
    margin-left: 80px;
    padding: 25px;
}

.navLinks ul {
    margin: 0px;
    padding:0px;	
}


.navLinks ul li {
    margin: 0px;
    padding:35px 35px;
    list-style: none;
    display:inline;
    text-decoration:none;
    font-weight: bold;	
}

.navLinks ul li a {
    margin: 0px;
    padding:0px;
}

.navLinks ul li a:hover {
	
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}


/*****************************/
/* Carousel Rules */
/****************************/

img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto	
}

.wrapCarousel {
	width: 710px;
	margin-left: auto;
  	margin-right: auto;
}

/*
.carousel {
	width: 987px;
	margin-left: auto ;
  	margin-right: auto ;
}*/

.carousel ul {
	list-style: none;
	width:1200px;
	margin-left: auto;
    margin-right: auto
	margin: 0;
	padding: 0;
	position:relative;
	float: none;
}

.carousel li {
	display:inline;
	margin-left: auto;
    margin-right: auto;
	float: none;
}







/*****************************/
/* Bucket Rules             */
/****************************/

.wrapBuckets {
	width: 900px;
	height: 75px;
	margin-left: auto ;
  	margin-right: auto ;
	padding: 25px 0 0 0;
	}

.wrapBucketInnerLeft {
	width: 575px;
	height: 75px;
	float: left;
	}

.wrapBucketInnerRight {
	width: 300px;
	height: 75px;
	float: right;
	}

.bucketText {
	height: auto;
	width: auto;
	text-align: center;
	}

		
.bucketLeft {
	background-image: url(images/bucketRibbon.png);
    background-repeat: no-repeat;
    background-position: center;
	width: 270px;
	height: 75px;
	float: left;
	}

.bucketCenter {
	background-image: url(images/bucketRibbon.png);
    background-repeat: no-repeat;
    background-position: center;
	width: 275px;
	height: 75px;
	float: right;
 	margin-left: 10px;
	}

/*
.bucketRight {
	width: 280px;
	height: 75px;
	float: none;
	margin-left: 20px;
	}*/







