h1 {
	color:#455560;
	font-size:1em;
	font-weight:bold;
}

#MainContainer {
	background-color: white;
}

#Columns {
	margin-top: 20px;
}

#NavBar {
	
	border-bottom: 7px solid white;
}

#NavBar ul {
	padding: 0px;
	margin-left:234px;
}

#LeftColumn ul, #RightColumnMenu ul {
	margin:0px;
	padding:0px;
}

#RightColumnMenu {
	height:269px;
	background: #455560; 
	border:1px solid #455560;
}

#RightColumnMenu ul li {
	list-style: none;
	margin-top:4px;
}

#LeftColumn ul li {
	list-style: none;
	margin-top: 4px;
	border:1px solid #455560;
	
	
}

#LeftColumn ul li a, #RightColumnMenu ul li a,
#Selected {
	color:black;
	text-decoration: none;
	display: block;
	padding-left: 7px;
	padding-right:4px;
	padding-top: 7px;
	padding-bottom:7px;
	line-height:15px;
	
}

#LeftColumn ul li a, #Selected {
	
}

#LeftColumn ul li a:hover, #Selected {
	background: #455560;
	color:white;
}

#LeftColumn {
	/* background:#c7cccf; */
	background-color:#EFEFED;
	padding:8px;
	padding-top: 4px;
}

#MiddleColumn {
   /* background-color:#ebecee; */
   padding:10px;	
}

#MiddleColumn h1 {
	margin-top:0px;
	font-size:2em;
	text-transform:uppercase;
}

#MiddleColumn div {
	margin:15px;
	margin-left:30px;
	margin-right:30px;
}

#MiddleColumn div a {
    color:black;
    font-weight: bold;
    text-decoration: none;
}

#MiddleColumn div a:hover {
    text-decoration: underline;
}

#RightColumnImagePanel {
	height:517px;	
}

#RightColumnImageCaption, #RightColumnGalleryCaption {
	padding:15px;
	padding-left:10px;
	color:white;
	font-size: 1.1em;
	
}

#HorizontalGutter {
	height:5px;
	background: white;
	border:1px solid white;
}

#LeftColumn, #MiddleColumn, #RightColumn {
	/* border-left:7px solid white; */
}

#CategoryImagePanel {
	height:652px;
}

.leftGutter, .right_index_ {
	background:#455560;
}


.middle_index_, .middle_category_ , .middle_article_ {
	background: #ebecee;
}

.right_gallery_ {
	background:#c7cccf;

}

.middle_gallery_visit_us {
	background-image: url('../images/middle_column/day_visit_splash.jpg');
	background-repeat: no-repeat;
}

.right_column_image_panel_visit_us {
	background-image: url('../images/right_column/right_menu_visit_us_splash.jpg');
	background-repeat: no-repeat;
}

#Gallery1, #Gallery2, #Gallery3, #Gallery4, #Gallery5 {
	width: 100%;
	background-color: white;
}

#SelectGallery1, #SelectGallery2, #SelectGallery3, #SelectGallery4, #SelectGallery5 {
    padding:10px;
}

#Gallery2, #Gallery3, #Gallery4, #Gallery5,
#SelectGallery2, #SelectGallery3, #SelectGallery4, #SelectGallery5 {
	display:none;
}


