#header, #footer {
    background: -moz-linear-gradient(#74221A, #32100A); /* FF 3.6+ */  
    background: -ms-linear-gradient(#74221A, #32100A); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74221A), color-stop(100%, #32100A)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#74221A, #32100A); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#74221A, #32100A); /* Opera 11.10 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#74221A', endColorstr='#32100A')"; /* IE8+ */  
    background: linear-gradient(#74221A, #32100A); /* the standard */ 
    
    padding: 1% 0;
}

#stripe {
    background: -moz-linear-gradient(#AAAAAA, #FFFFFF); /* FF 3.6+ */  
    background: -ms-linear-gradient(#AAAAAA, #FFFFFF); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AAAAAA), color-stop(100%, #FFFFFF)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#AAAAAA, #FFFFFF); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#AAAAAA, #FFFFFF); /* Opera 11.10 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAAA', endColorstr='#FFFFFF')"; /* IE8+ */  
    background: linear-gradient(#AAAAAA, #FFFFFF); /* the standard */ 
    
    min-height: .35em;
    padding: 0;
    
}


#headerLogo {
    margin: 1%;
}



div.row {
    padding: 3% 0;
}

#content {
    background: -moz-linear-gradient(#000055, #3442E3); /* FF 3.6+ */  
    background: -ms-linear-gradient(#000055, #3442E3); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000055), color-stop(100%, #3442E3)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#000055, #3442E3); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#000055, #3442E3); /* Opera 11.10 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000055', endColorstr='#3442E3')"; /* IE8+ */  
    background: linear-gradient(#000055, #3442E3); /* the standard */ 
    
}

.copy {
    padding: 2%;
}


#ad { 
    background: -moz-linear-gradient(#E4E4D3, #89897A); 
    background: -ms-linear-gradient(#E4E4D3, #89897A); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4E4D3), color-stop(100%, #89897A)); 
    background: -webkit-linear-gradient(#E4E4D3, #89897A); 
    background: -o-linear-gradient(#E4E4D3, #89897A); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4D3', endColorstr='#89897A')"; 
    background: linear-gradient(#E4E4D3, #89897A); 
}

/*
#footer {
    background-color: #561B0B;
    background: -moz-linear-gradient(#561B0B, #4D1202); 
    background: -ms-linear-gradient(#561B0B, #BCBCAD); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #561B0B), color-stop(100%, #BCBCAD)); 
    background: -webkit-linear-gradient(#3442E3, #000055); 
    background: -o-linear-gradient(#561B0B, #BCBCAD); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#561B0B', endColorstr='#BCBCAD')"; 
    background: linear-gradient(#561B0B, #BCBCAD); 
}
*/
body {
    background-color: #FFFFFF;
    background: -moz-linear-gradient(#FFFFFF, #333333); 
    background: -ms-linear-gradient(#FFFFFF, #333333); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #333333)); 
    background: -webkit-linear-gradient(#FFFFFF, #333333); 
    background: -o-linear-gradient(#FFFFFF, #333333); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#333333')"; 
    background: linear-gradient(#FFFFFF, #333333); 
}

h1 {
    color: #FFFFFF;
    font-size: 105%;
    font-family: Arial,Tahoma,Verdana,Helvetica,"Lucida Grande","Lucida Sans Unicode",sans-serif;
}

p {
    color: #FFF;
    font-size: 90%;
    font-family: Arial,Tahoma,Verdana,Helvetica,"Lucida Grande","Lucida Sans Unicode",sans-serif;
    line-height: 1.1em;
}

.copy p {
    display: block;
    margin: 1.5%;
}

a {
    color: #FFF;
    font-style: inherit;
}



ul.item-list {
    margin: 5% 0;
}


#footer p {
    color: #FFF;
    margin: 4% 1%;
    display: block;
    min-height: 100px;
}


.imageFrame p {
    text-align: center;
}

.imageFrame img {
    max-width: 95%;
    margin-top: .75em;
    margin-bottom: .75em;
}

#copy {
    padding: 5% 1%;
}





























/* Slideshow */

#slides {
    padding: 0 3%;
}

.slides_container {
			width:100%;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		
		/*
			Set the size of your carousel items
		*/
		/* .item {
			float:left;
			width:135px;
			height:135px;
			margin:0 10px;
			background:#efefef;
		} */
                

                
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }