/*
------------------------------- GENERIC TAG FORMATTING ----------------------------
*/

a {
	color: #d6007f;
}
a:hover {
	color: #0d9fd9;
}

/*
------------------------------- GENERIC TAG FORMATTING ---------------------------- //END

---------------------------------- MASTER CONTAINERS -------------------------------
*/
#mainamazing {
	background-color:#fff8b8;
}
#container {
	height:830px;
	border-color: #d6007f;
	background-image: url(../images/locator_back.gif);
}
/*
---------------------------- CONTENT ---------------------------- 

---------------------------- topnav ----------------------------- 
*/
div#nav_top {
	background-color:#d6007f; 
}
div#nav_top ul li a{
	color: #ffffff;
}
div#nav_top ul li a:hover{
	color:#FFFFFF;
	background-color:#75bde9; 
}
div#nav_top ul li a:active{
	color:#FFFFFF;
}
div#nav_top #button_on a {
	color:#FFFFFF;
	background-color:#75bde9; 
}
/*--------------------- topnav ------- END -------- */

#columnone #bottom_image {
	height:300px;
	background-image: url(../images/locator_test.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom:-120px;
}
#columntwo #top_image {
	height:200px;
	background-image: url(../images/train_david.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -20px;
}
#map{
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0px;
}
#columnonego {
	width:450px;
	height:auto;
	float:left;
}
#columntwogo {
	width:auto;
	height:auto;
	float:right;
	padding-top: 16px;
	padding-right: 26px;
	padding-bottom: 0px;
	margin-left: -310px;
}
#gocard {
	margin-top:25px;
}