/* equine CSS */
body {
	background-color: #003466;
	background-image:url(../Fwks/gradient-equine.gif);
}
#maincontainer {
	background-image:url(../Fwks/hills-equine.gif);	
	background-repeat:no-repeat;
	background-position:0 230px ; 		
}

#leftcolumn {
	/*width:auto;
	height:auto;
	background-image:url(../Fwks/hills-equine-small.gif);
	background-position:center center;
	background-repeat:no-repeat;	*/	
}

#footer{
	color: #61B0CB;
}

#footer a{
	color: #61B0CB;
}

a:hover {
	background-color:#05384B;
}

ul#navlist li a {
	color:#D8D8D8;
	background-image:url(../Fwks/menu-equine-grey.gif);
	border-bottom: 1px solid #003466;
}

ul#navlist li a:link { 
	color: #6088AC; 

	}
div#navcontainer li a:visited { 
	color: #D8D8D8; 
	}

ul#navlist li a:hover, ul#navlist li#active a {
	background-image:url(../Fwks/menu-equine-red.gif);
	color: #ffffff;
}

.dropdown {
	background-color: #003477; 
	width: 600px;
}
.directionform {
	background-color: #003477; 
	width: 350px;
}

/* pop up styles*/
#calculator {
	text-align:left;
	width:300px;
	height:185px;
	overflow:hidden;
	}
#calculator p {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	}
#calculator p.copyright {
	font-size:90%;
	}
#calculator span {
	font-weight:bold;
	color:#FFFF00;
	}
.disable_masking {
    z-index: 6001;
    position: absolute;
    display: none;
}

.closebutton {
    float: right;
    text-decoration: none;
	display: none; /*for now - restore this*/
}
.newsimage {
	margin-top:5px;
	}