
html {
	height: 101%;
} 

body {
	padding: 0;
	margin: 0; 
	text-align: center;
	background: url('../images/layouts/body_bg.jpg') center top;
}

#expandadiv_maincontainer {
	width:100%;
	margin: 0;
	height: 247px; /* height of the ExpandADiv */
}

	#expandadiv_main_bg {
		width:100%;
		height: 247px; /* height of the ExpandADiv */
		margin: 0;
		background: #756D62 url(../images/layouts/expandadiv_main_bg.png) repeat-x center bottom;
	}

		#expandadiv_dropdown_main {
			width: 950px;
			height: 200px;
			padding: 10px 16px 10px 16px;
			margin: 0 auto;
			font-family: "Arial";
			font-weight: bold;
			font-size: 11px;
			color: #fff;
			background: url('../images/layouts/body_bg.jpg');
		}
		
			#expandadiv_dropdown_main h4 {
				font-size: 11px;
				margin: 0;
			}
		
			#expandadiv_left {
				float: left;
				text-align: left;
			}
	
				#expandadiv_left form {
					margin: 0;
				}
				
				

			#expandadiv_right {
				float: left;
				text-align: left;
				margin-left: 40px;
			}
			
		#message {
			width: 950px;
			margin: 6px auto;
			text-align: center;
		}


		
#topspacer {
	position: relative;
	width: 100%;
	height: 1px;
	background: white;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url('../images/layouts/maincontainer_bg.png') top center repeat-x;
	z-index: 15;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 960px;
		/*height: 667px;*/
		text-align: center;
	}
	
		#drop_down_button {
			position:absolute;
			text-align:right;
			overflow: hidden;
			z-index: 1000;
			float:right;
			right:72px;
		}

		#contentContainerBG {
			position: absolute;
			padding: 0;
			top: 54px;
			left: 0px;
			width: 960px;
			height: 703px;
			background: url('../images/layouts/home_contentcontainer_bg.png') top center no-repeat;
		}
		
		#logo {
			position: absolute;
			left: 105px;
			top: 10px;
			z-index: 20;
		}

		#priNav_container {
			position: absolute;
			top: 67px; 
			left: 394px;
			width: 490px;
			height: 36px;
			padding: 0px;
			margin: 0px auto;
			overflow: hidden;
			z-index:500;
		}
		
			#priNav_container h2 {
				display: none;
				width: 490px;
				height: 36px;
			}
		
			#priNav {
				text-align: right; /* aligns the buttons to the right - mainly for horizontal menus */
			}
			
				#priNav a {
					display: inline; /* must use inline for alignment purposes - mainly on horizontal menus */

					padding: 10px 12px 11px 12px; /* padding strictly for the background to show completely */
					line-height: 36px; /* need this to actually stretch the button size because it's inline */

					color: #fff;
					font-family: "Trebuchet MS";
					font-weight: bold;
					font-size: 9pt;
					text-decoration: none;
					text-transform: uppercase;
					text-align: center;
				}
				
				#priNav a:hover {
					color: #ddcc97;
					text-decoration: none;
					background: url('../images/layouts/priNav_hover.jpg') top;
				}
				
				#priNav a.active, #priNav a.active:hover {
					text-decoration: none;
					color: #ddcc97;
					background: url('../images/layouts/priNav_hover.jpg') top;
				}

		#spacer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 103px;
			left: 9px;
			width: 790px;
		}
		
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left: 9px;
			width: 790px;
			height: 302px;
			z-index: 10;
		}
		
			#flash {
				z-index: 10;
			}
			
				#flashDiv img {
					margin-top: 5px;
				}
			
				#eventBox {
					position: absolute;
					top: 7px;
					right: 7px;
					z-index: 20;
				}
		
		#extralinks {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left: 9px;
			width: 790px;
			height: 79px;
		}
		
		#info {
			position: relative;
			margin: 0px auto;
			padding: 15px 8px;
			left: 9px;
			width: 774px;
			height: 256px;
		}

			#info p {
				margin: 10px 0 0 0;
			}
		
			#info_column_left {
				position: relative;
				float: left;
				width: 336px;
			}
			
				#service_times {
					float: left;
					width: 140px;
					height: 176px;
					padding: 45px 12px 0 12px;
					background: url(../images/layouts/service_times_bg.png) no-repeat;
					text-align: left;
				}
				
				#home_video {
					float: left;
					width: 152px;
					height: 223px;
					margin: 0 10px;
				}
			
			#info_column_right {
				position: relative;
				float: left;
				width: 430px;
			}
			
				#info_visiting {
					position: relative;
					text-align: left;
					padding-bottom: 10px;
					margin-bottom: 10px;
					border-bottom: #b3a580 dotted 2px;
				}
				
					#info_visiting_image {
						float: left;
						width: 182px;
						margin-right: 10px;
					}
					
					#info_visiting_text {
						float: left;
						overflow:hidden;
						height:90px;
						width: 228px;
						margin-top: 10px;
					}
				
				#info_connected {
					position: relative;
					text-align: left;
				}
				
					#info_connected_image {
						float: left;
						width: 182px;
						margin-right: 10px;
					}
		
					#info_connected_text {
						float: left;
						overflow:hidden;
						height:90px;
						width: 228px;
						margin-top: 10px;
					}
					
		#footer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			top: -15px;
			left: 14px;
			width: 780px;
		}
		
			#message2 p {
				font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
				font-size: 10px;
				color: #7d7464;
				line-height: 15px;
				text-align: left;
				width:750px;
			}
			
				#message2 p a:link, #message2 p a:visited {
					color: #7d7464;
					text-decoration: underline;
				}
				
				#message2 p a:hover, #message2 p a:active {
					color: #675f50;
					text-decoration: underline;
				}
		
			#footer p {
				font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
				font-size: 10px;
				color: #7d7464;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #7d7464;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #675f50;
				text-decoration: underline;
			}
		
	#content {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 960px;
	}
	
	#viewer_window {
		padding:10px;
		background:#FFFFFF;
		top:100px;
	}
	
	#viewer_close {
		position: relative;
		float: right;
		margin: 10px -10px 0 0;
	}
	
	#viewer_container {
		left:0;
	}