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



body {
    margin:0px;
    
}
.splashtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #7F0000;
}

#sitecontainer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F4C073;
		}

#sitecontainer2 {
	width:960px;
	margin-left:0px;
	margin-right:auto;
	background-color: #FFFFFF;
		}
			#logo_area {
	text-align:right;
	width: 960px;
	height: 113px;
				}
				
				#splash_area {
	text-align:right;
	width: 960px;
	height: 650px;
	background-image: url(images/splash1.jpg);
	background-repeat: no-repeat;
				}	
			
	#tabbar_area {
	width:785px;
	clear:both;
	margin-left: 175px;
	margin-right: 0px;
	height: 113px;
	margin-top: 0px;
	float: left;
				}
				
				
	#tabbar_area2 {
	width:785px;
	clear:both;
	margin-left: 175px;
	margin-right: 0px;
	height: 600px;
	margin-top: 0px;
	background-color: #F4C073;
				}
			
				#tabbar_area3 {
	width:785px;
	clear:both;
	margin-left: 175px;
	margin-right: 0px;
	height: 25px;
	margin-top: 0px;
	background-color: #F4C073;
						}

					#tabbar_area4 {
	width:960px;
	clear:both;
	margin-left: px;
	margin-right: 0px;
	height: 25px;
	margin-top: 0px;
	background-color: #EBD4B1;
							}
			
			#content_area {
	clear:both;
	width: 960px;
				}
				
					#lside {
	float:left;
	width:175px;
	margin-right: 0px;
	margin-left: 0px;
	word-spacing: normal;
	text-indent: 0px;
	padding: 0px;
	clear: none;
	height: 500px;
	background-color: #F4C073;
						}
						
					#lside_logo {
	float:left;
	width:175px;
	margin-right: 0px;
	margin-left: 0px;
	word-spacing: normal;
	text-indent: 0px;
	padding: 0px;
	clear: none;
	height: 700px;
	background-color: #F4C073;
						}
					#lside_logo2 {
	float:left;
	width:175px;
	height: 113px;
						}
					
					#main {
	float:left;
	width:785px;
	margin-left: 175px;
	height: 500px;
						}
						
					#rside {
	float:right;
	width:175px;
	height: 550px;
	background-image: url(images/lodgesm.jpg);
	background-repeat: no-repeat;
						}
						
						
			#footer_area {
	clear:both;
	width:785px;
	height: 30px;
	float: left;
	margin-left: 175px;
						}
						
			#splash_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 960px;
	padding-top: 610px;
						}
	
	
	.catmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EBD4B1;
	float: left;
	text-decoration: none;
	width: 150px;
	height: auto;
	margin-left: 1px;
	text-indent: 12px;
	margin-right: 1px;
	}
	

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.subscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.subscriptcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/*defines the  unordered list type and margins and padding for the outer box */

#vmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* Setting bottom margin for space between line item blocks */

#vmenu li  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


/* definitions for the box: color, width, margins and padding. Text Decoration set to none to remove link underline */

#vmenu a {
	display: block;
	background-color: #F4C073;
	color: #7F0000;
	width: 165px;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Set the colors for the text and box of the line item wtih mouse hover. */

#vmenu a:hover {
	color: #CE4000;
	background-color: #5E3A2D;
}

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

#hmenu ul li {
	display: inline;
}


#hmenu ul li a {
	margin: 5px;
	text-decoration: none;
	color: #0033FF;
	background-color: #EDEDED;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#hmenu ul li a:hover {
	margin: 5px;
	text-decoration: none;
	color: #CE4000;
	background-color: #5E3A2D;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

