/*
------------------------------- GENERIC TAG FORMATTING ----------------------------
*/

a {
	color: #d6007f;
}
a:hover {
	color: #003399;
}

h1{
	margin-bottom:10px;
	font-weight:bold;
	color:#D80273;
}
/*
------------------------------- GENERIC TAG FORMATTING ---------------------------- //END

---------------------------------- MASTER CONTAINERS -------------------------------
*/
#mainamazing {
	background-color:#EFF9D5;
}
#container {
	height:880px;
	border-color: #D80273;
	background-image: url(../images/back_Beyond.gif);
	background-repeat: no-repeat;
	background-position: center;	
}
/*
---------------------------- CONTENT ---------------------------- 

---------------------------- topnav ----------------------------- 
*/
div#nav_top {
	background-color:#D80273;   
}
div#nav_top ul li a{
	color: #ffffff;
	
}
div#nav_top ul li a:visited{
	color:#FFFFFF;
}
div#nav_top ul li a:hover{
	color: #333333;
	background-color: #f7dc15;
}
div#nav_top ul li a:active{
	color:#333333;
}
div#nav_top #button_on a {
	color: #333333;
	background-color: #f7dc15;
}
/*--------------------- topnav ------- END -------- */

#columntwo #bottom_image {
	height:300px;
	background-image: url(../images/artcenter_beyond.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -24px;
	margin-bottom:-00px;
}

#toparagraph #top_image{
	height: 150px;
	width: 200px;
	float: right;
	margin-bottom:-30px;
	margin-right:-26px;
	background-image: url(../images/golf.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div#nav_top ul{
	list-style:none;
	padding:0px;
	margin:0px;
	background-color: #EA4A96;
}



ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #f7dc15;
	color: #FFF;
}


#mainamazing #MenuBar1 .MenuBarSubmenuVisible a {
	background-color: #8C0941;
	text-transform: none;
	color:#FFFFFF;
}
#mainamazing #MenuBar1 .MenuBarSubmenuVisible a:hover{
	color:#f7dc15
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #D80273;
	color: #333;	
	text-decoration: none;
}
#mainamazing #container #columnone .title a {
	font-weight: bold;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #f7dc15;
	color: #FFF;
}

.attraction{
	border:#d6007f 1px solid;
	width:560px;
	padding:20px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}
.attraction h2{
	font-weight:bold;

}

