/* ---------Single Page Website CSS by Kelly King ----------*/

*{ margin: 0 auto;}


body {
	background: 
	url(../img/yellow-down.png) 0 0 repeat-x, 
	url(../img/yellow-up.png) 0 742px repeat-x,	
    url(../img/yellow-bg.jpg) 0 750px repeat-x,  
	url(../img/yellow-down.png) 0 1180px repeat-x,   
	url(../img/orange-up.png) 0 1790px repeat-x, 
	url(../img/orange-bg.jpg) 0 1800px repeat-x, 	
	url(../img/orange-down.png) 0 2590px repeat-x, 	
	url(../img/blue-up.png) 0 3265px repeat-x, 		
	url(../img/blue-bg.jpg) 0 3278px repeat-x, 			  
	url(../img/blue-down.png) 0 3734px repeat-x, 	
	/* url(../img/blue-up.png) 0 4060px repeat-x,   */
   	url(../img/paper-bg.jpg) 0 0 repeat;
 	margin: 0 auto; 
	font-family: 'Open Sans', sans-serif;
	height:4075px;
	}

#header {
	position:fixed;
	top:0px;
	left:0px;
	height:70px; 
	width:100%;
	}

h1, h2, h3, h4 {
	font-size:16px;
	color: #683919;
	margin-top:10px;
	display:inline;
}

p {
	font-size:15px;
	line-height:21px;
	color: #683919;
}

#nav {
	margin-left:0px;
	margin-top:5px;
	word-spacing:0px;
}
ul {
	font-size:13px;
	line-height:19px;
	color: #683919;
    list-style-type: disc;
    margin: 0;
    padding-left: 0px;
}	
li {
	list-style: none;
}
.top-nav ul {
	font-size:16px;
	line-height:22px;
    list-style-type: none;
    padding-left: 12px;
}

.contact ul {
	font-size:12px;
	line-height:20px;
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
}

a {
    color: #D3C0AF;   
    text-decoration: none; 
}	
a:hover {
    color: #FFEF9A;  	
	 text-decoration:none;
}
	
#page1 {
	height:758px;
	max-width:1024px;
	}
	
#page2 {
	height:462px;
	max-width:1024px;	
	}
#page3 {
	height: 590px;
	max-width:1024px;	
	}
#page4 {
	height:804px;
	max-width:1024px;	
	}
#page5 {
	height:604px;
	max-width:1024px;	
	}
#page6 {
	height:749px;
	max-width:1024px;	
	}

	
.page-padding {height:90px; width:100%;}

	

/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


#sliderWrap {
    float: left;
    margin: 0 0 0 19%;
    width: 141px;
}
#slider {
position: fixed;
background-image:url(../img/slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 121px;
height: 180px;
margin-top: -141px;
}
#slider img {
border: 0;
}
#sliderContent {
position: absolute;
text-align:left;
background-color: none;
color:#333333;
font-weight:bold;
margin: 0;
padding: 0;
}
#header {
margin: 0 auto;
width: 600px;
background-color: #F0F0F0;
height: 200px;
padding: 10px;
}
#openCloseWrap {
position:absolute;
margin: 160px 0 0 35px;
font-size:18px;
font-weight:bold;
}

.footer {
    font-size:18px; 
    line-height:24px;	
}
.spintext
{
	position: relative;
	top:230px;
	left:200;
	z-index:2;
	padding-l left: 15px;
	float: left;
	padding-right: 250px;
}
