/*-------------------------------------------------------------------------------------------
	CSS for Great Smokies Microtel
	KW // 05-09 // D3Corp
---------------------------------------------------------------------------------------------*/	



/*********************************************
	/ Here goes the main page
	/ properties. Make sure to read the 
	/ notes. 
*********************************************/	
body {
	background:#5a6128;
	margin: 0;
}

.wrapper {
	width:1000px;
	background:#5a6128);
	margin: 0 auto;
}


/*********************************************
	/ Here is the header and the nav
*********************************************/

div.top-header {
	width: 1000px;
	padding: 0;
	position:relative;
}

div.logo {
	float:left;
	z-index:300;
	position:absolute;
	margin:10px 0 0 25px;
}


/*********************************************
	/ The navigation and all divs 
	/ inside of it. There should be 8. 
*********************************************/

div.navigation {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
	padding:0;
}


	/* Here are the individual button holders */
	div.nav1 {
		background:url(../images/hotel-btn-bg.jpg) no-repeat;
		width: 215px; 
		height: 49px;
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
		position:relative;
		cursor:pointer;
	}

	div.nav1:hover {
		background:url(../images/hotel-btn-hover.jpg) no-repeat;
		width: 215px; 
		height: 49px;
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
		cursor:pointer;
	}


*html div.nav1 {
		background:url(../images/hotel-btn-bg.jpg) no-repeat;
		width: 215px; 
		height: 49px;
		float: left;
		margin:0 ;
		padding: 0;
	}
	
	div.nav2 {
		background:url(../images/book-btn-bg.jpg) no-repeat;
		width: 215px; 
		height: 49px;
		float: left;
		margin: 0;
		padding: 0;
		cursor:pointer;
	}
	
	div.nav2:hover {
		background:url(../images/book-btn-hover.jpg) no-repeat;
		width: 215px; 
		height: 49px;
		float: left;
		margin: 0;
		padding: 0;
		cursor:pointer;
	}	
	div.index {
	width:399px;
	float:left;
	height:135px;
	cursor:pointer;
	}

	.hide {
		display:none;
	}

.navigation img {
	z-index:1000;
}
/*********************************************
	/ Here is the content box 
*********************************************/

div.content {
	width: 1000px;
	height:355px;
	background:url(../images/main_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000;
	line-height: 1.5em;
}

.content-container {
	width:960px;
	height:299px;
	background:url(../images/content_bg.jpg) repeat-x;
	margin:10px 20px 10px 20px;
}

.welcome {
	color:#ffffff;
	width:400px;
	float:left;
	padding:10px;
}


.home-pics {
	float:left;
	width:195px;
	padding:10px;
}

.home-pics img {
	padding-bottom:10px;
}

.home-info {
	padding:0;
	margin:0;
	padding:10px;
	float:left;
	width:300px;
}

.home-info ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	margin:0;
	padding:0 0 0 15px;
	list-style-type:square;
}

/*********************************************
	/ Here is the Footer area 
*********************************************/

div.footer {
	width: 1000px;
	padding:20px 0 20px 0;
	background:#4c5220;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #ffffff;
	text-align: center;
} 

.footer strong {
	font-size:11px;
}

	/* Links for footer */
	.footer a { 
		text-decoration: underline;
		color: #ffffff;
	} 
	
	.footer a:hover {
		text-decoration: none;
		color: #ffffff;
	}
	
	
	/* the three areas in the footer */
	div.footer1 {
		text-align: center;
	}
	
	div.footer2 {
		text-align: center;
	}
	
	div.footer3 {
		text-align: center;
		padding-top:15px;
	}
	.footer-bold {
		font-weight:bold;
		font-size:11px;
	}
	
	
	.footer img {
		padding-top:15px;
	}


/*********************************************
	/ This is the homepage content. It will
	/ include the pictures, titles and the
	/ mission statement area. 
*********************************************/

div.home1 {
	float: left;
	width: 325px;
}

div.home2 {
	float: left;
	margin-left: 10px;
}

div.home3 {
	float: right;
	width: 325px;
}

div.home-title {
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	line-height: 20px;
	color: #4c1256;
	padding:5px 0 0 0;
}

div.home-mission {
	width: 860px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/mission.jpg) left top no-repeat;
	padding: 23px 20px 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	text-align: center;
} 
/*********************************************
	/ I <3 Spacers
*********************************************/	

div.spacer {
	clear: both;
}

div.spacer-padding {
	clear: both;
	padding-bottom: 10px;
}

div.spacer-padding-large {
	clear: both;
	padding-bottom: 20px;
}