/*
------------------------------- GENERIC TAG FORMATTING ----------------------------
*/

a {
	color: #0d9fd9;
}
a:hover {
	color: #d6007f;
}

/*
------------------------------- GENERIC TAG FORMATTING ---------------------------- //END

---------------------------------- MASTER CONTAINERS -------------------------------
*/
#mainamazing {
	background-color:#f4e2f0;
}
#container {
	height:1100px;
	border-color: #CCEA7F;
	background-image: url(../images/yearn_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
---------------------------- CONTENT ---------------------------- 

---------------------------- topnav ----------------------------- 
*/
div#nav_top {
	background-color:#CCEA7F;   
}
div#nav_top ul li a{
	color: #000000;
}
div#nav_top ul li a:visited{
	color:#000000;
}
div#nav_top ul li a:hover{
	color:#FFFFFF;
	background-color:#0d9fd9;
}
div#nav_top ul li a:active{
	color:#FFFFFF;
}
div#nav_top #button_on a {
	color:#FFFFFF;
	background-color: #0d9fd9;
}
/*--------------------- topnav ------- END -------- */

#columnone #top_image {
	height:200px;
	background-image: url(../images/train_david.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
}
#columnone #bottom_image {
	height:200px;
	background-image: url(../images/boy_moto.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 60px;
	margin-top: 15px;
	margin-bottom:0px;
}
#gocard {
	margin-top:-10px;
}

div#nav_top ul{
	list-style:none;
	padding:0px;
	margin:0px;
	background-color: #DDF1A9;
}



ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #0d9fd9;
	color: #FFF;
}


#mainamazing #MenuBar1 .MenuBarSubmenuVisible a {
	background-color: #DDF1A9;
	text-transform: none;
	color:#000000;
}
#mainamazing #MenuBar1 .MenuBarSubmenuVisible a:hover{
	color:#666666
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #CCEA7F;	
	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: #0d9fd9;
	color: #FFF;
}
